@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, 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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
	height:100%;
}

img{vertical-align:bottom;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

li{
    list-style-type:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

input, select {
    vertical-align:middle;
}

video {
	display: inline-block;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

a:link {color: #54AF4B;text-decoration: none;}
a:visited {color: #54AF4B;text-decoration: none;}
a:active {color: #54AF4B;text-decoration: none;}
a:hover {color: #54AF4B;text-decoration: none;}

section {
	clear: both;
}

p{
	margin:0 0 10px 0;
}


.clear {clear: both;}

.mb0 {margin:0 0 0 0;}
.mb5 {margin:0 0 5px 0;}
.mb10 {margin:0 0 10px 0;}
.mb15 {margin:0 0 15px 0;}
.mb20 {margin:0 0 20px 0;}
.mb30 {margin:0 0 30px 0;}
.mb40 {margin:0 0 40px 0;}
.mb50 {margin:0 0 50px 0;}
.mb60 {margin:0 0 60px 0 !important;}



/* ------------------------
	body & base setting
------------------------ */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #534741;
	line-height: 1.8;
}

em{
	color: #ED1C24;
	font-weight: bold;
}

.green{
	background:#46993B;
}

.green p{
	color:#fff;
}

.dot{
	background:url(../img/common/bg_01.png);
}

span.red{
	color:#FA001D;
}

#form_contents span{
	color:#FFEF5A;
}

#footer_nav,
#footer_nav li a,
#footer_info{
	color:#fff;
}

@media only screen and (min-width: 980px) {
.pc {
    display: block;
}
.sp{
	display:none;
}

/* ------------------------
	body & base setting
------------------------ */
section{
	padding-bottom:50px;
}

.inner{
	width:980px;
	margin:0 auto;
}

h2{
	padding:50px 0 0;
	margin-bottom:25px;
	text-align:center;
	font-size:30px;
	color:#46993B;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	line-height:1.8;
}

h2 span{
	background:url(../img/common/line_01.png) repeat-x bottom;
	padding:13px 20px;
}
	

h2.line_02{
	font-size:30px;
	color:#fff;
}

h2.line_02 span {
    background: url(../img/common/line_02.png) repeat-x bottom;
	padding:13px 20px;
}


h3{
	margin-bottom:6px;
	color:#46A23B;
	font-size:15px;
	font-weight:bold;
}

.catch{
	margin-bottom:30px;
	text-align:center;
}

.btn_01,
.btn_01 input{
	width:250px;
	height:51px;
	margin:0 auto;
	background:url(../img/common/btn_arow_01.png) no-repeat 20px 17px, #54a54b;
	background-size:8px;
	cursor:pointer;
	border-style: none;

	font-size:15px;
	color:#fff;
	text-align:center;
	font-family:font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn_contact,.btn_contact input {
	background:url(../img/contact/btn.png) no-repeat !important;
	background-size:cover !important;
}

.btn_01 a{
	color:#fff;
	display:block;
	padding:12px 11px 12px 32px;
}

.btn_02{
	width:250px;
	height:51px;
	margin:0 auto;
	background:url(../img/common/btn_arow_02.png) no-repeat 20px 17px, #fff;
	background-size:8px;

	font-size:16px;
	color:#54a54b;
	text-align:center;
	font-family:font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn_02 a{
	color:#54a54b;
	display:block;
	padding:11px 11px 11px 32px;
}

.btn_03 input{
	width:250px;
	height:51px;
	margin:0 auto;
	background:url(../img/common/btn_arow_01.png) no-repeat 20px 17px, #b7b7b7;
	background-size:8px;
	cursor:pointer;
	border-style: none;

	font-size:15px;
	color:#fff;
	text-align:center;
	font-family:font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn_03 a{
	color:#fff;
	display:block;
	padding:10px 8px 9px 30px;
}

.btn_01:hover,
.btn_02:hover,
.btn_03:hover{
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}

.contact_submit3{
	width:520px;
	margin:0 auto;
}

.contact_submit3 form{
	width:250px;
}
.contact_submit3 ul{
	overflow:hidden;
}

.contact_submit3 ul li{
	float:left;
}

.contact_submit3 ul li:first-child{
	margin-right:15px;
}


/*------------#main-----------*/
#main{
	padding-bottom:0;
	height:204px;
}

#main p{
	padding-top:85px;
	color:#fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:31px;
	
	-moz-text-shadow: 0px 0px 6px #000;
	-webkit-text-shadow: 0px 0px 6px #000;
	text-shadow: 0px 0px 6px #000; 
}


/*------------.breadCrumbs-----------*/
.breadCrumbs{
	width:980px;
	margin:0 auto;
	padding:5px 0;
	overflow:hidden;
}

.breadCrumbs li{
	float:left;
	font-size:12px;
	padding-right:4px;
}

.breadCrumbs li a{
	color:#54AF4B;
	padding-right:16px;
	background:url(../img/common/arrow.jpg) no-repeat right;
	text-decoration:underline;
}

.breadCrumbs li a:hover{
	color:#72CC69;
	text-decoration:underline;
}

/*-----------------------------
　　page-top
------------------------------*/
#page-top {
	display:none;
	position:relative;
	max-width:980px;
	height:0;
	margin:0 auto;

	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	
}
#page-top a {
	position: fixed;
	bottom: 0px;
	display: block;
	width: 72px;
	hegiht:90px;
	margin-left:902px;
	margin-bottom:10px;
	z-index:9999;
}

#page-top_sp img{
	display:none;
}

/*-----------------------------
　　header
------------------------------*/
header{
	overflow:hidden;
	margin-bottom:10px;
}

header h1{
	float:left;
}

header nav{
	float:right;
	/*width:810px;*/
	margin-top:30px;
}

header nav ul li{
	float:left;
}


#gnav ul li{
	font-size:16px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	border-right:2px dotted #A0D322;
}
#gnav ul li:first-child{
	border-left:2px dotted #A0D322;
}

#gnav ul li a{
	display:block;
	padding:5px 15px;
}


