@charset "utf-8";

/******************************************************************************
Check-in PLAN LIST -TYPE1・TYPE2- CSS
	「style1.css」　のbox幅　790pxを630pxに修正
	※打ち消しが必要な幅のみを記載
******************************************************************************/

/************ プラン用Frame ************/
.plan_frame {
	width:630px;
	margin:0 auto;
}
/************/

/************ ヘッダー ************/
.ya_name {
	width:630px;
}
/************/

/************ プラン用BOX ************/
.box {
	width:630px;
}
.box .text {
	width:510px;
}
.plan_box .plan_period {
	width:350px;
}
/************/


/************ プランが1つも無いとき「すべてのプランを表示する」 ************/
#allplan_open_frame {
	width:630px;
}
