@charset "Shift_JIS";
/* ===================================================================
CSS information

 style info: style

 *Since: 2013-12-03
=================================================================== */
/* ----------------------------------------------------
	客船詳細　基本設定
---------------------------------------------------- */
/* ----------------------------------------------------
	#overview
---------------------------------------------------- */
#overview {
	margin-bottom: 20px;
	padding: 10px 25px 25px;
	background: url(../img/bg_cmn_07.png);
}
#overview .txt {
	float: left;
	width: 447px;
}
#overview .image {
	float: right;
	width: 447px;
	padding-top: 20px;
}
#overview .image .btn {
	width: 452px;
	margin: 10px -3px 0 -2px;
}
#overview .txt .lead {
	font-size: 16px;
	font-weight: bold;
	color: #A78852;
	margin: 10px 0;
}
#overview .point {
	margin-top: 20px;
	padding: 35px 15px 15px;
	font-weight: bold;
	color: #3071b5;
	background: #FFF url(../img/ship/h_point.png) no-repeat 10px 5px;
}


/* ----------------------------------------------------
	客船詳細用タブ
---------------------------------------------------- */
.tabSelectS {
	border-bottom: 3px solid #00518A;
}
.tabSelectS li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-indent: -9999px;
	height: 40px;
}
.tabSelectS .cabin {
	width: 322px;
	background: url(../img/ship/tab_cabin.png) no-repeat left top;
}
.tabSelectS .cabin:hover,
.tabSelectS .cabin.active {
	background: url(../img/ship/tab_cabin_on.png) no-repeat left top;
}
.tabSelectS .facilities {
	width: 325px;
	background: url(../img/ship/tab_facil.png) no-repeat left top;
}
.tabSelectS .facilities:hover,
.tabSelectS .facilities.active {
	background: url(../img/ship/tab_facil_on.png) no-repeat left top;
}
.tabSelectS .data {
	width: 323px; 
	background: url(../img/ship/tab_data.png) no-repeat left top;
}
.tabSelectS .data:hover,
.tabSelectS .data.active {
	background: url(../img/ship/tab_data_on.png) no-repeat left top;
}
.tabContentS{
	margin: 0 0 30px 0;
}
.tabContentS > div {
	padding: 30px 25px;
	background: url(../img/bg_cmn_07.png);
	border-top:4px solid #004F93;
}
.tabContentS > div.plan{
	padding: 30px 25px;
	background: url(../img/bg_cmn_07.png);
	border-top:4px solid #9A0000;
}
.tabContentS > div .row_wrapper {
	margin: 20px 0 35px;
	clear:both;
}
.tabContentS > div .row_wrapper.combi {
	width: 945px;
	margin-right: -25px;
}
.tabContentS > div h4 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #A78852;
}
.tabContentS .one_block,
.tabContentS .two_block {
	float: left;
}
.tabContentS .one_block h4,
.tabContentS .two_block h4 {
	margin-right: 25px;
}
.tabContentS .one_block p,
.tabContentS .two_block p {
	padding-right: 25px;
}
.tabContentS .one_block {
	width: 315px;
}
.tabContentS .two_block {
	width: 630px;
}
.tabContentS .cabin ul,
.tabContentS .facilities ul {
	margin-right: -25px;
}
.tabContentS .cabin ul.single_combi {
	float: left;
}
.tabContentS .cabin ul li,
.tabContentS .facilities ul li {
	float: left;
	width: 290px;
	margin-right: 25px;
}
.tabContentS .cabin h4 {
	border-bottom: 1px solid #A78852;
	margin-top: 10px;
	padding-bottom: 5px;
}
.tabContentS .cabin .common_equip {
	padding: 10px 15px;
	background: #FFF;
}
.tabContentS .cabin .common_equip h5,
.tabContentS .cabin .common_equip .head {
	margin-bottom: 5px;
	font-weight: bold;
	color: #A78852; 
}
.tabContentS .cabin .note {
	margin: 20px 0 0 ;
	font-size: 12px;
	color: #888;
}

