/*===============================================*/
/*/ 共通 /*/
/*===============================================*/
div#container	{
	background-color: #FFF;
	height:100%;/* for IE6 */
	min-height:100%;
	margin: 0px auto;
	position:relative;
	text-align: center;
	width: 100%;
	color:#111111;
}
body 	 #container {
	height: auto;
}
header	a	{
	color: #111;
}
#content	{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
/*/ -- メイン -- /*/
#main	{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
header	nav	ul.accordion,ul#btm_navi,footer	{
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
/*===============================================
●style.css 画面の横幅が737px以上
===============================================*/
@media print, screen and (min-width: 737px){
.sp	{	display: none !important;}
/*/ --	ヘッダー -- /*/
header	{
	width: 100%;
	margin: 0 auto;
}
header	.inner	{
	width: 972px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
	padding-bottom: 0;
	padding-top: 1px;
}
header	.inner	h1	a	img	{
	float: left;
	width: 241px;
	margin: 21px auto 11px 20px;
}
header	.inner	.rs	{
	float: right;
	margin: 31px 14px auto auto;
	text-align: right
}
header	.inner	.rs	a	{
	display: block;
	font-size: 11px;
}
header	.inner	.rs	a:last-of-type	{
	margin-right: 0;
	margin-top: 4px;
}
/*/ -- ヘッダーナビー -- /*/
header	.navBtn	{	display: none !important;}

header	nav	ul.accordion	{	
	clear: both;
	display: table;
	width: 972px;
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
header	nav	ul.accordion	li	{
	display: table-cell;
	height: 28px;
	padding: 0 15px;/*17*/
	text-align: center !important;
	vertical-align: middle;
	border-right: solid 1px #CCC;
	line-height: 120%;
}
header	nav	ul.accordion		li:first-of-type	{	padding: 0 38px;}/*38*/
header	nav	ul.accordion		li:nth-of-type(2)	{	padding: 0 30px;}/*35*/
header	nav	ul.accordion		li:nth-of-type(5)	{	padding: 0 24px;}
header	nav	ul.accordion		li:last-of-type	{	border-right: none;}

header	nav	ul.accordion	li	a	{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
}
header	nav	ul.accordion		li.sub	{
	display: none;
	visibility: hidden;
}
/* カレント */
.current	{
	border-bottom: solid 2px #E62300 !important;
}
/*/ -- フッター -- /*/
footer	{
	width:972px;
	margin-left: auto;
	margin-right: auto;
	padding: 17px 0;
	border-top: 1px solid #CCC;
	color: #666;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}
/*/ -- メイン -- /*/
#main	{
	width: 972px;
}
}
/*===============================================
●smart.css	画面の横幅が736pxまで
===============================================*/
@media only screen and (max-width:736px){
.pc	{	display: none !important;}
/*==============================================*/
/*- hamburger Menu -*/
/*==============================================*/
.fixed	{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	max-width: 736px;
	height: 100%;
	margin: 0 auto;
}
/* オーバーレイ */
.overlay	{
	position: absolute;/*fixed*/
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: auto;
	height: 100% !important;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	z-index: 999;
}
/* ヘッダー */
header	{
/*	position:fixed;
	top:0;
	left:0;*/
	display: block;
	width:94%;
	height: auto;
/*	min-height: 40px;*/
	margin: 0 auto;
	padding: 3% 0 2%;
	background:#FFF;
	border-bottom: solid 1px #CCC;
	z-index:9999;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
header	.inner	{
	position:relative;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* ヘッダー ロゴ */
header>div.inner>h1	{
	display: inline-block;
	float: left;
	width: 60%;
	max-width: 320px;
	text-align: left;
}
header>div.inner>h1>a	{
}
header>div.inner>h1>a>img	{
	width: 100%;
	margin: 2% 1%;
}
/**/
header	.inner	.rs	{
	float: right;
	margin: 2% 1% auto;
	text-align: right
}
header	.inner	.rs	a	{
	display: block;
	font-size: 13px;
}
header	.inner	.rs	a	img	{
	width: 66px;
}
/*SiteMap*/
header	.inner	.rs	a:last-of-type	{
	/*	margin-right: 5%;*/
	display: none;
}

/* ナビゲーション */
header	nav	{
	overflow: auto;
	position: absolute;
/*	top: 0;*/
	right: -70%;
	width: 80%;
	max-width:320px;
	height: auto;
	background: #FFF;
	opacity: 0;
	display: none;
	z-index:9999;
}
/* ナビゲーション：OPEN */
header.navOpen nav	{
	opacity: 1;
	top: 0;
	right: 0;
	display: inline-block; 
	background: #FFF;
}
header	nav	ul.accordion	{
	border-top:1px solid #CCC;
}
header	nav	ul.accordion	li	{
	border-bottom:1px solid #CCC;
	text-align: left;
}
header	nav	ul.accordion	li:nth-of-type(3)	{
	display: none !important;
}
header	nav	ul.accordion	li	a	{
	position:relative;
	display: block;
	padding: 1.2em;
	color:#111111;
	text-decoration:none;
	line-height: 1.2em;
}
header	nav	ul.accordion	li	a:hover	{
	background: #FDFDFD;
}
/* ナビ 矢印 */
header	nav	ul.accordion	li	a:before	{
	position: absolute;
	top: 50%;
	right: 1.5em;
	display: inline-block;
	content: "";/*\0025b6*/
	color: #CCC;
	font-size: 16px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	margin-right: -4px;
	vertical-align: middle;
	border-top: 3px solid #666;
	border-right: 3px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
/* ナビ アイコン */
header	.navBtn	{
	clear: both;
	display: block;
	float: right;
	width: 8%;
	max-width: 20px;
	margin-top: -6%;
/*	position: absolute;
	top: 80%;/*30px*/
/*	right: 1%;*/
	z-index: 99999;
	cursor: pointer;
}
header	.navBtn span	{
	display: block;
	height: 4px;
	width: 100%;
	margin-top: 3px;
	text-align: left;
	background: #6D685F;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

/* ナビ アイコン：アクティブ */
header.navOpen	.navBtn span:nth-of-type(1)	{
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-ms-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(8px) translateX(0) rotate(45deg);
}
header.navOpen	.navBtn span:nth-of-type(2)	{
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}
header.navOpen	.navBtn span:nth-of-type(3)	{
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* サブメニュー */
ul.accordion li.sub	{
	width: 100%;
	border: none;
	border-bottom: solid 1px #CCC;
	padding: 0;
	list-style: none;
}
ul.accordion	li	p	{
	display: block;
	font-weight: normal;
	font-size: 1em;
}
ul.accordion li	p	span	{
	position:relative;
	display:block;
	padding: 1.2em;
	margin: 0;
	color:#111111;
	text-decoration:none;
	line-height: 1.2em;
/*	border-bottom:1px solid #ccc;*/
	text-align: left;
	background: #fff;
	font-weight: normal;
	font-size: 1em;
}
/* サブメニュー 矢印 */
ul.accordion	li	p	span:before	{
	position: absolute;
	top: 50%;
	right: 1.5em;
	display: inline-block;
	content: "";/*\0025bc*/
	color: #CCC;
	font-size: 16px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	margin-right: -4px;
	vertical-align: middle;
	border-bottom: 3px solid #666;
	border-left: none;
	border-right: 3px solid #666;
	border-top: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
/* サブメニュー 矢印：アクティブ */
ul.accordion	li	p	span.open	{
	color: #111111;
	background: #fff;
}
ul.accordion	li	p	span.open:before	{
	position: absolute;
/*	top: 50%;-*/
	right: 1.5em;
	display: inline-block;
	content: "";/*\0025b2*/
		color: #CCC;
	font-size: 16px;
	height: 7px;
	margin-top: -4px;
	margin-right: -4px;
	vertical-align: middle;
	border-bottom: none;
	border-left: 3px solid#CCC;
	border-right: none ;
	border-top: 3px solid #CCC;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
ul.accordion	li.sub	ul{
	list-style: none;
	background: #fff;
	border: none;
	border-top: solid 1px #CCC !important;
	border-bottom: none;
}
ul.accordion	li.sub li	{
	list-style: none;
	background: #fff;
	border: none !important;
}
ul.accordion	li.sub	li	a	{
	position:relative;
	display:block;
	padding: 1.5em 2.5em;/**/
	color:#111111;
	text-decoration:none;
	font-size: 0.95em;
	line-height: 1.2em;
	border-bottom: solid 1px #CCC !important;
}
ul.accordion	li.sub	li:last-of-type	a	{
	border-bottom: none !important;
}

/* --	BACK HOME BTN -- /*/
#direction	{
	display: table;
	width: 100%;
	background: #FFF ;
}
#direction	a	{
	display: table-cell;
	padding: 2% 5%;
	color: #111;
	font-size: 0.9em;
}
#direction	a:first-of-type	{	text-align: left;}
#direction	a:last-of-type	{text-align: right;}

#direction	a	span	{
	margin-right: 7px;
	color: #CCC;

}
#direction	a	img	{
	position: relative;
	top: 4px;
	margin-right: 7px;
	vertical-align: top;
}

/* --	ボトムナビ	-- /*/
ul#btm_navi	{
	clear: both;
	width: 94%;
	margin: 0 auto;
	border-top: solid 1px #CCC;
}
ul#btm_navi	li	{
	display: inline-block;
	float: left;
	width: 33%;
	padding: 7% 0;
	text-align: center;
	font-weight: bold;
}
ul#btm_navi	li:nth-of-type(1),ul#btm_navi	li:nth-of-type(2),ul#btm_navi	li:nth-of-type(3)	{
	padding: 7% 0;
}
ul#btm_navi	li:nth-of-type(4),ul#btm_navi	li:nth-of-type(5),ul#btm_navi	li:nth-of-type(6)	{
	padding: 0 0 3%;
}
ul#btm_navi	li	a	{
	display: inline-block;
	float: left;
	width: 100%;
	height: 14px;
	color: #666;
	font-size: 0.95em;
	line-height: 120%;
}

ul#btm_navi	li:nth-of-type(1)	a,
ul#btm_navi	li:nth-of-type(4)	a,
ul#btm_navi	li:nth-of-type(5)	a	{
	border-right: solid 1px #CCC;
	padding: 5px 0 8px;
}
ul#btm_navi	li:nth-of-type(3)	a	{
	border-left: solid 1px #CCC;
	padding: 5px 0 8px;
}
ul#btm_navi	li:nth-of-type(2)	a,
ul#btm_navi	li:nth-of-type(6)	a	{
	position: relative;
	bottom: 4px;
}
/*/ --	フッター -- /*/
footer	{
	clear: both;
	width:94%;
	margin: 4% auto 0;
	padding: 4% 0 3%;
	border-top: 1px solid #CCC;
	text-align: center;
	font-size: 0.8em;
}
}
/*===============================================
* FontSize 調整 *
===============================================*/

@media only screen and (max-width:375px){
	ul#btm_navi>li>a	{	font-size: 0.9em;}
}

@media only screen and (max-width:320px){
	ul#btm_navi>li>a	{	font-size: 0.85em;}
}