@charset "utf-8";


@media print{
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul, li{
    list-style:none;
    margin:0;
    padding:0;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	max-width:100%;
}

table {
	width:100%;
}


html, body {
	font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	line-height: 1.7em;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
	color:#333;
}
body{border-top:3px solid #b52282 !important;
	background:url('../images/common/main-background.jpg');
	background-repeat:repeat;
	background-position:left top;
	zoom: 60%;
}
a:link {
	color: #b52282;
	text-decoration: none;
}
a:visited {
	color: #b52282;
	text-decoration: none;
}
a:active {
	color: #b52282;
	text-decoration: none;
}
a:hover {
	color: #b52282;
	text-decoration: underline;
}

header{
	width:960px;
	margin:0 auto !important;
	text-align:left;
	position:relative;
}
#sub header{
	height:255px;
}

header .title{ height:129px; position:relative;}
header .title:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
header .title h1{ position:absolute; top:19px; left:0;}
header .title ul{ float:right; padding:40px 0 0; font-size:12px;}
header .title ul li{ float:left; background:url('../images/common/list-icon-gray.png') no-repeat left 0.75em; padding-left:10px; margin-left:20px;}
header .title ul li a{ color:#666}

header nav{
	width:980px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	overflow: hidden;
}
header nav ul.global{ width:960px; margin:0;

box-shadow:rgba(3, 58, 0, 0.05) 0px 0px 3px 3px;
-webkit-box-shadow:rgba(3, 58, 0, 0.05) 0px 0px 3px 3px;
-moz-box-shadow:rgba(3, 58, 0, 0.05) 0px 0px 3px 3px;

	border-top-left-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px; 
}
header nav ul.global:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
header nav ul.global li a{
	color:#333;
	text-decoration: none;
	font-size:13px;
	text-shadow: 1px 1px 1px #fff;
	border-left:1px solid #FFF;
	border-right:1px solid #ddd;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	padding:12px 0 4px;
	width:154px;
	float:left;
	height:31px;
	text-align:center;
	display:block;
	font-weight:bold;
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ffffff), to(#bbbbbb));
background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #bbbbbb 100%);
background-image: -moz-linear-gradient(bottom, #ffffff 0%, #bbbbbb 100%);
background-image: -o-linear-gradient(bottom, #ffffff 0%, #bbbbbb 100%);
background-image: linear-gradient(bottom, #ffffff 0%, #bbbbbb 100%);
background: linear-gradient(to bottom, #bbbbbb, #ffffff);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4f5aa', endColorstr='#ffffff', GradientType=0)";
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFd4f5aa', endColorstr='#FFffffff');
}
header nav ul.global li a:hover{
	color:#fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #84195f;
	border-right:1px solid #840e5b;
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);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#84195E', endColorstr='#B52282', GradientType=0)";
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF84195E', endColorstr='#FFB52282');
}
header nav ul.global li a.active{
	color:#fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #84195f;
	border-right:1px solid #840e5b;
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');
}

header nav ul.global li:first-child a{
	width:168px;
	border-left:1px solid #fff;

	border-top-left-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
}
header nav ul.global li:last-child a{
	border-right:1px solid #fff;
	width:156px;
	
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px; 
}
.drawer-main{ display:none;}
#sub header nav ul.global li , #sub header nav ul.global li a{ border-bottom:none;}

#drawer_bnttonSet, .drawer-brand , .drawer-main{ display:none;}





#wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
}
#wrapper:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#main{
	width:680px;
	float:left;
}
#main section{ padding-bottom:50px;}
#main section:after , #main article:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#main section p:last-child{ padding-bottom:0;}
#main .headline {
	margin:0 0 15px 0;
	padding-bottom:10px;
	background:url('../images/common/main-title-bar.jpg') no-repeat left bottom;
	position:relative;
}
#main .headline h1{
	font-weight:bold;
	font-size:16px;
}
#main .headline .more{
	display:block;
	font-size:14px;
	color:#b52282;
	position:absolute;
	top:0;
	right:0;
}
#main .headline .more a , .side_garally .more a{
	color:#b52282;
}
#main p{ padding-bottom:30px;}

/* -------------------------------
side
------------------------------- */

