@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;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

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: #333;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

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

#container {
	text-align: left;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	margin: 0 auto 34px;
	width: 1004px;
}

#gHeader .lBox {
	margin-top: 17px;
	padding-left: 1px;
	width: 550px;
	float: left;
}
#gHeader .logo {
	float: left;
}

/*キャッチコピーの制御*/
#gHeader h1 {
	margin-top: 24px;
	float: right;
}
/*#gHeader h1 img{
	width: 200px;
}*/

#gHeader .rBox {
	width: 390px;
	float: right;
}

#gHeader .rBox ul {
	margin-bottom: 14px;
	float: right;
}

#gHeader .rBox li {
	padding-left: 4px;
	float: left;
}

#gHeader .rBox li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.menuUl {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	margin: 0 auto;
	padding-right: 7px;
	width: 963px;
}

#gNavi li {
	float: left;
}

#gNavi li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 19px;
}

#pagePath li {
	margin-right: 7px;
	color: #262728;
	font-size: 12px;
	display: inline;
}

#pagePath li a {
	margin-right: 13px;
	color: #262728;
	text-decoration: none;
}

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

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 54px 0 17px;
}

#gFooter .fBox {
	margin: 0 auto 36px;
	padding-left: 15px;
	width: 985px;
}

#gFooter .lBox {
	margin-top: 11px;
	width: 420px;
	float: left;
}

#gFooter .lBox .fLogo {
	margin-bottom: 29px;
}

#gFooter .lBox p {
	margin-bottom: 17px;
	color: #3f3f3f;
	font-size: 12px;
	word-break: break-all;
}

#gFooter .lBox .fTel {
	margin-left: 2px;
}

#gFooter .rBox {
	width: 474px;
	float: right;
}

#gFooter .rBox .fLink {
	margin-bottom: 15px;
}

#gFooter .rBox .fLink li {
	padding-left: 11px;
	float: left;
}

#gFooter .rBox .fLink li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .rBox .fLink li:first-child {
	padding-left: 0;
}

#gFooter .rBox .fNavi li {
	float: left;
	margin-right: 10px;
	width: 100px;
	font-size: 12px;
}

#gFooter .rBox .fNavi .liStyle01 {
	width: 120px;
}

#gFooter .rBox .fNavi .liStyle02 {
	width: 105px;
}

#gFooter .rBox .fNavi .liStyle03 {
	width: 108px;
}

#gFooter .rBox .fNavi li a {
	text-decoration: none;
}

#gFooter .rBox .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .rBox .fNavi li li {
	float: none;
	margin-right: 0;
	width: auto;
}

#gFooter .copyright {
	padding-top: 14px;
	font-size: 11px;
	text-align: center;
	word-break: break-all;
	background: url(../../img/common/line02.gif) repeat-x left top;
}

@media all and (min-width: 641px) {
	.menuUl {
		display: none !important;
	}
}


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

	body {
		min-width: inherit;
		font-size: 15px;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 14px 0 19px;
		position: relative;
	}
	
	#gHeader .hBox {
		margin-bottom: 0;
		width: auto;
	}

	#gHeader .lBox {
		margin-top: 0;
		padding-left: 0;
		width: auto;
		float: none;
		position: relative;
	}

	#gHeader .logo {
		float: none;
	}
	
	#gHeader .logo a {
		margin: 0 auto;
		display: block;
		width: 50%;
	}

	#gHeader .logo img {
		display: block;
		width: 100%;
	}
	
	#gHeader h1 {
		margin-top: 7px;
		float: none;
	}
	
	#gHeader h1 img {
		margin: 0 auto;
		display: block;
		width: 28%;
	}

	#gHeader .rBox {
		display: none;
	}
	
	#gHeader .menu {
		width: 8.4%;
		position: absolute;
		right: 21px;
		top: 4px;
	}
	
	.menuUl {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		width: 100%;
		border-top: 1px solid #AAE4FA;
		box-sizing: border-box;
	}
	
	.menuUl li {
		float: left;
		width: 100%;
	}
	
	.menuUl li a {
		padding: 20px 5px 13px 20px;
		display: block;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
		background-color: #0D1637;
		border-bottom: 1px solid #AEB1BC;
	}
	
	.menuUl .liStyle a {
		background-color: #891435;
		border-bottom: 1px solid #E3E3E4;
	}
	
	.menuUl .bgStyle a {
		background-color: #2742a5;
		border-bottom: 1px solid #E3E3E4;
	}
		
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}

	/*------------------------------------------------------------
		pagePath
	------------------------------------------------------------*/
	#pagePath {
		display: none;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 23px 0 9px;
	}

	#gFooter .fBox {
		margin: 0 auto 16px;
		padding-left: 0;
		width: auto;
	}

	#gFooter .lBox {
		margin: 0 auto;
		width: 60.3%;
		float: none;
	}

	#gFooter .lBox .fLogo {
		margin-bottom: 10px;
	}

	#gFooter .lBox .fLogo img {
		display: block;
		width: 90%;
	}

	#gFooter .lBox p {
		margin-bottom: 5px;
	}

	#gFooter .lBox .fTel {
		margin: 0 0 12px;
	}

	#gFooter .lBox .fTel img {
		width: 100%;
	}
	
	#gFooter .rBox {
		float: none;
		width: auto;
	}
	
	#gFooter .rBox .fLink {
		margin: 0 auto;
		width: 70%;
	}
	
	#gFooter .rBox .fLink li {
		padding-left: 0;
		width: 48%;
	}
	
	#gFooter .rBox .fLink li:nth-child(2n) {
		float: right;
	}
	
	#gFooter .rBox .fLink li img {
		width: 100%;
	}
	
	#gFooter .rBox .fNavi {
		display: none;
	}

	#gFooter .copyright {
		padding-top: 0;
		background: none;
	}
}
