@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------
　初期化
-----------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body{
	text-align: center;
	margin: 0 auto;
	color: #333333;
	background-color:#DBEBF7;
	font-size: 13px;
    }

p,li,dt,dl {
    line-height: 1.4;
}

ul{
	list-style: none;
}

img{
	border: 0;
	vertical-align: top;
}

a:link,a:visited,a:hover,a:active{
	text-decoration: underline;
}

a:link   { 
	color: #0066cc;
}

a:visited{ 
	color: #003973;
}

a:hover,a:active { 
	color: #0099ff;
}

/*---------------------------------------------------------------
　囲み
-----------------------------------------------------------------*/
#wrap {
	width: 810px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}

/*---------------------------------------------------------------
　ヘッダ
-----------------------------------------------------------------*/
#header {
    width: 810px;
	height: 75px;
}

/*---------------------------------------------------------------
　フッタ
-----------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	height: 30px;
}

/*---------------------------------------------------------------
　コンテナ枠（共通）
-----------------------------------------------------------------*/	
#container {
	width: 810px;
	float: left;
	display: inline;
	padding: 10px 0 10px;
}

/*----- clearfix scheme -----*/

#container{
	display: inline-block;
}
#container:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html #container{
	height: 1em;
}
#container{
	display: block;
}

/*----- ダミー（段組み解除） -----*/
.clear {
   clear: both;
}

#container2 {
	width: 630px;
	float: left;
	display: inline;
}

/*------------------------------------------------------------
　メニュー枠
------------------------------------------------------------*/
/* -------- メニュー欄 ----------*/
#menubox {
	float: left;
	width: 173px;
	display: inline;
	margin-left: 7px;
}

/* -------- ボタン ----------*/
#menubox .button li {
	margin-bottom: 2px;
}
/* -------- ボタン(お問い合わせのみ：下余白大) ----------*/
#menubox .button2 li {
	margin-bottom: 15px;
}

/*------------------------------------------------------------
　特集＆広告（バナー）
------------------------------------------------------------*/
/* -------- バナー欄 ----------*/
#sideber {
	float: left;
	width: 173px;
	display: inline;
	margin-right: 7px;
}

/* -------- バナー ----------*/
#sideber .banner1 li {
	margin-bottom: 7px;
}

/*----- バナー(一番下) -----*/
#sideber .banner2 li {
	margin-bottom: 3px;
}

/*----- バナータイトル[航空券] -----*/
.banner_t {
	padding-bottom: 5px;
}

/*--- バナータイトル[ホテル] ---*/
.banner_t2 {
    padding-top: 2px;
	padding-bottom: 5px;
}

/*----- バナーテキスト枠[航空券] -----*/
.text_b {
    padding: 5px;
	border: 1px solid #DBDDDD;
	margin-bottom: 7px;
}

/*--- バナーテキストリンク[航空券] ---*/
.banner_l li {
	padding-bottom: 3px;
	padding-left: 5px;
}

/*----- バナーテキスト枠[ホテル] -----*/
.text_b2 {
    padding: 5px;
	border: 1px solid #DBDDDD;
	margin-bottom: 5px;
	text-align:center;
}

/*------------------------------------------------------------
　メイン共通
------------------------------------------------------------*/
/*----- メイン枠 -----*/
#main {
	float: left;
	width: 436px;
	display: inline;
	margin: 0 7px 0;
}

#main2 {
	float: left;
	width: 616px;
	display: inline;
	margin: 0 7px 0;
}

/*----- メイン欄 -----*/
.main3 {
	border: 1px solid #DBDDDD;
	padding: 30px 50px 30px;
}

/*----------------------------------------
　パンクズリスト
----------------------------------------*/	
#navi {
	margin: 0 7px 3px;
}
    
.navi li {
	margin-bottom: 3px;
}

/*----------------------------------------
　タイトル画像
----------------------------------------*/	
/*--- ページタイトル ---*/
.timg {
	margin-bottom: 10px;
}

