@charset "utf-8";

/* ----- 基本設定 ----- */
* {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.3;
}
body {
	margin:0;
	padding:0;
	/*background:#eaeef5 url(/images/bg_body.png) repeat-x;*/
	width:100%;
	color:#000;
}
select {
	font-size: 12px;
	/*padding:1px;*/
padding: 5px;
background-color: #FFFFFF;
border: 1px solid #ddd;
border-radius: 5px 5px 5px 5px;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;

}

input {
	font-size: 12px;
	/*padding:1px;*/
padding: 5px 0 5px 5px;
background-color: #FFFFFF;
border: 1px solid #ddd;
border-radius: 5px 5px 5px 5px;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 12px;
	padding: 5px 0 5px 5px;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	outline: 0 none;
}

textarea:focus,
select:focus, 
input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
background: none repeat scroll 0 0 #f0f8fe;
}

h1 { font-size: 15px; }
h1.head {display: inline; float:left; width:250px;}
h2 { font-size: 13px; }

a { outline:none; }
a:link{
	color:#03c;
}
a{
	color:#03c;
	text-decoration:none;
	cursor:pointer
}
a:visited{
	color:#03c;
	text-decoration:none
}
a:hover,a:active{
	color:#36f;
	text-decoration:underline
}
a img{
	border:0;
	outline:0
}


#wrapper {
	width:100%;
}

#content {
	margin: 0 auto;
	padding: 15px 10px;
	width: 100%;
}

#content_box {
	clear: both;
	margin: 0 auto;
	width: 955px;
}

