@charset "utf-8";

/* 共通スタイル
 * ************************************************** */
	
/* 共通スタイル */

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.spNone {
	display: none;
}
a,
a:focus {
	outline: none;
}
a {
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	color: #333333;
}
a:hover {
	opacity: 0.8;
}
a strong {
	color: #f11000;
	font-weight: bold;
	text-decoration: underline;
}
section .inner p > a {
	font-weight: bold;
	text-decoration: none;
}
section .inner .ruby {
	font-size: 0.7em;
	position: relative;
	top: -6px; right: 0;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.nomber {
	position: absolute;
	width: 15%;
	top: 0; left: 5%;
}
.subTitle {
	position: absolute;
	width: 33px;
	top: 50px; left: 8%;
}
.icon_airasia {
	position: absolute;
	width: 10px;
	height: 49px;
	top: 50%; left: 20px;
	margin: -25px 0 0 0;
}
.notes {
	display: none;
}
.continued {
	display: block;
	text-align: right;
	margin-top: 1em;
}


/* 見出し */
h2 {
}

/* remodal */
.remodal-wrapper {
	padding: 10px 10px 100px!important;
}
.remodal {
	padding: 20px 6%!important;
}
.remodal > div {
	border: 4px solid #f11000;
	border-radius: 10px;
	padding: 20px 6% 60px;
	box-sizing: border-box;
	position: relative;
}
.remodal h2 {
	color: #a67c52;
	font-size: 1em;
	line-height: 2;
	margin: 10px auto 20px;
	letter-spacing: 0;
}
.remodal h2 span {
	display: block;
	font-size: 1.4em;
	color: #333333;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.remodal div.floatL {
	width: 100%;
	float: none;
	margin: 0 30px 0 0;
}
.remodal div.floatR {
	float: none;
	margin: 20px 0;
}
.remodal .mdftLink {
	width: 100%;
	height: 5%;
	background: #f21100;
	border-radius: 0 0 6px 6px;
	position: absolute;
	bottom: 0; left: 0;
}
.remodal .mdftLink img {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}

.webURL {
	position: relative;
	color: #00718f;
}
.webURL:after {
	content: "";
	width: 13px;
	height: 13px;
	background: url(../images/common/icon_link.gif) no-repeat center center;
	position: absolute;
	right: -16px; bottom: 0;
}
.remodal dl {
	margin: 20px 0 0 0;
}
.remodal dt {
	width: 3em;
	float: left;
}
.remodal dd {
	position: relative;
	padding: 0 0 0 4em;
	text-indent: -1em;
}
.remodal dd:before {
	content: "：";
	width: 1em;
	height: 1em;
	position: relative;
}
.remodal > p {
	padding: 0 0 0 3em;
	text-indent: -3em;
}
.remodal > p span {
	font-weight: bold;
}
.remodal-close {
	bottom: -80px!important;
	margin: 0 0 30px -3.5em!important;
}
.mordalSP {
	text-decoration: underline!important;
}
@media screen and (orientation:landscape){
	.remodal h2 {
		font-size: 1.3em;
	}
	.remodal > div {
		padding: 20px 6% 100px;
	}
	.remodal div.floatL {
		width: 40%;
		float: left;
		margin: 0;
	}
	.remodal div.floatR {
		width: 55%;
		float: right;
		margin: 0;
	}
	.remodal .mdftLink {
		height: 14%;
	}
}



/* header
 * ************************************************** */
#header {
}
#header h1 {
	text-align: center;
	margin: 20px auto;
	padding: 0;
	font-size: 1.2em;
	line-height: 2.5;
}
#header h1 strong {
	display: block;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 1.4;
}
#header h1 > span {
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header h1 > strong > span {
	font-size: 0.8em;
}
#mv {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#mv .logo {
	position: absolute;
	top: 10px; left: 10px;
	width: 70px;
}
#mv .icon_pr {
	position: absolute;
	width: 68px;
	height: 44px;
	bottom: -44px; left: 0px;
}
#header h1 + div {
	text-align: center;
}



/* 前後の話へボタン
 * ************************************************** */
.btn {
	width: 70%;
	margin: 0 auto 30px;
}
.btn a {
	background: #f11000;
	border: 1px solid #fff;
	border-radius: 25px;
	color: #fff;
	padding: 0.75em;
	text-decoration: none;
	font-size: 1em;
	display: block;
	box-shadow: 0 2px 4px rgba(84,74,71,0.3);
	position: relative;
	text-align: center;
}
.btn.prev a:before {
	content: "";
	width: 20px;
	height: 15px;
	background: url(../images/common/btn_arrow_prev.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; left: 1em;
	margin-top: -8px;
}
.btn.next a:before {
	content: "";
	width: 20px;
	height: 15px;
	background: url(../images/common/btn_arrow_next.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; right: 1em;
	margin-top: -8px;
}

