@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: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 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: #292929;
	text-decoration: none;
}

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

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

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

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

#container {
	text-align: left;
}

#main {
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 25px 0 0;
	margin-bottom: 46px;
	box-shadow: 1px 1px 2px #CCC;
	-moz-box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px #CCC;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #FFF;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1200px;
}

#gHeader h1 {
	float: left;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 6px;
	float: right;
}

#gNavi ul li {
	margin-left: 48px;
	float: right;
}

#gNavi ul li:first-child {
	margin-left: 52px;
}

#gNavi li a {
	display: block;
}

#gNavi .navi01 a {
	background: url(../images/g_navi04_over.gif) no-repeat;
}

#gNavi .navi02 a {
	background: url(../images/g_navi03_over.gif) no-repeat;
}

#gNavi .navi03 a {
	background: url(../images/g_navi02_over.gif) no-repeat;
}

#gNavi .navi04 a {
	background: url(../images/g_navi01_over.gif) no-repeat;
}

#gNavi li a:hover img {
	visibility: hidden;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: -5%;
	padding: 165px 0 20px;
	background: url(../images/footer_bg.png) no-repeat center bottom;
	background-size: cover;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer_bg.png',sizingMethod='scale');
	z-index: 10;
}

#gFooter .fBox {
	margin: 0 auto 10px;
	width: 1100px;
}

#gFooter .fBox .area {
	margin-right: 32px;
	float: left;
}

#gFooter .fBox .area .company {
	font-size: 23px;
}

#gFooter .fBox .area .add {
	font-size: 12px;
	line-height: 1.4;
}

#gFooter .fBox .link p {
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 1;
}

#gFooter .fBox .link p img {
	margin-right: 13px;
	display: inline-block;
	vertical-align: middle;
}

#gFooter .fBox .link p a {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

#gFooter .fBox p {
	color: #FFF;
}

#gFooter .copyright {
	margin: 0 auto;
	width: 1100px;
	color: #FFF;
	font-size: 11px;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	#main {
		margin: 0 auto;
		padding-top: 35px;
		width: auto;
	}
	
	body {
		min-width: inherit;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 6px 0 4px;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}
	
	#gHeader .menu {
		position: absolute;
		right: 11px;
		top: 6px;
	}

	#gHeader .hBox {
		margin: 0 auto;
		width: auto;
	}

	#gHeader h1 {
		float: none;
		text-align: center;
	}
	
	#gHeader h1 img {
		width: 91px;
	}
	
	#gHeader .spNavi {
		width: 62%;
		position: absolute;
		right: 0;
		top: 35px;
		overflow: hidden;
		visibility: hidden;
		z-index: 1000;
	}
	
	#gHeader .spNavi .subNavi {
		padding: 16px 0 14px;
		background: url(../images/sp_menu_bg.png) repeat left top;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	
	#gHeader.on .spNavi {
		visibility: visible;
	}
	
	#gHeader.on .spNavi .subNavi {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	#gHeader .spNavi .txtLink {
		text-align: center;
	}
	
	#gHeader .spNavi .txtLink li {
		margin-bottom: 16px;
	}
	
	#gHeader .spNavi .txtLink li:nth-child(4) {
		margin-bottom: 0;
	}
	
	#gHeader .spNavi .txtLink a {
		display: block;
		font-size: 9px;
		color: #FFF;
	}

	#gHeader .spNavi .txtLink a img {
		margin-left: 3px;
		vertical-align: middle;
	}
	
	#gHeader .spNavi .txtLink li li {
		margin-bottom: 3px;
	}
	
	#gHeader .spNavi .txtLink li ul {
		margin: 0 auto;
		width: 35%;
		text-align: left;
	}
	
	#gHeader .spNavi .txtLink li li a {
		font-size: 8px;
	}
	
	#gHeader .spNavi .iconLink {
		text-align: center;
	}
	
	#gHeader .spNavi .iconLink li {
		padding: 0 5px;
		display: inline-block;
	}
	
	#gHeader .spNavi .iconLink li a {
		display: inline-block;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		margin-top: 0;
		padding: 50px 7px 0;
		background: url(../images/sp_footer_bg.png) no-repeat right top;
		background-size: 100% 100%;
		box-sizing: border-box;
		overflow: hidden;
		zoom: 1;
	}
	body#see #gFooter{
		z-index: 0;
	}
	#gFooter .fBox {
		margin: 0 auto 5px;
		width: auto;
	}
	
	#gFooter .fBox .area {
		margin-right: 19px;
	}
	
	#gFooter .fBox .area .company {
		font-size: 9px;
	}
	
	#gFooter .fBox .area .add {
		font-size: 8px;
		line-height: 1.4;
	}
	
	#gFooter .fBox .link p {
		margin-bottom: 5px;
		font-size: 11px;
		line-height: 1;
	}
	
	#gFooter .fBox .link p img {
		width: 13px;
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
	}
	
	#gFooter .fBox .link p a {
		color: #FFF;
		font-size: 7px;
		font-weight: bold;
	}
	
	#gFooter .fBox p {
		color: #FFF;
	}
	
	#gFooter .copyright {
		width: auto;
		font-size: 5px;
		text-align: center;
	}


}