#side{
	width:250px;
	float:right;
}
#side .side_image{
	margin-bottom:30px;
}


#side .side_garally{
	border:2px solid #b52282;
	border-radius: 3px;
	padding:13px;
	margin-bottom:25px;
}
#side .side_garally h2{
	background:url('../images/common/side-garally-icon.jpg') no-repeat left center;
	color:#b52282;
	font-size:16px;
	font-weight:bold;
	padding-left:35px;
}

#side .side_garally ul.photo{
	width:228px;
	margin-right:-8px
}
#side .side_garally .photo li{
	float:left;
	width:68px;
	height:68px;
	margin:8px 8px 0 0;
}
#side .side_garally p.more{
	text-align:right;
	font-size:14px;
	margin-top:8px;
	color:#b52282;
}

#side nav{ border:2px solid #eeeeee;}
#side nav ul li{ border-bottom:2px solid #eeeeee; }
#side nav ul li:last-child{ border-bottom:none; }
#side nav ul li a:link, #side nav ul li a:visited { border:2px solid #FFF; padding:12px 16px 12px 36px; display:block; color:#333; background: url("../images/common/list-icon.png") no-repeat scroll 10px 1.8em #fafafa; text-decoration:none; background-size:4px 7px;}
#side nav ul li a:hover, #side nav ul li a:active { border:2px solid #FFF; padding:12px 16px 12px 36px; display:block; color:#333; background: url("../images/common/list-icon.png") no-repeat scroll 10px 1.8em #eee;  text-decoration:none; background-size:4px 7px;}