/*--- タイトル ---*/
.timg2 {
    margin-top: 20px;
}
/*--- ページタイトル2 ---*/
.timg3 {
	margin-bottom: 20px;
}

/*----------------------------------------
　ボックス
----------------------------------------*/	
.box {
    padding-top: 20px;
}
.box2 {
	padding-bottom: 30px;
}
/*----------------------------------------
　見出し
----------------------------------------*/	
/*--- 中央揃え・下線・青 ---*/
h1 {
	padding-bottom: 3px;
	font-size: 120%;
    border-bottom: 2px solid #3366CC;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

h2 {
	padding-top: 50px;
	font-size: 120%;
    border-bottom: 2px solid #3366CC;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

/*--- 中　線：青　左・下 ---*/
h3 {
    padding: 2px 2px 1px 5px;
	margin-top: 5px;
	font-size: 103%;
	font-weight:bold;
    border-bottom: 1px solid #3366CC;
	border-left: 3px solid #3366CC;
	margin-bottom: 10px;
}

/*--- 小　点線上下[サイト利用方法] ---*/
h4 {
    padding: 2px 2px 1px 5px;
	margin-top: 5px;
	font-weight:bold;
	margin-bottom: 10px;
	border-top: 1px solid #3366CC;
	border-top-style: dotted;
	border-bottom: 1px solid #3366CC;
	border-bottom-style: dotted;
	margin-top: 20px;
}

/*--- 中　線：青　左・下 [ホテル] ---*/
h5 {
    padding: 2px 2px 1px 5px;
	margin-top: 5px;
	font-size: 103%;
	font-weight:bold;
    border-bottom: 1px solid #3366CC;
	border-left: 3px solid #3366CC;
	margin-top: 30px;
	margin-bottom: 20px;
}

	/*--- 中　線：青　左・下[ツアー・鉄道] ---*/
h6 {
    padding: 2px 2px 1px 5px;
	margin-top: 5px;
	font-size: 103%;
	font-weight:bold;
    border-bottom: 1px solid #3366CC;
	border-left: 3px solid #3366CC;
	margin-bottom: 10px;
	margin-top: 30px;
}

/*----------------------------------------
　画像
----------------------------------------*/	
.img {
	margin-top: 20px;
}

.img2 {
	margin-top: 10px;
}

.img3 {
    margin-bottom: 3px;
}

.img4 {
	margin-bottom: 10px;
}
/*----------------------------------------
　テキスト欄
----------------------------------------*/	
/*----- 枠 余白 [海外航空券]-----*/
.text {
	padding: 10px;
	border: 1px solid #DBDDDD;
}
/*--- 余白 [航空券・ホテルメニュー]---*/
.text2 {
	padding: 10px;
}
/*--- 余白 [サイト利用方法]---*/
.text3 {
	padding: 0 5px;
}
/*--- 枠 余白 ---*/
.text4 {
    margin-top: 20px;
	padding: 10px;
	border: 1px solid #DBDDDD;
}

/*--- 背景水色パターン[航空券] ---*/
.text_p {
    padding: 10px;
	background: url(image/pattern.jpg);
	border-top: 1px solid #DBDDDD;
	border-right: 1px solid #DBDDDD;
	border-left: 1px solid #DBDDDD;
	border-bottom: 1px solid #333333;
	border-bottom-style: dotted;
}

.text_p2 {
    margin-top: 10px;
    padding: 10px;
	background: url(image/pattern.jpg);
	border-top: 1px solid #DBDDDD;
	border-right: 1px solid #DBDDDD;
	border-left: 1px solid #DBDDDD;
	border-bottom: 1px solid #333333;
	border-bottom-style: dotted;
}

.text_p3 {
    padding: 10px;
	background: url(image/pattern.jpg);
	border: 1px solid #DBDDDD;
}

/*--- 背景緑色パターン[航空券ベトナム] ---*/
.text_pv {
    padding: 10px;
	background: url(image/pattern2.jpg);
	border-top: 1px solid #DBDDDD;
	border-right: 1px solid #DBDDDD;
	border-left: 1px solid #DBDDDD;
	border-bottom: 1px solid #333333;
	border-bottom-style: dotted;
}

/*--- 上部線なし[航空券] ---*/
.text_bt {
    padding: 10px;
	border-right: 1px solid #DBDDDD;
	border-left: 1px solid #DBDDDD;
	border-bottom: 1px solid #DBDDDD;
}

/*----------------------------------------
　テキスト枠
----------------------------------------*/	
/*--- トップボーダーなし[航空券&ホテルメニュー]---*/
.frame {
	border-right: 1px solid #DBDDDD;
	border-left: 1px solid #DBDDDD;
	border-bottom:  1px solid #DBDDDD;
}

/*----------------------------------------
　フォント<p>
----------------------------------------*/	
/*--- 大文字 太[会社概要] ---*/
.f1 {
	font-weight:bold;
	text-align:left;
	font-size: 110%;
}

/*--- 小文字赤 ---*/
.f2 {
	color: #FA676A;
	padding-top: 2px;
}

/*--- 小文字 ---*/
.f3 {
    font-size: 90%;
}

/*--- 太文字青 ---*/
.f4 {
    color: #3366CC;
	font-weight:bold;
	font-size: 110%;
}

/*--- 太文字[ホテルメニュー] ---*/
.f5 {
	font-weight:bold;
	font-size: 96%;
}
/*--- 太文字[ホテルメニュー] ---*/
.f6 {
	font-weight:bold;
	font-size: 94%;
}

/*--- 太文字[ホテルメニュー] ---*/
.f7 {
	font-weight:bold;
	padding: 3px 0;
}

/*--- 太文字[航空券フライト・ホテルメニュー] ---*/
.f8 {
	font-weight:bold;
	padding-bottom: 3px;
}

/*--- 小文字赤 ---*/
.f9 {
	color: #FA676A;
	padding-bottom: 2px;
}

/*--- 太文字青 中央揃えー ---*/
.fb {
    color: #3366CC;
	font-weight:bold;
	font-size: 115%;
	text-align: center;
	padding-bottom: 3px;
}
.fb1 {
    color: #3366CC;
	font-weight:bold;
	font-size: 105%;
	padding-bottom: 2px;
	text-align: center;
}

.red {
    color: #DB3C40;
	font-size: 95%;
	margin-top: 5px;
}

.red2 {
    color: #DB3C40;
	text-align: center;
	margin-top: 2px;
}

.red3 {
    color: #DB3C40;
	margin-top: 2px;
}

/*--- 太文字青 中央揃えー ---*/
.fb2 {
    color: #3366CC;
	padding-bottom: 2px;
}

/*--- 小文字 ---*/
.fs {
	font-size: 80%;
}

/*----------------------------------------
　文字<span>
----------------------------------------*/	
/*--- 太文字[航空券メニュー] ---*/
.moji {
	padding-right: 7px;
}

.moji2 {
	padding-top: 10px;
	padding-bottom: 3px;
}

.moji3 {
	font-weight:bold;
	padding-bottom: 5px;
}

.moji4 {
	padding-top: 10px;
	font-weight:bold;
}

/*----------------------------------------
　リスト
----------------------------------------*/
/*--- リストスタイル画像[disc] ---*/
.list_i li {
    background: url(image/listmake.gif) no-repeat 0 8px;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}

/*--- 太文字[航空券メニュー] ---*/
.list {
	padding-bottom: 3px;
}

/*--- news[リストスタイル：画像] ---*/
.news li {
    list-style: url(image/kazari.jpg) ;
	margin-bottom: 10px;
}

/*--- new[リストスタイル：画像] ---*/
.new {
	background: url(image/new.gif) no-repeat;
	background-position: 0 6px;
	padding-left: 28px;
}

/*----------------------------------------
　余白
----------------------------------------*/	
.space {
    padding-top: 2px;
}

.space1 {
    margin-bottom: 20px;
}

.space2 {
    padding-bottom: 7px;
}

/*----------------------------------------
　トップの上部に戻る
----------------------------------------*/	
/*--- main 1番下 ---*/
.back {
	background: #ffffff;
    text-align:right;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 5px;
}

/*--- main2 1番下 ---*/
.back2 {
	background: #ffffff;
    text-align:right;
	padding-top: 20px;
}

/*----------------------------------------
　フォーム
----------------------------------------*/	
/*--- お問い合わせ(中央揃え) ---*/
.form {
	padding-top: 30px;
    text-align: center;
}

/*--- メールでのお問い合わせ ---*/
dl .form_m dt {
	padding-bottom: 5px;
}

dl .form_m dd {
	margin-bottom: 20px;
}

/*--- 電話でのお問い合わせ ---*/
dl .form_t dt {
	font-size: 120%;
	font-weight: bold;
}

dl .form_t dd {
	padding-top: 5px;
}

/*----------------------------------------
　テーブル
----------------------------------------*/	
/*--- 線なし・背景なし[約款 IR情報] ---*/
table {
	border-collapse: collapse;
	line-height: 1.3;
}

tr {
	padding: 5px;
	line-height: 1.3;
}

th {
	padding: 5px;
	font-weight: bold;
	font-size: 95%;
}

td {
	padding: 5px;
	line-height: 1.3;
}

/*--- 線：青[特別商取引法 九寨溝] ---*/
.hyo {
	border-collapse: collapse;
	border: 1px solid #3366CC;
}

.hyo tr {
	border: 1px solid #3366CC;
}

.hyo th {
	border: 1px solid #3366CC;
	text-align: center;
	background-color: #D9F3FF;
}

.hyo td {
	border: 1px solid #3366CC;
}

/*--- 線：なし　余白なし[会社概要] ---*/
.hyo1 {
	border-collapse: collapse;
    padding: 0;
}

.hyo1 tr {
    padding: 0;
}

.hyo1 th {
	text-align: center;
    padding: 0;
}

.hyo1 td {
    padding: 0;
}

/*--- 線：灰色[航空券：中国籍・学生] ---*/
.hyo2 {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.hyo2 tr {
	border: 1px solid #CCCCCC;
}

.hyo2 td {
	border: 1px solid  #CCCCCC;
	padding: 5px;
}

/*--- 線：なし　余白[ホテルメニュー] ---*/
.hyo3 {
	border-collapse: collapse;
}

.hyo3 tr {
    padding: 5px 4px;
}

.hyo3 td {
	text-align: center;
    padding: 5px 4px;
}

/*--- 線：なし　余白上下[会社概要] ---*/
.hyo4 {
	border-collapse: collapse;
}

.hyo4 tr {
    padding: 5px 0;
}

.hyo4 th {
	text-align: center;
    padding: 5px 0;
}

.hyo4 td {
    padding: 5px 0;
}

/*---------------------------------------- メイン ----------------------------------------*/
/*----------------------------------------
　インデックス
----------------------------------------*/	
/* --- News(右揃え・背景画像) ---*/
.merumaga li {
	height: 22px;
	text-align: right;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 10px;
	background: url(image/news.jpg) no-repeat;
}

.news {
	background: #fff;
	padding-left: 22px;
	margin-bottom: 5px;
}

/*--- タイトル ---*/
.news dt {
	font-weight: bold;
	margin-bottom: 10px;
}

/*--- 文章 ---*/
.news dd {
	line-height: 1.3;
}

.news2 li {
    list-style: url(image/new.gif);
	padding-bottom: 3px;
	margin-left: 33px;
}

.newsbox {
    height: 325px;
	overflow: auto;
	border: 1px solid #DBDDDD;
	padding: 10px;
    scrollbar-arrow-color: #0f3d71;
    scrollbar-face-color: #b4d7fa;
    scrollbar-highlight-color: #edf6ff;
    scrollbar-shadow-color: #5082b4;
    scrollbar-3dlight-color: #d2e5fc;
    scrollbar-darkshadow-color: #61A0D6;
    scrollbar-track-color: #8AB5E2;
}

/* ----- リンク -----*/
.link {
    padding-top:20px;
}

.link_b li {
    padding-right: 5px;
	float: left;
}
.link_b2 li {
    padding-top:20px;
}

.link2 {
    padding-top:5px;
}

.link_ac li {
    padding-top: 10px;
    padding-right: 6px;
	float: left;
}

.link_ac2 li {
    padding-top: 10px;
}

/*----------------------------------------
　海外航空券＆ホテル共通
----------------------------------------*/	
/*--- タイトル(太文字:黒 線) ---*/
.air_htl {
    font-weight: bold;
	list-style: none;
    padding: 10px 10px 6px;
	background: url(image/pattern.jpg);
	border-bottom: 1px solid  #333333;
	border-bottom-style: dotted;
}

/*--- タイトル(太文字:黒 線) ---*/
.air_htl2 {
    font-weight: bold;
	list-style: none;
    padding: 10px 10px 6px;
	background: url(image/pattern.jpg);
	border-bottom: 1px solid  #333333;
	border-bottom-style: dotted;
	border-top: 1px solid  #DBDDDD;
}

/*----------------------------------------
　海外航空券
----------------------------------------*/	
/*--- 国・都市名(dtをfloat) ---*/
.city {
    padding: 10px;	
}

/*--- 国 ---*/
dl .city dt {
    clear: left;
    float: left;
    width: 70px;
    padding-right: 5px;
}

/*--- 都市名欄 ---*/
dl .city dd {
    margin-left: 70px;
}

/*--- 国 ---*/
dl .city2 dt {
    clear: left;
    float: left;
    width: 70px;
    padding-right: 5px;
}

/*--- 都市名欄 ---*/
dl .city2 dd {
    margin-left: 70px;
}

/*----- フライト情報[航空券] -----*/
.flight {
	line-height: 1.4;
}

dl .flight dt {
    clear: left;
    float: left;
    width: 39px;
    padding-right: 5px;
	padding-bottom: 3px;
}

dl .flight dd {
    margin-left: 39px;
	padding-bottom: 3px;
}

/*----- カテゴリー[航空券種類] -----*/
dl .category dt {
    clear: left;
    float: left;
    width: 117px;
    padding-right: 5px;
	padding-bottom: 3px;
}

dl .category dd {
    margin-left: 117px;
	padding-bottom: 3px;
}

/*--- 詳細 ---*/
.category li {
	padding-right: 15px;
	float: left;
}

/*---------- タイトル ----------*/
/*--- bookinなし ---*/
#main .title li {
    width: 436px;
	height: 25px;
	margin: 20px 0 0;
}

/*--- 関空(右揃え・背景画像) ---*/
.title_kix li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(image/kix.jpg) no-repeat;
}

.title_kix2 li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(image/kix2.jpg) no-repeat;
}

