﻿@charset "utf-8";

@import url("../../common/css/reset.css");
@import url("../../common/css/common.css");
@import url("../../common/css/header.css");
@import url("http://www.mwt.co.jp/kaigai/common/css/internal_links.css");


#mainbody{
	width:720px;
	margin:10px auto;
	background-color: #333399;
	padding:10px;
}

/*----------------------------------------------------------------------タイトル*/
#flash{
	width:500px;
	float:left;
}

#title_right{
	width:210px;
	height:90px;
	float:left;
	background-color: #3399CC;
	color:#FFFFFF;
	padding:5px;
}

.update{
	text-align:right;
	padding:0px 20px 0px 0px;
}


/*----------------------------------------------------------------ツアー検索*/

#tour_search{
	width:750px;
	margin:auto;
}

#tour_search h3{
	font-weight:bold;
	font-size:14px;
	color:#666666;
	background-image:url(../../common/img/search_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:5px;
	padding:35px 0px 0px 5px;
}

#tour_search h3 img{
	vertical-align:middle;
}

#tour_search_bottom{
	background-image:url(../../common/img/search_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:5px;
}

#tour_search_bottom ul{
	margin-top:-45px;
	padding-left:105px;
	padding-bottom:5px;
}

#tour_search_bottom li{
	display:inline;
	line-height:2.3;
}

.content{
	padding-right:4px;
}

.input{
	margin-right:2px;
}

input ,select{
vertical-align:middle;
}

.button{
	padding-top:3px;
	padding-left:30px;
}


/*----------------------------------------------------------------プラン*/

p.bnr{
	clear:both;
	padding:10px 8px 25px;
}
div.plan {
	clear:both;
	padding-bottom:20px;
	background-color:#FFFFFF;
	zoom:1; /* hasLayout を true にする */
}

div.plan h3{
	float:left;
	margin:0px 10px 5px 10px;
	border-bottom: solid 2px #CCCCCC;
}


div.plan div.shanghai{
	float:left;
	width:350px;
	margin-left:5px;
}

div.plan div.beijing{
	float:right;
	width:350px;
	margin-right:5px;
}


div.plan h4.area {
	padding:5px 0px;
	margin:3px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

div.plan div.beijing h4{
	border-top:solid 1px #FF6600;
	border-bottom:solid 1px #FF6600;
	background-color: #F7E49B;
}

div.plan div.shanghai h4{
	border-top:solid 1px #339999;
	border-bottom:solid 1px #339999;
	background-color: #C7EBDA;
}

div.plan h4.round{
	width:700px;
	border-top:solid 1px #FF6666;
	border-bottom:solid 1px #FF6666;
	background-color: #FFCCCC;
}



div.plan dl {
	width:330px;
	padding:5px 10px;
	border-bottom:dotted 1px #CCCCCC;
	zoom:1;
}
div.plan dt {
	padding:3px 0px;
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
}
div.plan dt.free {
	padding:5px 0px 10px 110px;
	background-image:url(../../common/img/icon_suitcase.gif);
	background-repeat:no-repeat;
	background-position:90px 5px;
}

div.plan dt.flag {
	padding:5px 0px 10px 110px;
	background-image:url(../../common/img/icon_flag.gif);
	background-repeat:no-repeat;
	background-position:90px 5px;
}
div.plan dd span.price{
	font-weight:bold;
	color:#CC0000;
}
div.plan dd.photo {
	float:left;
	margin-right:10px;
	height:95px;
}
div.plan dd.photo img {
	height:78px;
	weight:78px;
	padding:1px;
	border:solid 1px #CCCCCC;
	background:#FFFFFF;
}
div.plan dd.text{
	clear:both;
}
.gotop {
	clear:both;
	text-align:right;
	margin:10px 10px 0px 0px;
}





/*----------------------------------------------------------------お役立ち情報*/
#oyakudachi{
	padding-top:5px;
	padding-left:120px;
	padding-bottom:40px;
}

#oyakudachi li{
	list-style:none;
	background-image:url(../../common/img/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:16px;
	margin-right:30px;
	float:left;
}


/*----------------------------------------------------------------インフォメーション*/
#info{
	clear:both;
	margin-top:1px;
	background-color:#FFFFFF;
	padding:10px;
	zoom:1;
}

#info h3{
	color:#CC0000;
}

#info dl{
	float:left;
	padding-right:20px;
	margin-bottom:5px;
}

#info dd{
	font-size:11px;
}

.lead{
	padding-top:5px;
	color:#FFFFFF;
}

.b_panph_l{
	text-align:center;
	margin-top:5px;
}

