@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, "小塚ゴシック Pro", "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 {
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

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

#container {
	text-align: left;
}

#main {
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-left: -477px;
	padding: 46px 1px 0 2px;
	width: 950px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
}

#header h1 {
	margin-top: 5px;
	float: left;
}

#header h1 img{
	width: 100px;
	height: auto;
}

#header .hBox {
	width: 540px;
	float: right;
}

#header .hBox .lLink {
	margin-top: 5px;
	float: left;
}

#header .hBox .lLink li {
	padding-left: 25px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

#header .hBox .lLink li:first-child {
	padding-left: 0;
}

#header .hBox .lLink li a {
	margin-right: 30px;
	color: #FFF;
	text-decoration: none;
}

#header .hBox .lLink li a:hover {
	color: #ffafd1;
}

#header .hBox .rLink {
	float: right;
}

#header .hBox .rLink li {
	padding-left: 9px;
	float: left;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-bottom: 40px;
	position: relative;
}

#demo-canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 100;
}

#footer .fBox {
	margin: 0 auto;
	width: 950px;
}

#footer .fBox .fLogo {
	margin-bottom: 5px;
}

#footer .fBox .fLogo img {
	height: auto;
	width: 10%;
}


#footer .copyright {
	color: #9fafae;
	font-size: 10px;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	body {
		min-width: inherit;
	}
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	.spMneu {
		padding: 8px 10px 53px;
		background-color: #DEF6F5;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 200;
		display: none;
	}
	
	.spMneu .close {
		margin-bottom: 16px;
		text-align: right;
	}
	
	.spMneu .txtLink {
		margin-bottom: 38px;
	}
	
	.spMneu .txtLink li {
		margin-bottom: 37px;
	}
	
	.spMneu .txtLink li:last-child {
		margin-bottom: 0;
	}
	
	.spMneu .txtLink li a {
		color: #596463;
		font-size: 16px;
		font-weight: bold;
	}
	
	.spMneu .txtLink li a:hover {
		color: #ffafd1;
		text-decoration: none;
	}
	
	.spMneu .phoLink {
		margin: 0 auto;
		padding-left: 15px;
		width: 140px;
	}
	
	.spMneu .phoLink li {
		float: left;
	}
	
	.spMneu .phoLink li:nth-child(2) {
		float: right;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#header {
		margin: 0;
		padding: 15px 4.5%;
		width: 91%;
		left: 0;
	}
	
	#header h1 {
		margin-top: 2px;
		float: left;
	}
	
	#header h1 img {
		width: 75px;
	}
	
	#header .hBox {
		display: none;
	}
	
	#header .menu {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#header .menu a {
		padding: 15px;
		display: block;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#footer {
		text-align: center;
		padding-bottom: 35px;
	}
	
	#footer .fBox {
		margin: 0 auto;
		width: auto;
	}
	
	#footer .fBox .fLogo {
		margin-bottom: 3px;
	}
	
	#footer .fBox .fLogo img {
		width: 65px;
	}
	
	#footer .copyright {
		color: #9fafae;
		font-size: 10px;
	}

}

