
/* 最安値テンプレ
---------------------------------------------------------- */


h2 span{
border-left:6px solid #D00410;
display:block;
font-size:130%;
font-weight:normal;
padding: 4px 0 2px 7px;}

p{
font-size:110%;
line-height:1.6;}


/* タイトル部分
---------------------------------------------------------- */


#mainPic {
	position:absolute;
	top:36px;
	right:-1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*Chromeのみ*/
  #mainPic {
	position:absolute;
	top:35px;
	right:-1px;
}
}

#txt_img .loc_title {
	margin:10px 0 0 20px;
}

#txt_img .detail_title {
	margin:25px 0 0 40px;
}

#txt_img .merit {
	margin:20px 0 -5px 30px;
}

.point_box {
	float:left;
	margin-left:20px;
	margin-bottom:50px;
	width:180px;
}

.point_box p {
	line-height:1.2em;
}

#point01 {
	background:url(/tour/common/images/special/low_price/icon_01.png) no-repeat left;
	padding-left:45px;
	padding-top:10px;
	font-size:110%;
	font-weight:bold;
	height:42px;
}

#point02 {
	background:url(/tour/common/images/special/low_price/icon_02.png) no-repeat left;
	padding-left:45px;
	padding-top:10px;
	font-size:110%;
	font-weight:bold;
	height:42px;
}

#point03 {
	background:url(/tour/common/images/special/low_price/icon_03.png) no-repeat left;
	padding-left:45px;
	padding-top:10px;
	font-size:110%;
	font-weight:bold;
	height:42px;
}

.point_txt {
	font-size:85%;
	margin-top:-15px;
}
/**********************最安値パターン**********************/

.pattern{
border:1px solid #E4E4E4;
border-radius:5px;
margin:0 0 40px;
position:relative;}