#gnav ul li.select span{
	background:url(../img/common/nav_line.png) repeat-x bottom;
}


#gnav  li a span{
	padding:0px 15px 8px;
}

#gnav li a span:hover{
	background:url(../img/common/nav_line.png) repeat-x bottom;
}



/*-----------------------------
　　footer
------------------------------*/
footer{
	color:#fff;
	background:url(../img/common/footer_bg.png);
}

#footer_nav{
	margin-bottom:35px;
	padding-top:70px;
}

footer#footer_dot{
	background:url(../img/common/footer_bg.png), url(../img/common/bg_01.png);
	padding:0 0 20px;
}

#footer_nav ul{
	overflow:hidden;
}

#footer_nav ul li{
	float:left;
	padding:0 10px;
	border-right:2px dotted #fff;
}

#footer_nav ul li:first-child{
	border-left:2px dotted #fff;
}

#footer_nav li a:hover{
	padding-bottom:3px;
	border-bottom:1px solid #fff;
}

#footer_info{
	overflow:hidden;
}

#footer_info p small{
	float:left;
	margin:72px 0 0 0;
	font-size:11px;
}

#footer_info dl{
	float:right;
	text-align:right;
}

#footer_info dt{
	margin-bottom:10px;
	font-size:21px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
}

#footer_info dd{
	line-height:1.6;
}

/*-----------------------------
　　top
------------------------------*/
#top_main_wrapper{
	/*height:670px;
	background:url(../img/top/main_bg.jpg) no-repeat;
	background-size: cover;*/
}

#top_main{
	/*height:570px;*/
	position:relative;
}

#top_main .box{
	position:relative;
    margin: 0 auto;
	padding:0;
}

#top_main .inner{
	position:absolute;
	left:50%;
	margin:0 0 0 -490px;
	z-index: 4;
}

#top_catch{
	width:700px;
	margin:170px auto 0;
	color:#fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
	font-size:35px;
	text-align:center;
	text-shadow:0 0 10px #000;
}
#top_catch span{
	font-size:45px;
}

#slide_movie {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
    list-style: none;
	
}
 
#slide_movie li {
    position: absolute;
    top: 0;
    left: 0;
	z-index:1;
	width:100%;
	height:700px;
}


#top_nav{
	background:url(../img/top/top_gnav_bg.png);
	margin-top:-25px;
	z-index:5;
	position:relative;
}

#top_nav ul{
	overflow:hidden;
}

#top_nav ul li{
	float:left;	
	width:196px;
	height:100px;
	color:#534741;
	font-size:18px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	text-align:center;
}

#top_nav ul li a{
	display:block;
	padding:50px 0 32px;
}

#top_nav ul li{
	background:url(../img/top/nav_02_off.png) no-repeat;
}
#top_nav ul li:first-child{
	background:url(../img/top/nav_01_off.png) no-repeat;
}

