﻿@charset "UTF-8";

/* -----------------------------------------------
 Module （モジュール）
-------------------------------------------------- */

/* hedding
-------------------------------------------------- */

/* hdg_lv1 */
.hdg_lv1_1 {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight:normal;
}
/* hdg_lv2 */
.hdg_lv2_1 {
	position: relative;
	margin: 40px 0 25px;
	padding: 0 0 13px 10px;
	border-bottom: 1px solid #dcd8ca;
	font-size: 18px;
}
.hdg_lv2_1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 23px;
	border-left: 4px solid #e73f3f;
}
.hdg_lv2_2 {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 20px;
	padding: 0px 11px;
	font-weight: 300;
	background-color: #586062;
	margin-bottom: 15px;
}
.side > #aplpromotionarea + div .hdg_lv2_2,
.side > div:first-child .hdg_lv2_2,
.side > .hdg_lv2_2:first-child {
	margin-top: 0;
}
.hdg_lv2_3 {
	font-size: 18px;
	color: #ffffff;
	padding: 8px 10px 7px;
	background-color: #757168;
}
.hdg_lv2_4 {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	padding: 0px 11px;
	font-weight: 300;
	background-color: #e73f3f;
	margin-bottom: 10px;
}
/* hdg_lv3 */
.hdg_lv3_1 {
	margin: 35px 0 15px;
	font-size: 18px;
}
.hdg_lv3_2 {
	font-weight:bold;
	color:#ff0000;
	margin-top:15px;
	margin-bottom:5px;
	font-size:14px;
}
.hdg_lv3_3 {
	font-size: 14px;
	color: #ffffff;
	margin-top: 20px;
	padding: 4px 11px 2px;
	font-weight: 300;
	background-color: #8b9396;
}
.hdg_lv3_4 {
	margin-top: 20px;
	padding: 13px 13px 10px;
	background: #586062;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.hdg_lv3_5 {
	padding: 3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #586062;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
/* hdg_lv4 */
.hdg_lv4_1 {
	margin: 30px 0 14px;
	font-size: 14px;
}


/* レート
-------------------------------------------------- */
.star_rate0,
.star_rate1,
.star_rate2,
.star_rate3,
.star_rate4,
.star_rate5 {
	display: inline-block;
	width: 75px;
	height: 12px;
	font-size: 1px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}
.star_rate0 { background-image: url(/apl/bkg/imgs/201503/icon_rate0.png); }
.star_rate1 { background-image: url(/apl/bkg/imgs/201503/icon_rate1.png); }
.star_rate2 { background-image: url(/apl/bkg/imgs/201503/icon_rate2.png); }
.star_rate3 { background-image: url(/apl/bkg/imgs/201503/icon_rate3.png); }
.star_rate4 { background-image: url(/apl/bkg/imgs/201503/icon_rate4.png); }
.star_rate5 { background-image: url(/apl/bkg/imgs/201503/icon_rate5.png); }


/* フォーム関連
-------------------------------------------------- */

/* セレクトボックス1 */
.select_box1 {
	display: inline-block;
	vertical-align:middle;
	overflow: hidden;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #fff url(/apl/bkg/imgs/201503/icon_arrow_bottom.png) right center no-repeat;
	-webkit-box-shadow: 0 1px 0 rgba(149, 156, 165, 1);
	-moz-box-shadow: 0 1px 0 rgba(149, 156, 165, 1);
	box-shadow: 0 1px 0 rgba(149, 156, 165, 1);
}
.select_box1 > select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	width: 100%;
	max-width: 350px;
	position: relative;
	min-height: 23px;
	margin: 0;
	padding: 9px 30px 8px 10px;
	border: 0;
	background: transparent;
}
.select_box1.t_small > select {
	min-height: 19px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.select_box1 > select:disabled {
	background: #ddd;
	color: #aaa;
}
/* セレクトボックス2 */
.select_box2 {
	display: inline-block;
	vertical-align:middle;
	overflow: hidden;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(/apl/bkg/imgs/201503/icon_arrow_bottom.png) right center no-repeat;
	-webkit-box-shadow: 0 1px 0 rgba(149, 156, 165, 1);
	-moz-box-shadow: 0 1px 0 rgba(149, 156, 165, 1);
	box-shadow: 0 1px 0 rgba(149, 156, 165, 1);
}
.select_box2 > select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	width: 100%;
	max-width: 350px;
	position: relative;
	min-height: 23px;
	margin: 0;
	padding: 5px 30px 3px 10px;
	border: 0;
	background: transparent;
}
.select_box2 > select:disabled {
	background: #ddd;
	color: #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* セレクトボックスハック（FF、IE10隠し） */
.select_box2 > select,
.select_box1 > select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
.select_box2 > select::-ms-expand,
.select_box1 > select::-ms-expand {
	display: none;	/* for IE10 */
}
.select_box2 > select:not(:target),
.select_box1 > select:not(:target) {
	width: 165%\9;	/* for IE9 */
}
.select_box2 > select,
.select_box1 > select {
	width: 165%\9;	/* for IE8 */
}

/* 検索ボックス */
.search_box1 {
	margin-top: 20px;
}
.search_box1_keyword {
	padding: 10px 15px;
	border: 1px solid #ccc;
	background: #f5f2e5;
}
.search_box1_keyword dt {
	float: left;
	margin-right: 10px;
}
.search_box1_result {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-top: none;
}
.search_box2 {
	position: relative;
	margin-bottom: 10px;
}
.search_box2 input[type="text"] {
	box-sizing: border-box;
	width: 193px;
}
.search_box2 input[type="image"] {
	position: absolute;
	top: 0;
	right: 0;
}
.search_box3 {
	margin: 20px 0 10px;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f5f2e5;
}
.search_box3 .b_bottom1,
.search_box3 .b_bottom2,
.search_box3 .b_top3 {
	border-color: #cca;
}

/* テキスト */
.input_box1 {
	position: relative;
	box-sizing: border-box;
	min-height: 40px;
	margin: 0;
	padding: 0 10px;
	border: 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(149, 156, 165, 1) inset;
	-moz-box-shadow: 0 1px 0 rgba(149, 156, 165, 1) inset;
	box-shadow: 0 1px 0 rgba(149, 156, 165, 1) inset;
}
.input_box1.t_small {
	min-height: 30px;
}
.input_box2 {
	position: relative;
	box-sizing: border-box;
	min-height: 30px;
	margin: 0;
	padding: 6px 10px 5px;
	border: 1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #fff;
	font-size: 12px;
	-webkit-box-shadow: 0 1px 0 rgba(149, 156, 165, 1) inset;
	-moz-box-shadow: 0 1px 0 rgba(149, 156, 165, 1) inset;
	box-shadow: 0 1px 0 rgba(149, 156, 165, 1) inset;
}
.input_box2.disabled,
.input_box2:disabled {
	background: #ddd;
	color: #aaa;
}
.input_box1:focus,
.input_box2:focus {
	background-color: #ffc !important;
}
.form_calendar {
	cursor: pointer;
	background: #fff url(/apl/bkg/imgs/201503/icon_calendar.png) right center no-repeat;
}
.form_calendar > select {
	padding-right: 30px;
}

.form_checkout {
	box-sizing: border-box;
	padding: 6px 10px 4px;
	border: 1px solid #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.85);
}



/* 世界地図
-------------------------------------------------- */
.worldmap_box {
	position: relative;
	width: 700px;
	height: 300px;
}
.worldmap_bg {
	position: absolute;
	top: 0;
	left: 0;
}
.worldmap_btn > li {
	position: absolute;
	line-height: 1.3;
}
.worldmap_btn > li > a {
	display: block;
	min-height: 21px;
	padding: 4px 12px 0 10px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #fff;
	font-size: 14px;
	white-space: nowrap;

	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 1px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 1px 0px;
	box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 1px 0px;

	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.worldmap_btn > li.active > a,
.worldmap_btn > li > a:hover {
	background: #e73f3f;
	color: #fff;
	text-decoration: none;
}
.worldmap_btn > li.active > a span:before,
.worldmap_btn > li > a:hover span:before {
	color: #fff !important;
}
#worldmap_eu				{ top: 64px; left: 95px;}
#worldmap_africa			{ top:173px; left: 84px;}
#worldmap_asia				{ top: 97px; left:215px;}
#worldmap_oseania			{ top:214px; left:262px;}
#worldmap_hawaii			{ top:132px; left:374px;}
#worldmap_guam				{ top:174px; left:306px;}
#worldmap_canada			{ top: 67px; left:425px;}
#worldmap_america			{ top:100px; left:464px;}
#worldmap_southamerica		{ top:211px; left:478px;}
#worldmap_japan				{ top:132px; left:285px;}

.worldmap_list {
	position: absolute;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;

	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 1px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 1px 0px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 10px 0px;
	z-index: 1000;
	display: none;
	margin-top: 10px;
}
#worldmap_list_eu						{ width: 250px; }
#worldmap_list_africa				{ width: 300px; }
#worldmap_list_asia					{ width: 260px; left: -90px; }
#worldmap_list_oseania			{ width: 300px; left: -90px; }
#worldmap_list_japan				{ width: 200px; left: -65px; }
#worldmap_list_hawaii				{ width: 200px; left: -60px; }
#worldmap_list_guam					{ width: 220px; }
#worldmap_list_canada				{ width: 250px; left: -80px; }
#worldmap_list_america			{ width: 300px; left: -100px; }
#worldmap_list_southamerica	{ width: 250px; left: -20px; }
.worldmap_list:before {
	content: '';
	position: absolute;
	top: -11px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: -1;
}
.worldmap_list:after {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	width: 34px;
	height: 20px;
	margin-left: -17px;
	background: url(/apl/bkg/imgs/201503/worldmap_bg2.png);
}
#worldmap_list_eu.worldmap_list:after						{ left: 40px; margin-left: 0; }
#worldmap_list_africa.worldmap_list:after				{ left: 60px; margin-left: 0; }
.worldmap_list > ol {
	padding: 15px 20px 10px;
}
.worldmap_list > ol > li {
	float: left;
	width: 50%;
}
#worldmap_list_africa li.odd {
		width: 68%;
}
#worldmap_list_africa li.even {
		width: 32%;
}
.worldmap_list > ol > li > a {
	display: block;
	padding: 4px 0;
	white-space: nowrap;
}
.worldmap_list > p {
	clear: both;
	float: none;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #f5f2e5;
}