.pattern h2{
background: #dadada; /* Old browsers */
background: -moz-linear-gradient(top,  #dadada 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dadada 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dadada 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dadada 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dadada 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
border:none;
border-bottom:1px solid E4E4E4;
border-radius:5px 5px 0 0;
margin:0;
padding:0 0 1px;}

.pattern h2 span{
border:1px solid #f1f1f1;
border-radius:5px 5px 0 0;
color:#454545;
display:block;
padding:15px 0px 15px 120px;}

.pattern .pattern_icon{
position:absolute;
top:-5px;
left:10px;}

.pattern .lead{
font-size:90%;
margin:0;
position:absolute;
top:15px;
right:10px;
text-align:right;}

.pattern .txtIn{
font-size:90%;
margin:10px 20px 0;}

.pattern ul:before,
.pattern ul:after{
content:"";
display:table;}

.pattern ul:after{clear:both;}

.pattern ul{
margin:20px 0 0;
padding:0 19px 20px;
zoom:1;/* For IE 6/7 */;}

.pattern ul li{
background: #fefeff; /* Old browsers */
background: -moz-linear-gradient(top,  #fefeff 0%, #eff6ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefeff), color-stop(100%,#eff6ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefeff 0%,#eff6ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefeff 0%,#eff6ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefeff 0%,#eff6ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefeff 0%,#eff6ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#eff6ff',GradientType=0 ); /* IE6-9 */
border:1px solid #BFD1EB;
border-radius:5px;
float:left;
margin:0 0 0 20px;}

.pattern ul li:first-child{margin:0;}

.pattern ul li:hover{
background: #fefeff; /* Old browsers */
background: -moz-linear-gradient(top,  #fefeff 0%, #ffedc9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefeff), color-stop(100%,#ffedc9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefeff 0%,#ffedc9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefeff 0%,#ffedc9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefeff 0%,#ffedc9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefeff 0%,#ffedc9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#ffedc9',GradientType=0 ); /* IE6-9 */
border-color:#FDD2AC;}

.pattern ul li a{
color:#333;
display:block;
height:80px;
width:298px;}

.pattern ul li dl{
height:100px;
margin:0;
padding:0;
position:relative;}

.pattern ul li dl dt{
color:#333;
font-size:90%;
position:absolute;
top:8px;
left:10px;}

.pattern ul li dl dd{
color:#333;
font-size:90%;
margin:0;
padding:0;
position:absolute;
bottom:8px;
left:20px;}

.pattern ul li dl dd.name{
background:url(/tour/common/images/special/pattern_icon01.png) no-repeat 100% 50%;
color:#2068B7;
font-size:210%;
line-height:120%;
padding:0 20px;
bottom:auto;
top:30px;
left:10px;
width:240px;
text-align:center;}

.pattern ul li dl dd.name.note{
font-size:120%;}

.pattern ul li:hover dl dd.name{
background-image:url(/tour/common/images/special/pattern_icon02.png);
color:#F8851D;}

.pattern ul li dl dd.price{
color:#C60000;
font-family:Tahoma, Verdana, sans-serif;
font-size:180%;
padding:0 70px;
bottom:12px;
width:140px;
text-align:center;}

.pattern ul li:hover dl dd.price{text-decoration:underline;}

#h201 #kodawari_area .btn {
    bottom: 65px;
}

/*******************特集バナーエリア******************/

.tour_banner{
	margin:30px 0 50px 0;
	clear:both;}

.tour_banner h2{
	border-bottom:2px solid #344ECC;
	font-weight:135%;
	font-family : "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	padding:0 0 10px;}

.tour_banner ul.banner_link:before,
.tour_banner ul.banner_link:after{
content:"";
display:table;}

.tour_banner ul.banner_link:after{clear:both;}

.tour_banner ul.banner_link{zoom:1;/* For IE 6/7 */;}

.tour_banner ul.banner_link li{
float:left;
margin:0 0 20px 20px;
width:223px;}

.tour_banner ul.banner_link li.note{margin:0 0 20px;}

.tour_banner ul.banner_link li a{
background:url(/tour/common/tour_sys/images/area/btn_02.jpg) no-repeat 0 0;
display:block;
height:81px;
position:relative;}

.tour_banner ul.banner_link li a:hover{
background-position:0 -81px;
text-decoration:none;}

.tour_banner ul.banner_link li.b01 a{
font-size:125%;
font-weight:bold;
height:54px;
line-height:130%;
padding:17px 15px 10px;}

.tour_banner ul.banner_link li.b02 a{
font-size:300%;
height:43px;
padding:28px 10px 10px 0;
text-align:center;}

.tour_banner ul.banner_link li.b03 a{
height:66px;
line-height:130%;
padding:10px 20px 5px 10px;}

.tour_banner ul.banner_link li.b03 a strong{
font-size:125%;
font-weight:bold;
display:block;}

.tour_banner ul.banner_link li.b03 a span{
color:#030303;
display:block;
padding:5px 0 0 10px;}

.tour_banner ul.banner_link li.b04 a{
font-size:125%;
font-weight:bold;
height:56px;
line-height:130%;
padding:15px 20px 10px 80px;}

.tour_banner ul.banner_link li.b04 a img{
position:absolute;
top:7px;
left:7px;}

/*******************0331追加******************/

p.searchLink{
background:url(/tour/common/images/special/rank_search.gif) no-repeat 0 7px;
padding:0 0 0 12px;
margin:0;}

p.txtIn{ margin:0 auto 15px;}


/* 20150204 added おすすめポイント
---------------------------------------------------------- */
h3.h3Point {
	font-size:14px;
	line-height: 140%;
	margin:15px 0 3px;
}

.tourInfo.clear {
	clear: both;
}

.planBox {
	width: 343px;
	border:1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.planBox.left {
	float: left;
}

.planBox.right {
	float: right;
}

.planBox h3 {
	background: #eef5fb;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	line-heignt: 18px;
}

.planBox h3 strong {
	font-size: 18px;
	font-weight: bold;
}

.planBox h3 strong.mini {
	font-size: 16px;
}
.planBox .planPhoto {
	width:343px;
	height:257px;
	margin: 0;
	padding: 0;
}

.planBox h4.planBoxTitle {
	margin: 10px 0 0 10px;
}


.planBox .hotelDesc {
	margin: 10px;
}

.btnPlanBox {
	margin: 20px auto;
	width: 280px;
}

.btnPlanBox a{
    background: url("/tour/common/images/special/mv_box/btn_hotel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    display: block;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 30px;
    text-align: left;
    text-shadow: 1px 1px 0 #ad6b0a;
    text-decoration: none;
}

.btnPlanBox a:hover {
	opacity: 0.8;
	text-decoration: none;
	}
	
.banTour {
	margin: 0 0 30px;
}

.h3Common {
    border-bottom: 1px solid #ccc;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-weight: normal;
    padding: 0 0 5px;
}
.h3Common:before {
    background-color: #d00410;
    content: " ";
    float: left;
    height: 20px;
    margin-right: 7px;
    overflow: hidden;
    width: 5px;
}
.otherPlans {
	clear: both;
}

.otherPlans ul li {
    border: 1px solid #cccccc;
    float: left;
    height: 114px;
    margin: 0 20px 20px 0;
    padding: 1px;
    position: relative;
    width: 226px;
}
.otherPlans ul li:hover {
    opacity: 0.8;
}
.otherPlans ul li a, .otherPlans ul li a:link, .otherPlans ul li a:visited, .otherPlans ul li a:hover, .otherPlans ul li a:active {
    color: #000000;
    text-decoration: none;
}
.otherPlans ul li a .bnrText {
    left: 8px;
    position: absolute;
    top: 92px;
}
.otherPlans ul li:last-child {
    margin-right: 0;
}



