@charset "UTF-8";

/* タイトル */
h1 {

}

/* 見出しH2の設定 */
h2 {
    color:#006291;
    height:25px;
    font-size:0.9em;
    font-weight:bold;
    text-indent:7px;
    line-height:2.2em;
    background:transparent url("images/h2_back.gif") repeat-x;
    font-family:"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
}

/* 見出しH3の設定 */
h3 {
    clear:both;
    color:white;
    font-size:0.9em;
    font-weight:normal;
    line-height:1.7em;
    text-indent:7px;
    height:35px;
    font-family:"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
    background:transparent url("images/tag3.gif") no-repeat;
}


/* 各ボックスのベース設定 */
.tab {
    position:relative;
    margin:20px 0;
}

/* 各ボックス横のページ内ジャンプ */
.jump {
    position:absolute;
    font-size:0.7em;
    top:5px;
    right:10px;
}

.tab .description {
    padding:5px 5px 5px 5px;
    line-height:1.2em;
}


.combotab {
    position:relative;
    margin:20px 0;
}

.combotab .subtab1 {
    position:relative;
    float:left;
}

.combotab .subtab2 {
    position:relative;
    float:right;
}

.combotab .subtab3 {
    position:relative;
    float:right;
}

/* ツアー詳細 */
.info {
    position:relative;
    margin-top:10px;
    width:718px;
}

.info_img {
    position:relative;
    float:left;
    left:3px;
    width:230px;
    margin-bottom:30px;
}

.info_img p {
	line-height:1.5em;
	margin-bottom:5px;
}

.airline {
    margin-top:5px;
    border:1px solid #cccccc;
    padding:10px;
    text-align:center;
}

.info_text {
    position:relative;
    float:right;
    left:8px;
    width:480px;
    margin-bottom:30px;
}

.info_text table th {
    font-family:"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
    width:120px;
    font-size:0.8em;
    font-weight:normal;
    text-align:center;
    background-color:#f0f8ff;
    line-height:1.7em;
    border:1px solid blue;
}

.info_text table td {
    font-family:"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
    text-indent:0px;
    width:335px;
    font-size:0.75em;
    text-align:left;
    background-color:#ffffff;
    border:1px solid blue;
	padding:0px 10px 0px 5px;
}

.info_text pre {
	font-size:1em;
    padding:15px 5px 15px 10px;
    line-height:1.6em;
    text-indent:0px;
}

/* 問い合わせ部分全体 */
#toiawase {
    position:relative;
    text-align:center;
}

/* 問い合わせ部分のリンク */
#toiawase ul {
    position:absolute;
    top:50px;
    left:240px;
    text-align:left;
    list-style-position:inside;
    list-style-image:url("images/arrow2.gif");
}

#toiawase li {
    text-indent:-3px;
    line-height:0.95em;
}


