/* 
dst/list.html（dst詳細ページ）
----------------------------------------------------------
■01：ページ内共通要素
■02：ol#listbox
■03：div.txtbox（リード・テキスト）
■04：div.planbox
■05：div.banner
----------------------------------------------------------*/

/*■01：ページ内共通要素
---------------------------------------------------*/
/*ページタイトル*/
/*幅設定に関してはbace.cssにて共通化*/

div.top{width:690px;height:330px; margin-bottom:20px;
text-indent:-9999px;background:url(../img/top.jpg) no-repeat;}

/*■03：div.txtbox（リード・テキスト）
---------------------------------------------------*/
div.txtbox{width:690px; margin:10px 0;}
div.txtbox b{display:block;font-size:15px;color:#645742;}
div.txtbox h3{font-size:16px;font-weight:bold;color:#645742;}
div.txtbox p.t10{ margin-top:10px;}
/*画像がある場合*/
div.txtbox p{overflow:hidden;width:690px;}
div.txtbox p span{display:block;}
div.txtbox p span.txt{float:left;width:380px;padding:0 5px;}

/*罫線ボックス*/
.dstbox{border:1px solid #ccc;width:668px;padding:10px;}


/*■02：ol#listbox
---------------------------------------------------*/
ol#listbox{width:668px; overflow:hidden;}
ol#listbox li{float:left;width:222px;}
ol#listbox li div.lbb{width:212px; height:315px;margin:4px;border:1px solid #ccc;background-color:#291c03;}
ol#listbox li div.lbb h4{text-indent:-9999px;display:block;
width:200px; margin:0 auto;text-align:center;height:21px;}
ol#listbox li div.lbb h4.h4mv{background:url(../img/top_ibb/lbb_h4mv.gif) no-repeat;}/*モルディブ*/
ol#listbox li div.lbb h4.h4th{background:url(../img/top_ibb/lbb_h4th.gif) no-repeat;}/*タヒチ*/
ol#listbox li div.lbb h4.h4bl{background:url(../img/top_ibb/lbb_h4bl.gif) no-repeat;}/*バリ島*/
ol#listbox li div.lbb h4.h4au{background:url(../img/top_ibb/lbb_h4au.gif) no-repeat;}/*オーストラリア*/
ol#listbox li div.lbb h4.h4tb{background:url(../img/top_ibb/lbb_h4tb.gif) no-repeat;}/*タイ（プーケット）*/
ol#listbox li div.lbb h4.h4nz{background:url(../img/top_ibb/ibb_h4nz.gif) no-repeat;}/*ニュージーランド*/
ol#listbox li div.lbb h4.h4fr{background:url(../img/top_ibb/lbb_h4fr.gif) no-repeat;}/*フランス*/
ol#listbox li div.lbb h4.h4it{background:url(../img/top_ibb/lbb_h4it.gif) no-repeat;}/*イタリア*/
ol#listbox li div.lbb h4.h4nc{background:url(../img/top_ibb/lbb_h4nc.gif) no-repeat;}/*ニューカレドニア*/
ol#listbox li div.lbb h4.h4cb{background:url(../img/top_ibb/ibb_h4cb.gif) no-repeat;}/*カンクン*/
ol#listbox li div.lbb h4.h4fj{background:url(../img/top_ibb/lbb_h4fj.gif) no-repeat;}/*フィジー*/
/*p（img）*/
ol#listbox li div.lbb p.img{margin:5px 0 0 4px;}
ol#listbox li div.lbb p.img{ width:202px;border:1px solid #ccc;}
ol#listbox li div.lbb p.img img{ width:200px;padding:1px;}
/*p（txt）*/
ol#listbox li div.lbb p.tour_link{
display:block;width:202px;margin:5px; color:#fff;}
ol#listbox li div.lbb p.tour_link a{display:block;width:200px; height:30px;margin-top:10px;}
p.tour_link a{background:url(../img/link.jpg) no-repeat; text-indent:-9999px;}
/*東京*/
p.tour_link a.tk{background-position:0 0;}
p.tour_link a.tk:hover{background-position:-200px 0;}
/*名古屋*/
p.tour_link a.ng{background-position:0 -30px;}
p.tour_link a.ng:hover{background-position:-200px -30px;}
/*大阪*/
p.tour_link a.os{background-position:0 -60px;}
p.tour_link a.os:hover{background-position:-200px -60px;}
/*福岡*/
p.tour_link a.fk{background-position:0 -90px;}
p.tour_link a.fk:hover{background-position:-200px -90px;}



/*■03：div.txtbox（リード・テキスト）
---------------------------------------------------*/
div.txtbox{width:690px; margin:10px 0;}
div.txtbox h3{font-size:16px;font-weight:bold;color:#645742;}
div.txtbox p.t10{ margin-top:10px;}


/*■04：div.banner（バナーボックス）
---------------------------------------------------*/
div.banner{width:690px;margin:10px 0;}










/****************************************************************



