/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/

/* ------------------------------------------------------
common
------------------------------------------------------ */
.tit {
	margin-bottom: 10px;
	color: #ff6600;
	font-size: 2.2em;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}
.tit2 {
	margin-bottom: 10px;
	color: #ff9900;
	font-size: 1.5em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	text-align: center;
}
.text {
	margin-bottom: 10px;
	line-height: 1.6;
}
.text img.cafe-fadie {
	margin-top: -2px;
	margin-right: 2px;
}
/* ------------------------------------------------------
#fruits
------------------------------------------------------ */
#fruits .img {
	text-align: center;
}
.fruit-desc {
	padding-bottom: 80px;
	border-bottom: 5px solid #996666;
	background: url(../img/fruit-imgshita.jpg) no-repeat right bottom;
	background-size: 100%;
}
.fruit-desc .text {
	width: 60%;
	margin: 0 auto 10px auto;
}
.logo-desc {
	width: 80%;
	margin: auto;
	padding-top: 20px;
}
.logo-desc .img {
	width: 30%;
	float: left;
	text-align: right;
}
.logo-desc .text-area {
	width: 50%;
	float: right;
	padding: 10px;
	border: 1px solid #000;
}
/* ------------------------------------------------------
#everyday
------------------------------------------------------ */
#everyday .img {
	text-align: center;
}
/* ------------------------------------------------------
#fromseed
------------------------------------------------------ */
#fromseed .flow {
	font-weight: bold;
	color: #993300;
	margin-bottom: 20px;
}
/* ------------------------------------------------------
#sec
------------------------------------------------------ */
#meister table {
	width: 70%;
	margin: auto;
}
#meister td.name {
	background: #dfd7cf;
	border-top: 5px solid #663300;
	text-align: center;
}
#meister td.name p {
	text-align: center;
}
#meister td.name strong {
	font-size: 1.4em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#meister td.name .photo {
	text-align: center;
}
#meister td.name img {
	padding: 10px;
}
#meister td.bg1 {
	padding: 2px 5px;
	background: #cc9966;
}
#meister td.bg2 {
	padding: 2px 5px;
	background: #663300;
	color: #fff;
	font-size: 0.8em;
}
#youtube .pr {
	color: #ff0000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#youtube .photo {
	margin-bottom: 10px;
	text-align: center;
}
#youtube .bnr img {
	width: 100%;
	height: auto;
}
/* ------------------------------------------------------
#aroma
------------------------------------------------------ */
#aroma .photo {
	margin-bottom: 10px;
	text-align: center;
}
#aroma .desc {
	text-align: center;
}
/* ------------------------------------------------------
#excellence
------------------------------------------------------ */
#excellence .text {
	margin-bottom: 10px;
}
#excellence .img {
	margin-bottom: 20px;
	text-align: center;
}
#excellence .img img {
	width: 100%;
	height: auto;
}
#excellence .farm {
}
#excellence .farm .link {
	text-align: center;
}