/* リスト
-------------------------------------------------- */

/* リスト1 （高さ広め、交互に色ちがい） */
.list_box1 > ul > li {
	padding: 6px 10px 4px;
}
.list_box1 > ul > li:nth-child(even) {
	background: #f6f5f4;
}
.list_box1_recommend {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

/* リスト2（高さ狭め、点線つき） */
.list_box2 > ul > li {
	padding: 4px 0 3px;
	border-top: 1px dotted #d8c4b8;
}
.list_box2 > ul > li:first-child {
	border-top: none;
}


/* DL
-------------------------------------------------- */

/* dl1  */
.dl_box1 {
	display: table;
}
.dl_box1 dt,
.dl_box1 dd {
	display: table-cell;
	vertical-align: middle;
}


/* 枠
-------------------------------------------------- */
.bgc_box1 {
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	background-color:#f5f2e5;
	padding:10px 18px 8px 18px;
}
.bgc_box1.diff {
	border:1px solid #ccc;
	padding:15px 18px 13px 18px;
}
.bgc_box2 {
	border:1px solid #ccc;
	background-color:#f5f5f5;
	padding:10px 10px 10px 10px;
}

.bgc_box3 {
	background-color:#f7ebe4;
	padding:10px 10px 10px 10px;
}

.bgc_box4 {
	border:1px solid #ccc;
	background-color:#ffffff;
	padding:19px 18px;
}
#review_box.inner_detail .bgc_box4 {
	margin-bottom: 20px;
}
.bgc_box4.diff {
	padding: 0;
}
.bgc_box5 {
	border:1px solid #ccc;
	border-bottom:none;
	background-color:#f5f2e5;
	padding:10px 10px 10px 10px;
}
.bgc_box6 {
	border:1px dotted #ccc;
	padding:8px 10px 8px 10px;
}
.bgc_box7 {
	background: #e73f3f;
	padding: 13px 18px 11px 18px;
	color: #fff;
}
.bgc_box8 {
	border: 1px solid #e73f3f;
	margin-top: 20px;
	padding: 10px;
	color: #e73f3f;
}
/* リンクボックス
-------------------------------------------------- */