#content_left {
	float:left;
	width: 710px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content_right {
	float:right;
	width: 240px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.title {
	width: 100%;
	font-size:16px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom:5px;
	line-height:30px;
	color:#1eb798;
}

.fright { float: right; }
.fleft { float: left; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.uppercase { text-transform: uppercase; }
.eng { font-family: Verdana,Arial,Helvetica,sans-serif; }
.middle { vertical-align:middle; }
.top { vertical-align:top; }
.baseline { vertical-align:baseline; }
.uline { text-decoration: underline; }
.linkbtn {
	border:none;
	cursor:pointer;
}
.red { color: #cc0000; }
.blue { color: #1eb798; }
.col01 { color: #666666; }
.bgc01 { background-color: #eeeeee; }
.bgc02 { background-color: #eeeeee; }
.padd04 { padding: 4px;}
.padd05 { padding: 5px;}
.padd06 { padding: 6px;}
.padd07 { padding: 7px;}
.margb20 { margin-bottom: 20px;}
.nobr {white-space:nowrap;}
.sz9 { font-size:9px; }
.sz10 { font-size:10px; }
.sz11 { font-size:11px; }
.sz12 { font-size:12px; }
.sz13 { font-size:13px; }
.sz14 { font-size:14px; }
.sz15 { font-size:15px; }
.sz16 { font-size:16px; }
.sz17 { font-size:17px; }
.sz18 { font-size:18px; }
.sz19 { font-size:19px; }
.sz20 { font-size:20px; }

.border01 { border: 1px solid #a3afcc; }
.border_btm01 { border-bottom: 1px solid #a3afcc; }
.border_btm02 { border-bottom: 1px solid #cccccc; }
.mgn_btm01 { margin-bottom:10px; }
.calendar { vertical-align: top; margin-left:2px; }
.dashed { border-bottom: dashed 1px; }
.margin_left01 { margin-left: 20px }
.width520 { width: 520px; }
.width840 { width: 840px; }

.width100p {
	width: 100%;
}

.space5 { height: 5px; }
.space10 { height: 10px; }
.space15 { height: 15px; }
.space20 { height: 20px; }

.space00 { height: 5px; }
.space01 { height: 15px; }
.space02 { height: 20px; }

.select01 { width: 50px; }
.select02 { width: 65px; }

.select03 {
	/*width: 50px;*/
	width: 56px;
}

.select04 {
	/*width: 60px;*/
	width: 64px;
}



.select05 { width: 120px; }
.select06 { width: 240px; }
.cursor01 { cursor:pointer; }
.button01 { padding:2px 10px 2px; }
.button_reset {
	width:70px;
	padding:2px 10px 2px;
	cursor:pointer;
}
.button_send {
	width:70px;
	padding:2px 10px 2px;
	font-weight:bold;
	margin-left:60px;
	background-color:#cc0000;
	color:#ffffff;
	cursor:pointer;
}

.btn_yellow {
	background-image: url(../../images/rs/btn_primary_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 1px solid #999;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: normal;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

.btn_yellow_off {
	border: 1px solid #999;
	color: #333;
	cursor: normal;
	display: inline-block;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: normal;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

/***** clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ----- ヘッダー、フッター ----- */

div#header{
	margin: 0 auto;
	padding: 10px 10px 3px 10px;
	width: 100%;
	height: 80px;
	font-family: Verdana,Helvetica,sans-serif;
	border-bottom: 3px solid #39c;
}

#header a:focus{
	outline:0;
}

div#header div#mainheader{
	clear:both;
	margin: 0 auto;
	width: 962px;
	overflow: hidden;
}

div#header div#mainheader div#header_left{
	float: left;
	width: 250px;
}

div#header div#mainheader div#header_right{
	float: left;
	width: 712px;
}



#mainheader .mess{font-size: 10px; font-weight: normal; width: 200px; float: left;}

#mainheader .header_right .header_info{float: right; list-style: none; font-size: 10px; font-weight: normal;}
#mainheader .header_right .header_info li{float: left; font-size: 10px; padding-left: 20px; }
#mainheader .header_right .header_info li a{color:#999;}

.logo{
	width:700px;
}
/*
#header ul.header_bnr {
	list-style: none;
	width:600px; margin: 25px 0 0 0;
float: left; 
}

#header ul.header_bnr li { float: left; }
#header ul.header_bnr li a {
	display: block;
	height: 33px;
	text-indent: -9999px;
	overflow:hidden;
	margin-top:5px;
}
*/
#header ul.header_bnr li.jtour {
	background: url(../../images/tab_nav.gif) no-repeat 0px 0px;
	height: 33px;
	width: 46px;
	margin-top:5px;
	text-indent: -9999px;
}
#header ul.header_bnr li.jtour_nav01 a {
	background: url(../../images/tab_nav.gif) no-repeat -138px 0px;
	height: 33px;
	width: 123px;
}
#header ul.header_bnr li.jtour_nav01 a:hover { background: url(../../images/tab_nav.gif) no-repeat -138px -33px; }
#header ul.header_bnr li.jtour_nav02 a {
	background: url(../../images/tab_nav.gif) no-repeat -261px 0px;
	height: 33px;
	width: 120px;
	margin-right:5px;
}
#header ul.header_bnr li.jtour_nav02 a:hover { background: url(../../images/tab_nav.gif) no-repeat -261px -33px; }
#header ul.header_bnr li.wtour {
	background: url(../../images/tab_nav.gif) no-repeat -92px 0px;
	height: 33px;
	width: 46px;
	margin-top:5px;
	text-indent: -9999px;
}
#header ul.header_bnr li.wtour_nav01 a {
	background: url(../../images/tab_nav.gif) no-repeat -381px 0px;
	height: 33px;
	width: 123px;
}
#header ul.header_bnr li.wtour_nav01 a:hover { background: url(../../images/tab_nav.gif) no-repeat -381px -33px; }

#header ul.header_info li a:hover,
#header ul.header_info li a:active,
#header ul.header_links li a:hover,
#header ul.header_links li a:active{
	color: #f60;
}

#footer_contact a:hover img {
	filter:alpha(opacity=80); 
	-moz-opacity:0.80; 
	opacity:0.80; 
	-khtml-opacity:0.80;
}

#footer_kaigai {background: url('http://www.mwt.co.jp/common/img/dot04.gif') repeat-x scroll center top transparent; margin: 0 auto; padding-top: 13px;width:950px; }

.foot_nav,.foot_nav a{margin-bottom: 10px;text-align: center;margin-bottom: 10px;text-align: center; color:#444;}
.foot_nav li.first{border-style: none;display: inline;line-height: 1.1;padding: 0 4px 0 0;list-style: none outside none;}
.foot_nav li.other{border-left: 1px solid #999999;display: inline;line-height: 1.1;padding: 0 4px 0 7px;list-style: none outside none;}
.mwt_service{background-image: url('http://www.mwt.co.jp/common/img/logo_mwt_s.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0 10px 115px;
	margin: 0;}
.foot_menu,.foot_menu a{clear: both;padding: 1px 0;margin: 0; color:rgb(0, 102, 204);}
.foot_menu li.first{border-style: none;display: inline;line-height: 1.1;padding: 0 2px 0 0;list-style: none outside none;}
.foot_menu li.other{border-left: 1px solid #999999;display: inline;line-height: 1.1; padding: 0 2px 0 5px;list-style: none outside none;}
.copyright{border-top: 1px solid #CCCCCC;color: #666666;font-family: Arial,Helvetica,sans-serif;padding: 10px 0 30px; text-align: right;margin: 0;}
/* ----- トップ検索窓 ----- */
#div_search_top {
	padding: 0;
	margin-top: 30px;
}
#div_search_top .btn_yellow{
	width: 200px;
	padding: 10px;
}
.table_search_top {
	width: 700px;
	border-top: solid 1px #1eb798;
	border-bottom: solid 5px #1eb798;
	background-color: #ffffff;
	border-collapse: collapse;
}
	.table_search_top th {
		width: 35%;
		background-color: #eeeeee;
		border-left: solid 5px #1eb798;
		border-bottom: dotted 1px #bdbdbd;
		font-weight: normal;
		text-align: left;
		padding: 7px 10px;
	}
	.table_search_top td {
		padding: 7px 20px;
		border-right: solid 5px #1eb798;
		border-left: none;
		border-bottom: dotted 1px #bdbdbd;
	}
	.table_search_top td.last {
	background-color:#fff;
	border-left: solid 5px #1eb798;
	}
	.table_search_top td.subject2 {
		background-color: #bdbdbd;
		border-right: solid 5px #1eb798;
		border-left: solid 5px #1eb798;
		border-bottom:none;
	}
	.table_search_top .room {
		width: 100%;
	}
	.table_search_top .room td {
		border: none;
	}
	.table_search_top td.subject1 {
		background-color: #1eb798;
		border-right: solid 5px #1eb798;
		border-left: solid 5px #1eb798;
		border-bottom:none;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		padding: 7px;
	}

.sidelist{
		padding:10px 0;
		color: #444444;
		font-size: 14px;
		font-weight: bold;
 }
.sidebanner ,.sidebanner a{
		padding:5px 0 10px 0;
		color: #777777;
		font-size: 12px;
		font-weight: bold;
 }
ul.jyoholist{float: left; list-style: square; list-style-position: inside;font-size: 12px; font-weight: normal; background-color:#f7f7f7; width:240px;}

ul.jyoholist li{float: left; font-size: 10px; padding:5px 0 10px 20px; border-bottom: dotted 1px #bdbdbd; width:220px;}

ul.jyoholist li a{color:#1eb798;}

#oversea_box{
	background:url(../../images/rs/img_oversea_box_02.jpg) repeat-y top left;
}

#oversea_box a{
	font-size:12px;
	color:#CC6666;
	text-decoration:none;
}

#oversea_box a:hover{
	color:#696969;
}

#oversea_box p.border{
	padding:0;
	margin:5px 10px;
	height:1px;
	background:url(../../images/rs/img_cell_border.gif) repeat-x center left;
}

img#infoicon {
/*	display: inline-block;*/
/*	position: relative;*/
	cursor: pointer;
}

p.arrow_box {
	display: none;
	position: absolute;
	left: -100px;
	top: 35px;
	padding: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	border-radius: 8px;
	background: #333;
	color: #fff;
width: 245px;
opacity: 0.9;
}

.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 41%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

			div#content_right div ul li a {
				font-size: 13px;
				line-height: 18px;
				display: block;
				text-decoration: none;
				padding: 8px 10px 8px 28px;
color: #03c;
			}

			div#content_right div ul li a:hover {
color: #36f;
			}

			div#content_right div ul li:hover {
				background-color: #f7f7f7;
			}