/* -------------------------------
footer
------------------------------- */
.wrapper_bottom{
	width:960px;
	margin:40px auto 0 auto;
	padding-bottom:10px;
	font-size:14px;
}
.copy{
	text-align:right;
	font-size:12px;
	color:#666;
}
footer{
	border-top:1px solid #000;
	background:#fff;
	padding:10px 0 20px 0;
	font-family: "ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
}
footer a:link {
	color: #666;
	text-decoration: underline;
}
footer a:visited {
	color: #666;
	text-decoration: underline;
}
footer a:active {
	color: #666;
	text-decoration: underline;
}
footer a:hover {
	color: #666;
	text-decoration: underline;
}
.footer_in{
	width:980px;
	margin:10px auto 20px auto;
	text-align:left;
}
.footer_logo{
	width:110px;
	margin-left:10px;
	float:left;
}
.footer_groupsite{
	width:200px;
	float:left;
	border-left:4px solid #666;
	padding-left:10px;
}
.footer_groupsite li{
	line-height:1.3;
}
.footer_groupsite a{
	line-height:1.3;
}
.footer_eco{
	float:right;
	margin-right:10px;
}
.clear{
	clear:both;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* 　ここから共通パーツ　 */
/* 　マージン　 */
.m-0{ margin:0; padding:0 !important;}
.m-5{
	margin:5px;
}
.m-10{
	margin:10px;
}
.m-15{
	margin:15px;
}
.m-20{
	margin:20px;
}
.m-t5{
	margin-top:5px;
}
.m-t10{
	margin-top:10px;
}
.m-t15{
	margin-top:15px;
}
.m-t20{
	margin-top:20px;
}
.m-t30{
	margin-top:30px;
}
.m-t40{
	margin-top:40px;
}
.m-b0{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.m-b5{
	margin-bottom:5px;
}
.m-b10{
	margin-bottom:10px;
}
.m-b15{
	margin-bottom:15px;
}
.m-b20{
	margin-bottom:20px;
}
.m-tb5{
	margin:5px 0;
}
.m-tb10{
	margin:10px 0;
}
.m-tb15{
	margin:15px 0;
}
.m-tb20{
	margin:20px 0;
}
.m-l5{
	margin-left:5px;
}
.m-l10{
	margin-left:10px;
}
.m-l15{
	margin-left:15px;
}
.m-l20{
	margin-left:20px;
}
.m-r5{
	margin-right:5px;
}
.m-r10{
	margin-right:10px;
}
.m-r15{
	margin-right:15px;
}
.m-r20{
	margin-right:20px;
}
.m-lr5{
	margin:0 5px;
}
.m-lr10{
	margin:0 10px;
}
.m-lr15{
	margin:0 15px;
}
.m-lr20{
	margin:0 20px;
}
/* 　パディング　 */
.p-5{
	padding:5px;
}
.p-10{
	padding:10px;
}
.p-15{
	padding:15px;
}
.p-20{
	padding:20px;
}
.p-t5{
	padding-top:5px;
}
.p-t10{
	padding-top:10px;
}
.p-t15{
	padding-top:15px;
}
.p-t20{
	padding-top:20px;
}
.p-b5{
	padding-bottom:5px;
}
.p-b10{
	padding-bottom:10px;
}
.p-b15{
	padding-bottom:15px;
}
.p-b20{
	padding-bottom:20px;
}
.p-tb5{
	padding:5px 0;
}
.p-tb10{
	padding:10px 0;
}
.p-tb15{
	padding:15px 0;
}
.p-tb20{
	padding:20px 0;
}
.p-l5{
	padding-left:5px;
}
.p-l10{
	padding-left:10px;
}
.p-l15{
	padding-left:15px;
}
.p-l20{
	padding-left:20px;
}
.p-r5{
	padding-right:5px;
}
.p-r10{
	padding-right:10px;
}
.p-r15{
	padding-right:15px;
}
.p-r20{
	padding-right:20px;
}
.p-lr5{
	padding:0 5px;
}
.p-lr10{
	padding:0 10px;
}
.p-lr15{
	padding:0 15px;
}
.p-lr20{
	padding:0 20px;
}
/* 　見出し関連　 */

#wrapper h1#sub_title{ width:980px; margin:0 auto 80px; font-size:36px; font-weight:bold; color:#FFF; line-height:1em;
text-shadow: 0px 0px 4px #1a3a00,  1px 1px 1px #377a00,  -1px -1px 1px #377a00;
-moz-box-shadow: 0px 0px 4px #1a3a00,  1px 1px 1px #377a00,  -1px -1px 1px #377a00;　/* Firefox用 */  
-webkit-box-shadow: 0px 0px 4px #1a3a00,  1px 1px 1px #377a00,  -1px -1px 1px #377a00;　/* Safari,Google Chrome用 */ 
}
#wrapper h1#sub_title a{ color:#FFF; text-decoration:none; display:block;}

.contentsTitle{
	margin:0 0 20px 0;
	padding-bottom:15px;
	background:url('../images/common/main-title-bar.jpg') no-repeat left bottom;
	font-weight:bold;
	font-size:22px;
	color:#b52282;
}
.contentsTitle a{ display:block;}

.bigtitle{
	color:#fff;
	font-size:16px;
	text-shadow: 1px 1px 1px #84195f;
	padding:8px 5px 8px 15px;
	margin-bottom:20px;
	background:#b52282;
	border-top-left-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.bigtitle a:link , .bigtitle a:visited{ color:#FFF; text-decoration:underline; display:block;}
.bigtitle a:hover , .bigtitle a:active{ color:#FFF; text-decoration:none; display:block;}
.midtitle-a{
	color:#333;
	font-size:18px;
	background:#fff;
	border-top:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-left:4px solid #b52282;
	border-bottom:1px solid #b52282;
	padding:3px 5px 5px 15px;
	margin-top:10px;
	margin-bottom:20px;
	font-weight:bold;
}
.midtitle-b{
	color:#333;
	font-size:16px;
	background:url('../images/common/vio-line.jpg') no-repeat left center;
	padding:3px 5px 10px 15px;
	margin-bottom:10px;
	font-weight:bold;
}
.smalltitle{
	color:#333;
	font-size:18px;
	border-left:4px solid #b52282;
	padding:0 5px 0 15px;
	margin-bottom:20px;
	font-weight:bold;
}
.mintitle{
	color:#333;
	font-size:16px;
	padding:0 5px 0 0;
	margin-bottom:5px;
	font-weight:bold;
}
.trititle{
	background:url('../images/common/list-icon.png') no-repeat left center;
	background-size:4px 7px;
	color:#333;
	font-size:16px;
	padding:0 5px 0 10px;
	font-weight:bold !important;
}



.titlemap{
	border-radius: 6px;
	background:#ececec url(../images/common/mapicon.png) no-repeat left 5px center;
	padding:2px 10px 0 20px;
	display:block;
	float:right;
	margin-right:5px;
	font-size:12px;
	text-shadow:none;
	color:#00f;
}
#main h2{ margin-bottom:20px;}
#main h2 strong{ font-size:16px; font-weight:bold;}
/* 　テキスト・画像幅　 */
.image_large-l{
	width:300px;
	float:left;
}
.image_large-r{
	width:300px;
	float:right;
}
.image_small-l{
	width:90px;
	float:left;
}
.image_small-r{
	width:90px;
	float:right;
}
.text_large-l{
	width:360px;
	float:left;
}
.text_large-r{
	width:360px;
	float:right;
}
.text_small-l{
	width:214px;
	float:left;
}
.text_small-r{
	width:214px;
	float:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
/* 　コンテンツ幅　 */
.content-section{
	margin-bottom:28px;
}
.content-section-herf-l{
	width:320px;
	float:left;
}
.content-section-herf-r{
	width:320px;
	float:right;
}
/* 　テキストの位置　 */
.t-l{
	text-align: left;
}
.t-c{
	text-align: center;
}
.t-r{
	text-align: right;
}

/* 　文字サイズ指定など　 */
.font-l{
	font-size:18px;
}
.font-m{
	font-size:13px;
}
.font-s{
	font-size:12px;
	line-height:1.6;
}
.font-b{
	font-weight: bolder;
}
.font-i{
	font-weight: italic;
}
.textlist{
	margin-left:3em;
	list-style:url('../images/common/textlisticon.png');
}
.textbox{
	border:1px solid #dddddd;
	background:#fff;
	padding:20px;
}
.font-red{
	color:#ff0000;
}
.font-green{
	color:#00ff00;
}
.font-blue{
	color:#0000ff;
}
.att{
	padding-left:1em;
	text-indent:-1em;
}
/* 　リストタグ関連　 */
.number li{
	list-style:decimal !important;
	margin-left:20px;
}
.disc li{
	list-style:disc;
	margin-left:20px;
}
/* 　リンク関連　 */
.n-link{
	background:url('../images/common/redicon.png') no-repeat left top 5px;
	padding-left:7px;
}
.out-link{
	background:url('../images/common/blueouticon.png') no-repeat left top 3px;
	padding-left:16px;
}
.small-link{
	font-size:12px;
}

.linklist{

}
.linklist .link-l{
	width:226px;
	border-right:1px solid #dddddd;
	float:left;
}
.linklist .link-c{
	width:208px;
	border-right:1px solid #dddddd;
	padding-left:18px;
	float:left;
}
.linklist .link-r{
	width:208px;
	padding-left:18px;
	float:right;
}
ul.linklist li{
	margin-left:3em;
	list-style:url('../images/common/redicon.png');
}
.wrapper_bottom .pagetop{
	margin:0;
	text-align:right;
	font-size:12px;
}
#main p.pagetop {
	margin:20px 0 !important;
	padding:0;
	text-align:right;
	font-size:12px;
}
.pagenav{
	border:1px solid #dddddd;
	background:#f1f1f1;
	padding:3px 10px;
}
.pagenav .prev-next{

}
.pagenav .prev-next .prev{
	float:left;
	width:50px;
}
.pagenav .prev-next .next{
	float:right;
	width:50px;
	text-align:right;
}
.pagenav .prev-next .numberarea{
	float:left;
	width:548px;
	text-align:center;
}
.numberarea .navnumber{
	margin:0 auto;
}
.numberarea .navnumber li{
	display:inline-block;
	margin:0 10px;
}
/* 　罫線　 */
.straight{
    border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dddddd;
	height: 1px;
}
.dot{
    border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #dddddd;
	height: 1px;
}
.dash{
    border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #dddddd;
	height: 1px;
}
/* 　画像配置関連　 */
.imagebox-3 .box3-l{
	width:230px;
	float:left;
}
.imagebox-3 .box3-r{
	width:220px;
	float:right;
}
.imagebox-4 .box4-l{
	width:173px;
	float:left;
}
.imagebox-4 .box4-r{
	width:160px;
	float:right;
}
/* 　枠入りリンク　 */
.boxlink-l{
	border:1px solid #dddddd;
	background:#fff;
	padding:10px;
	width:192px;
	float:left;
	margin-right:19px;
}
.boxlink-r{
	border:1px solid #dddddd;
	background:#fff;
	padding:10px;
	width:192px;
	float:right;
}
.linkarea{
	margin-top:5px;
	text-align:right;
}
/* 　回り込み　 */
.text-l{
	float:left;
}
.text-r{
	float:right;
}
.img-l{
	float:left;
}
.img-r{
	float:right;
}


/* ページ内リンク */

ul.innerLink{ margin-bottom:20px}
ul.innerLink:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul.innerLink li{
	display:inline-block;
	padding-right:1em;
	border-right:1px solid #666;
	margin-right:0.5em;
	padding-left:0.5em;
	margin-bottom:10px;
	line-height:1em;
	background:url('../images/common/redicon.png') no-repeat 0 0.3em;
}
ul.innerLink li:last-child{
	border-right:none;
}



/* drawer */

.drawer-overlay {
	position: relative;
	overflow:hidden;
}





#sub{
	background:url('../images/common/main-background.jpg');
	background-repeat:repeat;
	background-position:left top;
}
#subContainar{
	background:url('../images/common/submain-image_141107.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
.subnav{
	width:940px;
	border-top:2px solid #b52282;
	padding:5px 10px;
	background:#fff;
	margin:0;
	border-radius:0;
}
.subnav:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.subnav li:first-child{ margin-left:-10px;}

.subnav li{
	float:left;
	font-size:14px;
	margin-right:15px;
	background:url('../images/common/list-icon.png') no-repeat left 10px top 6px;
	background-size:4px 7px;
	border-left:1px solid #DDD;
	padding-left:20px;
	line-height:1.3;
}
.subnav li:first-child{
	float:left;
	font-size:14px;
	margin-right:15px;
	background:url('../images/common/list-icon.png') no-repeat left 10px top 6px;
	background-size:4px 7px;
	border-left:none;
	padding-left:20px;
	line-height:1.3;
}
.subnav li.border10{
	float:left;
	font-size:14px;
	margin-right:15px;
	background:url('../images/common/list-icon.png') no-repeat left 10px top 17px;
	background-size:4px 7px;
	padding-left:20px;
	border-left:1px solid #DDD;
}
.subnav li a{ color:#333;}
.subnav li a.active{ color:#b52282;}


.bread{
	margin-bottom:25px;
	font-size:12px;
	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:"";
}

.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:720px; overflow:hidden; margin-right:-40px;
}
.activity_top ul:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.activity_top ul li{
	width:320px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
#main.activity_top h2{ margin-bottom:0;}
.activity_field{}
.activity_fresh{}
.activity_safety{}
.activity_together{}

.gllogo{
	height: 20px;
}
.jaslogo{
	height: 40px;
}


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

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

/* 農場トップ */

.farm_top .farmIndex_listL{ width:450px; float:left;}

.farm_top .farmIndex_listL table{
	width:450px;
	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:200px; float:right; margin-bottom:10px;
}
.farm_top .trititle{ margin-bottom:10px;
float: left;}
.farm_top hr{    border-color: #dddddd;
    border-style: dotted;
    border-width: 1px 0 0;
    height: 1px;
	margin:20px 0;
	clear:both;	
}




/* 農場詳細 */
#main.farm_detail dl.pointtable{
	width:360px;
	float:left;
	margin-bottom:-30px;
}
#main.farm_detail dl.pointtable dt{
	width:80px;
	float:left;
	border:none !important;
	padding-bottom:20px;
}
#main.farm_detail dl.pointtable dd{
	border:none !important;
	padding-bottom:20px;
	margin-left:80px;
}
#main.farm_detail .imagewaku{
	width:300px;
	margin:0;
	padding:0;
	float:right;
}

#main.farm_detail dl.pointtableText{
	width:680px;
	margin-top:10px;
	margin-bottom:-30px;
}
#main.farm_detail dl.pointtableText dt{
	width:80px;
	float:left;
	vertical-align: top;
	border:none !important;
	padding-bottom:5px;
}
#main.farm_detail dl.pointtableText dd{
	border:none !important;
	padding-bottom:20px;
	margin-left:80px;
}
#main.farm_detail .pagetop{ margin:0;}


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






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

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