.link_box1 {
	display: table;
	width: 982px;
	margin: 10px auto 0;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.link_box1 ul {
	padding: 19px 18px;
	overflow: hidden;
}
.link_box1 li {
	float: left;
	padding: 0 10px 3px 0;
}
.link_box1 li:after {
	content: '|';
	color: #0065b8;
	margin: 0 0 0 10px;
}


/* ボタン
-------------------------------------------------- */

.btn_brown1 a {
	display:block;
	height:29px;
	padding-top: 1px;
	line-height:30px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	border-radius:5px;
	background: #988769 url(/apl/bkg/imgs/201503/bg_btn_brown.gif) center repeat; /* Old browsers */
	background: -moz-linear-gradient(top,  #988769 0%, #897a5f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#988769), color-stop(100%,#897a5f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #988769 0%,#897a5f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #988769 0%,#897a5f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #988769 0%,#897a5f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #988769 0%,#897a5f 100%); /* W3C */
	border-bottom:1px solid #6e614b;
}
.btn_brown2 {
	height:29px;
	padding-top: 1px;
	line-height:30px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	border-radius:5px;
	background: #988769 url(/apl/bkg/imgs/201503/bg_btn_brown.gif) center repeat; /* Old browsers */
	background: -moz-linear-gradient(top,  #988769 0%, #897a5f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#988769), color-stop(100%,#897a5f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #988769 0%,#897a5f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #988769 0%,#897a5f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #988769 0%,#897a5f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #988769 0%,#897a5f 100%); /* W3C */
	border-bottom:1px solid #6e614b;
}
.btn_brown3 a {
	display:block;
	height:19px;
	padding-top: 1px;
	line-height:20px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	border-radius:5px;
	background: #988769 url(/apl/bkg/imgs/201503/bg_btn_brown.gif) center repeat; /* Old browsers */
	background: -moz-linear-gradient(top,  #988769 0%, #897a5f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#988769), color-stop(100%,#897a5f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #988769 0%,#897a5f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #988769 0%,#897a5f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #988769 0%,#897a5f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #988769 0%,#897a5f 100%); /* W3C */
	border-bottom:1px solid #6e614b;
}

.btn_red1 a {
	display:block;
	height:29px;
	padding-top: 1px;
	line-height:30px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	border-radius:5px;
	background: #e74040 url(/apl/bkg/imgs/201503/bg_btn_red.gif) center repeat;
	background: -moz-linear-gradient(top,  #e74040 0%, #e95353 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e74040), color-stop(100%,#e95353)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e74040 0%,#e95353 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e74040 0%,#e95353 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e74040 0%,#e95353 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e74040 0%,#e95353 100%); /* W3C */
	border-bottom:1px solid #ba3333;
}
.btn_yellow1 a {
	display:block;
	width: 360px;
	height: 29px;
	padding-top: 1px;
	line-height:30px;
	font-size: 12px;
	color: #000;
	text-align: center;
	border-radius: 5px;
	background-color: #988769;
	background: #fc0;
}

.btn_brown1 a:hover,
.btn_brown2 a:hover,
.btn_brown3 a:hover,
.btn_red1 a:hover,
.btn_yellow1 a:hover {
	text-decoration: none;
}



/* Clearfix [ModernType]
-------------------------------------------------- */
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


/* Utility Module
-------------------------------------------------- */

.w30	{ width:  30px !important; }
.w36	{ width:  36px !important; }
.w40	{ width:  40px !important; }
.w50	{ width:  50px !important; }
.w60	{ width:  60px !important; }
.w80	{ width:  80px !important; }
.w70	{ width:  70px !important; }
.w90	{ width:  90px !important; }
.w95	{ width:  95px !important; }
.w100	{ width: 100px !important; }
.w120	{ width: 120px !important; }
.w140	{ width: 140px !important; }
.w150	{ width: 150px !important; }
.w155	{ width: 155px !important; }
.w160	{ width: 160px !important; }
.w180	{ width: 180px !important; }
.w210	{ width: 210px !important; }
.w220	{ width: 220px !important; }
.w230	{ width: 230px !important; }
.w260	{ width: 260px !important; }
.w265	{ width: 265px !important; }
.w275	{ width: 275px !important; }
.w300	{ width: 300px !important; }
.w320	{ width: 320px !important; }
.w360	{ width: 360px !important; }
.w435	{ width: 435px !important; }
.w495	{ width: 495px !important; }
.w460	{ width: 460px !important; }
.w540	{ width: 540px !important; }
.w550	{ width: 550px !important; }
.w560	{ width: 560px !important; }
.w520	{ width: 520px !important; }
.w745	{ width: 745px !important; }
.w_all	{ width: 100%  !important; }

.h40		{ height: 40px !important; }
.min_h120	{ min-height: 120px; }

.mt_10	{ margin-top: -10px !important; }
.mt_5	{ margin-top:  -5px !important; }
.mt_1	{ margin-top:  -1px !important; }
.mt0	{ margin-top:     0 !important; }
.mt2	{ margin-top:   2px !important; }
.mt3	{ margin-top:   3px !important; }
.mt4	{ margin-top:   4px !important; }
.mt5	{ margin-top:   5px !important; }
.mt6	{ margin-top:   6px !important; }
.mt8	{ margin-top:   8px !important; }
.mt10	{ margin-top:  10px !important; }
.mt15	{ margin-top:  15px !important; }
.mt20	{ margin-top:  20px !important; }
.mt25	{ margin-top:  25px !important; }
.mt30	{ margin-top:  30px !important; }
.mt35	{ margin-top:  35px !important; }
.mt40	{ margin-top:  40px !important; }
.mt45	{ margin-top:  45px !important; }
.mt50	{ margin-top:  50px !important; }
.mt55	{ margin-top:  55px !important; }
.mt60	{ margin-top:  60px !important; }
.mt65	{ margin-top:  65px !important; }
.mt70	{ margin-top:  70px !important; }
.mt75	{ margin-top:  75px !important; }
.mt80	{ margin-top:  80px !important; }
.mt85	{ margin-top:  85px !important; }
.mt90	{ margin-top:  90px !important; }
.mt95	{ margin-top:  95px !important; }
.mt100	{ margin-top: 100px !important; }

.mb0	{ margin-bottom:     0 !important; }
.mb5	{ margin-bottom:   5px !important; }
.mb10	{ margin-bottom:  10px !important; }
.mb15	{ margin-bottom:  15px !important; }
.mb20	{ margin-bottom:  20px !important; }
.mb25	{ margin-bottom:  25px !important; }
.mb30	{ margin-bottom:  30px !important; }
.mb35	{ margin-bottom:  35px !important; }
.mb40	{ margin-bottom:  40px !important; }
.mb45	{ margin-bottom:  45px !important; }
.mb50	{ margin-bottom:  50px !important; }
.mb55	{ margin-bottom:  55px !important; }
.mb60	{ margin-bottom:  60px !important; }
.mb65	{ margin-bottom:  65px !important; }
.mb70	{ margin-bottom:  70px !important; }
.mb75	{ margin-bottom:  75px !important; }
.mb80	{ margin-bottom:  80px !important; }
.mb85	{ margin-bottom:  85px !important; }
.mb90	{ margin-bottom:  90px !important; }
.mb95	{ margin-bottom:  95px !important; }
.mb100	{ margin-bottom: 100px !important; }

.mr_auto	{ margin-right:  auto !important; }
.mr0	{ margin-right:     0 !important; }
.mr5	{ margin-right:   5px !important; }
.mr8	{ margin-right:   8px !important; }
.mr10	{ margin-right:  10px !important; }
.mr15	{ margin-right:  15px !important; }
.mr17	{ margin-right:  17px !important; }
.mr20	{ margin-right:  20px !important; }
.mr25	{ margin-right:  25px !important; }
.mr30	{ margin-right:  30px !important; }
.mr35	{ margin-right:  35px !important; }
.mr40	{ margin-right:  40px !important; }
.mr45	{ margin-right:  45px !important; }
.mr50	{ margin-right:  50px !important; }
.mr55	{ margin-right:  55px !important; }
.mr60	{ margin-right:  60px !important; }
.mr65	{ margin-right:  65px !important; }
.mr70	{ margin-right:  70px !important; }
.mr75	{ margin-right:  75px !important; }
.mr80	{ margin-right:  80px !important; }
.mr85	{ margin-right:  85px !important; }
.mr90	{ margin-right:  90px !important; }
.mr95	{ margin-right:  95px !important; }
.mr100	{ margin-right: 100px !important; }

.ml_auto	{ margin-left:  auto !important; }
.ml_10	{ margin-left: -10px !important; }
.ml0	{ margin-left:     0 !important; }
.ml3	{ margin-left:   3px !important; }
.ml5	{ margin-left:   5px !important; }
.ml8	{ margin-left:   8px !important; }
.ml10	{ margin-left:  10px !important; }
.ml15	{ margin-left:  15px !important; }
.ml20	{ margin-left:  20px !important; }
.ml25	{ margin-left:  25px !important; }
.ml30	{ margin-left:  30px !important; }
.ml35	{ margin-left:  35px !important; }
.ml40	{ margin-left:  40px !important; }
.ml45	{ margin-left:  45px !important; }
.ml50	{ margin-left:  50px !important; }
.ml55	{ margin-left:  55px !important; }
.ml60	{ margin-left:  60px !important; }
.ml65	{ margin-left:  65px !important; }
.ml70	{ margin-left:  70px !important; }
.ml75	{ margin-left:  75px !important; }
.ml80	{ margin-left:  80px !important; }
.ml85	{ margin-left:  85px !important; }
.ml90	{ margin-left:  90px !important; }
.ml95	{ margin-left:  95px !important; }
.ml100	{ margin-left: 100px !important; }
.ml120	{ margin-left: 120px !important; }
.ml240	{ margin-left: 240px !important; }

.pt0	{ padding-top:     0 !important; }
.pt3	{ padding-top:   3px !important; }
.pt5	{ padding-top:   5px !important; }
.pt10	{ padding-top:  10px !important; }
.pt15	{ padding-top:  15px !important; }
.pt20	{ padding-top:  20px !important; }
.pt25	{ padding-top:  25px !important; }
.pt30	{ padding-top:  30px !important; }
.pt35	{ padding-top:  35px !important; }
.pt40	{ padding-top:  40px !important; }
.pt45	{ padding-top:  45px !important; }
.pt50	{ padding-top:  50px !important; }
.pt55	{ padding-top:  55px !important; }
.pt60	{ padding-top:  60px !important; }
.pt65	{ padding-top:  65px !important; }
.pt70	{ padding-top:  70px !important; }
.pt75	{ padding-top:  75px !important; }
.pt80	{ padding-top:  80px !important; }
.pt85	{ padding-top:  85px !important; }
.pt90	{ padding-top:  90px !important; }
.pt95	{ padding-top:  95px !important; }
.pt100	{ padding-top: 100px !important; }

.pb0	{ padding-bottom:     0 !important; }
.pb3	{ padding-bottom:   3px !important; }
.pb5	{ padding-bottom:   5px !important; }
.pb10	{ padding-bottom:  10px !important; }
.pb15	{ padding-bottom:  15px !important; }
.pb17	{ padding-bottom:  17px !important; }
.pb20	{ padding-bottom:  20px !important; }
.pb25	{ padding-bottom:  25px !important; }
.pb30	{ padding-bottom:  30px !important; }
.pb35	{ padding-bottom:  35px !important; }
.pb40	{ padding-bottom:  40px !important; }
.pb45	{ padding-bottom:  45px !important; }
.pb50	{ padding-bottom:  50px !important; }
.pb55	{ padding-bottom:  55px !important; }
.pb60	{ padding-bottom:  60px !important; }
.pb65	{ padding-bottom:  65px !important; }
.pb70	{ padding-bottom:  70px !important; }
.pb75	{ padding-bottom:  75px !important; }
.pb80	{ padding-bottom:  80px !important; }
.pb85	{ padding-bottom:  85px !important; }
.pb90	{ padding-bottom:  90px !important; }
.pb95	{ padding-bottom:  95px !important; }
.pb100	{ padding-bottom: 100px !important; }

.pr0	{ padding-right:     0 !important; }
.pr5	{ padding-right:   5px !important; }
.pr10	{ padding-right:  10px !important; }
.pr15	{ padding-right:  15px !important; }
.pr20	{ padding-right:  20px !important; }
.pr25	{ padding-right:  25px !important; }
.pr30	{ padding-right:  30px !important; }
.pr35	{ padding-right:  35px !important; }
.pr40	{ padding-right:  40px !important; }
.pr45	{ padding-right:  45px !important; }
.pr50	{ padding-right:  50px !important; }
.pr55	{ padding-right:  55px !important; }
.pr60	{ padding-right:  60px !important; }
.pr65	{ padding-right:  65px !important; }
.pr70	{ padding-right:  70px !important; }
.pr75	{ padding-right:  75px !important; }
.pr80	{ padding-right:  80px !important; }
.pr85	{ padding-right:  85px !important; }
.pr90	{ padding-right:  90px !important; }
.pr95	{ padding-right:  95px !important; }
.pr100	{ padding-right: 100px !important; }
.pr150	{ padding-right: 150px !important; }

.pl0		{ padding-left:     0 !important; }
.pl5		{ padding-left:   5px !important; }
.pl10		{ padding-left:  10px !important; }
.pl15		{ padding-left:  15px !important; }
.pl20		{ padding-left:  20px !important; }
.pl25		{ padding-left:  25px !important; }
.pl30		{ padding-left:  30px !important; }
.pl35		{ padding-left:  35px !important; }
.pl40		{ padding-left:  40px !important; }
.pl45		{ padding-left:  45px !important; }
.pl50		{ padding-left:  50px !important; }
.pl55		{ padding-left:  55px !important; }
.pl60		{ padding-left:  60px !important; }
.pl65		{ padding-left:  65px !important; }
.pl70		{ padding-left:  70px !important; }
.pl75		{ padding-left:  75px !important; }
.pl80		{ padding-left:  80px !important; }
.pl85		{ padding-left:  85px !important; }
.pl90		{ padding-left:  90px !important; }
.pl95		{ padding-left:  95px !important; }
.pl100		{ padding-left: 100px !important; }


/* float */
.f_right	{ float: right !important; }
.f_left		{ float: left !important; }
.clear		{ clear: both !important; }

/* display */
.d_block	{ display: block; }
.d_none		{ display: none; }
.d_inline	{ display:inline-block;}

/* position */
.p_relative	{ position: relative; }
.p_absolute	{ position: absolute; }
.t0		{ top:  0px; }
.t4		{ top:  4px; }
.t5		{ top:  5px; }
.t10	{ top: 10px; }
.r0		{ right:    0; }
.r170	{ right:170px; }
.l0		{ left:     0; }
.l90	{ left:  90px; }

/* background */
.bg_gray { background-color: #f6f5f4; }

/* cursor */
.c_point { cursor:pointer;}

/* color */
.fa_red:before,
.c_red		{ color: #e73f3f !important; }
.fa_brown:before,
.c_brown	{ color: #a28a5e !important; }
.fa_brown2:before,
.c_brown2	{ color: #6b5f49 !important; }
.fa_gray:before,
.c_gray		{ color: #666666 !important; }
.fa_gray2:before,
.c_gray2	{ color: #bbbbbb !important; }
.fa_blue:before,
.c_blue		{ color: #6299bc !important; }
.fa_white:before,
.c_white		{ color: #fff !important; }
a:hover .c_brown,
a:hover .c_brown2,
a:hover .c_gray,
a:hover .c_blue { text-decoration: underline; }
a:hover .fa:before { text-decoration: none; }

/* font awesome */
.fa_inline:before	{ display: inline !important; }
.fa:before		{ padding-right:  3px !important; }
.fa_pr5:before	{ padding-right:  5px !important; }
.fa_pr10:before	{ padding-right: 10px !important; }

/* font-size */
.t_xxlarge,
.fa_xxlarge:before	{ font-size: 24px !important; }
.t_xlarge,
.fa_xlarge:before	{ font-size: 18px !important; }
.t_large,
.fa_large:before	{ font-size: 16px !important; }
.t_normal,
.fa_normal:before	{ font-size: 14px !important; }
.t_small,
.fa_small:before	{ font-size: 12px !important; }
.t_xsmall,
.fa_xsmall:before	{ font-size: 11px !important; }
.t_xxsmall,
.fa_xxsmall:before	{ font-size: 10px !important; }

/* font-weight */
.t_thin { font-weight:300;}
.t_bold { font-weight:bold;}

/* indent */
.t_indent0_8	{ padding-left: 0.8em; text-indent: -0.8em; }
.t_indent1		{ padding-left:   1em; text-indent:   -1em; }
.t_indent1_3	{ padding-left: 1.3em; text-indent: -1.3em; }
.t_indent1_5	{ padding-left: 1.5em; text-indent: -1.5em; }
.t_indent1_6	{ padding-left: 1.6em; text-indent: -1.6em; }
.t_indent1_9	{ padding-left: 1.9em; text-indent: -1.9em; }
.t_indent4_7	{ padding-left: 4.7em; text-indent: -4.7em; }
.t_indent5_6	{ padding-left: 5.6em; text-indent: -5.6em; }
.t_indent7_3	{ padding-left: 7.3em; text-indent: -7.3em; }
.t_indent7_6	{ padding-left: 7.6em; text-indent: -7.6em; }
.t_indent8_6	{ padding-left: 8.6em; text-indent: -8.6em; }

/* text-transform */
.t_uppercase { text-transform: uppercase;}

/* line-height */
.l_height1		{ line-height: 1; }
.l_height1_4	{ line-height: 1.4; }
.l_height25		{ line-height: 25px; }
.l_height30		{ line-height: 30px; }
.l_height40		{ line-height: 40px !important; }

/* text-align, vertical-aliagn */
.t_left		{ text-align: left !important; }
.t_right	{ text-align: right !important; }
.t_center	{ text-align: center !important; }
.t_top		{ vertical-align: top !important; }
.fa_middle:before,
.t_middle	{ vertical-align: middle !important; }
.t_bottom	{ vertical-align: bottom !important; }
.v_align7	{ vertical-align: 7px; }
.v_align-10	{ vertical-align: -10px; }




/* box系-フォーム関連
-------------------------------------------------- */


/* */
.thumbnail_box1 {
	display: table-cell;
	width: 220px;
	height: 165px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	-moz-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
}
.thumbnail_box1 img {
	max-width: 220px;
	max-height: 165px;
}

/* inner_box1 */
.inner_box1 {
	overflow:hidden;
	padding:7px 0px 1px 0px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}
.inner_box1 > p {
	float:left;
	margin-top:2px;
}
.inner_box1 .service { float:right;}
.inner_box1 .service a { display:inline-block;}
.inner_box1 .service > p { margin-top:3px;}
.inner_box1 .service > p:first-child + ul + p { margin-top:7px;}
.inner_box1 .service > p,
.inner_box1 .service > ul { float:left;}
.inner_box1 .service > p:first-child,
.inner_box1 .service > ul { margin-right:10px;}
.inner_box1 .service > ul > li { display:inline-block;}


/* inner_box2 */
.inner_box2.diff {
	border: 1px solid #ccc;
	background:#fff;
}
.inner_box2 table { width:100%;}

.inner_box2 table tr.zebra {
	background-color:#f6f5f4;
}
.inner_box2 table tr.point {
	background-color:#f5f2e5;
}
.inner_box2 table th {
	width:170px;
	padding:11px 0px 10px 10px;
	font-size: 14px;
	text-align:left;
	vertical-align:top;
}
.inner_box2 table td {
	text-align:left;
	vertical-align:top;
	padding:11px 10px 10px 20px;
}
.inner_box2 table .last th,
.inner_box2 table .last td {
	border-bottom:1px solid #ccc;
}
.inner_box2 table th span:first-child {
	float:left;
	display:block;
	margin-top:3px;
}
.inner_box2 table th span:first-child + span {
	float:right;
}
.inner_box2 table td span { line-height:1.6 !important;}
.inner_box2 table td span.l_height1	{ line-height: 1 !important;}

/* inner_table1 */
.inner_box2 table td .inner_table1 {}
.inner_box2 table td .inner_table1 th {
	width:auto;
	text-align:center;
	font-weight:300;
	padding:2px 0px 10px 5px;
	border-bottom:1px solid #ccc;
}
.inner_box2 table td .inner_table1 td {
	text-align:center;
	vertical-align:middle;
	padding:10px 0px 10px 5px;
	border-bottom:1px dotted #ccc;
}
.inner_box2 table td .inner_table1 .last td {
	text-align:center;
	vertical-align:middle;
	padding:10px 0px 0px 5px;
	border-bottom:none;
}
.inner_box2 table td .inner_table1 td input[type=text] {
	margin-bottom:0px !important;
}

/* inner_table2 */
.inner_box2 table td .inner_table2 {}
.inner_box2 table td .inner_table2 th {
	text-align:left;
	font-weight:300;
	vertical-align:middle;
	padding:10px 0px 10px 0px;
	border-bottom:1px dotted #ccc;
}
.inner_box2 table td .inner_table2 td {
	text-align:right;
	padding:10px 0px 10px 0px;
	border-bottom:1px dotted #ccc;
}
.inner_box2 table td .inner_table2 tr:first-child th,
.inner_box2 table td .inner_table2 tr:first-child td {
	padding-top:0px;
}
.inner_box2 table td .inner_table2 .last th,
.inner_box2 table td .inner_table2 .last td {
	border-bottom:none;
	padding-bottom:0px;
}


/* inner_box2.diff */
.inner_box2.diff table th,
.inner_box2.diff table td {
	vertical-align:middle;
}

/* inner_box3 */
.inner_box3 {}
.inner_box3 table { width:100%;}
.inner_box3 table th {
	width:80px;
	color:#ffffff;
	font-size:14px;
	font-weight:300;
	text-align:center;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
	background-color:#da4b4b;
}
.inner_box3 table td {
	color:#ffffff;
	vertical-align:middle;
	padding:5px 12px 5px 12px;
	background-color:#586062;
}
.inner_box3 table td span:first-child { 
	float:left;
	font-size:14px;	
}
.inner_box3 table td span:first-child + span { 
	float:right;
	margin-top:2px;
}

/* inner_box4 */
.inner_box4 { overflow:hidden;}
.inner_box4 .inner {
	width:340px;
	border:1px solid #ccc;
}
.inner_box4 .inner .title {
	padding:13px 10px 10px;
	background: #586062;
	color: #fff;
}
.inner_box4 .inner .body > p {
	padding:15px 15px 15px 15px;
}

/* notice */
.notice_box1 {
	overflow:hidden;
	background-color:#f6f5f4;
	padding:10px 10px 10px 10px;
	border:1px dotted #ccc;
}

.notice_box2 {
	overflow:hidden;
	background-color:#fbeee7;
	padding:14px 15px 14px 15px;
	border: 1px solid #ff0000;
}

.notice_box3 {
	border:1px solid #ccc;
}
.notice_box3 .inner_title {
	padding:13px 17px 10px;
	background: #586062;
	color: #fff;
}
.notice_box3 .inner_body {
	height:auto;
	padding:17px 17px 15px 17px;
	border-bottom:1px solid #ccc;
}
.notice_box3 .inner_scroll {
	height:120px;
	overflow:auto;
}
.notice_box3 .inner_footer {
	text-align:center;
	font-size:14px;
	color:#6b5f49;
	padding:13px 17px 13px 17px;
	background-color:#f5f2e5;
}
.notice_box3 .inner_footer.diff {
	padding:10px 10px 10px 10px;
}
.notice_box3 .inner_footer ul {
	display:table;
	width:100%;
}
.notice_box3 .inner_footer li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:33.5%;
	height:50px;
	list-style:none;
	line-height:1;
	border-left:1px solid #e1dcce;
	padding-top:0px; 
	padding-bottom:0px; 
}
.notice_box3 .inner_footer li:first-child {
	border-left:none;
}
.notice_box3 .inner_footer li a {
	display:block;
	width:100%;
	height:32px;
	padding-top:18px;
}
.notice_box3 .inner_footer li a:hover {
	text-decoration: none;
}
.notice_box3 .inner_footer li.last a {
	height:50px;
	padding-top:0px;
}

.error th,
.error td { background-color:#fbeee7;}
.error td .error_text {
	display:block;
	margin-top:10px;
}

/* 属性クリア */
span.normal {
	display:inline-block !important;
	float:none !important;
	font-weight:300 !important;
	margin-top:0 !important;
}

/* ご予約番号・お客様番号表示用（完了画面） */
.bd_box1 {
	border:1px dotted #cccccc;
	border-left:none;
	border-right:none;
	padding:5px 0px 5px 0px;
}

/* スライド表示用（完了画面） */
.slide_btn2 {
	cursor:pointer;
	font-size:18px;
	border:1px solid #ccc;
}
.slide_btn2 span:before {
	margin-right: 10px;
	padding: 13px !important;
	border-right: 1px solid #ccc;
	background: #f5f2e5;
	font-size: 14px;
}
.slide_box1,
.slide_box2 { display:none;}

/* サイドボックス */
.side > table {
	margin-top: 20px;
}
.side_box1 {
	margin-bottom: 20px;
	padding: 8px 10px;
	border: 1px solid #8b9396;
}
.side_box2 {
	margin-bottom: 20px;
	border: 1px solid #b9a37f;
}
.side_box2_inner {
	padding: 11px;
	border: 3px solid #d9ccb4;
}




/* box系-検索結果一覧・ホテル詳細関連
-------------------------------------------------- */

/* search map */
.Step3MapAreaSearch_LargeMapExample {
	line-height:30px;
	margin-bottom:10px;
}
#Step3MapAreaSearch_addmap dt {
	float: left;
	margin-right:15px;
}
#Step3MapAreaSearch_addmap dd {
	float:left;
	width:265px;
}
#Step3MapAreaSearch_addmap_list li {
	padding-left: 1.5em;
    text-indent: -1.5em;
	line-height: 25px;
}
#Step3MapAreaSearch_addmap_list li.active {
	background: #ffe0d1;
}
#Step3MapAreaSearch_addmap_list li input {
	margin-right:5px;
}


.b_top1 {
	padding-top: 10px;
	border-top: 1px solid #e2ddcc;
}
.b_top2 {
	padding-top: 10px;
	border-top: 1px dotted #e2ddcc;
}
.b_top3 {
	padding-top: 10px;
	border-top: 1px solid #e2ddcc;
}
.b_bottom1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2ddcc;
}
.b_bottom2 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #e2ddcc;
}
.b_right1 {
	padding-right: 15px;
	border-right: 1px solid #ccc;
}
.b_left1 {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}


/* 検索結果リスト */
.result_box1 {
	border:1px solid #ccc;
}
.result_box1 .inner_header {
	padding:0px 19px 6px 9px;
}
.result_box1 .inner_body {
	padding:0px 18px 18px 18px;
	border-bottom:1px solid #ccc;
}	
.result_box1 .inner_footer {
	color:#6b5f49;
	width:100%;
	font-size:13px;
	background-color:#f5f2e5;
	padding:7px 0px 0px 0px;
}

.result_box1 .inner_header .hotel_name {
	padding-top: 11px;
	width: 440px;
}
.result_box1 .inner_header div + .hotel_name {
	width: 390px;
}
.result_box1 .inner_body .inner_rate1 {
	margin-bottom: 20px;
	padding:5px 0;
	vertical-align:middle;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.result_box1 .inner_body .inner_rate1 li {
	float: left;
	margin-right: 15px;
}
.result_box1 .inner_body .inner_service1 {
	margin-top: 15px;
	font-size: 12px;
}
.result_box1 .inner_footer ul.d_navi { 
	width:100%;
	padding-bottom:7px;
}
.result_box1 .inner_footer ul.d_navi li {
	position: relative;
	float: left;
	width: 173px;
	height: 30px;
	border-left:1px solid #e1dcce;
}
.result_box1 .inner_footer ul.d_navi li:first-child {
	border-left: none;
}
.result_box1 .inner_footer ul.d_navi li a,
.result_box1 .inner_footer ul.d_navi li div {
	display: block;
	text-align: center;
	line-height: 30px;
}
.result_box1 .inner_footer ul.d_navi li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.result_box1 .inner_footer ul.d_navi li div {
	opacity: 0.2;
}
.result_box1 .inner_footer ul.d_navi li.active:after {
	content: '';
	position:absolute;
	left: 50%;
	bottom: -8px;
	width: 19px;
	height: 10px;
	margin-left: -10px;
	z-index:1000;
	background: url(/apl/bkg/imgs/201503/icon_active.png) left top no-repeat;
}

.result_box1 .inner_footer .inner_detail {
	color:#000;
	font-size:12px;
	background-color:#f7f6f4;
	padding:19px 18px 20px 18px;
	border-top:1px solid #ccc;
}
.result_box1 .inner_footer .inner_detail .inner_table1,
.tab_box .inner_detail .inner_table1,
.wrapper_review .inner_table1 {
	width:100%;
}
.result_box1 .inner_footer .inner_detail .inner_table1 th,
.tab_box .inner_detail .inner_table1 th,
.wrapper_review .inner_table1 th {
	width:160px;
	text-align:center;
	vertical-align:middle;
	background-color:#f8ede6;
	padding:10px 10px 10px 10px;
	border:1px solid #ccc;
}
.result_box1 .inner_footer .inner_detail .inner_table1 td,
.tab_box .inner_detail .inner_table1 td,
.wrapper_review .inner_table1 td {
	vertical-align:middle;
	padding:10px 10px 10px 10px;
	border:1px solid #ccc;
	background-color:#ffffff;
}
.result_box1 .inner_footer .inner_detail .inner_table2,
.tab_box .inner_detail .inner_table2,
.wrapper_review .inner_table2,
.wrapper_hikaku .inner_table2 {
	width:100%;
	margin-bottom: 20px;
	background-color:#fff;
}
.result_box1 .inner_footer .inner_detail .inner_table2 th,
.tab_box .inner_detail .inner_table2 th,
.wrapper_review .inner_table2 th,
.wrapper_hikaku .inner_table2 th {
	width: auto;
	padding: 9px 9px 8px;
	border: 1px solid #ccc;
	vertical-align: top;	
	font-weight: bold;
	white-space: nowrap;
}
.result_box1 .inner_footer .inner_detail .inner_table2 td,
.tab_box .inner_detail .inner_table2 td,
.wrapper_review .inner_table2 td,
.wrapper_hikaku .inner_table2 td {
	padding: 9px 9px 8px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	word-break:	break-all;
}
.result_box1 .inner_footer .inner_detail .inner_table2_1 .detail_price_box1,
.tab_box .inner_detail .inner_table2_1 .detail_price_box1,
.wrapper_hikaku .inner_table2_1 .detail_price_box1 {
	margin: 0 -10px 10px;
}
.result_box1 .inner_footer .inner_detail .inner_table2_1 table,
.tab_box .inner_detail .inner_table2_1 table,
.wrapper_hikaku .inner_table2_1 table {
	width: 100%;
	font-size: 11px;
	line-height: 1.2;
}
.result_box1 .inner_footer .inner_detail .inner_table2_1 th,
.tab_box .inner_detail .inner_table2_1 th,
.wrapper_hikaku .inner_table2_1 th {
	padding: 9px 5px 8px;
	background: #f4f3f0;
	font-weight: normal;
	text-align: center;
}
.result_box1 .inner_footer .inner_detail .inner_table2_1 td,
.tab_box .inner_detail .inner_table2_1 td,
.wrapper_hikaku .inner_table2_1 td {
	padding: 9px 5px 8px;
}
.result_box1 .inner_footer .inner_detail .inner_table2_2,
.tab_box .inner_detail .inner_table2_2,
.wrapper_hikaku .inner_table2_2 {
	background: #f5f2e5;
}
.result_box1 .inner_footer .map_btn2 {
	cursor: pointer;
}

/* inner_table3 */
.inner_table3 { 
	width:100%;
}
.inner_table3 th {
	text-align:center;
	font-weight:300;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
	border:1px solid #ccc;
	background-color:#f4f3f0;
}
.inner_table3 td {
	text-align:center;
	padding:5px 5px 5px 5px;
	border:1px solid #ccc;
	background-color:#ffffff;
}

/* inner_table4 */
.inner_table4 {
	width:100%;
	border-bottom:1px solid #ccc;
	background: #fff;
}
.inner_table4.diff {
	border-top:1px solid #dcd8ca;
}
.inner_table4 td {
	width:25%;
	line-height:30px;
	padding:0px 0px 0px 5px;
	vertical-align:middle;
}
.inner_table4 .zebra td {
	background-color:#f7f6f4;
}

/* 地図を見る */
.map_box1 {
	width:660px;
	height:360px;
	border:1px solid #ccc;
}

.photo_box1 {
	display:block;
	margin-right:-7px;
}
.photo_box1 li {
	float:left;
	display:block;
	margin:0px 7px 7px 0px;
}
.photo_box1 li a {
	display:table-cell;
	width:160px;
	height:120px;
	overflow:hidden;
	text-align:center;
	vertical-align: middle;
	margin:0px 7px 7px 0px;
	-webkit-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	-moz-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	background: #fafafa\9;	/* for IE8 */
}

/* 写真を見る */
.photo_box2 {
	margin-right:-5px;
}
.photo_box2.diff {
	margin-right: -18px;
}
.photo_box2 li {
	float:left;
	display:block;
	margin-right:5px;
}

.photo_box2.diff li {
	margin-right:18px;
}

.photo_box2 li a {
	display:table-cell;
	width:151px;
	height:113px;
	text-align:center;
	vertical-align: middle;
	-webkit-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	-moz-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
}
.photo_box2 li a img {
	max-width: 151px;
	max-height: 113px;
}

/* クチコミを見る */
.review_box1 {
	width: 100%;
	height: 178px;
	border: 1px solid #ddd;
	background: #fff url(/apl/bkg/imgs/201503/bg_review.png) center top no-repeat;
}
.review_box1 p {
	width: 180px;
	margin: 0 auto;
	padding-top: 99px;
}
.review_box2 {
	display: table-cell;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	-moz-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
}
.review_box2 img {
	max-width: 60px;
	max-height: 60px;
}

/* BUTTON系 */
.search_btn1,
.search_btn2,
.search_btn3 {
	padding: 6px 20px 3px;
	font-size: 12px;
	color:#ffffff;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	background: #988769 url(/apl/bkg/imgs/201503/bg_btn_brown.gif) center repeat; /* Old browsers */
	background: -moz-linear-gradient(top,  #988769 0%, #897a5f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#988769), color-stop(100%,#897a5f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #988769 0%,#897a5f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #988769 0%,#897a5f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #988769 0%,#897a5f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #988769 0%,#897a5f 100%); /* W3C */
	border-bottom:1px solid #6e614b;	
}
.search_btn1 {
	min-width: 130px;
}
.search_btn2 {
	min-width: 130px;
}
.search_btn3 {
	min-width: 100px;
	margin-left: 20px;
}
.search_btn3 a {
	color: #fff;
}
.search_btn3 a:hover {
	text-decoration: none;
}

/* リスト */
.list_box3 li {
	float:left;
	width:175px;
	min-height: 25px;
}

/* 吹き出し */
.arrow_box {
	position: relative;
	background: #88b7d5;
	padding:6px;
	border-radius:15px;
	background-color:#ffffff;
	border:1px solid #efd9cd;
}
.arrow_box:after, .arrow_box:before {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	left: -9px;	
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.arrow_box:before {
	left: -11px;	
	border-color: rgba(239, 217, 205, 0);
	border-right-color: #efd9cd;
	border-width: 6px;
	margin-top: -6px;
}



.hotel_img {
	width: 208px;
	height: 156px;
}
.hotel_img a {
	display: table-cell;
	width: 208px;
	height: 156px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	-moz-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
}
.hotel_img a img {
	max-width: 208px;
	max-height: 156px;
}

/* TABLE系*/
.b_table1 { width:100%;}
.b_table1 th,
.b_table1 td {
	padding:8px 3px 8px 3px;
	border-bottom:1px dotted #ccc;
}

/* ページネーション */
.pagenation {
	text-align:center;
}
.pagenation span {
	display:inline-block;
	padding:0px 10px;
}
.pagenation span a {
	padding:5px 5px;
}
.pagenation span.prev {
	padding-right:15px;
	border-right:1px solid #f1f1f1;
}
.pagenation span.next {
	padding-left:15px;
	border-left:1px solid #f1f1f1;
}
.pagenation span.now a {
	color:#e73f3f;
	border-bottom:2px solid #e73f3f;
}

/* サイドメニュー */
.thumbnail_box2 {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	-moz-box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
	box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
}
.thumbnail_box2 a {
	display: table-cell;
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}
.thumbnail_box2 a img {
	max-width: 80px;
	max-height: 80px;
}

/* クチコミレート
-------------------------------------------------- */
.review_rate0,
.review_rate0_5,
.review_rate1,
.review_rate1_5,
.review_rate2,
.review_rate2_5,
.review_rate3,
.review_rate3_5,
.review_rate4,
.review_rate4_5,
.review_rate5 {
	display: inline-block;
	width: 75px;
	height: 12px;
	font-size: 1px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}
.review_rate0	{ background-image: url(/apl/bkg/imgs/201503/icon_review0.png); }
.review_rate0_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review0_5.png); }
.review_rate1	{ background-image: url(/apl/bkg/imgs/201503/icon_review1.png); }
.review_rate1_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review1_5.png); }
.review_rate2	{ background-image: url(/apl/bkg/imgs/201503/icon_review2.png); }
.review_rate2_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review2_5.png); }
.review_rate3	{ background-image: url(/apl/bkg/imgs/201503/icon_review3.png); }
.review_rate3_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review3_5.png); }
.review_rate4	{ background-image: url(/apl/bkg/imgs/201503/icon_review4.png); }
.review_rate4_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review4_5.png); }
.review_rate5	{ background-image: url(/apl/bkg/imgs/201503/icon_review5.png); }