#top_nav ul li:first-child:hover{
	background:url(../img/top/nav_01_on.png) no-repeat;
}

#top_nav ul li:nth-child(2):hover{
	background:url(../img/top/nav_02_on.png) no-repeat;
}

#top_nav ul li:nth-child(3):hover{
	background:url(../img/top/nav_03_on.png) no-repeat;
}

#top_nav ul li:nth-child(4):hover{
	background:url(../img/top/nav_04_on.png) no-repeat;
}

#top_nav ul li:nth-child(5):hover{
	background:url(../img/top/nav_05_on.png) no-repeat;
}
	


.top_bg_01{
	background:url(../img/top/top_bg_01.png) no-repeat;
	background-position:25% 58%;
}

.top_bg_02{
	background:url(../img/top/top_bg_02.png) no-repeat;
	background-position:86% 102%;
}

.top_bg_03{
	background:url(../img/top/top_bg_03.png) no-repeat;
	background-position:26% 14%;
}

#machine{
	margin-bottom:40px;
}

#machine ul li{
	margin-right:15px;
}

#producer_bg{
	/*height:687px;*/
	background:url(../img/top/producer_bg.jpg) no-repeat center;
	background-size:cover;
/*	background-size: 100% auto;*/
}

#producer_catch{
	padding-top:3%;
}

#producer_catch_bg{
	width:80%;
	/*width:760px;*/
	margin:0 auto;
	background:rgba(0,0,0,0.5);
}

#producer_catch h2{
	padding:20px 20px 0;
}

#producer_catch p{
	padding:0 20px 30px 20px;
	color:#fff;
}

#item{
	overflow:hidden;
	margin-bottom:40px;
}

#item li{
	float:left;
	width:170px;
	margin-right:32px;
}

#item li:last-child{
	margin:0;
}

#item li dl dt{
	margin-bottom:8px;
}

#item li dl dd{
	font-weight:bold;
	text-align:center;
}


.movie{
	position:relative;
	height: 700px;
}



/*-----------------------------
　　about
------------------------------*/
#about #main{
	background:url(../img/about/header_bg.jpg) no-repeat center;
	background-size:cover;
}

#about .dot{
	padding-bottom:30px;
}

.box{
	overflow:hidden;
	padding:50px 0 20px 0;
}

.box dl{
	float:left;
	width:480px;
	margin-right:40px;
}

.box dl dt{
	margin-bottom:30px;
	font-size:30px;
	color:#46993B;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	line-height:1.8;
}
.box dl dt span{
	background:url(../img/common/line_01.png) repeat-x bottom;
	padding:0 20px 13px 0;
}
	
p.full_image img{
	width:100%;
	hright:auto;
	margin-bottom:20px;
}

.dlbox_about {
	padding:0 25px 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.dlbox_about .dtbox {
	width:50%;
	float:left;
	margin:0 25px 0 0;
}
.dlbox_about .dtbox:nth-child(2n) {
	margin:0 -25px 0 0;
}
p.title_rank {
	color:#46993B;
	font-size:22px;
	border-bottom:1px dashed #999;
	margin:0;
}

.dlbox_about .dtbox dt {
	width:110px;
	float:left;
	clear:both;
	padding:5px 0;
}
.dlbox_about .dtbox dd {
	border-bottom:1px dashed #999;
	padding:5px 0 5px 120px;
	box-sizing:border-box;
}
.dlbox_about .dtbox dd:last-child {
	margin:0 0 5px;
}

/*-----------------------------
　　works
------------------------------*/
#works #main{
	background:url(../img/works/header_bg.jpg) no-repeat center;
	background-size:cover;
}

.machinery{
	overflow:hidden;
}

.machinery dl{
	float:left;
	width:314px;
	margin-right:19px;
}
.machinery dl:last-child{
	margin:0;
}

.machinery dl dt{
	margin-bottom:5px;
	padding:3px 0 3px 25px;
	background:url(../img/works/rice.png) no-repeat left;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

.machinery dl dd p{
	font-size:13px;
}

#works #item li dl dd p{
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

/*-----------------------------
　　producer
------------------------------*/
#producer #main{
	background:url(../img/producer/header_bg.jpg) no-repeat center;
	background-size:cover;
}

#producer .dot p img{
	margin-bottom:40px;
}

/*-----------------------------
　　company
------------------------------*/
#company #main{
	background:url(../img/company/header_bg.jpg) no-repeat center;
	background-size:cover;
}