.tabContentS .facilities ul {
	margin-top: 10px;
}
.tabContentS .data .txt {
	margin: 20px 0;
	padding: 15px 20px;
	background: #FFF;
}
.tabContentS .data h3 {
	position: relative;
	margin-bottom: 20px;
}
.tabContentS .data h3 span {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
}
.tabContentS .deck_image {
	width: 946px;
	margin: -20px -26px 0 0;
}
.tabContentS .deck_image li {
	float: left;
	width: 447px;
	margin: 20px 26px 0 0;
	background: #FFF;
}
.tabContentS .deck_image.wide li {
	float: left;
	width: 920px;
	margin: 20px 26px 0 0;
	background: #FFF;
}
.tabContentS .deck_image li a {
	display: block;
	padding: 15px;
}
.tabContentS .deck_image li a span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 0 5px 12px;
	text-decoration: underline;
	background: url(../img/ic_arrow_06.png) no-repeat left center;
}
.tabContentS .deck_image li a:hover span {
	color: #9C0000 !important;
}

/* ----------------------------------------------------
	客船詳細用タブ　new
---------------------------------------------------- */
.tabSelectN{
	/*border-bottom:4px solid #00518A;*/
	overflow:hidden;
	background:url(../img/bg_cmn_07.png)
}

.tabSelectN li{
	float:left;
	background:url(../img/ship/tab_navi.png) no-repeat -241px 0;
	width:240px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#00518A;
	font-weight:bold;
	cursor:pointer;
	margin:0 0 0 1px;
}

.tabSelectN li:hover{
	background:url(../img/ship/tab_navi.png) no-repeat 0 0;
	color:#FFF;
}

.tabSelectN li.active{
	background:url(../img/ship/tab_navi.png) no-repeat 0 0;
	color:#FFF;
	cursor:default;
}

.tabSelectN li.true{
	background:url(../img/ship/tab_navi.png) no-repeat -481px 0;
	width:241px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#900;
	font-weight:bold;
	cursor:pointer;
	margin:0 0 0 1px;
}

.tabSelectN li.true:hover{
	background:url(../img/ship/tab_navi.png) no-repeat -723px 0;
	color:#FFF;
}

.tabSelectN li.true.active{
	background:url(../img/ship/tab_navi.png) no-repeat -723px 0;
	color:#FFF;
}

.tabSelectN li.false{
	background:url(../img/ship/tab_navi.png) no-repeat -963px 0;
	width:241px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#00518A;
	font-weight:bold;
	cursor:pointer;
	margin:0 0 0 1px;
	color:#666;
}

.tabSelectN li.false:hover{
	background:url(../img/ship/tab_navi.png) no-repeat -1205px 0;
	color:#FFF;
}

.tabSelectN li.false.active{
	background:url(../img/ship/tab_navi.png) no-repeat -1205px 0;
	color:#FFF;
}

/* ----------------------------------------------------
	#cruiseSeminar クルーズ商品相談・説明会
---------------------------------------------------- */
#cruiseSeminar {
	margin: 20px 0;
	padding-bottom: 17px;
	background: url(../img/bg_cmn_01.jpg);	
}
#cruiseSeminar h2 {
	padding: 10px 15px;
	background: url(../img/bg_cmn_06.jpg);
}
#cruiseSeminar .inner {
	margin: 20px 25px 20px;
	padding: 20px;
	background: #FFF;
}
#cruiseSeminar .txt {
	float: left;
	width: 430px;
}
#cruiseSeminar .txt h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
#cruiseSeminar .txt table {
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #A78852;
}
#cruiseSeminar .txt table th,
#cruiseSeminar .txt table td {
	padding: 5px 0;
	border-bottom: 1px solid #A78852;
}
#cruiseSeminar .txt table th {
	width: 9em;
	font-weight: bold;
	vertical-align: top;
}
#cruiseSeminar .txt table .date {
	font-weight: bold;
	color: #9C0000;
}
#cruiseSeminar .txt table .tell {
	font-size: 18px;
	font-weight: bold;
	color: #9C0000;
}
#cruiseSeminar .image {
	float: right;
	display: block;
	width: 407px;
}
#cruiseSeminar .btn {
	text-align: center;
}

