@chartset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 85%;
	line-height: 1.5em;
}

a,
a:visited {
   color: #0099FF;
   text-decoration: underline;
}

a:hover,
a:active {
   color: #5ED0FF;
   text-decoration: underline;
}

/*空白削除*/
p,div,span,ul,ol,li,blockquote,h1,h2,h3,h4,h5,h6,form,img,dl, dt, dd {
	margin: 0;
	padding: 0;
}

ul { list-style: none;}

a img {
	border: none;
	border-style: none;
 	decoration: none;
	outline: none;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#wrap {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#logo {
	margin-top: 10px;
	margin-bottom: 60px;
	text-align: center;
}

#logo img {
	display: inline;
	max-width: 280px;
	height: auto;
}

.close-text-center {
	text-align: center;
}

.close-text-strong {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.mb-1em {
	margin-bottom: 1em;
}

.mb-2em {
	margin-bottom: 2em;
}


@media screen and (min-width: 600px) {


	#logo {
		margin-top: 27px;
		margin-bottom: 86px;
	}

	#logo img {
		max-width: none;
	}

}