@charset "utf-8";
/* CSS　生産者紹介ページ */


table.noukasyoukai{
	width:896px;
	padding:10px;
	font-size: 16px;
	color: #000;
}


/*過去の元気米情報リンク*/
div.linkbutton{
	margin:40px 30px;
	}

div.linkbutton a{
	color:#FFF;
	}


.button {
	display: inline-block;
	width: 380px;
	height: 54px;
	text-align: center;
	font-size:larger;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.button {
	position: relative;
	background-color: #008054;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #184f30;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #184f30;
}
.button:active {
	top: 3px;
	box-shadow: none;
}



/*予約購入ボタン*/
.buttonb {
	display: inline-block;
	width: 380px;
	height: 54px;
	text-align: center;
	font-size:larger;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.buttonb::before,
.buttonb::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttonb,
.buttonb::before,
.buttonb::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.buttonb {
	position: relative;
	background-color: #F36;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 # FCC;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.buttonb:hover {
	top: -4px;
	box-shadow: 0 7px 0 #F69;
}
.buttonb:active {
	top: 3px;
	box-shadow: none;
}


/*田んぼ情報農家ページ*/
div.tanbojoho{
	font-size:14px}
div.tanbojoho table{
	margin-right:20px;
	width:880px;
　　border-collapse:collapse;
	border-spacing:0;
	text-align:center;
	margin-bottom:20px;
	}
div.tanbojoho table th{
	color:#036;
	border:1px solid #CCC;
　　border-collapse:collapse;
	border-spacing:0;
	padding:3px 10px;
	}
	
div.tanbojoho table td{
	font-size:14px;
	border:1px solid #CCC;
　　border-collapse:collapse;
	border-spacing:0;
	padding:3px 8px;
	
	}



/*元気米特徴*/
div.feature{
	margin-top:30px;
	width:660px;
	padding:10px;
	float:right;
	}
	
div.feature li{
	list-style:none;	
	padding-left:2px;
	color:#063;
	font-size:16px;
	
	}

div.feature a:link,a:visited{
	color:#F63;
	text-decoration:none;
	}

div.feature a:hover{
	text-decoration:underline;
	}


/*元気米認証マーク*/
div.mark{
	margin-top:30px;
	width:226px;
	text-align:center;
	float:left;
	font-size:12px;
	}

div.greenbox{
	padding:10px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	background:#390;
	}

/*元気米各情報目次*/
div.mokuji ul {
list-style-image: url(../ikimonogenkimai/imagesg/arrowgreen.png);
}
div.mokuji li{
	list-style-position:inside;
	float:left;
	font-size:16px;
	white-space:nowrap;
	margin-left:25px;	
	}
div.mokuji li a{
	color:#F66;
	height:2em;
	line-height:2em;
}
div.mokuji li a:hover{
	color:#360;
}
div.mokuji li a:visited{
	color:#F66;
}



/*見出し*/
.h2orange {
	margin:50px 0 10px 0;
	padding:5px 10px;
	background: #ee7539;
	font-weight:normal;
	color:#FFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

div.feature h2{
	color:#090;
	}
	

/*見出し過去の情報へのリンク*/
.h3kako {
	margin:20px 0 30px 50px;
	padding:5px 10px;
	font-weight:normal;
	border-left:#063 double 20px;

	}
.h3kako a{
	color:#063;
	}
.h3kako a:hover{
	color:#F66;
}
.h3kako a:visited{
	color:#063;
	}
	


.h3green {
	margin:10px 0;
	padding:5px 10px;
	background: #184f30;
	font-weight:normal;
	color:#FFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}


h3.seisansya2{/*生産者からのメッセージタイトル*/
	color:#e15713;
	padding:3px 0 3px 15px;
	border-bottom: solid 3px #e15713;
	border-top: solid 3px #e15713;
}


h4{/*生産者コメント見出し*/
	margin:10px 0 5px 0;
	padding-left:10px;
	color:#060;/*184f30;*/
	background: #cbefdb;
	font-size: 16px;
}

h5{/*基本情報見出し*/
	margin-top:10px;
	margin-bottom: 10px;
	color:#F33;
	font-size: 14px;
	border-left:double #F33 8px;
	padding-left:6px;
}




/*農家情報*/
div.seisansya{/*生産者プロフィール欄*/
	width:332px;
	height:500px;
	margin:10px;
	float:left;
}

div.seisanphoto{/*生産者写真*/
	width:332px;
	height:381px;
	margin:10px 0;
}

.seisanname{/*氏名生産地等*/
	color:#992600;
	font-size: 16px;
	line-height: 1.5em;
	
	}

div.comment{/*生産者コメント*/
	color:#144228;
	width:534px;
	padding:10px;
	font-size: 16px;
	word-break: normal;
	word-wrap: break-word;
	float:right;
}



/*生産している田んぼ情報*/
div.tanbo101{
	color:#144228;
	width:860px;
	padding:10px;
	font-size: 16px;
	word-break: normal;
	word-wrap: break-word;
	float:left;
}
div.tanbo101 a{
	color:#F66;

	height:2em;
	line-height:2em;
}
div.tanbo101 a:hover{
	color:#360;
}
div.tanbo101 a:visited{
	color:#F66;
}


/*生産している田んぼ写真テーブル*/
table.tanbophoto{
	width:840px;
	font-size:14px;
	}
table.tanbophoto image{
	width:400px;
	height:auto;
	}





/*生きものリストテーブル*/
table.list {
	/*width:570x;*/
	color:#336633;
	border-collapse:collapse;
	border-spacing:0px;
	border: 1px solid #9C9;
	padding:3px 5px;
	}
table.list tr td{
	border: 1px solid #9C9;
	padding:3px 5px;
	}
table. list tr:nth-child(1){
 	border-top:3px solid #9c9;
	}
table.list tr:last-child {
 	border-bottom:3px double #9c9;
} 