/* ----------------------------------------------------
	#otherShips その他の客船を見る
---------------------------------------------------- */
#otherShips {
	margin: 20px 0;
	padding: 20px 25px;
	background:url(../img/bg_cmn_07.png);
}
#otherShips h2 {
	margin-bottom: 15px;
}
#otherShips .tabSelect li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 185px;
	height: 33px;
	text-indent: -9999px;
}
#otherShips .tabSelect .boutique {
	width: 183px;
	background: url(../img/ship/tab_boutique.png) no-repeat left top;
}
#otherShips .tabSelect .boutique:hover,
#otherShips .tabSelect .boutique.active {
	background: url(../img/ship/tab_boutique_on.png) no-repeat left top;
}
#otherShips .tabSelect .luxury {
	background: url(../img/ship/tab_luxury.png) no-repeat left top;
}
#otherShips .tabSelect .luxury:hover,
#otherShips .tabSelect .luxury.active {
	background: url(../img/ship/tab_luxury_on.png) no-repeat left top;
}
#otherShips .tabSelect .premium {
	background: url(../img/ship/tab_premium.png) no-repeat left top;
}
#otherShips .tabSelect .premium:hover,
#otherShips .tabSelect .premium.active {
	background: url(../img/ship/tab_premium_on.png) no-repeat left top;
}
#otherShips .tabSelect .casual {
	background: url(../img/ship/tab_casual.png) no-repeat left top;
}
#otherShips .tabSelect .casual:hover,
#otherShips .tabSelect .casual.active {
	background: url(../img/ship/tab_casual_on.png) no-repeat left top;
}
#otherShips .tabSelect .domestic {
	width: 182px;
	background: url(../img/ship/tab_domestic.png) no-repeat left top;
}
#otherShips .tabSelect .domestic:hover,
#otherShips .tabSelect .domestic.active {
	background: url(../img/ship/tab_domestic_on.png) no-repeat left top;
}
#otherShips .tabContent > div {
	padding: 15px 20px;
	background: #FFF;
	border-top: 1px solid #3071B5;
}
#otherShips .tabContent > div h3 {
	margin-bottom: 10px;
}
#otherShips .tabContent > div p {
	margin: 10px 0;
}
#otherShips .tabContent > div ul {
	width: 894px;
	margin-right: -14px;
}
#otherShips .tabContent > div ul li {
	float: left;
	width: 135px;
	margin-right: 14px;
}
#otherShips .tabContent > div .boxLink .linkImage {
	margin-bottom: 5px;
}

sup{
	font-size: 9px;
	vertical-align: super;
}

