@charset "utf-8";
/* CSS Document */

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

#contents{
	width:96%;
	margin:0 auto 50px;
}

/*---------- メインビジュアル -------------*/
#main_visual{
	border-bottom:2px solid #000;
	border-top:2px solid #000;
}

#main_visual img{
	clear:both;
	width:100%;
	vertical-align:bottom;
}

/*---- タイトルテキスト ----*/
h3.contents_title{
	margin:0 auto;
	font-size:116%;
	color:#434343;
	text-align:center;
	padding-top:30px;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}

h3.contents_title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color:#862442;
}

.back{
	margin-top:10px;
}


/*左側の画像*/
.sp_pic img{
	width:50%;
	height:auto;
	overflow:hidden;
	padding:10px 10px 0 10px;
	float:left;
}

.sp_pic02 img{
	width:30%;
	height:auto;
	overflow:hidden;
	padding:10px 10px 5px 10px;
	float:left;
}


.smart_text{
	padding:5px 10px 10px 10px;
	color:#535353;
	font-size:116%;
	text-align:justify;
}

.sp_sub{
	text-align:center;
	font-size: 123.1%;
    color: #791E3E;
	font-weight:bold;
	padding-top:10px;
}

/*///////　テーブル　/////////*/
#table_box{
    margin:10px auto 0;
}

table.listing_price {
	border: 1px solid #a4a4a4;
	width: 100%;
}

table.listing_price th {
	width: 36%;
	padding:5px 0px;
	background:#0dacac;
	font-size:77%;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align:center;
}

.row02{
	border-bottom: none !important;
}

table.listing_price td.centaer_box{
	width:20%;
	background:#df7373;
	padding:5px;
	font-weight:bold;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-align:center;
	font-size:77%;
}

table.listing_price td.centaer_box02{
	width:20%;
	background:#df7373;
	padding:5px;
	font-weight:bold;
	border-right: 1px solid #FFF;
	color: #FFF;
	text-align:center;
	border-bottom: none;
	font-size:77%;
}

table.listing_price td {
	padding: 5px;
	background:#fff;
	border-bottom: 1px solid #ccc;
	color:#535353;
	font-size:93%;
	text-align:justify;
}

table.listing_price td.last{
	border:none !important;
}
/*///////　ここまでテーブル　/////////*/



