@charset "UTF-8";
/*----------------------
global tag
----------------------*/
body {
	font-size: 14px;
}
/* link */
a {
	color: #f27700;
	text-decoration: underline;
}
a:link {
}
a:hover {
	text-decoration: none;
}
a:visited {
}
a:active {
}
nav a {
	text-decoration: none;
}
/* p */
p {
	padding: 10px 0 0;
}
/*----------------------
header
----------------------*/
header {
	position: relative;
	padding: 0;
	background: url(../common_img/header_bg.jpg);
}
header h1 {
	padding: 5px 10px 0;
	color: #505050;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
header h1#seo {
	padding: 3px 10px;
 background:;
	color: #b6e281;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
#logo {
	padding: 10px 0 10px 10px;
	float: left;
}
#h_nav {
	padding: 15px 0 0;
	font-size: 10px;
}
#h_nav li {
	float: right;
	padding: 10px 5px 0 0;
}
#h_nav li a {
	width: 42px;
	height: 42px;
	border-radius: 5px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#h_nav li a.ic_tel, #h_nav li a.ic_cnt {
	background: -webkit-gradient(linear, left top, left bottom, from(#F3D121), to(#EB9B0B));
	background: -webkit-linear-gradient(top, #F3D121, #EB9B0B);
	background: -moz-linear-gradient(top, #F3D121, #EB9B0B);
	background: -o-linear-gradient(top, #F3D121, #EB9B0B);
	background: linear-gradient(to bottom, #F3D121, #EB9B0B);
}
/*
#h_nav li a.ic_cnt {
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#646464));
	background: -webkit-linear-gradient(top, #000000, #646464);
	background: -moz-linear-gradient(top, #000000, #646464);
	background: -o-linear-gradient(top, #000000, #646464);
	background: linear-gradient(to bottom, #000000, #646464);
}*/
/*----------------------
footer
----------------------*/
footer {
	padding: 0;
	margin: 0;
	background: #F7F7F5;
	position: relative;
}
footer a {
	color: #454545;
}

#f_logo {
	float: left;
	padding: 10px 3px 0;
}
#f_nav {
	padding: 15px 5px 0 0;
}
#f_nav li {
	float: right;
	padding: 10px 3px 0 0;
}
#f_nav li a {
	width: 35px;
	height: 35px;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/*#footer_head { border-top:1px dashed #ccc; border-bottom:1px dashed #ccc; padding:0 0 10px; }*/
#footer_head {
	padding: 0 0 10px;
}
footer .time {
	font-size: 26px;
}
footer address {
	clear: left;
	padding: 5px 10px 0;
}
/*#credit { padding:10px; font-size:10px; text-align:right; border-top:1px dashed #ccc; margin:10px 0 0; }*/
#credit {
	padding: 10px;
	font-size: 10px;
	text-align: right;
	margin: 10px 0 0;
}
#credit a {
	color: #666;
}
.f_link_map {
	text-decoration: none;
	color: #fff;
	background: #4C3B25;
	display: block;
	width: 50px;
	position: absolute;
	padding: 2px 5px;
	bottom: 20px;
	right: 5px;
}
.f_link_map:after {
	float: right;
	content: '▲';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	display: block;
}
/*----------------------
wrapper & content
----------------------*/

#wrapper {
	width: 320px;
	margin: 0 auto;
	background: url(../common_img/back.jpg) repeat-y;
}
#content {
	line-height: 1.5;
	clear: both;
}

#content em,
#content i {
	font-style: oblique;
}
/*----------------------
global ID
----------------------*/