/*---------------------------------------------------- 
	ページ下部客船リスト
---------------------------------------------------- */
#ship_list{
	margin: 0 0 30px 0;
	display: none;
}
#ship_list h2{
	margin: 0 0 15px 0;
}
#ship_list #tab{
	overflow: hidden;
	border-bottom: 2px solid #4991da;
}
#ship_list #tab li{
	display: inline;
	float: left;
}
#ship_list #tab li a{
	display: block;
	text-indent: -9999px;
}
#ship_list #tab #tab01 a{
	width: 193px;
	height: 42px;
	background: url(../img/first_time/tab_ship_01.png) no-repeat top left;
}
#ship_list #tab #tab02 a{
	width: 195px;
	height: 42px;
	background: url(../img/first_time/tab_ship_02.png) no-repeat top left;
}
#ship_list #tab #tab03 a{
	width: 195px;
	height: 42px;
	background: url(../img/first_time/tab_ship_03.png) no-repeat top left;
}
#ship_list #tab #tab04 a{
	width: 195px;
	height: 42px;
	background: url(../img/first_time/tab_ship_04.png) no-repeat top left;
}
#ship_list #tab #tab05 a{
	width: 192px;
	height: 42px;
	background: url(../img/first_time/tab_ship_05.png) no-repeat top left;
}
#ship_list #tab #tab01 a:hover,
#ship_list #tab #tab01 a.active{
	background: url(../img/first_time/tab_ship_01_on.png) no-repeat top left;
}
#ship_list #tab #tab02 a:hover,
#ship_list #tab #tab02 a.active{
	background: url(../img/first_time/tab_ship_02_on.png) no-repeat top left;
}
#ship_list #tab #tab03 a:hover,
#ship_list #tab #tab03 a.active{
	background: url(../img/first_time/tab_ship_03_on.png) no-repeat top left;
}
#ship_list #tab #tab04 a:hover,
#ship_list #tab #tab04 a.active{
	background: url(../img/first_time/tab_ship_04_on.png) no-repeat top left;
}
#ship_list #tab #tab05 a:hover,
#ship_list #tab #tab05 a.active{
	background: url(../img/first_time/tab_ship_05_on.png) no-repeat top left;
}
#ship_list #ships{
	padding: 20px 0 0 0;
	background: url(../img/bg_blue.png) repeat bottom left;
}
#ship_list #ships div p{
	margin: 0 25px 20px;
	position: relative;
}
#ship_list #ships div p span{
	margin: 0 0 0 20px;
	font-size: 13px;
}
#ship_list #ships div ul{
	margin: 0 0 0 25px;
}
#ship_list #ships div li{
	width: 290px;
	margin: 0 25px 20px 0;
	display: inline;
	float: left;
}
#ship_list #ships div li dl{
	position: relative;
	padding: 165px 0 0 0;
}
#ship_list #ships div li dl dt{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 5px 0;
	position: relative;
	z-index: 10;
}
#ship_list #ships div li dl dt span{
	font-size: 11px;
	line-height: 1.0;
	margin: 0 5px 0 0;
	padding: 2px 2px 1px;
	border: 1px solid #000;
	position: relative;
	top: -3px;
}
#ship_list #ships div li dl .linkImage{
	position: absolute;
	top: 0px;
	left: 0px;
}
#ship_info{
	background: url(../img/bg_blue.png) repeat bottom left;
	padding: 0 0 25px 0;
}
#ship_info ul {
	padding: 20px 50px 15px;
	margin: 0 25px;
	background-color: #fff;
}
#ship_info ul li{
	width: 270px;
	display: inline;
	float: left;
}
#ship_info ul li img{
	margin: 0 0 5px 0;
}

/* =============================
	ディズニー・ドリーム用 add20180420nta
	============================= */
.disney_dream .tabSelectN li.false {
    background: url(../img/ship/tab_navi.png) no-repeat -240px 0;
    width: 241px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #00518A;
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 0 1px;
    color: #666;
}
.disney_dream .tabSelectN li.false:hover,
.disney_dream .tabSelectN li.false.active{
	background:url(../img/ship/tab_navi.png) no-repeat 0 0;
	color:#FFF;
}
.disney_dream #tours .yet a{color: #3071b5;text-decoration:underline!important;}

.disney_dream .tabSelectN li.true{
	background:url(../img/ship/tab_navi.png) no-repeat -481px 0;
	width:241px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#900;
	font-weight:bold;
	cursor:pointer;
	margin:0 0 0 1px;
}

.disney_dream .tabSelectN li.true:hover,
.disney_dream .tabSelectN li.true.active{
	background:url(../img/ship/tab_navi.png) no-repeat -723px 0;
	color:#FFF;
}

/* =============================
	ダイヤモンド・クルーズ用
	============================= */
h3.subtitle{
	margin:20px 0;
}

/*ナビゲーション*/
.conNavi{
	margin:20px 0 10px 10px;
	width:960px;
}
.conNavi li a{
	margin-right:10px;
	float:left;
	text-indent:-9999px;
	width:310px;
	height:50px;
	display:block;
	background-image:url(../img/ship/diamond_princess/nav.png);
	background-repeat:no-repeat;
}
.conNavi li.nav1 a{background-position:left top;}
.conNavi li.nav2 a{background-position:-320px top;}
.conNavi li.nav3 a{background-position:-640px top;}
.conNavi li.nav1 a:hover{background-position:left bottom;}
.conNavi li.nav2 a:hover{background-position:-320px bottom;}
.conNavi li.nav3 a:hover{background-position:-640px bottom;}


/*クルーズの魅力*/
h3#cruise_tour{
	margin:30px 0 10px 0;
}
h4.overviewSubtit{
	font-size:16px;
	color:#A78852;
	font-weight:bold;
	padding-top:10px;
}

