/* ----------------基本フォント・背景・余白・文字間など-------------- */

body{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	color:#DFE2EC;
	font-size:12px;
	line-height:145%;
	background-color:#000033;

	scrollbar-face-color:#343E62;
	scrollbar-track-color:#69728F;
	scrollbar-shadow-color:#242D4D;
	scrollbar-darkshadow-color:#363942;
	scrollbar-highlight-color:#B7B9C2;
	scrollbar-3dlight-color:#69728F;
	scrollbar-arrow-color:#8189A4;

	}

table{
	font-size:12px;
	line-height:145%;
	}


h1{	color:#FFF;font-size:12px;line-height:130%;font-weight:normal;}

a:link       { color: #FFEE9F; text-decoration: none }
a:visited    { color: #B0C6DC; text-decoration: none }
a:active     { color: #B0C6DC; text-decoration: none }
a:hover      { color: #FFEE9F; text-decoration: underline }


/* new文字のサイズと色 */
.new { font-size:12px; color:#FF3300;}
.new-more{ font-size:14px; color:#FFC20E;}



/* TOPメイン */

table.top-main{
	background-color:#0C0C3A;
	}


/* メインタイトル枠 */

table.maintitle td{
	border:1px;
	border-style:none none solid none;
	border-color:#464C68;
	}

/*セレクトボックス*/

.selectbox{
	background-color:#69728F;
	color:#fff;
	}

/*お知らせポップアップ*/

table.popup{
	border:1px;
	border-color:#464C68;
	border-style:solid;
	}
 
table.popup td.title{
	background-color:#464C68;
	font-size:14px;
	}

table.popup td{
	font-size:12px;
	line-height:150%;
	}

table.popup td.url{
	border:1px;
	border-color:#464C68;
	border-style:dashed none none none;
	}


/*ベース枠*/

table.base-waku{
	border:1px;
	border-color:#464C68;
	border-style:solid;
	}
 
table.base-waku td.title{
	background-color:#464C68;
	}
	
/*四季の料理・おすすめのお酒*/

table.osusume td.head{
	color:#FFCB05;
	padding:0 10px 3px 15px;
	line-height:140%;
	font-size:14px;
	}

table.osusume td.contents{
	color:#CACCD7;
	padding:0 10px 0 15px;
	line-height:140%;
	}
	
table.sake{
	background-color:#000033;
	}

table.sake td{
	border:1px;
	border-color:#64687D;
	border-style:none none dashed none;
	}
	


/*温泉と露天風呂*/

#kounou{
	border:1px;
	border-style:solid;
	border-color:#464C68;
	padding:2px;
	}

#kounou td.title{
	font-size:14px;
	background-color:#464C68;
	}

#kounou td.{
	border:1px;
	border-style:dashed none none none;
	border-color:#464C68;
	}

#kounou td.head{
	border:1px;
	border-style:dashed dashed none none;
	border-color:#464C68;
	}

#roten ul{
	padding-top:5px;
	}

#roten ul li{
	list-style-type:square;
	}

#roten td.t-line{
	border:1px;
	border-color:#0054A6;
	border-style:none none solid none;
	}

#vacant table{
	border:1px;
	border-style:solid;
	border-collapse:collapse;
	border-color:#464C68;
	padding:2px;
	}



#vacant td{
	border:1px;
	border-style:solid solid none none ;
	border-collapse:collapse;
	border-color:#464C68;
	padding:2px;
	}

#vacant td.date{
	width:120px;
	color:#FFF;
	font-size:14px;
	background-color:#464C68;
	border-style:none;

	}

#vacant td.time{
	width:120px;
	border:1px;
	border-style:none dashed dashed solid;
	border-color:#464C68;
	padding:2px;
	color:#969EBB;
	}

#vacant td.bottom{
	border:1px;
	border-style:solid solid solid none ;
	border-collapse:collapse;
	border-color:#464C68;
	padding:2px;
	}



/* 予約 */

