@charset 'utf-8';


/* 文字消し */
div.price-container h3 span{
	display:block;
	margin:0px;
	padding:0px;
	text-indent: -9999px;
	text-decoration:none;
	/* MacIEを排除 \*/
	overflow:hidden;
	/* MacIEを排除ここまで */
}

div#price-header{
	padding-right:100px;
	background:#fff url(../images/illust01.gif) no-repeat right top;	
}

div#price-header h4{
	margin:0em 0em 1.6em;
	padding-top:.6em;
}

div#price-header p{
	margin-bottom:1.3em;
}

div#price-header p strong{
	color:#ff8600;
}

div.price-container h3{
	height:38px;
	margin-bottom:14px;
}

div.price-container{
	margin-bottom:25px;
	background:#fff url(../../images/contents/caption-bg01.gif) repeat-x left top;
}

div.price-innner-container{
	width:550px;
	margin:0px 3px;
}

h3#price-caption01,
h3#price-caption01 span{
	background:url(../images/caption01.gif) no-repeat left top;		
}

h3#price-caption02,
h3#price-caption02 span{
	background:url(../images/caption02.gif) no-repeat left top;		
}

/* テーブル */

div.price-table{
	border:1px solid #666;
	border-top:none;
	padding-top:2px;
	background:#666 url(../images/pricetable-bg02.gif) repeat-x left top;	
}

div.price-table table{
	width:548px;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	background:#fff url(../images/pricetable-bg01.gif) repeat-y left top;
}

div.price-table table th,
div.price-table table td{
	text-align:center;
	vertical-align:middle;
	padding:7px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
}

div.price-table table th{
	padding:8px 0px;
	background:#505050 url(../images/pricetable-bg03.jpg) repeat-x left center;
	color:#fff;
}

div.price-table table th.price-table-first{
	background:#505050 url(../images/pricetable-bg04.jpg) no-repeat left center;
}

div.price-table table td.price-table-first{
	color:#fff;
	font-weight:bold;
	background:#505050 url(../images/pricetable-bg01.gif) repeat-y left top;
}

div.price-table table th span{
	font-size:85%;
	color:#ff8600;
}

div.price-table table td strong{
	color:#f44300;
}

div.price-table table td.price-table-tdleft{
	white-space:normal;
	text-align:left;
}

p.price-notice{
	font-weight:bold;
	font-size:85%;
	margin-top:2px;
}

p.price-notice span{
	color:#ff8600
}