@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
line-height: 1.75;
}
address,em { font-style: normal; }
strong,th { font-weight: normal; }
table {
border-collapse: collapse;
border-spacing: 0;
}
th { text-align: left; }
hr,legend { display: none;	}
/*h1,h2,h3,h4,h5,h6 { font-size: 100%; }*/
img,fieldset { border: 0; }
img {
	vertical-align: bottom;
}
figure {
	margin: 0;
	padding: 0;
}
li { list-style-type: none; }

a { text-decoration:none; }

/* Fonts
------------------------------------------------------------*/
body {
color: #333;
font: 100%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
body { font-size: 13px; } /* modern browser */
body { font-size: 75%\9; } /* ie8以前 */
body { -webkit-text-size-adjust: 100%; } /* 文字サイズ自動調整禁止 */

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



.protect_wrap {
	position: relative;
}
.protect {
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.protect p {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 200px;
	height: 50px;
	border-radius: 3px;
	background-color: rgba(0, 98, 172, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