/*--- 岡山(右揃え・背景画像) ---*/
.title_okj li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(image/okj.jpg) no-repeat;
}

.title_okj2 li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(image/okj2.jpg) no-repeat;
}

/*--- 広島(右揃え・背景画像)  ---*/
.title_hij li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(image/hij.jpg) no-repeat;
}

.title_hij2 li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(image/hij2.jpg) no-repeat;
}

/*--- 都市(右揃え・背景画像) ---*/
.title_pvg2 li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(airimg/pvg2.jpg) no-repeat;
}

.title_dlc2 li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(airimg/dlc2.jpg) no-repeat;
}

.title_pek2 li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(airimg/pek2.jpg) no-repeat;
}

/*--- 文章欄背景パターン＆下線(ドット) ---*/
.ticket {
    padding: 10px;
	background: url(image/pattern.jpg);
	border-bottom: 1px solid #333333;
	border-bottom-style: dotted;
}

/*--- 文章欄背景白＆下線(ドット) ---*/
.ticket2 {
	background: #ffffff;
	padding: 10px;
	border-bottom: 1px dotted #333333;
}

/*--- 文章欄背景白＆下線(ドット) ---*/
.ticket3 {
	background: #ffffff;
	padding: 10px;
	border-bottom:1px solid #DBDDDD;
	border-right: 1px solid #DBDDDD;
	border-left: 1px solid #DBDDDD;
	margin-bottom: 10px;
}

