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

div, section, article, aside, nav, hgroup, header, footer, h1, h2, ul, li {
	display: block;
	margin: 0;
	padding: 0;
}
body {
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFFFFF;
	color:#333333;
	margin:0;
	padding:0;
}
img {
	border: none;
}
noscript {
	color:#CC0000;
	font-size: 12px;
}

/* fontLayout */
.fntMedium {
	font-size: 18px;
	line-height: 1.5em;
}
.fntSmall {
	font-size: 16px;
	line-height: 1.25em;
}
.fntXSmall {
	font-size: 12px;
	line-height: 1.25em;
}
.fntColrRed {
	color:#990000;
}
.alignC {
	text-align: center !important;
}
/* contentsLayout */
#spDomheader {
	width:100%;
	height: 15%;
	background-color:#ffffff;
	border-top: #153d7a thick solid;
	border-bottom: #cccccc thin solid;
	background: url(/sp/top_app/common/image/ana_logo.png) no-repeat center 49%;
	-webkit-background-size: 80px 20px;
}
#spDomheader p.logoLeft {
	margin: 6px 0 4px 2%;
}
#spDomheader p.logoLeft img {
	width: 30px;
	height: 30px;
}
#spDomWrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#spDomContener {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
#spDomContener p {
	margin: 5px auto 10px;
	padding: 0;
}
#spDomContener ul {
	margin: 2px auto 10px;
	padding: 0;
}
#spDomContener li {
	list-style: none;
	padding-left:1em;
	text-indent:-1em;
}
#spIntbefooter {
	width:100%;
	margin: 0 auto;
	padding:15px 0;
	background-color:#153d7a;
}
#spStaticfooter {
	width:100%;
	margin: 0 auto;
	padding:15px 0;
	background-color:#153d7a;
}
#spGenefooter {
	width:100%;
	height: 30px;
	margin: 0;
	padding-top:13px;
	background-color:#153d7a;
}
#spStaticfooter p, #spGenefooter p, #spIntbefooter p {
	color:#FFF;
	text-align:center;
	margin: 2px auto 5px;
}
#spStaticfooter ul, #spGenefooter ul, #spIntbefooter ul {
	width:300px;
	text-align:center;
	margin: 10px auto 10px;
	padding:0;
}
#spStaticfooter li, #spGenefooter li, #spIntbefooter li {
	list-style: none;
	float:left;
	padding: 0;
	display:block;
}
#spStaticfooter a, #spGenefooter a, #spIntbefooter a {
	color:#FFF !important;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2) !important;
	text-decoration:none;
}

/* ボタンスタイル */
.btnRblueM {
	display: block;
	margin: 0 auto 15px !important;
	width: 80%;
	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);
}
.btnRblueM {
	background: -webkit-gradient(linear, left top, left bottom, from(#4169E1), to(#304ea8));
	background-color: #4169E1;
	margin: 0 auto 0 !important;
	width: 90%;
}
.btnRblueM span {
	display: inline-block;
	padding: .5em 0;
	width: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
}
.btnRblueM span {
	color: #fff;
	background-image:url(/sp/top_app/common/image/arrow2_rb_2.png);
	-webkit-background-size: 9px 13px;
	background-repeat:no-repeat;
	background-position:98% 50%;
}
/* カスタマイズ */

#pw h1.fntSmall {
	font-size: 14px!important;
	line-height: 1.25em;
}
#pw h2.fntSmall {
	font-size: 14px!important;
	line-height: 1.25em;
}
#pw h1 {
	border-bottom:1px solid #CCCCCC !important;
	margin-bottom:20px;
	padding:5px 0;
}

/* エラー表示 */
.errmsg {
	border:solid 2px #cc0000;
	padding:0 5px;
	color:#cc0000;
	margin:10px 0;
}
/* margin 調整 */
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mb5 {
	margin-bottom:5px!important;
}
.mb20 {
	margin-bottom:20px!important;
}