.gnav {
	padding: 0;
	clear: both;
	position: relative;
	border-top: 1px solid #fff;
	background: -moz-linear-gradient(top, #f87300 0%, #ee3500);
	background: -webkit-gradient(linear, left top, left bottom, from(#f87300), to(#ee3500));
}
.gnav ul {
	border-bottom: 1px solid #fff;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
}
.gnav li {
	color: #fff;
	text-align: center;
	border-left: 1px solid #fff;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
.gnav li:first-child {
	border-left: none;
}
.gnav li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 15px 0;
}
/* 追記 */
.gnavline1 li.navcol1 {
	width : 239px
}
.gnavline1 li.navcol2 {
	width : 79px
}
.gnavline2 li.navcol1 {
	width : 239px
}
.gnav2 {
	padding: 0;
	margin: 0 0 1px;
	clear: both;
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: -moz-linear-gradient(top, #422818 0%, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#422818), to(#000000));
}
.gnav2 table {
	border-collapse: collapse;
	width: 100%;
}
.gnav2 table th {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
.gnav2 table th:last-child {
	border-bottom: none;
}
.gnav2 table a {
	color: #fff;
	display: block;
	padding: 7px 5px;
	text-decoration: none;
}

.gnav2 table td {
	border-left: 1px solid #fff;
	width: 70px;
	text-align: center;
	line-height: 2em;
}
.gnav2 table td a {
	color: #fff;
	display: block;
	padding: 10px 3px 3px 5px;
	text-decoration: none;
}

.gnav2.line2 dd {
	top: 79px;
}
.gnav2 dd {
	display: none;
	position: absolute;
	z-index: 5;
	top: 37px;
	left: 0;
	width: 100%;
	padding: 0;
	border: none;
}
/*.gnav2 ul.sub_nav { padding:0 0 0; background:rgba(43, 171, 216, 0.95); display:block; } */
.gnav2 ul.sub_nav {
	padding: 0 0 0;
	background-color: #000;
	opacity: 0.95;
	display: block;
	overflow: auto;
}
.gnav2 ul.sub_nav li {
	float: none;
	color: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
	list-style: none;
	border: none;
	border-top: 1px solid #fff;
}
.gnav2 ul.sub_nav li a {
	color: #EEEEEE;
	text-align: left;
	padding: 10px 10px 10px 20px;
	height: auto;
	background-size: auto auto !important;
}
.gnav2 ul.sub_nav li a:before {
	content: '▲';
	float: right;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	margin-right: 5px;
}
.s_nav {
	margin: 10px 0 0;
}
.s_nav li {
	margin-bottom: 1px
}
.s_nav li a {
	color: #fff;
	padding: 10px 12px;
	text-decoration: none;
	display: block;
	background: url(../common_img/icon_link.png) no-repeat 95% center #272727;
}
.s_nav2 {
	margin: 10px 0 0;
}
.s_nav2 li {
	margin-bottom: 1px
}
.s_nav2 li a {
	color: #fff;
	padding: 10px 12px;
	text-decoration: none;
	display: block;
	background: #272727;
}
.s_nav3 {
}
.s_nav3 li {
	border-bottom: 1px solid #fff;
}
.s_nav3 li a {
	color: #EEEEEE;
	padding: 11px 12px;
	text-decoration: none;
	display: block;
	background: url(../common_img/icon_snav.png) 97% center no-repeat, #4C3B25;
	font-size: 15px;
}
/*
.s_nav3 li dt { color:#333; padding:11px 12px; text-decoration:none; display:block; background:url(../common_img/icon_open3.png) 97% center no-repeat #eec948; }
.s_nav3 li dt.open { background:url(../common_img/icon_close3.png) 97% center no-repeat #eec948; }
.s_nav3 li dd { background:#eec948; padding:5px; }
.s_nav3 li:nth-child(1) dt { color:#333; padding:11px 12px; text-decoration:none; display:block; background:url(../common_img/icon_open3.png) 97% center no-repeat #eec948; }
.s_nav3 li:nth-child(1) dt.open { background:url(../common_img/icon_close3.png) 97% center no-repeat #eec948; }
.s_nav3 li:nth-child(1) dd { background:#eec948; padding:5px; }
*/
/* 色指定*/
/*
.s_nav3 li a { background-color:#61c7ea; }
.s_nav3 li:nth-child(1) a { background-color:#a9c71f; }
.s_nav3 li:nth-child(2) a { background-color:#61c7ea; }
.s_nav3 li:nth-child(3) a { background-color:#f9de7f; }
.s_nav3 li:nth-child(4) a { background-color:#fba6a6; }
.s_nav3 li:nth-child(5) a { background-color:#93a7f1; }
*/



/* スタイルスイッチャ― */
#f_change {
	margin: 10px 0 0;
	width: 85px;
	padding: 0;
	font-size: 12px;
}
header #f_change {
	position: absolute;
	top: 20px;
	left: 140px;
}
#f_change p {
	padding: 0 0 0 18px;
	background: url(../common_img/icon_search.png) left top no-repeat;
	background-size: 16px 16px;
}
#f_change li {
	width: 35px;
	height: 30px;
	float: left;
	margin-right: 5px;
	border: 1px solid #ddd;
	text-align: center;
	background: #fff;
	font-size: 14px;
}
#f_change li:nth-child(2) {
	margin-right: 0;
}
#f_change li a {
	width: 35px;
	height: 25px;
	padding: 5px 0 0;
	display: block;
	color: #333;
	text-decoration: none;
}
#f_change li:nth-child(1) a, #f_change li:nth-child(2) a {
	color: #333;
	background: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
}
#f_change li:nth-child(1) a {
	color: #fff;
	background: -moz-linear-gradient(top, #bf0000, #990000);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0000), to(#990000));
}