/*---------------------------------------------------------ヘッダータブ5つ用-----------*/
#header ul.header_nav {
	list-style: none;
	width:712px;
	margin: 25px 0 0 0;
	float: left;
}

#header ul.header_nav li { float: left; }
#header ul.header_nav li a {
	display: block;
	height: 33px;
	text-indent: -9999px;
	overflow:hidden;
	margin-top:5px;
}
#header ul.header_nav li.jtour {
	background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat 0px 0px;
	height: 33px;
	width: 46px;
	margin-top:5px;
	text-indent: -9999px;
}
#header ul.header_nav li.jtour_nav01 a {
	background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -184px 0px;
	height: 33px;
	width: 124px;
}
#header ul.header_nav li.jtour_nav01 a:hover { background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -184px -33px; }

#header ul.header_nav li.jtour_nav02 a {
	background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -307px 0px;
	height: 33px;
	width: 120px;
	margin-right:5px;
}
#header ul.header_nav li.jtour_nav02 a:hover { background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -307px -33px; }


#header ul.header_nav li.wtour {
	background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -92px 0px;
	height: 33px;
	width: 46px;
	margin-top:5px;
	text-indent: -9999px;
}
#header ul.header_nav li.wtour_nav01 a {
	background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -427px 0px;
	height: 33px;
	width: 124px;
}
#header ul.header_nav li.wtour_nav01 a:hover { background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -427px -33px; }

