@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: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",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: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1050px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 72px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 39px;
	padding-top: 26px;
}

#gHeader .hBox {
	margin: 0 auto 28px;
	width: 960px;
}

#gHeader h1 {
	float: left;
}

#gHeader .hLink {
	margin-top: 11px;
	width: 200px;
	float: right;
	text-align: right;
}

#gHeader .hLink a {
	padding: 5px 0 5px 32px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background: url(../../img/common/icon01.png) no-repeat left center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#gHeader .hLink a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
@media all and (-ms-high-contrast:none){
	#gHeader .hLink a {
		padding: 7px 0 3px 32px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background-color: #231816;
}

#gNavi ul {
	margin: 0 auto;
	width: 960px;
	box-sizing: border-box;
}

#gNavi li {
	width: 33.33%;
	float: left;
	border-left: 1px solid #FFF;
	box-sizing: border-box;
}

#gNavi li a {
	padding: 10px 5px 11px;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../../img/common/icon08.png) no-repeat right 3px bottom 3px, url(../../img/common/g_bg01.png) repeat-x left bottom;
	background-color:  #474544;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#gNavi li:nth-child(3n) {
	border-right: 1px solid #FFF;
}

#gNavi li a:before {
	display: none;
	margin-left: -10px;
	width: 21px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	background: url(../../img/common/icon07.png) no-repeat;
	
	content: "";
}

#gNavi li a:hover {
	background: #E6002E url(../../img/common/g_bg02.png) repeat-x left bottom;
}

#gNavi li a:hover:before {
	display: block;
}
@media all and (-ms-high-contrast:none){
	#gNavi li a {
		padding: 13px 5px 8px;
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 670px;
	float: right;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding-bottom: 24px;
	width: 260px;
	float: left;
	background-color: #EFEFEF;
}

#sideBar .sTitle {
	padding: 1px 25px 0 2px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #000;
}

#sideBar .sTitle span {
	padding: 5px 0 5px 40px;
	display: inline-block;
	font-size: 19px;
	background: url(../../img/common/icon02.png) no-repeat left center;
}

#sideBar .linkBox {
	position: relative;
}

#sideBar .link {
	margin-bottom: 5px;
	text-align: right;
}

#sideBar .link a {
	display: inline-block;
}

#sideBar .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .problemBox {
	display: none;
	padding: 25px 20px 17px;
	width: 326px;
	min-height: 209px;
	position: absolute;
	right: -346px;
	bottom: -112px;
	border-radius: 10px;
	border: 2px solid #E6002E;
	background-color: #FFF;
	box-sizing: border-box;
	z-index: 1;
}

#sideBar .problemBox:before {
	margin-top: -25px;
	width: 19px;
	height: 14px;
	position: absolute;
	left: -19px;
	top: 50%;
	background: url(../../img/common/icon14.png) no-repeat;
	
	content: "";
}

#sideBar .problemBox dl {
	font-size: 14px;
}

#sideBar .problemBox dt {
	margin-bottom: 3px;
	color: #E6002E;
}

#sideBar .problemBox dd {
	margin-bottom: 13px;
	padding-bottom: 7px;
	line-height: 1.95;
	border-bottom: 2px dotted #D1D1D1;
}

#sideBar .problemBox dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#sideBar .problemBox01 {
	bottom: -130px;
}

#sideBar .problemBox01:before {
	margin-top: 14px;
}

#sideBar .problemBox02 {
	width: 466px;
	right: -486px;
	bottom: -72px;
}

#sideBar .problemBox02:before {
	margin-top: 0;
	top: auto;
	bottom: 15%;
}

#sideBar .close {
	position: absolute;
	right: 8px;
	top: 10px;
	cursor: pointer;
}

#sideBar .close:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .itemList {
	margin: -6px 0 8px;
}

#sideBar .itemList li {
	margin-top: 6px;
	width: 90px;
	float: left;
	font-size: 12px;
}

#sideBar .itemList li:nth-child(2n) {
	float: right;
}

#sideBar .itemList li input[type="checkbox"] {
	display: none;
}

#sideBar .itemList li input[type="checkbox"] + label {
	padding: 7px 0 5px 20px;
	display: inline-block;
	background: url(../../img/common/radio_img02.png) no-repeat left center;
}

#sideBar .itemList li input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/radio_img01.png);
}

#sideBar .formDl {
	margin-bottom: 14px;
	padding-top: 28px;
	font-size: 12px;
	border-top: 1px solid #BDB9BA;
}

#sideBar .formDl dt {
	margin-top: 7px;
	min-width: 48px;
	float: left;
	clear: left;
	white-space: nowrap;
	text-align: justify;
	text-align-last: justify;
}

#sideBar .formDl dd {
	margin-bottom: 17px;
	padding-left: 4.7em;
}

#sideBar .formDl dd:last-child {
	margin-bottom: 0;
}

#sideBar .formDl dd input {
	padding: 5px 9px;
	width: 100%;
	height: 33px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
}

#sideBar .formDl dd select {
	padding: 5px;
	width: 100%;
	height: 33px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
	border: none;
	background: #FFF url(../../img/common/icon06.png) no-repeat right 5px center;
	box-sizing: border-box;
	-webkit-appearance: none;
}

#sideBar .formDl dd select::-ms-expand { 
	display: none;
}

#sideBar .formDl .calendar input {
    cursor: default;
}

#sideBar .formDl .dtStyle01 {
	margin-bottom: 9px;
	text-align: left;
	text-align-last: left;
	float: none;
}

#sideBar .formDl .ddStyle01 {
	padding-left: 0;
}

#sideBar .formDl .ddStyle02 {
	margin-bottom: 28px;
}

#sideBar .formDl01 {
	margin-bottom: 14px;
	padding-top: 22px;
}

#sideBar .search {
	margin: 27px 19px 0;
}

#sideBar .search li {
	margin: 0 0 15px;
}

#sideBar .search li:last-child {
	margin: 0;
}

#sideBar .search li input {
	padding: 6px 52px 5px 64px;
	width: 100%;
	height: auto;
	cursor: pointer;
	color: #FFF;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	border-radius: 0;
	border: none;
	background: #E6002E url(../../img/common/icon09.png) no-repeat left 27px center;
	-webkit-appearance: none;
}

#sideBar .search li input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .search li a {
	padding: 6px 5px 5px 18px;
	display: block;
	color: #FFF;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #E6002E url(../../img/common/icon09.png) no-repeat left 27px center;
}

#sideBar .search li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (-ms-high-contrast:none){
	#sideBar .sTitle span {
		padding: 8px 0 2px 40px;
	}

	#sideBar .formDl dd select {
		padding: 8px 5px 2px;
	}
	
	#sideBar .search li a {
		padding: 9px 5px 2px 18px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 28px 0 23px;
	background-color: #231816;
	overflow: hidden;
}

#gFooter .pageTop {
	position: fixed;
	right: 119px;
	bottom: 52px;
}

#gFooter .pageTop a {
	display: block;
}

#gFooter .pageTop a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .copyright {
	margin:  0 auto;
	width: 960px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}