.review_rate_l_0,
.review_rate_l_0_5,
.review_rate_l_1,
.review_rate_l_1_5,
.review_rate_l_2,
.review_rate_l_2_5,
.review_rate_l_3,
.review_rate_l_3_5,
.review_rate_l_4,
.review_rate_l_4_5,
.review_rate_l_5 {
	display: inline-block;
	width: 98px;
	height: 18px;
	font-size: 1px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}
.review_rate_l_0	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_0.png); }
.review_rate_l_0_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_0_5.png); }
.review_rate_l_1	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_1.png); }
.review_rate_l_1_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_1_5.png); }
.review_rate_l_2	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_2.png); }
.review_rate_l_2_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_2_5.png); }
.review_rate_l_3	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_3.png); }
.review_rate_l_3_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_3_5.png); }
.review_rate_l_4	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_4.png); }
.review_rate_l_4_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_4_5.png); }
.review_rate_l_5	{ background-image: url(/apl/bkg/imgs/201503/icon_review_l_5.png); }

.status1,
.status2,
.status3 {
	display: inline-block;
	padding-left: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}
.status1 { background-image: url(/apl/bkg/imgs/201503/icon_maru.gif); }
.status2 { background-image: url(/apl/bkg/imgs/201503/icon_sankaku.gif); }
.status3 { background-image: url(/apl/bkg/imgs/201503/icon_batu.gif); }