#company table{
	margin-bottom:50px;
}

table th,
table td {
	border-bottom:dashed 1px #fff;
}
table .last th,
table .last td{
	border-bottom:none;
}

#company th{
    width:100px;
	padding:15px 0 15px 20px;
	background:#5CB749;
	border-right:dashed 1px #fff;
	color:#fff;
	font-size:15px;
	font-weight:normal;
	text-align:left;
}

#company td{
	width:840px;
	padding:5px 0 5px 15px;
	background:#E6EDD1;
}

#company .dot dl{
	overflow:hidden;
}

#company .dot dt{
	float:left;
	width:120px;
	padding:5px 0;
}

#company .dot dd{
	padding: 5px 0 5px 120px;
	border-bottom:1px dashed #999;
}

#company .dot dd:last-child{
	margin:0 0 5px;
}

#company iframe{
	width:980px;
	height:400px;
	margin-bottom:40px;
}

/*-----------------------------
　　contact
------------------------------*/
#contact #main{
	background:url(../img/contact/header_bg.jpg) no-repeat center;
	background-size:cover;
}

#form_contents{
	margin-bottom:20px;
	font-size:13px;
	overflow:hidden;
	background:#5CB749;
}

#form_contents .first{
	border-top:none;
}

#form_contents:after {
    content:"";
    display:block;
    clear:both;
}
/* for IE6 */
* html #form_contents{
    display:inline-block;
    
}
/* for IE7 */
*+html #form_contents{
    display:inline-block;
}

#form_contents dt{
	float:left;
    width:200px;
	margin:0;
	margin-right: -220px;
	padding: 16px 0 0 20px;
    display: inline;
	color:#fff;
	font-size:15px;
	border-top:dashed 1px #fff;
}

#form_contents dd{
	width:740px;
	margin-left: 220px;
	padding:15px 0 15px 20px;
	background:#E6EDD1;
	border-top:dashed 1px #fff;
}

#form_contents li{
	margin-bottom:10px;
}

#form_contents input{
	padding:3px;
	font-size:15px;
	border:solid 1px #999;
}

#form_contents textarea{
	width:700px;
	margin-top:5px;
	font-size:15px;
	border:solid 1px #999;
}

.contact_form dl{
    overflow: hidden;
	margin-bottom:20px;
}

.contact_form dt{
	float: left;
    padding: 10px 0;
    color: #5CB749;
	font-size:15px;
    font-weight: bold;
}

.contact_form dd{
	margin-bottom: 10px;
    padding: 10px 0 10px 200px;
    border-bottom: 1px dashed #999999;
}

}



