@charset "UTF-8";

/* ========BASIC======== */
* {
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
/*   background:#fff url(images/bg_body.gif) 0 0 repeat-x; */
   border-top:5px solid #4230AD;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
	margin:0 0 0 0;
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
	width:100%;
	float:left;
	margin-bottom:10px;
	background:url(images/bg_menu.gif) 0 0 repeat-x;
}

div#icatch {
	width:787px;
	margin:0 auto;
	background:#fff;

}

div#contents {
   width:787px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#main {
   float:right;
   width:547px;
}

div#sub {
   float:left;
   width:220px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:787px;
   margin:0 auto;
}

div#footer {
   background:#E2DDFF;
   border-bottom:5px solid #4230AD;
}


.size_95 {
font-size:95%;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:25px;
   font-size:2em;
   color:#fff;
   line-height:502px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:0.63em;
   margin-left:15px;
}

div#header #gnavi li a{
   display:block;
   padding-left:15px;
   padding-bottom:5px;
   background:url(images/bg_gnavi.gif) 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:130px;
   color:#5A5132;
   line-height:46px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a{
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover{
   color:#333;
   background:#fff;
}


div#main h2 {
   margin-bottom:8px;
   padding:0 0 0  30px;
   color:#5A5132;
   font-size:0.94em;
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url(images/bg_h2.gif) 0 0 no-repeat;
}

#toha{
   margin:10px 5px 10px 10px;
   font-size:0.8em;
}



div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
   font-size:0.88em;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
   font-size:0.88em;
}




div#main dl.hikaku dt {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main dl.hikaku dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
   font-size:0.88em;
}




/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}


div#sub .section_link {
   margin-left:40px;
   margin-top:20px;

}


div#sub .section_banner {
	width:140px;
   margin-top:10px;
   margin-left:40px;
   border:1px solid #C1C1C1;
}



div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#8A7FCD;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   background:url(images/bg_dotline.gif) 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 6px no-repeat;
}

/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.footer_link{
   padding:10px;
	width:800px;
	padding-left:250px;
   font-size:0.63em;
   text-align:center;
}


address{
   padding:30px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}




#footer_seo {
border:1px dashed #999999;
color:#666666;
font-size:x-small;
margin:10px auto 10px;
padding:5px 0 10px;
width:760px;
}

#footer_seo dl {
line-height:1.5em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 5px 0;
}

#footer_seo dd {
display:inline;
margin:0;
padding-left:8px;
width:150px;
}

/*************************************************サーチボックスメニュー***********************************/
#search_box {
    width:550px;
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:0.8em;
}
.search_table td{
	padding:0px 0px 0px 0px;
	border:solid 0px #DDDDDD;
}
div#kensakuform {
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	background-color:#e3e5e6;
	text-align:center;
}

/* ========ご利用案内======== */


.annaitext{
	width:490px;
	font-size:0.8em;
	font-style:normal;
	line-height:1.5em;
	margin:12px 0 0 32px;
	}



/* ========取消・変更について======== */


.torikeshitext{
	width:490px;
	font-size:0.8em;
	font-style:normal;
	line-height:1.5em;
	margin:12px 0 0 32px;
	}


/* ========受け取りについて======== */


#accept ul.second_ul {
color:#666666;
font-size:12px;
line-height:25px;
margin-bottom:10px;
padding:0 20px;
}


#accept h3 {
color:#0000CC;
font-size:0.8em!important;
font-weight:bold;
line-height:25px;
padding:0 20px;
}



#accept ol li {
list-style-position:inside;
list-style-type:decimal;
line-height:25px;
font-size:0.8em!important;
}



/* ========約款======== */

#yakkan .second_ul {
	color:#666666;
	font-size:0.8em;
	line-height:25px;
}


/* ========サイトマップ======== */



#sitemap .second_ul li{
	color:#666666;
	font-size:0.9em!important;
	line-height:25px;
}

li {
list-style-type: none;
}

/* ========会社概要======== */

#main .campany table {
	width:500px;
	margin:20px 0px 20px 20px;
	padding:20px 0 0 39px;
	border-collapse:collapse;
	border:solid 1px #666DD3;
	}
#main .campany th {
	background-color:#F1F1F1;
	padding:3px 3px 3px 3px;
	font-size:0.8em;
	border:solid 1px #E4E4E4;
	}
#main .campany td {
	border:1px solid #E4E4E4;
	font-size:0.8em;
	line-height:1.5em;
	padding:5px 5px 5px 5px;
	}




/* ========航空券比較======== */




.hikaku table {
	margin-left:20px;
	border-color:#E3E3E3;
	border-style:solid;
	border-width:1px 1px 0 0;
}



.hikaku th {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F5F5F5 none repeat scroll 0 0;
	border-color:#E3E3E3;
	border-style:solid;
	border-width:0 0 1px 1px;
	line-height:120%;
	padding:5px;
	text-align:center;
	font-size:0.7em! important;
}


.hikaku table td {
	border-color:#E3E3E3;
	border-style:solid;
	border-width:0 0 1px 1px;
	padding:5px;
	text-align:center;
	font-size:0.7em! important;
}

/* ========良くある質問======== */

#qa H4{
font-size:1.2em;
font-weight: normal;

}

#qa table {
	width:530px;
	margin-left:8px;
	border-color:#E3E3E3;
	border-style:solid;
	border-width:1px 1px 0 0;
}

#qa td {
	border-color:#E3E3E3;
	border-style:solid;
	border-width:0 0 1px 1px;
	padding:5px;
	background-color: #F7F7F7;
	font-size:0.7em! important;
}

#qa dl {
line-height:1.5em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 5px 5px 15px;
font-size:0.8em;
width:500px;
	background-color: #FFFBE7;
	padding: 10px;
}

#qa dt {
padding-left:8px;

}





/* ========相互りんく======== */


.link_box {
	clear:both;
	width:500px;
	height:auto;	
	font-size:0.8em;
	margin:23px 0px 15px 25px;
}


.text_link01 {
border-color:#999999;
border-style:solid solid dotted;
border-width:1px;
color:#000000;
font-size:0.8em;
line-height:1.4em;
margin:5px 0 0;
padding:5px 0 0 5px;
}

.text_link02 {
border-bottom:1px solid #999999;
border-left:1px solid #999999;
border-right:1px solid #999999;
color:#000000;
font-size:0.8em;
line-height:1.4em;
margin:0 0 5px;
padding:5px 0 0 5px;
}
/* ========下層ページ検索ボックス======== */


#search_box {
    width:788px;
	margin:15px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.search_table td{
	padding:0px 0px 0px 0px;
	border:solid 0px #DDDDDD;
}
div#kensakuform {
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	background-color:#FFF;
	text-align:center;
}
#textarea h2{
	margin-top:10px;
	margin-bottom:10px;
	font-size:0.8em;
	font-weight:normal;
}


/* ========トップページメリット======== */

#merit dl.merit01 {
background-image:url(images/merit-01.gif);
background-repeat: no-repeat;
height:80px;
margin-left:8px;
}


#merit dt.cap01,#merit dt.cap02,#merit dt.cap03 {
font-size:12px;
text-indent: 130px;
font-weight: bolder;
color:#FF004C;
}


#merit dd.txt {
font-size:13px;
margin-left:130px;
}


#merit dl.merit02 {
background-image:url(images/merit-02.gif);
background-repeat: no-repeat;
height:80px;
margin-left:8px;
}

#merit dl.merit03 {
background-image:url(images/merit-03.gif);
background-repeat: no-repeat;
height:80px;
margin-left:8px;
}








