@charset "utf-8";
/* CSS Document */

div.contents div:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	overflow:hidden;
	line-height:0;
}

div.contents img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


div.contents ul{
	 padding-left: 0;
}

div.contents ul li{
	list-style: none;
	margin-bottom: 10px;
}

div.header-contents h2,
div.header-contents p,
div.main-contents .attention-box p{
	text-indent: -9999px;
	overflow:hidden;
	display: none;
	margin: 0;
	padding:0;
}

div.contents{
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
	background-color:#00A6E6;
	font-size: 12px;
	color:#005271;
	line-height:135%;
	text-align: center;
	margin: 0 ;
	padding:0;
}

div.contents-top{
	padding: 0px;
	margin: 0 auto -1px;
}

div.header-logo-2{
	background: url('../images/header_line_ana.gif') left top no-repeat,url('../images/header_ana_otoku.gif') right top no-repeat,url('../images/header_bg.gif') left top;
	background-size: 90px 25px, 94px 25px, 50px 25px;
	background-color: #153d7a;
	padding: 0px;
	margin: 0;
	height: 25px;
}
div.header-logo-2 p{
	margin:0;
	padding: 0;
	width: 100px;
	text-indent: -9999px;
	overflow: hidden;
}
div.header-contents {
	text-align: center;
	margin: 0;
	padding:0;
}

div.main-contents{
	background-color: #01A6E6;
	margin: 0;
	padding: 0;
	text-align: left;
}
div.main-contents-inner{
	margin: auto;
	width: 86%;
	text-align: left;
}

div.main-contents h2{
	color: #FFF;
	margin: 5px;
	font-size: 16px;
	line-height:145%;
	text-align: left;
}

div.main-contents h2 p{
	text-shadow: 1px 2px 1px #0079A7;
	-moz-text-shadow: 1px 2px 1px #0079A7;
	-webkit-text-shadow: 1px 2px 1px #0079A7;
}

div.main-contents p{
	margin: 0;
	text-align: left;
}

div.main-contents .attention-box{
	background: url('../images/announce_special_bg_top.gif') center top no-repeat;
	background-size: 100% auto;
}

div.main-contents .attention-box-inner{
	background: url('../images/announce_special.gif') center center no-repeat;
	background-size: 100% auto;
	max-height: 146px;
	min-height: 73px;
}

div.main-contents .attention-box-bottom{
	background: url("../images/announce_special_bg_btm.gif") center bottom no-repeat;
	background-size: 100% auto;
	margin: auto auto 30px;
	width: 280px;
}

div.main-contents div.sns-button {
	height: 30px;
	margin: 15px 0;
	text-align: right;
}

div.main-contents div.sns-button ul {
	margin: 0 0 0 5px;
	padding-bottom: 10px;
	text-align: left;
}

div.main-contents div.sns-button ul li {
	width: 120px;
	margin: 0 0 5px 0;
}


div.main-contents .submit-btn{
	margin: auto auto 20px ;
	text-align: center;
	width: 280px;
}


/* ボタンスタイル */
a.btnOrengeM,
a:hover.btnOrengeM{
	display: block;
	border: solid 1px #CCC;
	text-align: center;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to(#ff5400));
	background: -moz-linear-gradient(top, #ff8c00, #ff5400);
	background-color: #ff8c00;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 2px 1px #d83202;
	-moz-box-shadow: 1px 2px 1px #d83202;
	-webkit-box-shadow: 1px 2px 1px #d83202;
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}


.btnEndM{
	display: block;
	text-align: center !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), to(#999999));
	background: -moz-linear-gradient(top, #989898, #999999);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 1px #6f6f6f;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}