@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	color: #554343;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background:url(../images/common/bg.jpg) repeat;
}

a {
	color: #666;
	text-decoration: none;
}
/*
a:visited {
	text-decoration: none;
}
*/
img {
	vertical-align: top;
}

img:not([width]) {
	zoom: 0.5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
}

ol, ul {
	list-style:none;
}


/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	overflow: hidden;
	margin: 0 auto;
}
#gradation {
	background: -moz-linear-gradient(top, #fac300, #fb8007);
	background: -webkit-gradient(linear, left top, left bottom, from(#fac300), to(#fb8007));
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) { #wrapper { width: 100%; } }
/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
h1.head {
	color:#cfcfcf;
	line-height:17px;
	font-size:10px;
	padding:4px 10px 7px;
	text-align:left;
}
#header {
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#header table{
	width:100%;
	height:65px;
	margin:0px;
	padding:0px;
	border: none;
}
#header table th{
	height:65px;
	vertical-align:middle;
	text-align:left;
	margin:0px;
	padding:0px 0px 0px 10px;
	border: none;
}
#header table td{
	height:60px;
	vertical-align:middle;
	text-align:right;
	margin:0px;
	padding:0px 10px 0px 0px;
	border: none;
}
#header table tr { border: none; }
/* border-radius: 10px;			/* CSS3草案 */
/* -moz-border-radius: 10px;		/* Firefox用 */
/* -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	
/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
#visual { text-align:center; }
#sub_visual {
	background:url(../images/common/h2_bg.jpg);
	text-align:left;
	padding-left:20px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	position:relative;
}
#sub_visual span{
	position:absolute;
	top:50%;
	left:15px;
	text-align:left;
	font-size:14px;
	line-height:1px;
	color:#D6602D;
	font-weight:bold;
}
/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{ padding: 30px 0 0px; font-size:12px; }


ul.fsp2 { overflow:hidden; margin:0 2% 20px; }
ul.fsp2 li{ float:left; width:49%; }
ul.fsp2 li:nth-child(2n){ float:right; }

ul.f_nav {
	overflow:hidden;
	background:#f_nav;
	padding:0px;
	margin:0 2% 10px;
}
ul.f_nav li{
	width:49%;
	float:left;
	margin-bottom:8px;
}
ul.f_nav li:nth-child(2n){ float:right; }
	
/*
table.f_table { width:100%; border:1px solid #a9a69e; margin:10px 0px 30px; 0px; }
table.f_table th{ border-bottom:1px solid #a9a69e; width:30%; text-align:center; background:#e3e3e3; color:454545; }
table.f_table td{ border-bottom:1px solid #a9a69e; width:70%; }
*/

#f_info { margin:0px 20px 15px; }
	

footer ul.under {
	overflow:hidden;
	padding:0px;
	margin:0px;
	background:#93b41e;
	border-bottom:1px solid #FFF;
}
footer ul.under li{
	width:50%;
	float:left;
	text-align:center;
	border-right:1px solid #FFF;
	margin-right:-1px;
}
footer ul.under li a{
	display:block;
	color:#FFF;
	line-height:30px;
	padding:5px 0px;
}
footer ul.under li:nth-child(2){
	margin:0px;
	border:none;
}
	
footer small {
	background:#93b41e;
	clear: both;
	display: block;
	margin:0px;
	padding:10px 10px 10px;
	font-size: 12px;
	color:#FFF;
}
footer small#copy{ color: #FFF; text-align:center; }
footer small#copy a{ color: #FFF; text-decoration:underline; }
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */
.overf_h { overflow:hidden; }
.clear { clear:both; }
	
.left{ float:left; }
.right{ float:right; }
.textcenter{ text-align: center; }
.textright{ text-align: right; }
.textleft{ text-align: left; }
.text { overflow:hidden; zoom:1; }
	
