@charset "utf-8";
/* ===================================================================
CSS information

 file name  :ypro.css
 author     :Abilive
 style info :プラン一覧　改修
=================================================================== */

/*----------------------------------------------------
	検索窓
----------------------------------------------------*/
#ypro_body #ypro_wrapper #search_box #ypro_search .search_table table.search_table_inner {
	color: #171717;
	border-bottom: none;
	font-size: 100%;
	margin: 0;
}

#ypro_body #ypro_wrapper #search_box #ypro_search .search_table table.search_table_inner th {
	font-size: 100%;
	background: none;
	text-align: left;
	width: 8em;
	padding-left: 3px;
}

#ypro_body #ypro_wrapper #search_box #ypro_search .search_table .search_table_inner td {
	border-bottom: none;
	font-size: 100%;
}

#ypro_body #ypro_wrapper #search_box #ypro_search .search_table .search_table_inner td input {
	padding: 2px 5px;
	width: 9em;
	margin-right: 3px;
}

/*----------------------------------------------------
	並び替えボタン
----------------------------------------------------*/
#ypro_body #ypro_wrapper .ypro_sort_button {
	text-align: right;
	font-size: 85%;
	margin-bottom: 10px;
}
#ypro_body #ypro_wrapper .ypro_sort_button p {
	display: inline-block;
	margin-right: 5px;
	background-color: #e9e9e9;
}
#ypro_body #ypro_wrapper .ypro_sort_button p:last-child {
	margin-right: 0;
}
#ypro_body #ypro_wrapper .ypro_sort_button p.active {
	color: #fff;
	background-color: #1D236D;
	padding: 5px 10px;
}
#ypro_body #ypro_wrapper .ypro_sort_button p a {
	display: block;
	padding: 5px 10px;
}
#ypro_body #ypro_wrapper .ypro_sort_button p a:hover {
	color: #fff;
	background-color: #1D236D;
}





/*----------------------------------------------------
	プランタイトル
----------------------------------------------------*/
#ypro_body #contents #ypro_wrapper h3.ypro_st_title {
	border-bottom: solid 1px #9b9b9b;
}

/*----------------------------------------------------
	キーワード
----------------------------------------------------*/
#ypro_body #ypro_wrapper .plan_box .key {
	margin-top: 2px;
}

#ypro_body #ypro_wrapper .plan_box .key p {
	margin-right: 2px;
	margin-bottom: 2px;
}


/*----------------------------------------------------
	右枠  .right_box
----------------------------------------------------*/
#ypro_body #ypro_wrapper .plan_box .right_box {
	width: 330px;
}

/*----------------------------------------------------
	カレンダー非表示
----------------------------------------------------*/
#ypro_body #ypro_wrapper .ypro_calendar_no {
	margin-top: 20px;
	margin-bottom: 20px;
}


#ypro_body #ypro_wrapper .ypro_calendar_no table {
	width: 100%;
	border-top: 1px solid #999 ;
	border-left: 1px solid #999 ;
	margin-bottom: 5px;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table th,
#ypro_body #ypro_wrapper .ypro_calendar_no table td {
	border-right: 1px solid #999 ;
	border-bottom: 1px solid #999 ;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table ul li {
	list-style-type: none;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table thead th {
	padding: 5px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td {
	text-align: left;
	padding: 5px;
	font-size: 90%;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.cal_price {
	width: 10%;
	border-right: none;
	padding-left: 10px;
	white-space: nowrap;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.cal_price_total {
	width: 9%;
	border-right: none;
	white-space: nowrap;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.cal_price_total .txt {
	color: #b3000b;
	font-weight: bold;
	font-size: 120%;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.cal_price_total .price {
	font-weight: bold;
	font-size: 110%;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.cal_room img {
	vertical-align: middle;
	margin-left: 5px;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.btn_cal {
	width: 30%;
	text-align: center;
	white-space: nowrap;
}

#ypro_body #ypro_wrapper .ypro_calendar_no .notes_txt {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}

/*----------------------------------------------------
	「詳細」「予約する」ボタン
----------------------------------------------------*/
#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.btn_cal .btn_blue,
#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.btn_cal .btn_red {
	padding: 2px;
	display: inline-block;
}

/*青色*/
#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.btn_cal .btn_blue a {
	display: inline-block;
	padding: 8px 20px;
	background: #1d236d;
	font-size: 1.1em;
	color: #fff;
	-webkit-box-shadow: 0px 1px 1px #666666;
	-moz-box-shadow: 0px 1px 1px #666666;
	box-shadow: 0px 1px 1px #666666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.btn_cal .btn_blue a span {
	background: url(../images/common/ic_arrow_w_l.png) left center no-repeat;
	padding-left: 20px;
	z-index: 0px;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.btn_cal .btn_blue a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

/*赤色*/
#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.btn_cal .btn_red a {
	display: inline-block;
	padding: 8px 20px;
	background: #cc252f;
	font-size: 1.1em;
	color: #fff;
	-webkit-box-shadow: 0px 1px 1px #666666;
	-moz-box-shadow: 0px 1px 1px #666666;
	box-shadow: 0px 1px 1px #666666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.btn_cal .btn_red a span {
	background: url(../images/common/ic_arrow_r_l.png) left center no-repeat;
	padding-left: 20px;
}

#ypro_body #ypro_wrapper .ypro_calendar_no table tbody td.btn_cal .btn_red a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}