/* 詳細ページ */

/* detail_main */
.detail_main {
  width: 951px;
  padding: 0 13px 0 18px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background: #fff;
}
.detail_main + .contents {
	border-top: none;
}
.detail_main_photo {
	float: left;
	width: 495px;
	height: 371px;
	overflow: hidden;
	margin-left: -18px;
	background: #f6f5f4;
}
.detail_main_photo a {
	display: table-cell;
	width: 495px;
	height: 371px;
	text-align: center;
	vertical-align: middle;
}
.detail_main_photo a img {
	max-width: 495px;
	max-height: 371px;
}
.detail_main_info {
	position: relative;
	float: right;
	width: 474px;
	height: 371px;
}
.detail_main_info .detail_main_info_detail {
	padding-left: 17px;
}
.detail_main_info .detail_main_info_detail_address dd {
	max-height: 87px;
	overflow-y: auto;
	margin-bottom: 3px;
}
.detail_main_info_detail dt {
	float: left;
	width: 3.5em;
	margin-bottom: 3px;
	font-weight: bold;
}
.detail_main_info_detail dd {
	margin-bottom: 3px;
	margin-left: 3.5em;
}
.detail_main_info_thumbnail {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 487px;
	max-height: 162px;
	overflow: hidden;
	margin-right: -13px;
	background: url(/apl/bkg/imgs/201503/bg_detail_main_info_thumbnail.gif) right bottom repeat;
}
.detail_main_info_thumbnail li {
	float: left;
	width: 80px;
	height: 80px;
	margin: 1px 0 0 1px;
}
.detail_main_info_thumbnail li a {
	display: table-cell;
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}
.detail_main_info_thumbnail li a img {
	max-width: 80px;
	max-height: 80px;
}
.detail_main_info_thumbnail p {
	position: absolute;
	right: 1px;
	bottom: 0;
	width: 161px;
	height: 80px;
	background: #fff;
}
.detail_main_info_thumbnail p a {
	display: table-cell;
	width: 161px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	background: #e3e0d5;
}
.detail_main_info_thumbnail p a:hover {
	text-decoration: none;
}

