@charset "UTF-8";

/*
--------------------------------------------------
Price Style [ price.css ]
--------------------------------------------------
	1.H4
	2.H5
	3.Caution
	4.Table


	ClearFix
--------------------------------------------------*/



/* 1.H4
--------------------------------------------------*/
#main h4{
	background: url(../img/price_list_title.gif) 0 0 no-repeat;
	width: 758px;
	height: 30px;
	margin-bottom: 20px;
}
#main h4 strong {
	display: none;
	width: 758px;
	height: 30px;
}


/* 2.H5
--------------------------------------------------*/
#main h5 {
	font-size: 1.3em;
}


/* 3.Caution
--------------------------------------------------*/
#main .caution {
	font-size: 1.0em;
	color: #ff9999;
	margin-bottom: 15px;
}


/* 4.Table
--------------------------------------------------*/
#main table {
	border: solid 1px #cccc99;
	border-collapse: collapse;
	margin: 0 auto;
}
#main table tr th {
	border: solid 1px #cccc99;
	background-color: #ffffee;
	width: 100px;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#main table tr td {
	border: solid 1px #cccc99;
	font-size: 1.0em;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
