@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

a:active {
	color: #0066CC;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	min-width: 1000px;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 40px;
	width: 910px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 0 4px;
	position: relative;
	background: url(../../img/common/header_bg01.png) repeat-x left top;
}

#gHeader:before {
	width: 100%;
	height: 2px;
	background: url(../../img/common/header_bg02.png) repeat-x left top;
	position: absolute;
	bottom: 0;
	left: 0;
  
	content: ""; 
	z-index: 20;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 948px;
	position: relative;
}

#gHeader .hBox h1 {
	padding-left: 14px;
	float: left;
}

#gHeader .hBox h1 a:hover img {
	opacity: 0.7;
	fliter: alpha(opacity=70);
}

#gHeader .hBox .hInner {
	padding: 3px 4px 0 0;
	float: right;
	width: 345px;
}

#gHeader .hBox .hInner p {
	margin-bottom: 7px;
}

#gHeader .hBox .hInner .hTel {
	margin-right: 8px;
	text-align: right;
}

#gHeader .hBox .hImg {
	position: absolute;
	bottom: -4px;
	left: 386px;
}

#gHeader .menuUl {
	display: none;
}
	
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 15px;
	padding: 10px 0 7px;
	position: relative;
	background-color: #1688C5;
}

#gNavi:before {
	width: 100%;
	height: 2px;
	background: url(../../img/common/g_navi_bg.png) repeat-x left top;
	position: absolute;
	bottom: -2px;
	left: 0;
  
	content: ""; 
}

#gNavi ul {
	margin: 0 auto;
	width: 896px;
}

#gNavi ul li {
	padding-left: 103px;
	font-weight: bold;
	font-size: 17px;
	float: left;
	line-height: 1.2;
}

#gNavi ul .navi01 {
	padding-left: 65px;
}

#gNavi ul li a {
	padding: 2px 0 2px 14px;
	display: block;
	color: #fff;
	border-left: 6px solid #FFCC00;
	text-shadow: 0 0 4px #666;
}

#gNavi ul li:first-child {
	padding: 0;
}

#gNavi ul li a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	margin-top: 8px;
	float: left;
	width: 620px;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding: 6px 6px 5px;
	float: right;
	width: 212px;
	border: 2px solid #C6CBCF;
	background: url(../../img/common/side_bg.jpg) repeat-x left bottom;
	border-radius: 8px;
	position: relative;
	behavior: url(js/pie.htc);
}

#sideBar .textList {
	margin: 0 0 12px 5px;
}

#sideBar .textList li {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
}

#sideBar .textList li span {
	font-size: 21px;
}

#sideBar p {
	margin: 0 0 7px 5px;
	line-height: 1.15;
}

#sideBar .ttl {
	margin-bottom: 5px;
	color: #1587C5;
	font-weight: bold;
	line-height: 1.2;
}

#pagePath {
	margin-bottom: 15px;
}

#pagePath li {
	color: #666;
	display: inline-block;
	font-weight: bold;
}

#pagePath li a {
	margin-right: 10px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background-color: #1688C5;
}

#gFooter p {
	font-size: 14px;
	font-weight: bold;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	body {
		min-width: inherit;
		font-size: 14px;
	}
	
	#container {
		overflow: hidden;
	}
		
	#gHeader:before,
	#gHeader {
		padding: 0;
		background: none;
	}
	
	#gHeader .hBox {
		width: auto;
	}
	
	#gHeader .hBox .hInner {
		display: none;
	}
	
	#gHeader .hBox h1 {
		display: none;
	}
	
	#gHeader .menu {
		margin-bottom: 7px;
		padding: 5px 0;
		color: #fff;
		font-size: 23px;
		text-align: center;
		position: relative;
		background-color: #333;
	}
	
	#gHeader .menu a {
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	
	#gHeader .menuUl {
		padding: 15px;
		display: none;
		position: absolute;
		top: 44px;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		background-color: #333;
		z-index: 200;
	}
	
	#gHeader .menuUl a {
		padding: 5px 0;
		color: #fff;
		display: block;
	}
	
	#gHeader .hBox .hImg {
		display: none;
	}
	
	#main {
		margin: 0;
		width: auto !important;
	}
	
	#gNavi {
		display: none;
	}
	
	#conts {
		padding: 7px 5px;
		margin: 0 0 9px !important;
		float: none;
		width: auto;
		background-color: #F9D148;
	}
	
	#sideBar {
		padding: 0;
		float: none;
		width: auto;
		background: url(../../img/common/sp_side_bg.jpg) repeat-x left bottom;
	}
	
	#sideBar .sImg img {
		margin: 0 auto;
		max-width: 316px;
		width: 100%;
	}
	
	#sideBar .textList {
		padding: 3px 50px 0;
		margin: 0;
		background-color: #1688C5;
	}
	
	#sideBar .textList li {
		color: #fff;
		font-size: 16px;
	}
	
	#sideBar .textList li span {
		font-size: 21px;
	}
	
	#sideBar .ttl {
		display: none;
	}
	
	#sideBar .txt {
		padding: 0 50px 9px;
		margin: 0 0 5px;
		color: #fff;
		font-size: 16px;
		background-color: #1688C5;
	}
	
	#sideBar .copyright {
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	
	#sideBar .sPhoto {
		display: none;
	}
	
	#gFooter {
		display: none;
	}
	
	#pagePath {
		display: none;
	}
	
}