@charset "UTF-8";

/* STUDIO BAYD　CSS
---------------------------------------------------- */

/* priceList
----------------------------------------------------*/

div#priceList {
	padding:0px 0px 0px 0px;
}

div#priceList h2 {
	margin:0px;
}

div#priceList ul {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin:0px 0px 10px 0px;
	padding:0px 5px 5px 5px;
}

div#priceList ul li {
	padding:0px 0px 0px 15px;
	background-image: url(../images/base/icon_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 6px 0px 0px 0px;
}

/* regular
----------------------------------------------------*/

div#regular {
	margin:10px 0px 0px 0px;
}

div#regular h3 {
	margin:0px 0px 10px 0px;
}
/* pack
----------------------------------------------------*/

div#pack {
	margin:0px 0px 10px 0px;
}

div#pack h3 {
	margin:0px 0px 10px 0px;
}

/* cancel
----------------------------------------------------*/
div#cancel {
	margin:0px 0px 10px 0px;
}

div#cancel h3 {
	margin:0px 0px 10px 0px;
}
/* table
----------------------------------------------------*/

div#priceList table {
	width:100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:0px 0px 10px 0px;
	border-collapse:collapse;
}

caption {
	font-size:75%;
	color: #FF6600;
	background-image: url(../images/base/icon_square_o.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin:0px;
	padding:0px 0px 5px 20px;
	caption-side:top;
	text-align:left;
}

tr.odd td {
	background:#f7fbff
}

tr.odd .column1	{
	background:#f4f9fe;
}

.column1 {
	background:#f9fcfe;
	width:18%;
}

div#priceList td {
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:3px;
	text-align:center;
}
			
div#priceList th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:3px;
}
						
div#priceList thead th {
	background:#f4f9fe;
	text-align:center;
	color:#66a3d3;
}

div#priceList tfoot th {
	text-align:center;
	background:#f4f9fe;
}

div#priceList tfoot th strong {
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}

div#priceList tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-style: normal;
}

