@charset "utf-8";
/*////////////// BasicCSS Document //////////////*/

/* ===============================================
 all（コンテンツ部分/全共通）　
=============================================== */
#mytrip {
	width: 100%;
	font-size: 12px;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	background-color: #f1f1f1;
	line-height: 1.5em;
}
/* ===============================================
 breadcrumbArea　
=============================================== */
#breadcrumbArea {
}
#breadcrumbArea a {
	text-decoration: underline;
	display: inline-block;
	line-height: 2.5em;
}
#breadcrumbArea .breadcrumbList {
	padding: .3em 5px;
	background-color: #FFF;
	white-space: nowrap;
	overflow: auto;
}
#breadcrumbArea .breadcrumbList > li {
	display: inline-block;
}
#breadcrumbArea .breadcrumbList > li+li:before {
	content: "＞";
	margin: 0 .3em;
}
/* ===============================================
 headerArea　
=============================================== */
#headerArea {
	width: 100%;
	display: inline-block;
	padding-top: 56px;
	position: relative;
}
#headerArea:before {
	width: 86px;
	height: 39px;
	content: "";
	display: inline-block;
	background-image: url("/smp/common/img/common_sp/mytrip/header_logo001.gif");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 3%;
	left: 3.1%;
}
/*#headerArea:after {
	width: 67.5px;
	height: 27.5px;
	content: "";
	display: inline-block;
	background-image: url("/smp/common/img/common_sp/mytrip/header_logo002.gif");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 5%;
	right: 3.1%;
}*/
#headerArea > .contentsList {
	width: 95%;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	padding: 5% 0;
}
#headerArea .contentsList h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 5%;
	display: block;
}
#headerArea .contentsList .subTitle {
	font-size: 15px;
	font-weight: bold;
	color: #8ac200;
	text-align: center;
}
#headerArea .contentsList .leadArea {
	width: 93.8%;
	margin: 3% auto 0;
	display: block;
}
#headerArea .contentsList .leadArea p {
	font-size: 13px;
	line-height: 1.5em;
}
/* ===============================================
 mainArea（メインコンテンツ部分/全共通）　
=============================================== */
#mainArea {
	width: 95%;
	margin: 0 auto;
	background-color: #fff;
}
#mainArea > .contentsList {
	width: 93.8%;
	display: block;
	margin: 0 auto;
	padding-bottom: 8%;
}
#mainArea .contentsList .contentsBox {
	width: 100%;
	margin: 3% 0;
	display: inline-block;
}
#mainArea .contentsList .contentsBox .subBox {
	width: 100%;
}
#mainArea .contentsList .contentsBox .subBox .summary {
	font-size: 13px;
	font-weight: bold;
	color: #2fa2d1;
	margin-top: 2%;
}
#mainArea .contentsList .contentsBox .subBox .exposition {
	font-size: 12px;
	font-weight: bold;
	margin: 1% auto;
}
#mainArea .contentsList .contentsBox .subBox .exposition.notice {
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	margin-left: 12px;
}
#mainArea .contentsList .contentsBox .subBox .exposition.notice:before {
	content: "\00203b";
	display: inline-block;
	padding-right: 0;
	vertical-align: baseline;
	float: left;
	margin-left: -12px;
}
#mainArea .contentsList .contentsBox .subBox .text {
	font-size: 11px;
	color: #707070;
	display: inline-block;
	margin-left: 12px;
}
#mainArea .contentsList .contentsBox .subBox .text:before {
	content: "\0030fb";
	display: block;
	padding-right: 0;
	vertical-align: baseline;
	float: left;
	margin-left: -12px;
}
#mainArea .contentsList .linkArea.btn +.notice {
	font-size: 11px;
	display: inline-block;
	margin-left: 12px;
}
#mainArea .contentsList .linkArea.btn + .notice:before {
	content: "\00203b";
	display: inline-block;
	padding-right: 0;
	vertical-align: baseline;
	float: left;
	margin-left: -12px;
}
/* ===============================================
 titleArea（タイトル部分/全共通）
=============================================== */
/* titleArea.headlines（大見出し/グラデーションテキスト）------------------*/
#mainArea .contentsList .titleArea {
	font-size: 17px;
	font-weight: bold;
	color: #024098;
	display: block;
	padding: 14px 0 10px 35px;
	border-bottom: solid 1px #024098;
}
#mainArea .contentsList .titleArea img {
	width: 100%;
	display: block;
}
/* titleArea（大見出し/アイコン設定）------------------*/
#mainArea .contentsList .titleArea.reading {
	background-image: url("/smp/common/img/common_sp/mytrip/mytrip_icon001.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 30px;
}
#mainArea .contentsList .titleArea.ticket {
	background-image: url("/smp/common/img/common_sp/mytrip/mytrip_icon002.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 30px;
}
#mainArea .contentsList .titleArea.online {
	background-image: url("/smp/common/img/common_sp/mytrip/mytrip_icon003.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 30px;
}
#mainArea .contentsList .titleArea.pointing {
	background-image: url("/smp/common/img/common_sp/mytrip/mytrip_icon004.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 30px;
}
#mainArea .contentsList .titleArea.entry {
	background-image: url("/smp/common/img/common_sp/mytrip/mytrip_icon005.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 30px;
}
/* ===============================================
 linkArea（リンク部分/全共通）　
=============================================== */

.linkArea {
	width: 100%;
	margin: 10% 0;
	font-weight: bold;
	line-height: 1.5em;
}
.linkText a {
	font-size: 15px;
	color: #FFF;
}
/* btn（ボタン型/テキスト1行）------------------*/
.linkArea.btn {
	display: inline-block
}
.linkArea.btn a {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	background-color: #818181;
	background-image: url("/smp/common/portal/kanto/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	padding: 14px 0;
	text-decoration: none;
	display: block;
}
.linkArea.btn.newWindow a {
	background-image: url("/smp/common/img/kanto/icon/instruction/box_white001.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 15px 13px;
}
#mainArea .contentsList .contentsBox + .linkArea {
	margin: 6% 0;
}
/* ==============================================
 footerArea（フッター部分全体）　
=============================================== */
#footerArea {
	margin: 6% 0 0;
}
/* list（リスト型/TOPに戻る）------------------*/
#footerArea .linkArea.list {
	margin: 20px 0 0;
	background-color: #004098;
	background-image: url("/smp/common/portal/kanto/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	border-top: 0;
}
#footerArea .linkArea.list a {
	font-size: 13px;
	padding: 14px 0 14px 10px;
	color: #FFF;
	display: block;
}
/* ===============================================
 端末調整（サイズ調整）
=============================================== */
/*iPhone4.5用*/
@media screen and (max-width: 320px) {
#headerArea .contentsList h2 {
	font-size: 22px;
}
#mainArea .contentsList .contentsBox .subBox {
	width: 96%;
}
}
