@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";*/
	font-family: 'Noto Sans JP', sans-serif;
}
body {
	margin: 0px auto 0px auto;
	/*background-image: url(../images/mfp_background_image.gif);*/
}
img {
	/*display: block;*/
	border: none;
}
li {
	list-style: none;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
h1 {
	line-height: 90px;
	text-align: center;
	font-size: 50px;
	color : #232323;
}
a {
	text-decoration: none;
}
/*a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}*/
/*a:visited {
	color: #990099;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}*/

div#wrapper {
	width: 600px;
	margin: 0 auto;
	border: 20px solid #22b7df; /* FFCE3C */ /* 004ea2 */ /* b2e2f8 */
	background-image: url(../images/mfp_background.gif);
	background-repeat: repeat-x;
}
/* レスポンシブの設定 */
@media screen and (max-width: 768px) {
	div#wrapper {
		width: 100%;
		border: 0;
	}
}


div#header {
	width: 100%;
	height: 90px;
	background: #22b7df;
}
h1#title {
	color: #FFFFFF;
}


div#contents {
	padding: 10px 0;
	width: 100%;
	height: auto;
	background-color: #FFFFFE;
}


div#footer {
	width: 100%;
	height: 30px;
	background: #22b7df;
}
div#footer span {
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
}


div#copyright {
	clear: both;
	padding: 2px;
	line-height: normal;
	color: #999999;
}
div#copyright p {
	font-size: 10px;
}
div#copyright span {
	font-family: "Myriad Pro",Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
}


div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
div#thanks p {
	font-size: 16px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}


