@charset "utf-8";

/******************************************************************************
Check-in PLAN LIST -STYLE1- CSS
******************************************************************************/

* {
    margin:0;
	padding:0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#797979;
	text-align:center;
	line-height:120%;
}
.space {
	font-size: 1px;
	line-height: 100%;
	display: block;
	height: 1px;
	clear: both;
}
img {
    border:0;
}

/************ プラン用Frame ************/
.plan_frame {
	width:790px;
	margin:0 auto;
}
/************/

/************ ヘッダー ************/
.ya_name_frame {
}
.ya_name {
	width:790px;
	margin:0 auto;
	background-color:#E7E7E7;
}
.ya_name p {
	text-align:left;
	padding:5px 10px;
	font-weight:bold;
}
/************/

/************ 利用可能なプラン ************/
#plan_list_frame {
    margin:0 0 20px 0; 
}
#plan_list_frame .plan_list {
    margin:5px; 
}
.plan_list span {
    padding:0 5px 5px 20px;
	height:15px;
    background:url(../../img/plan_list/mark_01.gif) no-repeat;
	color:#600;
	font-size:80%;
	float:left;
}
.plan_list a {
	color:#600;
	text-decoration:none;
}
.plan_list a:hover {
	color:#600;
	text-decoration:underline;
}
/************/

/************ プラン用BOX ************/
.box {
	width:790px;
	margin:5px 0 30px 0;
}
.box .photo {
	padding:1px;
	border:1px solid #D5D5D5;
	float:left;
}
.photo img {
	border:1px solid #D5D5D5;
}
.box .text {
	width:670px;
	float:right;
}
.text p {
	font-size:76%;
	text-align:left;
}
/************/


/************ プランが1つも無いとき「すべてのプランを表示する」 ************/
#allplan_open_frame {
	width:790px;
	margin:0 auto;
	text-align:center;
}
#allplan_open_frame p {
	margin:20px 0;
	font-size:80%;
}
/************/





/************ 利用できるプラン一覧 ************/
.plin_box_frame {
    margin:0 auto 0 auto;
	width:790px;
	text-align:left;
}
/**** タイトル「利用できるプラン一覧」 ****/
.can_use_planlist {
	margin:8px 4px 4px 4px;
	width:782px;
	height:23px;
	background:url(../../img/plan_list/can_use_planlist_title.jpg) no-repeat;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 24px;
	color:#666;
}


/**** プラン一覧ページ検索部分 ****/
.t_box_a {
    width:782px;
	background:url(../../img/plan_list/title_box.jpg) center bottom no-repeat;
	margin:6px 0 6px 4px;
	padding:0 0 10px 0;
}
.title_a {
    height: 23px;
	background:url(../../img/plan_list/title.gif) no-repeat;
	background-position:0px 4px;
	padding:3px 0 0 10px;
	margin: 0 0 0 10px;
}
.title_a span {
    color:#666;
	font-weight:bold;
	font-size:14px;
}
.plan_name {
	font-weight:bold;
}
.plan_box {
	padding:2px 0 0 0;
	border-top:2px solid #CCC;
}
.plan_box .plan_period {
	width:400px;
	float:left;
}

/*** 日本語 ***/
.reserve_btn {
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn.gif) no-repeat;
	float:right;
}
.reserve_btn a {
	display:block;
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn.gif) no-repeat;
}
.reserve_btn a:hover {
	background:url(../../img/plan_list/type1/reserve_btn_f2.gif) no-repeat;
}
.reserve_btn span {
	display:none;
}

/*** 英語 ***/
.reserve_btn_en {
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn_en.gif) no-repeat;
	float:right;
}
.reserve_btn_en a {
	display:block;
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn_en.gif) no-repeat;
}
.reserve_btn_en a:hover {
	background:url(../../img/plan_list/type1/reserve_btn_en_f2.gif) no-repeat;
}
.reserve_btn_en span {
	display:none;
}


/*** 中国語（繁体字） ***/
.reserve_btn_cnh {
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn_cnh.gif) no-repeat;
	float:right;
}
.reserve_btn_cnh a {
	display:block;
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn_cnh.gif) no-repeat;
}
.reserve_btn_cnh a:hover {
	background:url(../../img/plan_list/type1/reserve_btn_cnh_f2.gif) no-repeat;
}
.reserve_btn_cnh span {
	display:none;
}


/*** 中国語（簡体字） ***/
.reserve_btn_cnk {
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn_cnk.gif) no-repeat;
	float:right;
}
.reserve_btn_cnk a {
	display:block;
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn_cnk.gif) no-repeat;
}
.reserve_btn_cnk a:hover {
	background:url(../../img/plan_list/type1/reserve_btn_cnk_f2.gif) no-repeat;
}
.reserve_btn_cnk span {
	display:none;
}


/*** 韓国語 ***/
.reserve_btn_kr {
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn_kr.gif) no-repeat;
	float:right;
}
.reserve_btn_kr a {
	display:block;
	width:122px;
	height:18px;
	background:url(../../img/plan_list/type1/reserve_btn_kr.gif) no-repeat;
}
.reserve_btn_kr a:hover {
	background:url(../../img/plan_list/type1/reserve_btn_kr_f2.gif) no-repeat;
}
.reserve_btn_kr span {
	display:none;
}



/**** おすすめ情報 ****/
.recommend_text {
	border-bottom:2px dotted #CCC;
	border-top:2px dotted #CCC;
	padding:2px 0;
	margin:5px 10px;
}