.reserve_basetext{ font-size:12px; line-height:140%; color:#FFFFFF;}
.sun{ font-size:12px; line-height:14px; font-weight: bold; color:#FF3300; background-color: #323D5E;}
.weak{ font-size:12px; line-height:14px; font-weight: bold; color:#FFFFFF; background-color: #323D5E;}
.sun_normal{ font-size:12px; line-height:14px; font-weight: bold; color:#FF3300; background-color: #000033;}
.sun_check{ font-size:12px; line-height:14px; font-weight: bold; color:#FF3300; background-color: #6F7590;}
.weak_normal{ font-size:12px; line-height:14px; font-weight: bold; color:#FFFFFF; background-color: #000033;}
.weak_check{ font-size:12px; line-height:14px; font-weight: bold; color:#FFFFFF; background-color: #6F7590;}

.weak_link:link		{ color:#FFFFFF; text-decoration:underline; }
.weak_link:visited	{ color:#FFFFFF; text-decoration:underline; }
.weak_link:active	{ color:#C0BFC8; text-decoration:underline; }
.weak_link:hover		{ color:#D1B5C8; text-decoration:underline; }

.sun_link:link		{ color:#FF3300; text-decoration:underline; }
.sun_link:visited	{ color:#FF3300; text-decoration:underline; }
.sun_link:active	{ color:#C0BFC8; text-decoration:underline; }
.sun_link:hover		{ color:#D1B5C8; text-decoration:underline; }

/*予約フォーム*/

.reserve_date{color:#C28890;font-size:14px}
.reserve_accent{color:#FFEE9F;}
.reserve_accent_bold{font-weight: bold; color:#FFEE9F;}

.reserve_accentcomment{color:#FFCC00;}
.reserve_accent14_bold{ font-size:14px; line-height:16px; font-weight: bold; color:#FFCC00;}

.reserve_list{
	font-size:12px;
	line-height:140%;
	color:#FFFFFF;
	background-color:#323D5E;
	padding:5px;
	}
.reserve_line{
	border:1px;
	border-style:solid none none none;
	border-color:#919CAF;
	}

/*FAQ*/

.faq_basetext{ font-size:12px; line-height:140%; color:#FFFFFF;}
.faq_listtitle{
	font-size:14px;
	line-height:145%;
	color:#FFFFFF;
	font-weight: bold;
	border:1px;
	border-style:dashed;
	border-color:#919CAF;

	}
.faq_list_a{ font-size:12px; line-height:140%; color:#FFFFFF; background-color: #69728F;}
.faq_list_b{ font-size:12px; line-height:140%; color:#FFFFFF; background-color: #415172;}

.faq_ask_accent{ font-size:14px; line-height:16px; font-weight: bold; color:#FFFFFF;}
.faq_ask_list{ font-size:12px; line-height:140%; color:#FFFFFF; background-color: #323D5E;}


/*リンク集*/


#link table{
	background-color:#333F68;
	}

#link td.head{
	padding;3px 15px;
	font-size:14px;
	font-weight:bold;
	border:1px;
	border-style:none none solid none ;
	border-collapse:collapse;
	border-color:#415782;
	}

#link table.contents td{
	padding;2px;
	border:1px;
	border-style:none none dashed none ;
	border-collapse:collapse;
	border-color:#415782;
	}

/* 料金表 */
table.price{
	}

table.price td.head1{
	background-color:#323D5E;
	}

table.price td.nedan1{
	background-color:#6F7590;
	}

table.price td.nedan2{
	background-color:#464C68;
	}

table.price td.red{
	background-color:#643A66;
	}

table.price td.blue{
	background-color:#082E66;
	}

table.price td.green{
	background-color:#063A24;
	}

/*周辺観光*/

table.sightsee td.title{
	font-size:14px;
	color:#FFC20E;
	line-height:150%;
	}

table.sightsee td.web{
	border:1px;
	border-style:dashed none none none;
	border-color:#9DA3BD;
	}

/*掲示板*/

input.submit{
	background-color:#69759F;
	color:#fff;
	}

input.reset{
	background-color:#29345A;
	color:#fff;
	}
	
input.delete{
	background-color:#AF5F62;
	color:#fff;
	}

td.bbs-back{
	background-image:url('http://www.arisotei.com/bbs/image/bbs_back.gif');
	background-repeat:no-repeat;
	}
	
/*掲示板・タイトルベースカラー*/
td.t-color{
	background-color:#323d5e;
	color:#fff;
	}
	
/*掲示板・タイトルカラー*/
table.bbs td.title{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	}
	
/*掲示板・書き込み人名前*/
.bbs-name{
	color:#005E20
	}

/*掲示板・コメント欄*/
td.comment{
	background-color:#D4D4DA;
	color:#323D5E;
	font-size:12px;
	line-height:150%;
	}
/*掲示板・リンク色*/
td.comment a:link{
	color:#AB4E50;
	font-size:12px;
	line-height:150%;
	}
	
/*掲示板・リンク色*/
td.comment a:visit{
	color:#AB4E50;
	font-size:12px;
	line-height:150%;
	}

/*サイトマップ*/

table.sitemap td{
	border:1px;
	border-color:#464C68;
	border-style:none none dashed none;
	}

	


/* フッタ */

table.footer{
	background-color:#0C0C3A;
	border:1px;
	border-style:dashed solid none solid;
	border-color:#464C68;
	}

table.footer td.address{
	font-size:10px;
	padding-left:20px;
	line-height:110%;
	}







/*　▼プランメーカー用▼　*/
/*　以下のcssは削除しないでください。　*/


p {  font-size: 90%; line-height: 1.3;}



/*　リンク　*/
a.pm-button:link{ text-decoration:none; color:#FFFFFF; }
a.pm-button:visited{ text-decoration:none; color:#FFFFFF; }
a.pm-button:active{ text-decoration:underline; color:#FFFFFF; }
a.pm-button:hover{ text-decoration:none; color:#FFFF33; }


/*　基本フォントサイズ　*/
.x-large{ font-size:150%; }
.large{ font-size:120%; line-height: 1.2; }
.middle{ font-size:100%; line-height: 1.3; }
.normal{ font-size:90%; line-height: 1.3; }
.small{ font-size:80%; line-height: 1.3; }
.x-small{ font-size:70%; line-height: 1.2; }

.midasi {  font-size: 120%; font-weight: bold; }
.midasi2 {  font-size: 105%; font-weight: bold; }
.midasi3 {  font-size: 95%; font-weight: bold; }
.date { font-size:100%; color:#666666; }
.uetuki{ font-size:50%; vertical-align: super;}
.copyright{ font-size:75%; color:#666666; }



/*　FORM　*/
form.form {
    margin-top: 0em;
    margin-bottom: 0em;
}

TEXTAREA {
  width: 100%;
  background-color:#FFFFFF;
  border:1px solid;
}



/*　プラン・客室紹介用　*/
.pm-pankuzu{ 
	width: 565px;
	text-align: left;
	font-size:90%; 
	color:#DFE2EC; 
	padding-bottom: 4px;
}

.pm-footer {
	text-align: center;
	font-size: 75%;
	color:#DFE2EC;
	display:none;
}



/*　プラン　リストページ　*/
.pm-plan-list-tit {
	text-align: left;
	line-height: 1.4; 
	background-color: #0C0C3A;
	border-color: #DFE2EC #DFE2EC #505468 #FFCB05;
	padding: 0px 5px 1px 6px;
	border-style: solid;
	border-width: 0px 0px 1px 3px;
}

.pm-plan-list-tit-text {
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", 細明朝体, serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.5;
	color:#FFCB05;
}

.pm-plan-list-tit-kikan {
	text-align: left;
	font-size: 90%;
	color:#DFE2EC;
}

.pm-plan-list-img {
	text-align: center;
	background-color: #0C0C3A;
	border-color: #0C0C3A;
	padding: 0px 0px 0px 0px;
	border-style: NONE;
	border-width: 0px 0px 0px 0px;
}

.pm-plan-list-text-waku {
	width: 365px;
	height: 104px; 
	background-image:url("../img/arisotei_img02.gif");
	position:left top;
	background-repeat:no-repeat;
}

.pm-plan-list-text {
	text-align: left;
	font-size: 110%;
	color:#DFE2EC;
	line-height: 1.4; 
	padding: 15px 20px 15px 20px;
}

.pm-plan-list-price-text {
	text-align: left;
	font-size: 100%;
	color:#DFE2EC;
	line-height: 1.5;
	padding: 5px 0px 5px 0px;
}

.pm-plan-list-price {
	text-align: left;
	font-size: 130%;
	color:#FFEE9F;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0px 5px 0px;
}

.pm-plan-list-b-s {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 94px;
	height: 28px;
	padding-top:7px;
	background: url("../img/b_s.gif") no-repeat;
	float:right;
}

.pm-plan-list-b-l {
	background-color: #303057;
	border-color: #8D8DA3;
	padding: 2px 10px 2px 10px;
	border-style: SOLID;
	border-width: 1px 1px 1px 1px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	MARGIN-top:3px;
	padding-top:3px;
	float:right;
}



/*　プラン詳細　*/
.pm-plan-detail-tit {
	text-align: left;
	line-height: 1.4; 
	background-color: #0C0C3A;
	border-color: #DFE2EC #DFE2EC #505468 #FFCB05;
	padding: 4px 5px 3px 6px;
	border-style: solid;
	border-width: 0px 0px 1px 3px;
}

.pm-plan-detail-tit-text {
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", 細明朝体, serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.5;
	color:#FFCB05;
}


/*　下の料金表　*/
.pm-plan-detail-pricelist-waku {
	width:565px;
	padding:8px;
	background-color:#0C0C3A;
	border-color:#464C68;
	border-width:1px;
	border-style:solid;
}

.pm-plan-detail-pricelist-tit {
	text-align: LEFT;
	font-size: 105%;
	font-weight: bold;
	color:#FFCB05;
	padding-bottom: 4px;
}

.pm-plan-detail-pricelist-kikan {
	color:#9E0000;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.5;
	text-align: center;
	padding:4px 5px;
	background-color:#F6EFE8;
	border-color:#AB621E;
	border-width:1px 0px 2px 0px;
	border-style:solid;
}

/*　客室名　*/
.pm-plan-detail-pricelist-room {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 1;
	color:#9E0000;
	padding-top: 10px;
	padding-bottom: 4px;
}


/*　料金表　*/
.pm-table-price-list { 
	border-collapse: collapse; 
	border: 1px #0C0C3A double; 
}

.pm-table-price-list TH { 
	text-align: center; 
	padding: 3px; 
	font-size:84%;
}

.pm-table-price-list TD { 
	border: 1px #0C0C3A solid; 
	text-align: center; 
	padding: 3px; 
	font-size:84%;
}

TD.pm-table-price-color01-tit { 
	background-color: #616D97;
}

TD.pm-table-price-color01 { 
	background-color: #323D5E;
	font-size:110%;
	color:#FFFFFF;
	font-weight: normal;
}

TD.pm-table-price-color02-tit { 
	background-color: #616D97; 
} 

TD.pm-table-price-color02 { 
	background-color: #6F7590; 
	font-size:110%;
	color:#FFFFFF;
	font-weight: normal;
} 

.pm-weekday { 
	font-size:110%;
	color:#FFFFFF;
	font-weight: normal;
} 

.pm-holiday { 
	font-size:110%;
	color:#FFFFFF;
	font-weight: normal;
} 




/*　予約の照会・取消し　*/
.pm-plan-detail-cancel-waku {
	width:565px;
	padding:8px;
	background-color:#0C0C3A;
	border-color:#464C68;
	border-width:1px;
	border-style:solid;
}

TD.pm-plan-detail-cancel-item-tit { 
	background-color: #464C68; 
	text-align: center;
	font-size:100%;
	color:#FFFFFF;
	font-weight: normal;
} 

TD.pm-plan-detail-cancel-item { 
	font-size:100%;
	color:#FFFFFF;
	font-weight: normal;
} 



/*　客室　リストページ　*/
.pm-room-list-tit {
	text-align: left;
	line-height: 1.4; 
	background-color: #0C0C3A;
	border-color: #DFE2EC #DFE2EC #505468 #FFCB05;
	padding: 0px 5px 1px 6px;
	border-style: solid;
	border-width: 0px 0px 1px 3px;
}

.pm-room-list-tit-text {
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", 細明朝体, serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.5;
	color:#FFCB05;
}

.pm-room-list-tit-text2 {
	text-align: right;
	font-size: 120%;
	font-weight: normal;
	color:#FFFFFF;
}

.pm-room-list-img {
	text-align: center;
	background-color: #0C0C3A;
	border-color: #0C0C3A;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-width: 0px 0px 0px 0px;
}

.pm-room-list-text-waku {
	width: 365px;
	height: 104px; 
	background-image:url("../img/arisotei_img02.gif");
	position:left top;
	background-repeat:no-repeat;
}

.pm-room-list-text {
	text-align: left;
	font-size: 120%;
	color:#DFE2EC;
	line-height: 1.4; 
	padding: 15px 20px 15px 20px;
}

.pm-room-list-b-s {
	background-color: #303057;
	border-color: #8D8DA3;
	padding: 2px 10px 2px 10px;
	border-style: SOLID;
	border-width: 1px 1px 1px 1px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	MARGIN-top:3px;
	padding-top:3px;
	float:right;
}



/*　客室　詳細ページ　*/
.pm-room-detail-tit {
	text-align: left;
	line-height: 1.4; 
	background-color: #0C0C3A;
	border-color: #DFE2EC #DFE2EC #505468 #FFCB05;
	padding: 4px 5px 3px 6px;
	border-style: solid;
	border-width: 0px 0px 1px 3px;
}

.pm-room-detail-tit-text {
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", 細明朝体, serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.5;
	color:#FFCB05;
}

.pm-room-detail-img {
	text-align: center;
	background-color: #0C0C3A;
	border-color: #0C0C3A;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-width: 0px 0px 0px 0px;
}

.pm-room-detail-text-waku {
	width: 245px;
	height: 249px; 
	background-image:url("../img/arisotei_img04.gif");
	position:left top;
	background-repeat:no-repeat;
}

.pm-room-detail-text {
	text-align: left;
	font-size: 120%;
	color:#DFE2EC;
	line-height: 1.4; 
	padding: 15px 20px 15px 20px;
}

.pm-room-detail-text2 {
	text-align: left;
	font-size: 120%;
	color:#DFE2EC;
	line-height: 1.4; 
	padding: 15px 20px 15px 20px;
}

.pm-plan-detail-pricelist-text {
	text-align: left;
	font-size: 100%;
	color:#DFE2EC;
	line-height: 1.4; 
}




/*　区切り線　*/
.pm-plan-list-line {
	display:none;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif");
}

.pm-plan-detail-pricelist-line {
	display:none;
	margin-top: 30px;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif");
}


.pm-room-list-line {
	display:none;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif");
}

.pm-room-detail-line {
	display:none;
	width: 210px;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif");
	margin-left:20px; 
	margin-right:20px; 
}

.pm-room-detail-pricelist-line {
	display:none;
	margin-top: 30px;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif");
}


/*　カレンダー用フォントサイズ　*/
.cal-tit { font-size: 130%; font-weight: bold; color:#FFFFFF; }
.cal-tit-s { font-size: 100%; color:#FFFFFF; }
.cal-day-tit { font-size: 10px; font-weight: bold; color:#FFFFFF; }
.cal-date { font-size: 84%; }
.cal-mark { font-size: 130%; font-weight: bold; }








/*　カテゴリータブ　2008.09.18　*/
.pm-plancate{
	width: 565px;
	margin-bottom:5px;
}

.pm-plancate-box{
	width: 565px;
	background:url("../img/tab_line.gif") left bottom no-repeat;
	overflow: auto;
	overflow-y: hidden;
	padding-left: 2px;
}

.pm-plancate ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pm-plancate li{
	float: left;
	background-image:URL(../img/tab_line2.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 2px;
	margin-top:2px;
}

.pm-plancate li a,
.pm-plancate li a:visited,
.pm-plancate li a:hover{
	font-size:12px;
	color:#444;
	line-height:25px;
	border:1px solid #666;
	padding:5px 5px;
	background:#F3F4E7;
	white-space:nowrap;
	text-decoration:none;
}

.pm-plancate li a:hover,
.pm-plancate li.pm-plancate-on a,
.pm-plancate li.pm-plancate-on a:visited
.pm-plancate li.pm-plancate-on a:hover{
	color:#c00;
	line-height:25px;
	border-top: 3px solid #C80000 !important;
	border-bottom: 1px solid #F3F4E7 !important;
	padding-top: 3px !important;
}

.pm-plancate li.pm-plancate-on a{
	font-weight: bold;
}

.pm-plancate-clear{
	clear: both;
	background-image:url("../img/tab_bg3.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 15px;
}

.pm-plancate-subtitle{
	font-size:14px;
	margin-bottom:15px;
}



/*　新機能追加分　2010.09.01　*/

#pm-wrapper{
/*	width:650px;*/
}

.pm-plan-list-tit-table{
	margin-bottom:10px;
}
.pm-plan-list-text{
	margin-bottom:12px;
}

.pm-plan-list-pricelist-tit{
	font-size:13px;
	border-bottom:1px solid #808080;
	padding-bottom:2px;
	position:relative;
}
.pm-plan-list-pricelist-tit div{
	font-size:12px;
	text-align:right;
	margin:0px;
	position:absolute;
	top:4px;
	right:0px;
}
.pm-list-kubun{
	font-weight:bold;
	color:#cc0000;
	margin-right:10px;
}
.pm-plan-list-pricelist-tit p img{
	margin-right:5px;
}


.pm-plan-list-pricelist-ph{
	width:50px;
}
.pm-plan-list-pricelist-ph img{
	width:45px;
	border:0px;
}

.pm-plan-list-pricelist-box-inner td{
	border-bottom:1px dotted #bfbfbf;
	padding:5px 0px;
}

.pm-plan-list-pricelist-room{
	position:relative;
}
.pm-plan-list-pricelist-roomname{
	font-size:11px;
	line-height:1.5em;
}
.pm-plan-list-pricelist-roomname b{
	font-size:12px;
	color:#B50000;
	margin-right:10px;
}
.pm-plan-list-pricelist-rate{
	font-size:11px;
	line-height:1.5em;
}


.pm-plan-list-pricelist-room .pm-plan-list-btn{
	dispaly:block;
	width: 90px;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	padding:0px;
	background:url(../plan/img/btn_bg_mini.gif) left top no-repeat;
	position:absolute;
	top:16px;
	right:0px;
}



.pm-plan-list-pricelist-rate{
	font-size: 12px;
}

.pm-plan-list-box{
	margin-bottom:55px;
}



.pm-cal-navi{
	background:#737373;
	padding:5px;
	margin-bottom:10px;
}
.pm-cal-navi th{
	text-align:left;
}

.pm-plan-detail-pricelist-roominfo{
	border-bottom:1px dotted #808080;
	padding-bottom:10px;
	margin-bottom:10px;
}
.pm-plan-detail-pricelist-roominfo th{
	width:135px;
	text-align:left;
}
.pm-plan-detail-pricelist-roominfo th img{
	width:120px;
	border:0px;
}
.pm-plan-detail-pricelist-roominfo td{
	font-size:12px;
}

.pm-plan-detail-pricelist-box{
	margin-bottom:15px;
}
.pm-plan-detail-cancel-box{
	margin-bottom:15px;
}




.pm-plan-detail-tit-text2{
	border-top:1px solid #bfbfbf;
	padding:5px 0px 5px;
	margin-top:5px;
}
.pm-plan-detail-tit-text2 th,
.pm-plan-detail-tit-text2 td{
	font-size:12px;
}
.pm-plan-detail-tit-text2 th{
	text-align:left;
}
.pm-plan-detail-tit-text2 td{
	text-align:right;
}


.pm-plan-detail-pricelist-room{
	font-size:15px;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}
.pm-plan-detail-pricelist-roomname{
	font-size:14px;
	color:#B50000;
}


.pm-mark-info{
	font-size:12px;
	line-height:1.4em;
}
.pm-mark-info span{
	margin-right:15px;
}


.pm-cal-att-text{
	font-size:11px;
	color:#cc0000;
	line-height:1.6em;
	font-weight:bold;
}



.pm-cal-table{
	border-top:1px solid #A6A6A6;
	border-left:1px solid #A6A6A6;
}
.pm-cal-table th,
.pm-cal-table td{
	border-bottom:1px solid #A6A6A6;
	border-right:1px solid #A6A6A6;
}
.pm-cal-table th{
	font-size:12px;
	color:#FFF;
	text-align:center;
	line-height:24px;
	background:#707070;
}
.pm-cal-table th.cal-th-sunday{
	background:#6E5345;
}
.pm-cal-table th.cal-th-saturday{
	background:#385263;
}
.pm-cal-table td{
	vertical-align:top;
	background:#FFF;
}
.pm-cal-table td.pm-day-blank{
	background:#d9d9d9;
}
.pm-cal-table td{

}
.pm-cal-table a{
	display:block;
	width:100%;
	cursor : pointer;
}
.pm-cal-table a:hover{
	background:#FFCCCC;
	text-decoration:none;
}
.pm-cal-table .pm-cal-today{
	background:#F7EB83;
}
.pm-cal-table .pm-cal-sunday{
	background:#FAEEE8;
}
.pm-cal-table .pm-cal-saturday{
	background:#E8F6FA;
}
.pm-cal-table .pm-day-box{
	display:block;
	height:80px;
	padding:2px 4px;
}
.pm-cal-table span{
	display:block;
}
.pm-cal-table .cal-date{
	font-size:14px;
	line-height:18px;
}
.pm-cal-table a .cal-date{
	font-weight:bold;
	color:#0079A6;
}
.pm-cal-table .cal-mark{
	font-size:20px;
	text-align:center;
	color:#666;
	line-height:42px;
}
.pm-cal-table a .cal-mark{
	color:#F23800;
}
.pm-cal-table .cal-yen{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}
.pm-cal-table a .cal-yen{
	color:#000;
}


.room-subimg td{
	font-size:0.8em;
	padding: 15px 0;
}
.room-subimg img{
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
}