/*--- キャリア(太文字・黒) ---*/
dl .career dt {
    clear: left;
    float: left;
    width: 200px;
    padding-right: 5px;
}

/*----- キャリア(リストスタイル:画像) -----*/
/*--- MU 全日本空輸 ---*/
.careerc_nh li {
    padding-left: 40px;
    background: url(airimg/nh.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- MU 中国東方航空 ---*/
.careerc_mu li {
    padding-left: 40px;
    background: url(airimg/mu.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- CA 中国国際航空 ---*/
.careerc_ca li {
    padding-left: 40px;
    background: url(airimg/ca.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- CZ 中国南方航空 ---*/
.careerc_cz li {
    padding-left: 40px;
    background: url(airimg/cz.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- ZH 深セン航空 ---*/
.careerc_zh li {
    padding-left: 40px;
    background: url(airimg/zh.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- CI チャイナエアライン ---*/
.careerc_ci li {
    padding-left: 40px;
    background: url(airimg/ci.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- VN ベトナム航空 ---*/
.careerc_vn li {
    padding-left: 40px;
    background: url(airimg/vn.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- SC 山東航空 ---*/
.careerc_sc li {
    padding-left: 40px;
    background: url(airimg/sc.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- NX マカオ航空 ---*/
.careerc_nx li {
    padding-left: 40px;
    background: url(airimg/nx.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- CZ アシアナ航空 ---*/
.careerc_oz li {
    padding-left: 40px;
    background: url(airimg/oz.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}

/*--- KE 大韓航空 ---*/
.careerc_ke li {
    padding-left: 40px;
    background: url(airimg/ke.png) no-repeat 0 50%;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 110%;
}



/*--- 料金(太文字・赤・右揃え) ---*/
dl .career dd {
	text-align:right;
    color: #FA676A;
	font-size: 110%;
	font-weight: bold;
}

/*--- 上半期or下半期(小文字・右揃え)  ---*/
.price li {
	font-size: 80%;
	text-align: right;
}

/*----- 詳細(dtをfloat) -----*/
dl .details dt {
    clear: left;
    float: left;
    width: 240px;
    padding-right: 10px;
}

dl .details dd {
    margin-left: 250px;
}

/*----------------------------------------
　航空券＋ホテルセットプラン
----------------------------------------*/	
/*--- 画像 ---*/
.htl_img {
    padding-top: 2px;
	padding-bottom: 5px;
}

.htl_img2 {
    padding-top: 5px;
	padding-bottom: 5px;
}

/*--- 文字 ---*/
.htl_m {
    padding-top: 5px;
}

/*--- 文章欄 ---*/
.htl {
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #DBDDDD;
}

/*--- タイトル ---*/
.htl dt {
	font-weight: bold;
	margin-bottom: 3px;
}

/*--- 文章 ---*/
.htl dd {
	line-height: 1.4;
}

/*--- テキスト欄(枠なし) ---*/
.htl2 {
	margin-top: 20px;
}

.ht2 dd {
	line-height: 1.4;
}

/*--- 詳細(dtをfloat) ---*/
dl .htl3 dt {
    clear: left;
    float: left;
    width: 50px;
}

dl .htl3 dd {
    margin-left: 55px;
	width: 230px;
}

.htl3 li {
    text-align: right;
}

/*--- お問い合わせ(中央揃え) ---*/
.htl_f {
	padding-top: 30px;
    text-align: center;
}

/*--- メールでのお問い合わせ ---*/
dl .htl_m dt {
	padding-bottom: 5px;
}

dl .htl_m dd {
	margin-bottom: 20px;
}

/*--- 電話でのお問い合わせ ---*/
dl .htl_t dt {
	font-size: 120%;
	font-weight: bold;
}

dl .htl_t dd {
	padding-top: 5px;
}

.htl_c {
    width: 300px;
}

dl .htl_c dt {
    clear: left;
    float: left;
    width: 90px;
}

dl .htl_c dd {
    margin-left: 95px;
	width: 200px;
}

.htl_c2 {
	padding-bottom: 3px;
}

/*---------------------------------------- サブメイン ----------------------------------------*/
/*----------------------------------------
　サイト利用方法
----------------------------------------*/

/*--- メイン欄 ---*/
.guide1 {
    padding-bottom:5px;
	padding: 0 5px 5px;
}

.guide1 dt{
	font-weight:bold;
}

.guide1 dd{
	line-height: 1.4;
}

.guide2 {
    padding: 3px 0;
}
/*--- お問い合わせ(dtをfloat) ---*/
dl .guide3 dt {
    clear: left;
    float: left;
    width: 160px;
    padding-right: 10px;
	padding-top: 16px;
	padding-left:5px;
}

dl .guide3 dd {
    margin-left: 165px;
	padding-top: 10px;
	width: 280px;
}
/*--- 支払(dtをfloat) ---*/
dl .guide4 dt {
    clear: left;
    float: left;
    width: 150px;
    padding-right: 10px;
	padding-top: 10px;
	padding-left:5px;
}

dl .guide4 dd {
    margin-left: 155px;
	padding-top: 10px;
	width: 210px;
}

/*----------------------------------------
　サイトマップ
----------------------------------------*/	
/*--- トップページ ---*/
.top li {
	background: url(image/micon1.gif) no-repeat 0 3px;
	line-height: 160%;
	margin-bottom: 10px;
	padding-left: 20px;
}
/*--- フォルダ階層１ ---*/
.folder li {
	background: url(image/micon2.gif) no-repeat 0 3px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
}
/*--- フォルダ階層2 ---*/
.folder2 li {
	background: url(image/micon2.gif) no-repeat 0 3px;
	margin-left: 60px;
	margin-bottom: 10px;
	padding-left: 20px;
}
/*--- フォルダ階層3 ---*/
.folder3 li {
	background: url(image/micon2.gif) no-repeat 0 3px;
	margin-left: 90px;
	margin-bottom: 10px;
	padding-left: 20px;
}
/*--- ページ階層1 ---*/
.page li {
	background: url(image/micon3.gif) no-repeat 0 3px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
}
/*--- ページ階層2 ---*/
.page2 li {
	background: url(image/micon3.gif) no-repeat 0 3px;
	margin-left: 60px;
	margin-bottom: 10px;
	padding-left: 20px;
}
/*--- ページ階層3 ---*/
.page3 li {
	background: url(image/micon3.gif) no-repeat 0 3px;
	margin-left: 90px;
	margin-bottom: 10px;
	padding-left: 20px;
}
/*--- ページ階層4 ---*/
.page4 li {
	background: url(image/micon3.gif) no-repeat 0 3px;
	margin-left: 120px;
	margin-bottom: 10px;
	padding-left: 20px;
}
/*----------------------------------------
　お役立ちリンク
----------------------------------------*/	
.link1 li {
    padding-bottom: 5px;
	list-style-type: disc;
	margin-left: 20px;
}

/*----------------------------------------
　会社概要
----------------------------------------*/	
/*--- 項目 ---*/
dl .company1 dt {
    clear: left;
    float: left;
    width: 30px;
	padding-right: 3px;
	margin-bottom: 5px;
	text-align: right;
}

/* ---詳細 --*/
dl .company1 dd {
    margin-left: 35px;
	margin-bottom: 5px;
	text-align: left;
}

/*--- 項目 ---*/
dl .company2 dt {
    clear: left;
    float: left;
    width: 80px;
	margin-top: 2px;
	margin-bottom: 5px;
}

/* ---詳細 --*/
dl .company2 dd {
    margin-left: 80px;
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: left;
    width: 280px;
}

.company3 {
	margin-top: 2px;
}
/*--- IR情報欄 ---*/
dl .ir {
    padding: 0 25px 0;
	margin: 0 25px 25px;
	text-align: center;
}

/*--- IR情報リスト(ノンブル画像) ---*/
.ir2 li {
    padding-top: 2px;
    padding-bottom: 10px;
	padding-left: 25px;
    text-align: left;
	background: url(image/icon_acrobat_veiw.gif) no-repeat 0 10%;
}

/*----------------------------------------
　約款
----------------------------------------*/	
/*----- タイトル (左揃え)-----*/
.contract2 li {
	margin-bottom: 15px;
	text-align: left;
}

/*--- タイトル(左揃え・太文字・黒) ---*/
.contract3 li {
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

/*----------------------------------------
　プライバシー
----------------------------------------*/	
/*----- 本文欄 -----*/
.privacy1 {
    width: 514px;
	text-align: left;
}

/*--- 項目(左揃え・太文字・黒)  ---*/
dl .privacy1 dt {
	font-weight: bold;
	padding: 25px 0 5px;
}

/*--- 本文 ---*/
dl .privacy1 dd {
	line-height: 1.4;
}

/*----------------------------------------
　特定商取引法
----------------------------------------*/	
.regulation2 li {
    text-align: right;
}

/*---------------------------------------- 企画 ----------------------------------------*/
/*----------------------------------------
　ベトナム
----------------------------------------*/	
/*--- タイトル(太文字:黒 線) ---*/
.air_htlv {
    font-weight: bold;
	list-style: none;
	font-size: 110%;
    padding: 10px 10px 6px;
	background: url(image/pattern2.jpg);
	border-bottom: 1px solid  #333333;
	border-bottom-style: dotted;
}

/*--- 関空bookinあり(右揃え・背景画像) ---*/
#main .title_kix_v li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(image/vkix.jpg) no-repeat;
}

/*--- 広島bookinあり(右揃え・背景画像)  ---*/
#main .title_hij_v li {
	text-align: right;
	margin-top: 20px;
	padding: 3px 10px 3px 0;
	background: url(image/vhij.jpg) no-repeat;
}

/*--- 文章欄背景パターン＆下線(ドット) ---*/
#main .ticket_v {
    padding: 10px;
	background: url(image/pattern2.jpg);
	border-bottom: 1px solid #333333;
	border-bottom-style: dotted;
}

/*----------------------------------------
　上海expo
----------------------------------------*/






	
/*----------------------------------------
　kyuusaiko
----------------------------------------*/
.kyusaiko1 {
    margin-top: 20px;
}

.kyusaiko_p {
    color: #3366CC;
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
}

/*----- 文章欄 -----*/
dl .kyusaiko3 {
    text-align: left;
	padding-top: 20px;
}

/*----- 赤文字 -----*/
dl .kyusaiko3 dt {
    color: #FA676A;
	font-weight: bold;
	padding-bottom: 5px;
}

/*----- 本文 -----*/
dl .kyusaiko3 dd {
}

/*--- スペース ---*/
.kyusaiko_s {
    padding-top: 20px
}

/*----------------------------------------
　鉄道
----------------------------------------*/	
.rail_l  li {
    background:url(railimg/ricon.jpg) no-repeat 0 0%;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 35px;
	font-size: 110%;
}

/*---------------------------------------- END ----------------------------------------*/