@charset "UTF-8";
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: medium;
	font-style: normal;
	line-height: 1.7em;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* .clearfix */
.clearfix, .two, .three, .four, .five, .six, header nav ul, #news > ul {
	min-height: 1px;
}
.clearfix:after, .two:after, .three:after, .four:after, .five:after, .six:after, header nav ul:after, #news > ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #1B7811;
	margin-bottom: 20px;
	text-align: center;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
	margin-bottom: 30px;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
p {
	margin-bottom: 30px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #1B7811;
}
a img:hover {
	opacity: 0.6;
	transition: 0.8s;
}
.br {
	border-radius: 20px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}
small {
	font-size: 90%;
}
img {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
	width: 100%;
}
table tr th {
	padding: 0.8em;
	vertical-align: middle;
	white-space: nowrap;
}
table tr th, table tr td {
	background-color: #F6F6F0;
	border-bottom: 1px solid #CCC;
	font-size: smaller;
	padding: 0.8em;
}
table tr:nth-child(even) th, table tr:nth-child(even) td {
	background-color: #FFF;
}
iframe {
	display: block;
	max-width: 100%;
}
body {
	max-width: 100%;
}
header {}
header h1 {
	margin: 0 auto 1.0em;
	max-width: 80%;
	padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
	header h1 {
		padding-top: 3.0em;
	}
}
header nav {
	background-image: url(img/back_header_bottom_01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
header nav ul {
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}
header nav ul li {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 60px;
	overflow: hidden;
	width: calc(100%/5);
}
header nav ul li:first-child {
	background-image: url(img/btn_header_news_02.gif);
}
header nav ul li:nth-child(2) {
	background-image: url(img/btn_header_about_02.gif);
}
header nav ul li:nth-child(3) {
	background-image: url(img/btn_header_rice_02.gif);
}
header nav ul li:nth-child(4) {
	background-image: url(img/btn_header_product_02.gif);
}
header nav ul li:nth-child(5) {
	background-image: url(img/btn_header_company_02.gif);
}
header nav ul li a {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	text-indent: -9876px;
	width: 100%;
}
header nav ul li a:hover {
	opacity: 0;
	transition: 0.6s;
}
header nav ul li:first-child a {
	background-image: url(img/btn_header_news_01.gif);
}
header nav ul li:nth-child(2) a {
	background-image: url(img/btn_header_about_01.gif);
}
header nav ul li:nth-child(3) a {
	background-image: url(img/btn_header_rice_01.gif);
}
header nav ul li:nth-child(4) a {
	background-image: url(img/btn_header_product_01.gif);
}
header nav ul li:nth-child(5) a {
	background-image: url(img/btn_header_company_01.gif);
}
header p {
	margin-bottom: 0; /* reset */
}
@media screen and (max-width: 1100px) {
	header nav ul {
		max-width: 740px;
	}
}
section {
	background-color: #F6F6F0;
	background-image: url(img/back_block_beige_01.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
	padding-top: 60px;
}
section:nth-child(even) {
	background-color: #FFF;
	background-image: none;
}
section > * {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1100px) {
	section > * {
		max-width: 740px;
	}
}
section > p, section > table {
	max-width: 740px;
	width: 740px;
}
section > p.wide {
	max-width: 1080px;
	width: 100%;
}
@media screen and (max-width: 1100px) {
	section > p.wide {
		max-width: 90%;
	}
}
@media screen and (max-width: 767px) {
	section > h1, section > h2, section > h3, section > h4, section > h5, section > h6, section > p, section > table {
		max-width: 90%;
		width: 90%;
	}
}
.two > * {
	float: left;
	margin-right: 4%;
	width: 48%;
}
.two > *:nth-child(odd) {
	clear: both;
}
.two > *:nth-child(even) {
	margin-right: 0; /* reset */
}
/* .totop */
.totop {
	bottom: 10px;
	margin: 0;
	position: fixed;
	right: 30px;
}
@media screen and (max-width: 767px) {
	.two {
		width: 90%;
	}
	.two > * {
		float: none; /* reset */
		margin-right: 0; /* reset */
		width: 100%; /* reset */
	}
	.two.float > * {
		float: left;
		margin-right: 4%;
		width: 48%;
	}
	.two.float > *:nth-child(odd) {
		float: left;
		margin-right: 4%;
		width: 48%;
	}
	.two.float > *:nth-child(even) {
		margin-right: 0; /* reset */
	}
}
#news h3 {
	border-bottom: 2px solid #1B7811;
	text-align: left;
}
#news > ul {
	list-style: none;
}
#news > ul > li {
	float: left;
	margin-bottom: 30px;
	margin-right: 5%;
	width: 47.5%;
}
#news > ul > li:nth-child(even) {
	margin-right: 0; /* reset */
}
#news > ul > li:nth-child(3n) {
	clear: both;
}
#news > ul p:first-child {
	color: #666;
	font-size: 90%;
	margin-bottom: 0;
	padding-bottom: 6px;
}
#news > ul p:last-child {
	margin-bottom: 0;
	padding-bottom: 15px;
}
@media screen and (max-width: 1100px) {
	#news > ul {
		max-width: 740px;
	}
}
@media screen and (max-width: 767px) {
	#news > ul {
		max-width: 90%;
	}
	#news > ul > li {
		float: none; /* reset */
		margin-right: 0; /* reset */
		width: 100%; /* reset */
	}
}
footer {
	background-color: #1B7811;
}
footer p {
	color: #FFF;
	font-size: 80%;
	margin-bottom: 0;
	padding: 30px 0;
	text-align: center;
}
.text-center {
	text-align: center;
}