@charset "utf-8";
/* CSS Document */

/*table設定
---------------------------------------------------------------------------*/
div#price {
	width: 600px;
	margin-left: 10px;
	font-size: 95%;
}

.price_list{
	margin-left: 30px;
}

.price_logo {
}

.price_p{
	margin-left: 20px;
	margin-bottom: 30px;
}

.price_p1{
	margin-left: 20px;
}

table {
	text-align:center;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

tr.hover {
	background-color: #f2f2f2;
	cursor: default;
}
	
th.gray {
	background-color:#60c0e8;
	color: #fff;
}
	
	
th {
	font-weight: normal;
	text-align: center;
	padding: 7px 10px;
	background-color: #f2f2f2;
	border: solid 1px #dddddd;
}
	
td {
	padding: 7px 20px;
	border: solid 1px #dddddd;
	border-left-style: none;
	border-top-style: none;
}

.title_sub {
	margin-bottom: 15px;
	margin-top: 10px;
}