/* 栽培作物トップ */
.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{ width:480px; float:left;}
.item_top .itemIndexR .item_text{ width:480px; float:right;}
.item_top .item_text table{
	width:450px;
	margin-bottom:15px;
}
.item_top .item_text table td{
	border:none !important;
}
.item_top .item_text table th{
	width:80px;
	border:none !important;
}
.item_top .itemIndexL .item_img{ width:200px; float:right; margin-bottom:10px; text-align:right}
.item_top .itemIndexR .item_img{ width:200px; float:left; margin-bottom:10px; text-align:left}
.item_top .item_img img{ border:1px solid #DDD;}
.item_top .trititle{ margin-bottom:10px;}
#main.item_top section{ padding-bottom: 0;}




/* 農場詳細 */
.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;}
.item_top{
	clear: both;
}

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

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


.cimg{
	display: block;
	margin: 0 auto;
}
.tcent{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
/* ----------------------------------------------------

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

.news_top dl.news_list{ width:680px; overflow:hidden;}
.news_top dl.news_list dt{  width:100px; 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:530px; 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;
	background-size:4px 7px;
	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 , .gallery_detail{}
.news_detail #page , .gallery_detail #page{ padding-bottom:0;}
.news_detail section#posts , .gallery_detail section#posts{ margin-top:0; padding-bottom:0;}
.news_detail section#posts article.exposed {
    margin-bottom: 0;
}
.news_detail #posts section , .gallery_detail #posts section{ padding-bottom:0;}
.news_detail #posts footer.post-footer , .gallery_detail #posts footer.post-footer{ height:auto; }
.news_detail #footer , .gallery_detail #footer{ margin-top:0; padding-bottom:0;}
.news_detail .content , .gallery_detail .content{ padding:0;}

.news_detail .photo-wrapper:not(.high-res) + .caption , .gallery_detail .photo-wrapper:not(.high-res) + .caption { margin-top:-10px; margin-bottom:0;}
.news_detail .post-content.photoset.with-caption .caption , .gallery_detail .post-content.photoset.with-caption .caption{ margin:10px 20px 20px 20px;}

.news_detail .contentsTitle , .gallery_detail .contentsTitle {
    background: url("../images/common/main-title-bar.jpg") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    color: #b52282;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px;
    padding-bottom: 15px;
}.news_detail .contentsTitle , .gallery_detail .contentsTitle a{
    color: #b52282;
}



.gallery_body #pagination{ margin-top:-30px;}
.gallery_body #pagination a{ opacity:1; font-size:14px; }
.gallery_body #pagination .next , .gallery_body #pagination .previous{ background-color:#FFF; padding: 5px 30px;}
#pagination a.next:after{ border-left:5px solid #858585;}
#pagination a.previous:after{ border-right:5px solid #858585;}
#pagination a:after{ border: 4px solid transparent; }

#pagination .bg { opacity:1; border:1px solid #DDD;}


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

    採用情報
	
----------------------------------------------------　 */
/* 採用情報トップ */
.recruit_top{}
.recruit_top section{ width:680px; height:600px; position:relative;}

.recruit_top section .recruit_top_60seconds a:link , .recruit_top section .recruit_top_60seconds a:visited{ width:217px; height:393px; position:absolute; top:207px; left:247px; background:url(../images/recruit/recruit_top_btn01.jpg) left top no-repeat; text-indent:-9999px; display:block;}
.recruit_top section .recruit_top_60seconds a:hover, .recruit_top section .recruit_top_60seconds a:active{ width:217px; height:393px; position:absolute; top:207px; left:247px; background:url(../images/recruit/recruit_top_btn01.jpg) bottom no-repeat; display:block;}


.recruit_top section .recruit_top_message a:link , .recruit_top section .recruit_top_message a:visited{ width:247px; height:300px; position:absolute; top:0; left:0; background:url(../images/recruit/recruit_top_btn02.jpg) left top no-repeat; text-indent:-9999px; display:block;}
.recruit_top section .recruit_top_message a:hover , .recruit_top section .recruit_top_message a:active{ width:247px; height:300px; position:absolute; top:0; left:0; background:url(../images/recruit/recruit_top_btn02.jpg) left bottom no-repeat; text-indent:-9999px; display:block;}


.recruit_top section .recruit_top_member a:link , .recruit_top section .recruit_top_member a:visited{ width:433px; height:207px; position:absolute; top:0; right:0;  background:url(../images/recruit/recruit_top_btn03.jpg) left top no-repeat; text-indent:-9999px; display:block;}
.recruit_top section .recruit_top_member a:hover , .recruit_top section .recruit_top_member a:active{ width:433px; height:207px; position:absolute; top:0; right:0;  background:url(../images/recruit/recruit_top_btn03.jpg) left bottom no-repeat; text-indent:-9999px; display:block;}


.recruit_top section .recruit_top_career_paths a:link , .recruit_top section .recruit_top_career_paths a:visited{ width:247px; height:300px; position:absolute; top:300px; left:0; background:url(../images/recruit/recruit_top_btn04.jpg) left top no-repeat; text-indent:-9999px; display:block;}
.recruit_top section .recruit_top_career_paths a:hover , .recruit_top section .recruit_top_career_paths a:active{ width:247px; height:300px; position:absolute; top:300px; left:0; background:url(../images/recruit/recruit_top_btn04.jpg) left bottom no-repeat; text-indent:-9999px; display:block;}


.recruit_top section .recruit_top_requirements a:link , .recruit_top section .recruit_top_requirements a:visited{ width:217px; height:393px; position:absolute; top:207px;right:0;background:url(../images/recruit/recruit_top_btn05.jpg) left top no-repeat; text-indent:-9999px; display:block;}
.recruit_top section .recruit_top_requirements a:hover , .recruit_top section .recruit_top_requirements a:active{ width:217px; height:393px; position:absolute; top:207px;right:0;background:url(../images/recruit/recruit_top_btn05.jpg) left bottom no-repeat; text-indent:-9999px; display:block;}


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

.recruit_60:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.recruit_60 .image_midium-l{
	width:150px;
	float:left;
}
.recruit_60 .image_midium-r{
	width:150px;
	float:right;
}
.recruit_60 .text_midium-l{
	width:500px;
	float:left;
}
.recruit_60 .text_midium-r{
	width:500px;
	float:right;
}

.recruit_60_l{
	width:320px;
	float:left;
}
.recruit_60_r{
	width:320px;
	float:right;
}



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

.recruit_message .messtable td{
	border:none !important;
}
.recruit_message .messtable th{
	width:74px;
}

/* 社員が語る仕事観 */
.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 ul{
	width:720px; overflow:hidden; margin-right:-40px;
}
.recruit_memberTop ul:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.recruit_memberTop ul li{
	width:320px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}

/* 社員が語る仕事観 詳細 */
.recruit_memberDetail dl dt{
	color:#333;
	font-size:16px;
	background:url('../images/common/vio-line.png') no-repeat left bottom;
	padding:0px 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{
	width:200px !important;
	float:left;
}
.recruit_memberDetail .text_large-r{
	width:460px !important;
	float:right;
}
/* キャリアパス */
.recruit_career{}


/* 採用情報 */
.recruit_requirements section{ padding-bottom:0 !important}
.recruit_requirements .requirements_mynavi{ width:160px; float:left; clear:left;}
.recruit_requirements .requirements_es{ margin-left:180px;}
.recruit_requirements .requirements_es ul li{ float:left; margin-right:20px;}
.recruit_requirements .requirements_jisseki{ width:300px; margin:0 auto;}


.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;
}
.recruit_requirements table.recmember th, .recruit_requirements table.recmember td{
	padding:5px 10px;
	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');
}



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

    会社概要
	
----------------------------------------------------　 */
/* 　会社概要　 */
section#company01, section#company02, section#company03{ padding-bottom:0;}


.company_profile{
	width:100%;
	border:1px solid #ddd;
}
.company_profile th{
	width:20%;
	border:1px solid #ddd;
	background:#eee;
	padding:5px 10px;
	vertical-align: middle;
}
.company_profile td{
	width:80%;
	border:1px solid #ddd !important;
	padding:5px 10px;
	background:#fff;
}
.company_outline{
	width:100%;
	border:1px solid #ddd;
	margin-bottom:30px;
}
.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:8%;
	border:1px solid #ddd !important;
	padding:5px 10px 5px 0;
	background:#eee;
	vertical-align: middle;
	text-align:right;
}
.company_outline td.text{
	width:82%;
	border:1px solid #ddd !important;
	padding:5px 10px;
	background:#fff;
}
.company_mission_vision{
}
.company_mission_mission{
	font-size:24px;
	line-height:1.6em;
	text-align:center;
}
.company_info p{
	margin:1em 0;
}

