@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, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; 
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #999;
	text-decoration: underline;
}

a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #FF7F54;
	text-decoration: none;
}

a:active {
	color: #FF7F54;
	text-decoration: none;
}

a:hover img.imgHover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1030px;
	color: #333;
	line-height: 1.5;
	text-align: center;
	background: url('../../img/common/body_bg.png') repeat-x left top;
}

#container {
	text-align: left;
	padding-top: 130px;
}

#main {
	margin: 0 auto 41px;
	width: 1000px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 12px;
	background: url('../../img/common/header_bg.png') repeat-x left bottom;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
	background-color: #fff;
}
/* .mtHeader{
	margin-top: 130px;
} */
.content_header{
	padding-top: 130px;
	margin-top: -130px;
}
#header .headerBox {
	margin: 0 auto;
	padding: 7px 0 15px 0;
	width: 1006px;
}

#header h1 {
	margin-bottom: 10px;
	color: #999;
	font-size: 1.2em;
	font-weight: normal;
}

#header .hBox {
	margin-left: 3px;
}

#header .logo {
	float: left;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	padding-top: 30px;
	float: right;
}

#gNavi li {
	float: left;
} 

#gNavi .navi01 a {
	background: url('../../img/common/g_navi01_on.png') no-repeat;
}

#gNavi .navi02 a {
	background: url('../../img/common/g_navi02_on.png') no-repeat;
}

#gNavi .navi03 a {
	background: url('../../img/common/g_navi03_on.png') no-repeat;
}

#gNavi .navi04 a {
	background: url('../../img/common/g_navi04_on.png') no-repeat;
}

#gNavi .navi05 a {
	background: url('../../img/common/g_navi05_on.png') no-repeat;
}
#gNavi .navi06 a {
	background: url('../../img/common/g_navi06_on.png') no-repeat;
}

#gNavi li a,
#gNavi li img {
	display: block;
}

#gNavi li a:hover img,
#sideBar .banner a:hover img {
	opacity: 0.6;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 8px;
	width: 1000px;
	clear: both;
}

#pagePath li {
	display: inline;
	font-size: 1.2em;
}

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

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 720px;
	float: left;
}
/*------------------------------------------------------------
	メインタイトル
------------------------------------------------------------*/
.main_title{
	font-size: 36px;
	font-weight: normal;
	padding: 20px 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: url('../../img/common/h2_img.jpg') no-repeat center center;
	background-size: cover;
}
/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 250px;
	float: right;
}

#sideBar .sideBox {
	width: 250px;
}
      
#sideBar .floating {
    position: fixed;
    top: 130px;
}

#sideBar .sideBoxie6 {
	display:none;
}

	* html #sideBar .sideBoxie6 {
	  position: absolute;
	  top: expression(eval(document.documentElement.scrollTop));
	}

#sideBar .sNavi {
	margin-bottom: 15px;
	padding: 1px 1px 10px;
	border: 1px solid #CCC;
}

#sideBar .sNavi .title {
	margin-bottom: 12px;
	background: linear-gradient(to bottom, #F4F4F4, #fff);
	padding: 6px 0 6px 20px;
	font-weight: bold;
	position: relative;
	font-size: 16px;
}
#sideBar .sNavi .title:before{
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	width: 3px;
	height: calc(100% - 16px);
	background-color: #333;
}

#sideBar .sNavi li {
	margin-bottom: 11px;
	padding: 0 0 11px 20px;
	width: 226px;
	font-size: 1.4em;
	font-weight: bold;
	background: url('../../img/common/line.png') repeat-x left bottom;
}

#sideBar .sNavi li span {
	padding-left: 9px;
	display: block;
	background: url('../../img/common/icon/icon01.png') no-repeat left 8px;
	zoom: 1;
}

#sideBar .sNavi li a {
	text-decoration: none;
}

#sideBar .sNavi li a:hover {
	text-decoration: underline;
}

#sideBar li {
	float: left;
}

#sideBar .banner a,
#sideBar .banner img,
#sideBar .tel li a,
#sideBar .tel li img {
	display: block;
}

#sideBar .banner {
	margin-bottom: 15px;
	clear: both;
}

#sideBar .banner a {
	/* background: url('../../img/common/banner_on.jpg') no-repeat; */
}

#sideBar .tel {
	padding: 10px 0 10px 10px;
	background: url('../../img/common/tel_bg.jpg') repeat-x left top;
}

#sideBar .tel li {
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 13px 0;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #3A3E8C;
	background-color: #F4F4F4;
}

#footer .footerBox {
	margin: 0 auto;
	width: 1002px;
}

#footer ul {
	width: 720px;
	float: left;
}

#footer li {
	display: inline;
	color: #CCC;
	font-weight: bold;
	font-size: 1.2em;
}

#footer li a {
	margin-right: 3px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer p {
	margin-top: 1px;
	width: 280px;
	float: right;
	color: #666;
	text-align: right;
}