@media only screen and (max-width: 979px) {
/* ------------------------
	body & base setting
------------------------ */
body{
	font-size:12px;
	line-height: 1.6;
}

.sp {
    display: block;
}
.pc{
	display:none;
}

img{
	max-width: 100%;
	height: auto;
}

.inner{
	width:90%;
	margin:0 auto;
}

section{
	padding-bottom:20px;
}

h2{
	margin-bottom:10px;
	padding:15px 0 5px;
	color:#54AF4B;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:18px;
	text-align:center;
	line-height:2;
}

h2 span{
	background:url(../img/common/line_01.png) repeat-x bottom;
	padding:10px 20px;
}

h2.line_02{
	font-size:18px;
	color:#fff;
}

h2.line_02 span {
    background: url(../img/common/line_02.png) repeat-x bottom;
	padding:10px 20px;
}

h3{
	margin-bottom:2px;
	color:#46A23B;
	font-size:15px;
	font-weight:bold;
}

.btn_01,
.btn_01 input{
	width:210px;
	height:40px;
	margin:0 auto;
	background:url(../img/common/btn_arow_01.png) no-repeat 18px 14px, #54a54b;
	background-size:8px;
	border-style: none;

	font-size:15px;
	color:#fff;
	text-align:center;
	font-family:font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn_01 a{
	color:#fff;
	display:block;
	padding:10px 8px 9px 30px;
}

.btn_02{
	width:210px;
	height:40px;
	margin:0 auto;
	background:url(../img/common/btn_arow_02.png) no-repeat 18px 14px, #fff;
	background-size:8px;

	font-size:15px;
	color:#54a54b;
	text-align:center;
	font-family:font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn_02 a{
	color:#54a54b;
	display:block;
	padding:10px 8px 9px 30px;
}

.btn_03 input{
	width:210px;
	height:40px;
	margin:0 auto;
	background:url(../img/common/btn_arow_01.png) no-repeat 18px 14px, #b7b7b7;
	background-size:8px;
	cursor:pointer;
	border-style: none;

	font-size:15px;
	color:#fff;
	text-align:center;
	font-family:font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
	
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn_03 a{
	color:#fff;
	display:block;
	padding:10px 8px 9px 30px;
}

.btn_01:hover,
.btn_02:hover,
.btn_03:hover{
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}

.contact_submit3{
	overflow:hidden;
}
.contact_submit3 p{
	float:left;
}
	
	

/*---------main---------*/

#main p{
	margin:0;
	padding:10% 0 8%;
	width:70%;
	
	color:#fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:24px;
	
	-moz-text-shadow: 0px 0px 6px #000;
	-webkit-text-shadow: 0px 0px 6px #000;
	text-shadow: 0px 0px 6px #000; 
}


/* ------------------------
	page-top 
------------------------ */
#page-top img{
	display:none;
}

#page-top_sp{
	position: fixed;
    bottom: 10px;
    right: 10px;
	margin-bottom: 0;
	z-index: 9999;
	
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* ------------------------
	header
------------------------ */
header{
	overflow:hidden;
	width:100%;
	z-index:9999;
	padding:11px 0 10px;
	background:#50B045;
	border-bottom:1.5px solid #B3B3B3;
}

header h1{
	float:left;
	margin-left:5px;
}

.button-toggle{
	float:right;
	margin-right:10px;
	padding:3px 0 2px 10px;
	border-left:1px dotted #fff;
}

#menu {
    width: 100%;
    top: 55px;
    display: block;
    position: absolute;
    z-index: 1;
    background: #fff;
}

#menu ul li{
	border-bottom:1px dashed #50B045;
	background:url(../img/common/arrow_02.png) no-repeat 97%;
	background-size:8px 14px;
}

#menu ul li a{
	padding:13px 10px 10px;
	display:block;
}

#menu ul li:last-child{
	border-bottom:2px solid #B3B3B3;
}

#menu .close{
	padding:10px;
	text-align:center;
	background-image:none;
}

/* ------------------------
	footer
------------------------ */
footer{
	background:#54a54b;
}

#footer_nav ul{
	margin-bottom:30px;
	padding-top:20px;
}

#footer_nav ul li{
	border-bottom:1px dashed #fff;
	background:url(../img/common/arrow_03.png) no-repeat;
	background-size:8px 14px;
	background-position:97%;
}
#footer_nav ul li:first-child{
	border-top:1px dashed #fff;
}

#footer_nav ul li a{
	padding:10px 5px;
	display:block;
}

#footer_info{
	text-align:center;
	font-size:12px;
}

#footer_info p{
	margin-bottom:0;
}

#footer_info dl{
	margin-bottom:5px;
	line-height:1.6;
}

#footer_info dt{
	margin-bottom:10px;
	font-size:18px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal !important;
}

#footer_info p{
	font-size:10px;
	padding-bottom:5px;
}

/*-----------------------------
　　top
------------------------------*/
#top_main_wrapper{
	height:100%;
	background:url(../img/top/main_bg.jpg) no-repeat;
	background-size: cover;
}

#top_catch{
	width:95%;
	margin:0 auto;
	padding:18% 0;
	color:#fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
	font-size:23px;
	text-align:center;
	text-shadow:0 0 10px #000;
}
#top_catch span{
	font-size:27px;
}

.movie{
	display:none;
}

/*.top_bg_01{
	background:url(../img/top/top_bg_01.png) no-repeat;
	background-position:0 14%;
}

.top_bg_02{
	background:url(../img/top/top_bg_02.png) no-repeat;
	background-position:100% 14%;
}

.top_bg_03{
	background:url(../img/top/top_bg_03.png) no-repeat;
	background-position:0 2%;
}*/

#machine{
	margin-bottom:20px;
}

#machine ul li{
	margin-right:-300px!important;
}

#machine ul{
	height:40%!important;
}

#machine ul li img{
	width:40%;
}

#producer_bg{
	color:#fff;
	background:url(../img/top/producer_bg_sp.jpg) no-repeat;
	background-size:cover;
}

#producer_catch{
	padding:30px 0 20px;
}
#producer_catch_bg{
	width:80%;
	margin:0 auto;
	padding:10px;
	background:rgba(0,0,0,0.5);
}