/* detail_box1 */
.detail_box1 { width:100%;}
.detail_box1 th,
.detail_box1 td {
	vertical-align:middle;
	padding:5px 5px 5px 5px;
	border-bottom:1px dotted #ccc;
}
.detail_box1 td img {
	vertical-align:middle;
}

/* TAB menu */
.tab_box .nav {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tab_box .nav li {
	float:left;
	margin-right:1px;
}
.tab_box .nav li.diff {
	float:right;
	margin-right:0px;
}
.tab_box .nav li a {
	display: block;
	min-width: 160px;
	height:39px;
	line-height: 39px;
	text-align:center;
	color:#ffffff;
	background: #988769 url(/apl/bkg/imgs/201503/bg_tab_box2.gif) center repeat; /* Old browsers */
	background: -moz-linear-gradient(top,  #988769 0%, #978669 50%, #918164 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#988769), color-stop(50%,#978669), color-stop(100%,#918164)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #988769 0%,#978669 50%,#918164 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #988769 0%,#978669 50%,#918164 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #988769 0%,#978669 50%,#918164 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #988769 0%,#978669 50%,#918164 100%); /* W3C */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tab_box .nav li a:hover {
	text-decoration: none;
}
.tab_box .nav li.diff a {
	width: 180px;
	background: #e73f3f url(/apl/bkg/imgs/201503/bg_tab_box3.gif) center repeat;
	background: -moz-linear-gradient(top,  #e73f3f 0%, #e73f3f 50%, #d73b3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e73f3f), color-stop(50%,#e73f3f), color-stop(100%,#d73b3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e73f3f 0%,#e73f3f 50%,#d73b3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e73f3f 0%,#e73f3f 50%,#d73b3b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e73f3f 0%,#e73f3f 50%,#d73b3b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e73f3f 0%,#e73f3f 50%,#d73b3b 100%); /* W3C */
}
.tab_box .nav li a.current {
	color:#000;
	border:1px solid #ccc;
	border-bottom:none;
	background: #f2f2f2 url(/apl/bkg/imgs/201503/bg_tab_box1.gif) center repeat;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #f4f4f4 16%, #fcfcfc 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(16%,#f4f4f4), color-stop(50%,#fcfcfc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#f4f4f4 16%,#fcfcfc 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#f4f4f4 16%,#fcfcfc 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#f4f4f4 16%,#fcfcfc 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#f4f4f4 16%,#fcfcfc 50%,#ffffff 100%); /* W3C */
}
.tab_box .nav li.diff a.current {
	color: #e73f3f;
	font-weight: bold;
}
.tab_box .inner_detail {
    border-top:1px solid #ccc;
    padding-top: 19px;
	background-color:#ffffff;
}
.tab_box .map_inner {
	width:700px;
	height:360px;
	border:none;
}


/* クチコミ（ポップアップ）
-------------------------------------------------- */

/* container */
.wrapper_review #container {
	width: 700px;
	margin: 20px auto;
}

/* footer */
.wrapper_review .footer_main,
.wrapper_review .footer_main .container_w {
	min-width: 700px;
	width: 100%;
}


/* 比較リスト（ポップアップ）
-------------------------------------------------- */

.wrapper_hikaku .result_box1.diff .inner_header {
	padding-left: 19px;
	padding-bottom: 15px;
}

.wrapper_hikaku .result_box1.diff .inner_rate1 {
	margin: 10px 0 12px;
	padding:5px 0;
	vertical-align:middle;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.wrapper_hikaku .result_box1.diff .inner_rate1 li {
	float: left;
	margin-right: 15px;
}
.wrapper_hikaku .inner_table2 {
	margin-bottom: 10px;
}
.wrapper_hikaku .inner_table4 {
	margin-top: -1px;
	border: 1px solid #ccc;
}
.wrapper_hikaku .inner_footer .notice_box1 {
	border: 1px solid #ccc;
	background: #fff;
}
.wrapper_hikaku .inner_footer .inner_table4 tr.zebra td {
	background: none;
}




/* スマートフォン対応サイトへのリンク設置
-------------------------------------------------- */

/* width:100%を有効化 */
body.smart{
	position: relative;
	width: auto;
	margin: 0px auto;
}

/* スマートフォンで表示時には表示 */
body.smart #spsitebtn{display: block;}

#spsitebtn{
	display: none;/* 通常(PC閲覧時)は非表示 */
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background: #F27777;
	  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
	/* スマートフォンサイトへのリンク */
	body.smart #spsitebtn #spsitelink{
		position: relative;
		width: auto;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
		body.smart #spsitebtn #spsitelink a{
			display: inline-block;
			width: 90%;
			margin: 0px auto;
			padding: 50px 5% 50px 5%;
			font-size: 131%;
			color: #fff;
		}
		body.smart #spsitebtn #spsitelink a:hover{ text-decoration: none;}

	/* 閉じるボタン */
	body.smart #spsitebtn #closebtn{
		position: absolute;
		top: 5px;
		right: 10px;
		width: 92px;
		height: 92px;
		font-size: 0;
		overflow: hidden;
	}