/*ツアーリンク*/
#tourList{
	margin:20px 0;
	padding:0;
	width:920px;
}
#tourList li{
	float:left;
	background:#fff;
	padding-bottom:10px;
	margin-right:25px;
	width:290px;
}
#tourList li a{
	padding:5px 10px 0 10px;
	font-weight:bold;
	display:block;
}
#tourList li span.price{
	color:#9c1200;
	padding:0 10px;
}
.btnTour{
	text-align:center;
	margin-bottom:10px;
}


/*3列のイメージ画像*/
.image3list{
	margin:20px 0 5px 0;
	padding:0;
	width:920px;
}
.image3list li{
	float:left;
	margin-right:25px;
	width:290px;
}
/*3列リストの右側margin:0*/
.noRight{
	margin-right:0 !important;
}

/*写真説明*/
.overviewAtt{
	font-size:12px;
	margin-top:20px;
}


/* ----------------------------------------------------
	タブ
---------------------------------------------------- */
#boxTab_top ul {
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#boxTab_top li {
	float:left;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#boxTab_top li a {
	display:block;
}
.btnTab1_top {
	background-image: url(../img/bt_tab1_ov.gif);
	height: 66px;
	width: 118px;
}
.btnTab2_top {
	background-image: url(../img/bt_tab2_ov.gif);
	height: 66px;
	width: 114px;
}
.btnTab3_top {
	background-image: url(../img/bt_tab3_ov.gif);
	height: 66px;
	width: 112px;
}
.btnTab4_top {
	background-image: url(../img/bt_tab4_ov.gif);
	height: 66px;
	width: 115px;
}
.btnTab5_top {
	background-image: url(../img/bt_tab5_off.gif);
	height: 66px;
	width: 111px;
}
.btnTab6_top {
	background-image: url(../img/bt_tab6_ov.gif);
	height: 66px;
	width: 143px;
}
.btnTab7_top {
	background-image: url(../img/bt_tab7_ov.gif);
	height: 66px;
	width: 139px;
}
.btnTab8_top {
	background-image: url(../img/bt_tab8_ov.gif);
	height: 66px;
	width: 118px;
}
.btnTab1_top a {
	background-image: url(../img/bt_tab1.gif);
	height: 66px;
	width: 118px;
}
.btnTab2_top a {
	background-image: url(../img/bt_tab2.gif);
	height: 66px;
	width: 114px;
}
.btnTab3_top a {
	background-image: url(../img/bt_tab3.gif);
	height: 66px;
	width: 112px;
}
.btnTab4_top a {
	background-image: url(../img/bt_tab4.gif);
	height: 66px;
	width: 115px;
}
.btnTab5_top a {
	background-image: url(../img/bt_tab5.gif);
	height: 66px;
	width: 111px;
}
.btnTab6_top a {
	background-image: url(../img/bt_tab6.gif);
	height: 66px;
	width: 143px;
}
.btnTab7_top a {
	background-image: url(../img/bt_tab7.gif);
	height: 66px;
	width: 139px;
}
.btnTab8_top a {
	background-image: url(../img/bt_tab8.gif);
	height: 66px;
	width: 118px;
}
.btnTab1_top a:hover {
	background-image: url(../img/bt_tab1_ov.gif);
}
.btnTab2_top a:hover {
	background-image: url(../img/bt_tab2_ov.gif);
}
.btnTab3_top a:hover {
	background-image: url(../img/bt_tab3_ov.gif);
}
.btnTab4_top a:hover {
	background-image: url(../img/bt_tab4_ov.gif);
}
.btnTab5_top a:hover {
	background-image: url(../img/bt_tab5_ov.gif);
}
.btnTab6_top a:hover {
	background-image: url(../img/bt_tab6_ov.gif);
}
.btnTab7_top a:hover {
	background-image: url(../img/bt_tab7_ov.gif);
}
.btnTab8_top a:hover {
	background-image: url(../img/bt_tab8_ov.gif);
}


#pageName{
	font-size:28px;
	font-weight:bold;
	margin:0 0 20px 0;
}