#item{
	overflow:hidden;
	margin-bottom:20px;
}

#item li{
	float:left;
	width:47%;
	text-align:center;
}

#item li:nth-child(odd){
	margin-right:6%;
}

/*-----------------------------
　　about
------------------------------*/
#about #main{
	background:url(../img/about/header_bg.jpg) no-repeat center;
}

#about .dot{
	padding-bottom:20px;
}

#about .box{
	padding:20px 0 10px;
}


#about .box dt{
	margin-bottom:10px;
	padding-bottom:5px;
	color:#54AF4B;
	font-size:18px;
	font-weight:bold;
	line-height:2;
	text-align:center;
}

#about .box dt span {
    background: url(../img/common/line_01.png) repeat-x bottom;
	padding:10px 20px;
}

.dlbox_about {
	padding:0;
}
.dlbox_about .dtbox {
	width:100%;
	float:none;
	margin:0 0 30px;
}
.dlbox_about .dtbox:nth-child(2n) {
	margin:0;
}
p.title_rank {
	color:#46993B;
	font-size:16px;
	border-bottom:1px dashed #999;
	margin:0;
}

.dlbox_about .dtbox dt {
	width:110px;
	float:left;
	clear:both;
	padding:5px 0;
}
.dlbox_about .dtbox dd {
	border-bottom:1px dashed #999;
	padding:5px 0 5px 120px;
	box-sizing:border-box;
}
.dlbox_about .dtbox dd:last-child {
	margin:0 0 5px;
}



/*-----------------------------
　　works
------------------------------*/
#works #main{
	background:url(../img/works/header_bg.jpg) no-repeat center;
}

.machinery dl{
	max-width:314px;
	margin:0 auto 20px;
}

.machinery dl dt{
	margin-bottom:5px;
	padding:3px 0 3px 22px;
	background:url(../img/works/rice.png) no-repeat left;
	background-size:15px;
	color:#fff;
	font-weight:bold;
}

.machinery dl dd{
	max-width:314px;
}

#works #item li{
	width:100%;
	margin-bottom:10px;
}

#works #item dd p{
	text-align:left;
}

/*-----------------------------
　　producer
------------------------------*/
#producer #main{
	background:url(../img/producer/header_bg.jpg) no-repeat center;
}

/*-----------------------------
　　company
------------------------------*/
#company #main{
	background:url(../img/company/header_bg.jpg) no-repeat center;
}

#company table {
	margin-bottom:20px;
}

#company table th,
#company table td {
	/*border-bottom:dashed 1px #fff;*/
	display:block;
}
#company table .last th,
#company table .last td{
	border-bottom:none;
}

#company th{
	padding:5px;
	background:#5CB749;
	color:#fff;
	font-size:15px;
	font-weight:normal;
	text-align:left;
}

#company td{
	padding:10px 5px;
	background:#E6EDD1;
}

#company .dot dl{
	overflow:hidden;
}

#company .dot dt{
	font-size:13px;
	margin-bottom:5px;
	font-weight:bold;
}



#company iframe{
	margin-bottom:10px;
	height:300px;
}

/*-----------------------------
　　contact
------------------------------*/
#contact #main{
	background:url(../img/contact/header_bg.jpg) no-repeat center;
}

#form_contents{
	margin-bottom:20px;
}

#form_contents dd input,
#form_contents dd textarea{
	width:98%;
	font-size:15px;
	border:solid 1px #999;
}

#form_contents dt{
	margin:0;
	padding: 5px;
	color:#fff;
	font-size:15px;
	background:#5CB749;
	/*border-bottom:dashed 1px #fff;*/
}

#form_contents dd{
	padding:15px;
	font-size:12px;
	line-height:1.9;
	background:#E6EDD1;
	/*border-top:dashed 1px #fff;*/
}

#form_contents input{
    padding: 3px;
	font-size:15px;
}

#form_contents input.postal{
	width:30%;
	margin-bottom:8px;
}

#contact select{
	margin-bottom:10px;
}

.contact_form dl{
	margin-bottom:20px;
}

.contact_form dt{
    padding: 10px 0;
    color: #5CB749;
	font-size:15px;
    font-weight: bold;
}

.contact_form dd{
	border-bottom: 1px dashed #999999;
    padding: 0 10px 10px 10px;
}

.contact_submit3 ul {
    width: 210px;
    margin: 0 auto;
}


}