@charset "utf-8";

.mw1803_headerOuter {
	background: none !important;
}
.mw1803_headerInner {
	position: relative;
	height: 45px;
}
.mw1803_headerInner .mw1803_headerInner_logoLeft {
	position: absolute;
	top: 6px;
	left:2%;
	margin: 0;
}
.mw1803_headerInner .mw1803_headerInner_logoLeft img {
	height: 30px;
	width: 30px;
}
.mw1803_headerInner .mw1803_headerInner_logoCenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80px;
	height: 20px;
}
.mw1803_headerInner .mw1803_headerInner_logoCenter img{
	width: 100%;
}

.mw1803_blank {
	padding-left: 4px;
	vertical-align: top;
}

.btn-reserve.mw1803_btn-reserve {
	background: -webkit-gradient(linear, left top, left bottom, from(#D84000), to(#990000))!important;
	background-color: #B50000!important;
}

.btnOrengeM.mw1803_btnOrengeM {
	background: -webkit-gradient(linear, left top, left bottom, from(#D84000), to(#990000))!important;
	background-color: #B50000!important;
}

.input-horizon .mw1803_inputLink {
	width: 93%;
	margin:1em auto;
}
.input-horizon .mw1803_inputLink .mw1803_pw-forget {
	vertical-align: middle;
	font-size: 16px;
	margin-left: 35% !important;
}

.input-horizon .mw1803_inputLink .mw1803_pw-forget a {
	background: url(https://www.ana.co.jp/sp/top_app/common/image/arrow_forget.png) no-repeat scroll left center rgba(0, 0, 0, 0);
	-webkit-background-size: 6px 7px;
	background-size: 6px 7px;
	font-size: 14px;
	padding-left: 11px;
}

.mw1803_spShatterN span {
	display: block;
	padding: 0.5em 10px 0.5em 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	-webkit-border-radius: 4px;
}

.mw1803_form01::-webkit-input-placeholder{
	opacity: 1;
	color: #000;
}
.mw1803_form01::-moz-placeholder{
	opacity: 1;
	color: #000;
}
.mw1803_form01:-ms-input-placeholder {
	opacity: 1;
	color: #000;
}
.mw1803_form01:placeholder-shown{
	opacity: 1;
	color: #000;
}


.mw1803_form01_error::-webkit-input-placeholder{
	opacity: 1;
	color: #333;
}
.mw1803_form01_error::-moz-placeholder{
	opacity: 1;
	color: #333;
}
.mw1803_form01_error:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}
.mw1803_form01_error:placeholder-shown{
	opacity: 1;
	color: #333;
}




.mw1803_RequiredOuter {
	margin-bottom: 10px !important;
}
.mw1803_Required {
	background-color: #cc0000;
	color: #fff;
	font-weight: bold;
	padding: 0.1em 0.2em 0.2em;
	margin-right: 5px;
}


.mw1803_input_check > .mw1803_Required {
	margin-left: 5px;
}
.mw1803_input_check > .mw1803_Required + p > input {
	margin-top: 10px;
}