#header ul.header_nav li.wtour_nav02 a {
	background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -550px 0px;
	height: 33px;
	width: 123px;
}
#header ul.header_nav li.wtour_nav02 a:hover { background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -550px -33px; }

#header ul.header_nav li.wtour_nav03 a {
	background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -672px 0px;
	height: 33px;
	width: 124px;
}
#header ul.header_nav li.wtour_nav03 a:hover { background: url(http://www.mwt.co.jp/kaigai/common/img/tab_nav5.gif) no-repeat -672px -33px; }

/*---------------------------------------------------------ヘッダータブ5つ用-----------*/


/*--------------------------------------------------------bnr_box--*/
.bnr_box p{
	margin-bottom: 10px;
}

.bnr_box p.w240 img{
	width:240px;
	height:74px;
}

/*--------------------------------------------------------戻るリンク--*/
.backbtn{
	width: 950px;
	margin: 0px auto 10px;
	padding-top: 20px;
	font-size: 12px;
	clear:both;
overflow: hidden;
}
.backbtn a{
	color: #06C;
}

p.backpage{
	float:left;
	margin-right: 10px;
padding: 5px;
border: 1px solid #06c;
border-radius: 5px;
}
.backbtn p.go_top{
	float:right;
padding: 5px;
border: 1px solid #06c;
border-radius: 5px;
}

/*--------------------------------------------------------pageScrollTop--*/
a#pageScrollTop{
	position: fixed;
	right: 20px;
	bottom: 80px;
	font-size: 12px;
	text-decoration: none;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
	border-radius: 5px;
	color: #fff;
	padding: 20px;
	transition: all 200ms linear 0s;
}

a#pageScrollTop:hover{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
}