.company_aeoncode_text{
	font-size:18px;
	line-height:1.6em;
	padding:20px !important;
	background-color:#FFF;
	border:1px solid #DDD;
	margin-bottom:30px;
}


/* 　ギャラリー　 */
.gallery_body .nav-menu-wrapper{ top:40px; left:300px; }
.gallery_body  a.gallery_btn_archive{ display:none;}
.gallery_body a.gallery_ftr_archive{
	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');}

.gallery_list{
	width:100%;
}
.gallery_list li{
	display:inline-block;
	width:167px;
	text-align:center;
	margin-bottom:1em;
}



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

    プライバシーポリシー
	
----------------------------------------------------　 */
.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, section#privacy03{ padding-bottom:0;}

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




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

    お問い合わせ
	
----------------------------------------------------　 */
.contact{}
.contactSet{ border-radius:10px; min-height:300px; border:1px solid #DDD; background:url(../images/contact/contact_img.jpg) bottom no-repeat #FFF; padding:50px;}
.contact .contact_phone{ text-align:center; font-size:40px; font-weight:bold; color:#b52282; text-shadow:0 1px 1px #FFF;}
.contact .contact_phone span{ text-align:center; font-size:30px; font-weight:bold; color:#333;}
.contact .contact_fax{ text-align:center; font-size:40px; font-weight:bold; color:#39851d; text-shadow:0 1px 1px #FFF;}
.contact .contact_fax span{ text-align:center; font-size:30px; font-weight:bold; color:#333;}





#top{

}
#topContainar{
	background:url('../images/common/main-image_141107.jpg');
	background-repeat:no-repeat;
	background-position:center 99px;
	background-color:#FFF;
}
#topMainVisual{ width:960px; margin:30px auto 0;}
#topMainVisual:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#topMainVisual .main_images{ width:680px; height:350px; overflow:hidden; float:left;}
#topMainVisual .main_images .bx-wrapper{ padding:0 5px;}
.bxslider{ width:670px; height:290px; overflow:hidden;}
#topMainVisual .side_image{ float:right;}
#topMainVisual .side_image.top_cm{ width:250px; height:300px; background:url(../images/common/side-top.jpg); text-indent:-9999px;}


/* 4コンテンツ */
#top_contents{ margin-top:30px;}
#top_contents h1{ display:none;}
#top_contents ul{ width:690px; margin-right:-10px;}
#top_contents ul:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#top_contents ul li{ width:335px; margin-right:10px; float:left}


/* お知らせ、イベント報告 */
#top_news , #top_event{ width:680px; overflow:hidden;}
#top_news dl , #top_event dl{ width:680px; }
#top_news dl dt , #top_event dl dt{ width:100px; 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;}
#top_news dl dd , #top_event dl dd{ width:530px; float:left; padding-bottom:0.5em; }
#top_news dl dd a , #top_event dl dd a{ color:#333}




#top table{
	width:100%;
}
#top td{
	padding:5px 0;
	border:none !important;
}
#top td.date{
	width:90px;
	background:url('../images/common/list-icon.png') no-repeat left center;
	padding-left:10px;
}
#top td.text{
	width:580px;
	padding-left:15px;
}

#top table.news a:link {
	color: #333;
	text-decoration: none
}
#top table.news a:visited {
	color: #333;
	text-decoration: none
}
#top table.news a:active {
	color: #333;
	text-decoration: none
}
#top table.news a:hover {
	color: #333;
	text-decoration: underline;
}




/* aside */
#top aside{ margin-top:30px;}
}