@charset "utf-8";
@media screen{

#sub{
	background:url('../images/common/main-background.jpg');
	background-repeat:repeat;
	background-position:left 60px;
}
#subContainar{
	background:url('../images/common/submain-image_sp.jpg');
	background-repeat:no-repeat;
	background-position:center 60px;
	background-size:auto 80px;
	position:relative;
}
.subnav{
	width:100%;
	margin-top:80px;
	border-radius:0;
	font-size:10px;
	background:url(../images/common/subnav_bg.png) left bottom repeat-x #FFF;
	background-size:1px 1px;
}
.subnav:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.subnav li{
	width:50%;
	float:left;
	font-size:11px;
	
	background-size:4px 7px;
	line-height:2em;
	border-bottom:1px solid #DDD;
}
.subnav li:nth-child(odd){ background:url(../images/common/subnav_bg.png) right top repeat-y;  background-size:1px 1px;}
.subnav li a{ color:#333; display:block; padding:10px 0 10px 18px; background:url(../images/common/list-icon.png) no-repeat left 10px top 1.6em; background-size:4px 7px}
.subnav li a.active{ color:#b52282;}



.subnavRecruit{
	width:100%;
	margin-top:80px;
	border-radius:0;
	font-size:10px;
	background:url(../images/common/subnav_bg.png) left bottom repeat-x #FFF;
	background-size:1px 1px;
}
.subnavRecruit:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.subnavRecruit li{
	width:50%;
	float:left;
	font-size:11px;
	background:url('../images/common/list-icon.png') no-repeat left 10px top 1.6em;
	background-size:4px 7px;
	line-height:2em;
	border-bottom:1px solid #DDD;
}
.subnavRecruit li:first-child{
	width:100%;
	float:left;
	font-size:11px;
	background:url('../images/common/list-icon.png') no-repeat left 10px top 1.6em;
	background-size:4px 7px;
	line-height:2em;
	border-bottom:1px solid #DDD;
}
.subnavRecruit li:nth-child(2n){ background:url('../images/common/list-icon.png') no-repeat left 10px top 1.6em, url(../images/common/subnav_bg.png) right top repeat-y; 
	background-size:4px 7px , 1px 1px;}
.subnavRecruit li a{ color:#333; display:block; padding:10px 0 10px 18px;}
.subnavRecruit li a.active{ color:#b52282;}


.bread{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	font-size:10px;
	color:#999;
}
.bread ul:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.bread ul li{
	float:left;
}
.bread ul li a{ color:#999;}

.bread ul li:before{
	content:"　>　";
}
.bread ul li:first-child:before{
	content:"";
}
.noAside{ margin-top:80px;}

.sub_headline{
	font-size:20px;
	margin:30px 0 15px 0;
	padding-bottom:10px;
	background:url('../images/common/main-title-bar.jpg') no-repeat left bottom;
	color:#b52282;
}

.navigationtitle{
	border-left:1px solid #666;
	margin-left:10px;
	padding-left:10px;
	font-size:16px;
	color:#333;}



/* ----------------------------------------------------

    取り組み
	
----------------------------------------------------　 */
.activity{}
.activity_top{}
.activity_top ul{
	width:100%; overflow:hidden; 
}
.activity_top ul:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.activity_top ul li{
	padding-bottom:10px;
	display:block;
}
.activity_top ul li article img{ height:141px !important; display:block;}

@media (min-width:481px) {
.activity_top ul{
	overflow:hidden; 
	margin-right:-10px;
}
.activity_top ul:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.activity_top ul li{
	width:250px;
	padding-bottom:10px;
	display:block;
	float:left;
	margin-right:10px;
}
.activity_top ul li article img{ width:100%; display:block;}
}
.activity_top ul li article p{ display:block;}
#main.activity_top h2{ margin-bottom:0;}
.activity_field{}

img.fieldloop {
	width: 30%;
	float: right;
}

.activity_fresh{}
.activity_safety{}
.activity_together{}

.gllogo{
	width: 30%;
}
.jaslogo{
	width: 10%;
}



/* ----------------------------------------------------

    農場紹介
	
----------------------------------------------------　 */

/* 農場トップ */

.farm_top .farmIndex_listL{ width:100%; }

.farm_top .farmIndex_listL table{
	width:100%;
	margin-bottom:15px;
}
.farm_top .farmIndex_listL table td{
	border:none !important;
}
.farm_top .farmIndex_listL table th{
	width:80px;
	border:none !important;
}
.farm_top .infoimage{
	width:100%; margin-bottom:-15px;; text-align:center;
}
.farm_top .trititle{ 
	margin-bottom:10px;
	float: left;
}
.farm_top hr{
    border-style: dotted;
    border-width: 1px 0 0;
    height: 1px;
	margin:20px 0;
	clear:both;	
}
.farm_top section { margin-bottom:-40px;}
.farm_top section:last-child { margin-bottom:30px;}




/* 農場詳細 */
#main.farm_detail dl.pointtable{
	width:100%;
}
#main.farm_detail dl.pointtable dt{
	width:80px;
	float:left;
	border:none !important;
	font-weight:bold;
}
#main.farm_detail dl.pointtable dd{
	border:none !important;
	margin-left:80px;
}
#main.farm_detail .imagewaku{
	width:100%; text-align:center;
}
#main.farm_detail .imagewaku img{
	width:100%; height:auto;
}

#main.farm_detail dl.pointtableText{
	width:100%;
	margin-top:10px;
}
#main.farm_detail dl.pointtableText dt{
	width:80px;
	vertical-align: top;
	border:none !important;
	padding-bottom:5px;
	font-weight:bold;
}
#main.farm_detail dl.pointtableText dd p:last-child{
	margin-bottom:0; padding-bottom:0;
}

