﻿@charset "utf-8";

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

/*ヘッダーフッターclass*/

#container{
	clear:both;
	width:950px;
	margin:0px auto 40px;
}
#container h2{
	margin-bottom:15px;
}

div#main{
	width:950px;
	height:468px;
	position: relative;
	background:url(../img/flight_back.gif) no-repeat;
	zoom:1;	
}
div#main div.airline{
	width:450px;
}
div#main div.airline h3{
	margin-bottom:15px;
	padding-bottom:5px;
}
div#main div.airline ul{
	margin-bottom:15px;
	zoom:1;
}
div#main div.airline li{
	float:left;
	margin:0px 7px 7px 0px;
}
div#main div.airline li img{
	vertical-align:bottom;
}
div#main div.airline p{
	clear:both;
	margin-bottom:10px;
}

div#main div.right h3{
	float:right;
	text-align:right;
}
div#main div.right ul{
	clear:both;
}
div#main div.right li{
	float:right;
}
div#main div.right p{
	text-align:right;
}

div#main div.JL{
	position:absolute;
	top:12px;
	left:12px;
}
div#main div.JL h3{
	width:440px;
	border-bottom:dashed 2px #FF0000;
}
div#main div.CX{
	position:absolute;
	top:12px;
	right:12px;
}
div#main div.CX h3{
	width:440px;
	border-bottom:dashed 2px #009966;
}
div#main div.CI{
	width:930px;
	position:absolute;
	top:268px;
	left:12px;
}
div#main div.CI h3{
	width:340px;
	border-bottom:dashed 2px #003399;
}
/*
div#main div.BR{
	position:absolute;
	top:268px;
	right:12px;
}
div#main div.BR h3{
	width:340px;
	border-bottom:dashed 2px #FF6600;
}
*/