#pageName span{
	font-size:16px;
	padding:0 0 0 20px;
}



dl.otherShip{
	margin:15px 0 0 0;
	padding:0;
	display:block;
	background:#FFF;

}

dl.otherShip2{
	margin:0 0 0 0;
	padding:10px 25px 25px 25px;
	display:block;
	background: url(../img/bg_cmn_07.png);
}

dl.otherShip dt,dl.otherShip2 dt{
	display:inline-block;
	width:160px;
	float:left;
	background:#A78852;
	padding:5px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

.otherShip ul,.otherShip2 ul{
	margin:0;
	padding:5px;
	overflow:hidden;
	background:#FFF;

}

.otherShip ul li,.otherShip2 ul li{
	display:inline-block;
	padding:0 10px 0 15px;
	margin:0 0 0 20px;
	float:left;
	background:url(//www.nta.co.jp/cruise/img/ic_arrow_06.png) no-repeat 0% 50%
}

/**/

/*---------------------------------------------------- 
	一覧
---------------------------------------------------- */
#plan_list{}
#cruise_inner #plan_list .plan{
	background: url(../img/bg_cmn_07.png) repeat top left;
	margin: 0 0 30px 0;
}
#plan_list .plan .summary{
	margin: 0 25px;
	padding: 25px 0 15px;
	overflow:hidden;
}


#plan_list li{
	background:#FFF;
	margin:10px 0 0 0;
	overflow:hidden;
}
/*---------------------------------------------------- 
	タイトル周り
---------------------------------------------------- */
#plan_list .plan h2{
	font-size: 16px;
	font-weight: bold;
	display:block;
	margin:0 0 10px 0;
	white-space:normal;
}

#plan_list .plan h2 span{
	margin:0;
	padding:0;
}


#plan_list .plan h2 span img{
	width:25px;
	height:auto;
	float:left;
	display:block;
	margin:0 10px 0 0;
	vertical-align:text-top;
}

#plan_list .plan h2 a{
	overflow:hidden;
	display:block;

}

.text{
	display:block;
	overflow:hidden;
}

.text span{
	display:block;
	margin:0 0 10px 0;
}

#plan_list .photo{
	width:200px;
	float:left;
	margin:0 20px 0 0;
}

#plan_list .photo img{
	width:100%;
	height:auto;
}

#plan_list .plan .title{
	width: 65%;
	float: left;
	display:block;
}
#plan_list .plan .title .process{
	margin: 0 0 10px 0;
	overflow:hidden;
}
#plan_list .plan .title .process span{
	display: inline-block;
	background-color: #fff;
	line-height: 1.0;
	padding: 5px 0 3px 0;
}
#plan_list .plan .title .process strong{
	font-weight: bold;
}
#plan_list .plan .title .process .area01{
	color: #fff;
	padding: 5px 5px 3px;
}
#plan_list .plan .title .process .area02{
	padding: 0 5px;
	font-size:12px;
	letter-spacing:-0.05em;
}
#plan_list .plan .title .process .start{
	border: 1px solid #0086ad;
	color: #0086ad;
	position: relative;
	margin: 0 20px 0 0;
	display:inline-block;

}
#plan_list .plan .title .process .start .area01{
	background-color: #0086ad;
	
}
#plan_list .plan .title .process .end{
	border: 1px solid #005a99;
	color: #005a99;
	display:inline-block;
}
#plan_list .plan .title .process .end .area01{
	background-color: #005a99;
}
#plan_list .plan .title .process .start:after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: -15px;
	width: 9px;
	height: 15px;
	background: url(../img/img_arrow_01.png) no-repeat top left;
}
#plan_list .period{
	margin: 0 0 5px 0;
	color:#666;
	font-weight:bold!important;
}

#plan_list .period span{
	font-weight:bold!important;
}

#plan_list .plan .price{
	overflow:hidden;
	text-align:right;
	display:block;
}
#plan_list .plan .price p{
	font-weight: bold;
	font-size: 85%;
	line-height: 1.2;
	text-align: right;
}
#plan_list .plan .price h3{
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	color: #a71d1d;
}

.facilities h3 img{
	width:258px;
	height:26px;
}