ul.inli{
	float: right;
}
.farm_top .inli li{
	display: inline-block;
}
.inli img {
	height: 20px !important;
}






/* ----------------------------------------------------

    栽培作物
	
----------------------------------------------------　 */

/* 栽培作物トップ */
.item_top .item_list{ margin-bottom:20px}
.item_top .item_list:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.item_top .item_list li{
	display:inline-block;
	padding-right:1em;
	border-right:1px solid #666;
	margin-right:0.5em;
	padding-left:0.5em;
	margin-bottom:10px;
	background:url('../images/common/redicon.png') no-repeat 0 0.8em;
}
.item_top .item_list li:last-child{
	border-right:none;
}

.item_top .itemIndexL:after , .item_top .itemIndexR:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.item_top .itemIndexL .item_text , .item_top .itemIndexR .item_text{ width:100%;}
.item_top .itemIndexL .item_img , .item_top .itemIndexR .item_img{ width:100%; margin-top:10px; margin-bottom:0; padding:0; text-align:center; border:1px solid #DDD; background-color:#FFF; line-height:0;}
.item_top .item_img img{}
.item_top .trititle{ margin-bottom:10px;}
#main.item_top section{ padding-bottom: 30px;}
#main.item_top .pagetop{ margin-top:-10px !important;}




/* 農場詳細 */
.item_detail .itemarea{ margin-bottom:20px}
.item_detail .itemarea:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.item_detail .itemarea li{
	display:inline-block;
	padding-right:1em;
	border-right:1px solid #666;
	margin-right:0.5em;
	padding-left:0.5em;
	background:url('../images/common/redicon.png') no-repeat 0 0.8em;
}
.item_detail .itemarea li:last-child{
	border-right:none;
}
.item_detail table.pointtable{
	width:100%;
	margin-bottom:-30px;
}
.item_detail table.pointtable th{
	width:80px;
	vertical-align: top;
	border:none !important;
	padding-bottom:5px;
}
.item_detail table.pointtable td{
	border:none !important;
	padding-bottom:5px;
}
.item_detail table.pointtable .imagewaku{
	vertical-align: bottom;
	width:300px;
}
.item_detail .pagetop{ margin:0;}


.brand li{
	float: left;
	width: 275px;
	margin-right: 40px;
	margin-bottom: 10px;
	border: solid 1px #CCC;
	background-color: #FFF;
	padding: 20px;
}

.brand li:last-child{
margin-right: 0; 
}


.cimg{
	display: block;
	margin: 0 auto;
}

/* ----------------------------------------------------

    お知らせ
	
----------------------------------------------------　 */
/* tumblr反映する場合*/

.news_top dl.news_list{ width:100%; overflow:hidden; font-size:12px; }
.news_top dl.news_list:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.news_top dl.news_list dt{  width:30%;; float:left; clear:left; background:url('../images/common/list-icon.png') no-repeat left 0.6em; background-size:4px 7px;  padding-left:10px; padding-bottom:0.5em;}
.news_top dl.news_list dd{  width:60%; float:left; padding-bottom:0.5em; }
.news_top dl.news_list dd a{ color:#333}




.news_top table.newsList{
	border:none !important;
	margin-bottom:-30px;
}
.news_top table.newsList th,td{
	border:none !important;
}
.news_top table{
	width:100%;
}
.news_top th , .news_top td{
	padding:5px 0;
	border:none !important;
}
.news_top th.date{
	width:90px;
	background:url('../images/common/list-icon.png') no-repeat left 1em;
	padding-left:15px;
}
.news_top td.text{
	width:580px;
	padding-left:15px;
}
.news_top table.newsList a:link {
	color: #333;
	text-decoration: none
}
.news_top table.newsList a:visited {
	color: #333;
	text-decoration: none
}
.news_top table.newsList a:active {
	color: #333;
	text-decoration: none
}
.news_top table.newsList a:hover {
	color: #333;
	text-decoration: underline;
}
.news_top article {
    padding-bottom: 50px;
}
.news_top article:last-child {
    padding-bottom: 30px;
}


/* お知らせ　詳細 */
.news_detail{}


/* ----------------------------------------------------

    採用情報
	
----------------------------------------------------　 */
/* 採用情報トップ */
.recruit_top{}
.recruit_top section{ width:100%; }
.recruit_top section .recruit_top_60seconds a{ width:300px; height:94px; background:url(../images/recruit/recruit_top_btn01_sp.jpg) left top no-repeat; background-size:300px 94px; text-indent:-9999px; margin:0 auto 15px; display:block;}
.recruit_top section .recruit_top_message a{ width:300px; height:94px; background:url(../images/recruit/recruit_top_btn02_sp.jpg) left top no-repeat; background-size:300px 94px; text-indent:-9999px; margin:0 auto 15px; display:block;}
.recruit_top section .recruit_top_member a{ width:300px; height:94px; background:url(../images/recruit/recruit_top_btn03_sp.jpg) left top no-repeat; background-size:300px 94px; text-indent:-9999px; margin:0 auto 15px; display:block;}
.recruit_top section .recruit_top_career_paths a{ width:300px; height:94px; background:url(../images/recruit/recruit_top_btn04_sp.jpg) left top no-repeat; background-size:300px 94px; text-indent:-9999px; margin:0 auto 15px; display:block;}
.recruit_top section .recruit_top_requirements a{ width:300px; height:94px; background:url(../images/recruit/recruit_top_btn05_sp.jpg) left top no-repeat; background-size:300px 94px; text-indent:-9999px; margin:0 auto; display:block;}





/* イオンアグリ創造について */

.recruit_60:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.recruit_60 section:last-child{}
.recruit_60 .image_midium-l{
	width:20%;
	float:left;
}
.recruit_60 .image_midium-r{
	width:20%;
	float:right;
}
.recruit_60 .text_midium-l{
	width:75%;
	float:left;
}
.recruit_60 .text_midium-r{
	width:75%;
	float:right;
}
#main.recruit_60 .text_midium-r p{ padding-bottom:0;}

.recruit_60_l{
	width:100%;
	margin-bottom:30px;
}
.recruit_60_r{
	width:100%;
	margin-bottom:30px;
}



/* 採用担当からのメッセージ */

.recruit_message .messtable td{
	border:none !important;
}
.recruit_message .messtable th{
	width:74px;
}
.recruit_message .messege_ph{float:right; background-color:#FFF; margin-left:20px; margin-bottom:10px;}
.recruit_message .messege_phText{border:1px solid #DDD; padding:10px;}

/* 社員が語る仕事観 */
.recruit_memberTop .memberarea h2{
	margin-bottom:10px !important;
}
.recruit_memberTop .memberarea h3{
	height:44px;
	font-size:14px !important;
}
.recruit_memberTop .memberarea .linklist li{ margin-left:1em; }
.recruit_memberTop .memberarea img{ margin-bottom:10px;}
.recruit_memberTop ul{
	width:100%; overflow:hidden; 
}
.recruit_memberTop ul:after , .recruit_memberTop section.memberarea ul li article:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.recruit_memberTop ul li{
	width:100%; clear:both;
}

/* 社員が語る仕事観 詳細 */
.recruit_memberDetail dl dt{
	color:#333;
	font-size:16px;
	background:url('../images/common/vio-line.png') no-repeat left bottom;
	padding:3px 5px 10px 15px;
	margin-bottom:10px;
	font-weight:bold;
}
.recruit_memberDetail dl  dd{
	padding: 1em;
	margin-bottom:30px;
	background-color:#FFF;
	border:1px solid #DDD;
}
.recruit_memberDetail .image_large-l{ text-align:center; margin-top:15px;}
.recruit_memberDetail .text_large-r{
	width:100%;
}
/* キャリアパス */
.recruit_career{}
.recruit_career .image_large-r{ text-align:center; margin-bottom:10px;}


/* 採用情報 */
.recruit_requirements section{ padding-bottom:0 !important}
.recruit_requirements .requirements_mynavi{ width:160px; float:left; clear:left;}
.recruit_requirements .requirements_es{ width:200px; margin:0 auto; text-align:center}
.recruit_requirements .requirements_es ul li{ margin:0 auto;
	list-style:url('../images/common/redicon.png');
	background:none;
	padding:0;}


.recruit_requirements .requirements_es_ftr{ }
.recruit_requirements .requirements_es_ftr ul{}
.recruit_requirements .requirements_es_ftr ul li{ float:left; margin-right:20px;}

.recruit_requirements table.recmember{
	width:100%;
	background:#fff;
	border:1px solid #ccc !important;
	border-collapse:collapse;
	margin-bottom:30px;
	font-size:12px;
}
.recruit_requirements table.recmember th, .recruit_requirements table.recmember th{ width:60px}
.recruit_requirements table.recmember th, .recruit_requirements table.recmember td{
	padding:5px;
	border:1px solid #ccc !important;
	border-collapse:collapse;
}
.recruit_requirements table.recmember th{
	background:#efefef;
}
.recruit_requirements table td table{ width:95%; margin:20px auto;}
.recruit_requirements a.btn_requirements:link , .recruit_requirements a.btn_requirements:visited{ 
	color:#fff;
	text-decoration: none;
	font-size:14px;
	text-shadow: 1px 1px 1px #84195f;
	border:1px solid #840e5b;
	border-radius:5px;
	margin:0 auto 0;
	padding:20px;
	width:50%;
	clear:both;
	text-align:center;
	display:block;
	font-weight:bold;
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#B52282), to(#84195E));
background-image: -webkit-linear-gradient(bottom, #B52282 0%, #84195E 100%);
background-image: -moz-linear-gradient(bottom, #B52282 0%, #84195E 100%);
background-image: -o-linear-gradient(bottom, #B52282 0%, #84195E 100%);
background-image: linear-gradient(bottom, #B52282 0%, #84195E 100%);
background: linear-gradient(to bottom, #B52282, #84195E);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#84195E', endColorstr='#B52282');
}
.recruit_requirements a.btn_requirements:hover , .recruit_requirements a.btn_requirements:active{ 
	color:#fff;
	text-decoration: none;
	font-size:14px;
	text-shadow: 1px 1px 1px #84195f;
	border:1px solid #840e5b;
	border-radius:5px;
	margin:0 auto 0;
	padding:20px;
	width:50%;
	clear:both;
	text-align:center;
	display:block;
	font-weight:bold;
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#84195E), to(#B52282));
background-image: -webkit-linear-gradient(bottom, #84195E 0%, #B52282 100%);
background-image: -moz-linear-gradient(bottom, #84195E 0%, #B52282 100%);
background-image: -o-linear-gradient(bottom, #84195E 0%, #B52282 100%);
background-image: linear-gradient(bottom, #84195E 0%, #B52282 100%);
background: linear-gradient(to bottom, #84195E, #B52282);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF84195E', endColorstr='#FFB52282');
}
#recruit06 { margin-bottom:30px;}


/* ----------------------------------------------------

    会社概要
	
----------------------------------------------------　 */
/* 　会社概要　 */
#main section#company01, #main section#company02{ }


.company_profile{
	width:100%;
	border:1px solid #ddd;
}
.company_profile th{
	width:30%;
	border:1px solid #ddd;
	background:#eee;
	padding:5px;
	vertical-align: top;
}
.company_profile td{
	width:70%;
	border:1px solid #ddd !important;
	padding:5px;
	background:#fff;
	vertical-align: top;
}
.company_profile iframe{ width:95%;}
.company_outline{
	width:100%;
	border:1px solid #ddd;
	margin-bottom:30px;
}
.company_outline:last-child{
	margin-bottom:0;
}
.company_outline th{
	width:10%;
	background:#eee;
	padding:5px 10px;
	vertical-align: middle;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
.company_outline td.month{
	width:15%;
	border:1px solid #ddd !important;
	padding:5px 10px 5px 0;
	background:#eee;
	vertical-align: middle;
	text-align:center
}
.company_outline td.text{
	width:75%;
	border:1px solid #ddd !important;
	padding:5px 10px;
	background:#fff;
}
.company_mission_vision{
}
.company_mission_mission{
	font-size:16px;
	line-height:1.6rm;
	text-align:center;
}
.company_info p{
	margin:1em 0;
}


/* 代表あいさつ */
.company_message{}
.company_message p img{ width:45%; height:auto;}


/* 　ギャラリー　 */
.gallery_bodySet{ overflow:hidden;}
.gallery_body #drawer_bnttonSet{ z-index:1000; }


.gallery_bodySet #page{ width:90%; margin:0 auto; overflow:hidden;}
.gallery_bodySet #posts{ width:100%; margin:0 auto; overflow:hidden;}

.gallery_bodySet .left{ padding-top:0;}
.gallery_bodySet .left .bottom-article{ width:95%; margin:0 auto;}


#pagination{ float:clear; margin:0 auto 30px; padding:0;}
.gallery_bodySet #pagination ul li a{ background:url('../images/common/main-background.jpg') repeat; border-radius: 3px; color: #333; display: block; padding: 5px 8px;}
.gallery_bodySet #pagination ul li.pagenation_prev  a:before{ content: " <";}
.gallery_bodySet #pagination ul li.pagenation_next  a:after{ content: "> ";}

.gallery_bodySet  a.gallery_btn_archive{ padding:5px; background-color:#EEE; border-radius:3px; font-size:10px; }
#subContainar.gallery_Containar #wrapper h1#sub_title{ line-height: 1.7em;}




/* ----------------------------------------------------

    プライバシーポリシー
	
----------------------------------------------------　 */
.privacy .privacy_list{ margin-bottom:20px}
.privacy .privacy_list:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.privacy .privacy_list li{
	display:inline-block;
	padding-right:1em;
	border-right:1px solid #666;
	margin-right:0.5em;
	padding-left:0.5em;
	background:url('../images/common/redicon.png') no-repeat 0 0.8em;
}
.privacy .privacy_list:last-child{
	border-right:none;
}
section#privacy01, section#privacy02{ padding-bottom:0;}

.privacy dl {
	margin-bottom:0;
	margin-left:20px;
}
.privacy dl:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.privacy dl dt{ width:40px; float:left; clear:left; margin-bottom:20px;}
.privacy dl dd{ margin-left:40px; margin-bottom:20px;}




/* ----------------------------------------------------

    お問い合わせ
	
----------------------------------------------------　 */
.contact{}
.contactSet{ border-radius:10px; border:1px solid #DDD; padding:20px 0; background-color:#FFF;}
.contact .contact_phone{ text-align:center; font-size:20px; font-weight:bold; color:#b52282; text-shadow:0 1px 1px #FFF;}
.contact .contact_phone span{ text-align:center; font-size:14px; font-weight:bold; color:#333;}
.contact .contact_fax{ text-align:center; font-size:20px; font-weight:bold; color:#39851d; text-shadow:0 1px 1px #FFF;}
.contact .contact_fax span{ text-align:center; font-size:14px; font-weight:bold; color:#333;}


/* ----------------------------------------------------

 サイドバー内
	
----------------------------------------------------　 */
td.global_top {vertical-align: top;
			padding-left: 10px}



}

