@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow-y: scroll;
}
body {
	background-image: url(../img/bg.jpg);
	background-color: #d6d6d6;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
}
i {
	font: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#background {
	z-index: -1;
	position: fixed;
	display: none;
}
#haeder {
	height: 40px;
	width: 100%;
	box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	background-color: #3d3d3d;
	background: url(../img/footer_pc.png);
	background-repeat: repeat-x;
	z-index: 9;
}
#header {
	height: 40px;
	width: 100%;
	box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	background-color: #3d3d3d;
	background: url(../img/footer_pc.png);
	background-repeat: repeat-x;
	z-index: 9;
}
#welcom_center {
	padding-top: 0px;
	width: 320px;
	margin: 0 auto;
}
#footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 55px;
	width: 100%;
	box-shadow: 0px -5px 3px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -5px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -5px 3px 0px rgba(0,0,0,0.4);
	position: fixed;
	bottom: 0;
	color: #fff;
	background-color: #3d3d3d;
	background: url(../img/footer_pc.png);
	z-index: 9;
}
#footer_center {
	width: 600px;
	margin: 0 auto;
	padding-top: 2px;
	text-align: center;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 10;
}
.pagetop a {
	display: block;
	background-color: #FE8D91;
	text-align: center;
	color: #fff;
	font-size: medium;
	text-decoration: none;
	padding: 20px 10px;
}
 @media screen and (max-width: 700px) {/*スマフォ想定*/
#header {
	height: 30px;
}
#welcom_center {
	width: 250px;
	margin: 0 auto;
}
#welcom_center img {
	width: 250px;
}
#footer {
	padding: 0;
	height: 35px;
}
#footer_center {
	width: 320px;
	font-size: xx-small;
}
.pagetop a {
	display: block;
	background-color: #FE8D91;
	text-align: center;
	color: #fff;
	font-size: medium;
	text-decoration: none;
	padding: 10px 10px;
}
}
 @media screen and (max-width: 600px) {
.pagetop {
	opacity: 0.5;
}
}
