@charset "UTF-8";

/* ***************************************************
* CSS file For hiroo-prime.com
	FileName: sitemap.css

■目次 ==========================================
■[00]:common.cssをリセット↓
■[01]:ヘッダー

**************************************************** */

/*-----------------------------------------------------------
■[00]:common.cssをリセット↓
------------------------------------------------------------*/
h3{
	clear: both;
	margin: 20px 0px 5px 0px;
}
h4{
	width: 254px;
	height: 24px;
	margin: 0px 0px 10px 0px;
	background: url(/price/img/bar_bg.gif) no-repeat;
	padding: 1px 0px 0px 20px;
	font-weight: bold;
	font-size: 110%;
}

.x-small{
	font-size: x-small;
}
/*-----------------------------------------------------------
■[00]:ページ内リンク
------------------------------------------------------------*/
ul.pageLink{
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin: 5px auto 0px;
	border-top: 1px dotted #9d9d9d;
	float: left;
	display: block;
}
ul.pageLink li{
	width: 240px;
	padding: 1px 0px 1px 20px;
	margin: 0px 0px;
	border-bottom: 1px dotted #9d9d9d;
	background: url(/faq/img/page_marker01.gif) no-repeat 1% 50%;
}

ul.pageLink li img{
	margin: 0px 0px -2px 3px;
}

ul.pageLink li.none{
	background: none;
}


div.page_top{
	width: 530px;
	text-align: right;
}
/*-----------------------------------------------------------
■[00]:クレジットカード
------------------------------------------------------------*/
div.card{
	width: 529px;
	margin: 0 auto;
	padding: 0px;
}
div.card p{
	width: 330px;
	margin: 0 25px 0px 0px;
	padding: 0px;
	float: left;
}

div.pointCard{
	margin-bottom: 20px;
}

/*-----------------------------------------------------------
■[000]:料金
------------------------------------------------------------*/
div.bar{
	width: 531px;
	position: relative;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
div.bar ul.pointLink{
	position: absolute;
	top: 0px;
	left: 260px;
	margin: 0px;
	padding: 0px;
}
div.bar ul.pointLink li{
	float: left;
	margin: 0px 0px 0px 0px;
}



ul.price{
	width: 445px;
	margin: 10px auto 20px;
	list-style: none;
	padding: 0px;
}
ul.price li{
	width: 200px;
	padding: 4px;
	border: 1px solid #d7d7d7;
	list-style: none;
	float: left;
	margin: 0px 5px 0px;
}
ul.price li div{
	padding: 7px 6px 5px;
	border: 3px solid #dfe5cb;
	text-align: center;
	margin: 0px;
	/* height: 50px; */
}

ul.price li div .image{
	margin: 12px 0px 0px 0px;
}

/*-----------------------------------------------------------
■[000]:料金表
------------------------------------------------------------*/
table.price{
	width: 529px;
	border-top:1px solid #c9d6a3;
	border-right:1px solid #c9d6a3;
	margin: 0px 0px 10px 0px;
	background: url(/price/img/flower_common.jpg) no-repeat 50% 50px; 
}
table.price th{
	border-left:1px solid #c9d6a3;
	border-bottom:1px solid #c9d6a3;
	background: #f2f6e3;
	text-align: center;
	line-height: 130%;
	padding: 4px 0px;
}

table.price th.th01{
	background: url(/price/img/th01.gif);
	font-weight: bold;
}

table.price td{
	border-left:1px solid #c9d6a3;
	border-bottom:1px solid #c9d6a3;
	text-align: right;
	line-height: 130%;
	padding: 4px 3px 4px 0px;
	vertical-align: top;
}
table.price td.menu{
	text-align: left;
	line-height: 130%;
	padding: 4px 3px 4px 16px;
	background: url(/img/common/list_marker01.gif) no-repeat 5px 50%;
	vertical-align: middle;
}

table.price td.combi{
	text-align: left;
	line-height: 130%;
	padding: 4px 3px 4px 16px;
	background: url(/img/common/list_marker01.gif) no-repeat 2% 10px;
	vertical-align: top;
}


table.price td span.before{
	text-decoration: line-through;

}
table.price td.caution{
	text-align: left;
	padding: 4px 0px 4px 5px;
}

p.attention{
	text-indent: -1em;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}

table.price td strong .off{
	margin: 0px 3px -5px 0px;
}