/* ---------------------------------------------------- */
/* ▼各ページCSS */
/* ---------------------------------------------------- */
/* 新着情報 */
#top_news { margin-bottom:30px; }
#top_news h3{
	border-top:2px solid #1e8907;
	border-bottom:1px solid #CCC;
	padding:10px;
}
#top_news dl { border-bottom:1px solid #CCC; padding:10px 0px 10px 10px; overflow:hidden; }
	
#top_news dl dt{
	float:left;
	width:24%;
	font-size:14px;
	line-height:18px;
	padding-left:15px;
	color:#CCC;
	background:url(../images/common/arw01.jpg)left center no-repeat;
	background-size:auto 12px;
	-webkit-background-size:auto 12px;
	-moz-background-size:auto 12px;
}
#top_news dl dd { width:70%; float:right; text-align:left; }
#top_news dl dd a{ display:block; color:#1e8907; text-decoration:underline; }

.news .h4{ margin-bottom:0px; }
.news .wp_time {
	margin:3px 10px;
}
/* TOP */
.tcon1 {
	background:url(../images/top/bg1.png) left top no-repeat;
	padding:0px 0px 10px 40%;
	background-size:40% auto;
	-webkit-background-size:40% auto;
	-moz-background-size:40% auto;
}
.tcon2 {
	background:url(../images/top/bg2.png) right top no-repeat;
	padding:0px 35% 10px 0px;
	background-size:40% auto;
	-webkit-background-size:40% auto;
	-moz-background-size:40% auto;
}
.tcon3 {
	background:url(../images/top/bg3.png) left top no-repeat;
	padding:0px 0px 10px 40%;
	background-size:40% auto;
	-webkit-background-size:40% auto;
	-moz-background-size:40% auto;
}
.tcon4 {
	background-image:url(../images/common/bg1.png),url(../images/common/bg2.png);
	background-position:left top,right bottom;
	background-repeat:no-repeat;
	padding:30px;
	background-size:54px auto;
	-webkit-background-size:54px auto;
	-moz-background-size:54px auto;
}
/* スタッフ紹介 */
.staff1,.staff2 { overflow:hidden; margin-bottom:30px; }
.staff1 img,.staff2 img{
	width:38%;
	height:auto;
	padding:5px;
	border:1px solid #CCC;
	background:#FFF;
}
.staff1 img{ float:left; margin-right:15px; }
.staff2 img{ float:right; margin-left:15px; }
.staff1 h4,.staff2 h4{
	padding-left:15px;
	font-size:16px;
	line-height:18px;
	display:block;
	overflow:hidden;
	zoom:1;
	color:#874100;
	background:url(../images/common/icon_arrow01.gif) left center no-repeat;
}
.staff1 ul,.staff2 ul {
	margin-top:5px;
	display:block;
	overflow:hidden;
	zoom:1;
	border-top:1px dotted #AB8B62;
}
.staff1 ul li,.staff2 ul li{
	font-size:12px;
	line-height:16px;
	padding:2px 5px;
	border-bottom:1px dotted #AB8B62;
}
.staff1 p,.staff2 p {
	width:100%;
	display:block;
	background:#F4DEC1;
	margin-top:10px;
}
.staff1 p span,.staff2 p span{
	display:block;
	padding:10px;
}
.staff1 p { float:left; }
.staff2 p { float:left; }
/* メニュー */
.menu_h4 {
	padding:4px;
	background:url(../images/menu/bg1.jpg) repeat;
	background-size:8px 8px;
	-webkit-background-size:8px 8px;
	-moz-background-size:8px 8px;
	margin-bottom:20px;
}
.menu_h4 dl { border:2px solid #FFF; padding:5px; color:#FFF; overflow:hidden; }
.menu_h4 dt{ float:left; border-right:1px dotted #FFF; font-weight:bold; width:65px; margin-right:5px; text-align:center; }
.menu_h4 dd{
	overflow:hidden;
	zoom:1;
	text-align:left;
	margin-left:10px;
}
.menu h4 { border-left:4px solid #AB8B62; padding-left:10px; overflow:hidden; font-size:16px; line-height:18px; font-weight:bold; color:#874100; margin:20px 0px 10px; }
.menu h4 span{ display:block; float:right; text-align:right; font-size:12px; line-height:18px; }
.menu dl { border-bottom:1px dotted #AB8B62; font-size:14px; margin-top:10px; overflow:hidden; }
.menu dl dt{ float:left; }
.menu dl dd{ overflow:hidden; zoom:1;text-align:right; }
.menu span { font-size:12px; }
/* ---------------------------------------------------- */
/* ▲各ページCSS */
/* ---------------------------------------------------- */
/* Facebook Like Box width: 100% */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{ width: 100% !important; }
.facebook { padding: 5px; }
/* google map margin size */
.map{
	text-align:center;
	margin: 10px 20px 30px 20px;
}
/* ページネーション */

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #60A62A;/*#3279BB*/
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #60A62A;/*#3279BB*/
color:#fff;
}
/* -- ▼ サイトマップ -- */
ul.sitemap { margin:20px 0px; border-bottom:1px dotted #CCC; }
	
	
ul.sitemap li{
	border-top:1px dotted #CCC;
	background:url(../images/common/arrow-next.png)right 5px center no-repeat;
	background-size:30px auto;
	-webkit-background-size:30px auto;
	-moz-background-size:30px auto;
}
ul.sitemap li a{ color: #666; font-weight:normal; display:block; padding: 10px 40px 10px 10px; }

/* -- ▼ コンテンツ -- */
.main_content { margin:0px 10px; }
.content { overflow:hidden; padding:0px 10px; }

/* -- ▼ 2列リスト -- */
ul.sp2 { overflow:hidden; margin:0px; }
ul.sp2 li{ float:left; width:48%; margin-bottom:10px }
ul.sp2 li:nth-child(2n){ float:right; }
/* -- ▼ 3列リスト -- */
ul.sp3{
	font-size:12px;
	color:#000;
	padding: 0px 0px 0px 1px;
	margin:10px 0px;
	overflow: hidden;
}
ul.sp3 li{
	width:32%;
	float:left;
	color:#000;
	margin-right:2%;
	margin-bottom:5px;
	overflow:hidden;
}
ul.sp3 li:nth-child(3n){ margin-right:0px; }
/* -- ▼ 1列のリンクリスト -- */
.link_list { border-bottom:1px dotted #666; }
.link_list li{ background:url(../images/common/arw.gif) no-repeat left center; border-top:1px dotted #666; }
.link_list li a{ display:block; padding: 5px 0px 5px 17px; color:#666; }

/* -- ▼ ボタン -- */
.btn01 {
	display:block;
	padding:10px 0px;
	text-align:center;
	font-size:16px;
	line-height:19px;
	color:#FFF;
	background:#FC9E9C;
	border-radius: 10px;			/* CSS3草案 */
	-moz-border-radius: 10px;		/* Firefox用 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
}
/* -- ▼共通テーブル -- */
table.table { width:100%; margin: 10px 0px 20px; border-collapse:separate; border-spacing:2px; }
table.table tr{ background:url(../images/common/line2px.gif)bottom repeat-x; color:#483D28; }
table.table th{ border:1px solid #ccc; width:35%; padding:5px 0px 5px 5px; text-align:left; vertical-align:middle; background:#264C97; color:#FFF; }
table.table td{ border:1px solid #ccc; width:65%; padding:5px 0px 5px 5px; text-align:left; vertical-align:middle; }

.wp_content table { width:100%; margin: 10px 0px 20px; }
.wp_content table tr{ background:url(../images/common/line2px.gif)bottom repeat-x; color:#483D28; }
.wp_content table td{ border:1px solid #ccc; min-width:20px; padding:5px; text-align:left; vertical-align:middle; }

table.table2 { margin-bottom:20px; }
table.table2 tr,th,td { padding:5px 0px 5px 5px; border-bottom:1px dotted #AB8B62; text-align:left; }
table.table2 th { width:35%; }
table.table2 td { width:65%; }
table.table2 a{ color:#AEAF4E; text-decoration:underline; }
/* -- -- */
.page_top {
	text-align:right;
	text-decoration:underline;
}

.h3 {
	margin:10px 0px 0px;
	padding:3px 10px 8px 10px;
	color:#874100;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	background:url(../images/common/h3_bg.png) bottom repeat-x;
	border-bottom:2px solid #874100;
}
.h4 {
	margin:10px 0px 0px;
	padding-bottom:5px;
	border-bottom:1px dotted #410;
}
.h4 span{
	display:block;
	padding:3px 10px;
	border-left:3px solid #874100;
	color:#874100;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}
.h5 {
	width:80%;
	margin: 5px auto 20px;
	padding:6px 0px;
	background:#F2BF99;
	color:#9F553B;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/* -- -- */
.images img{ background:; border:1px solid #CCC; padding:2px; margin-bottom:5px; }

.underline { text-decoration: underline; }
.bold { font-weight:bold; }

.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }

b { font-weight:bold; }
	

/* ---------------------------------------------------- */
/* detail */
/* ---------------------------------------------------- */
@media only screen and (orientation : portrait) {
	/*縦向き*/
	#visual { margin-bottom:30px; }
	
	.mt5 { margin-top: 5px;  }
	.mt10{ margin-top: 10px; }
	.mt20{ margin-top: 20px; }
	.mt30{ margin-top: 30px; }
	.mt40{ margin-top: 40px; }
	.mt50{ margin-top: 50px; }
	
	.pt5 { padding-top: 5px; }
	.pt10{ padding-top: 10px; }
	.pt20{ padding-top: 20px; }
	.pt30{ padding-top: 30px; }
	.pt40{ padding-top: 40px; }
	.pt50{ padding-top: 50px; }
	
	.mb5 { margin-bottom: 5px;  }
	.mb10{ margin-bottom: 10px; }
	.mb20{ margin-bottom: 20px; }
	.mb30{ margin-bottom: 30px; }
	.mb40{ margin-bottom: 40px; }
	.mb50{ margin-bottom: 50px; }
	
	.pb5 { padding-bottom: 5px; }
	.pb10{ padding-bottom: 10px;}
	.pb20{ padding-bottom: 20px;}
	.pb30{ padding-bottom: 30px;}
	.pb40{ padding-bottom: 40px;}
	.pb50{ padding-bottom: 50px;}
}
@media only screen and (orientation : landscape) {
	/*横向き*/
	#visual { margin-bottom:60px; }
	
	.mt5 { margin-top: 10px;  }
	.mt10{ margin-top: 20px; }
	.mt20{ margin-top: 40px; }
	.mt30{ margin-top: 60px; }
	.mt40{ margin-top: 80px; }
	.mt50{ margin-top: 100px; }
	
	.pt5 { padding-top: 10px; }
	.pt10{ padding-top: 20px; }
	.pt20{ padding-top: 40px; }
	.pt30{ padding-top: 60px; }
	.pt40{ padding-top: 80px; }
	.pt50{ padding-top: 100px; }
	
	.mb5 { margin-bottom: 10px;  }
	.mb10{ margin-bottom: 20px; }
	.mb20{ margin-bottom: 40px; }
	.mb30{ margin-bottom: 60px; }
	.mb40{ margin-bottom: 80px; }
	.mb50{ margin-bottom: 100px; }
	
	.pb5 { padding-bottom: 10px; }
	.pb10{ padding-bottom: 20px;}
	.pb20{ padding-bottom: 40px;}
	.pb30{ padding-bottom: 60px;}
	.pb40{ padding-bottom: 80px;}
	.pb50{ padding-bottom: 100px;}
}
#xxxxx {
	/* 透過 */
    background-color: rgba(173,139,98,0.2);
	/* グラデーション */
	background: -moz-linear-gradient(top, #F00, #FFF); /* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#F00), to(#FFF)); /* Safari,Google Chrome用 */
}