@charset "utf-8";
/* CSS Document */

#price {
	margin: 10px 0 0;
	padding: 20px 0;
	background-color: #ddd;
	color: #333;
}

#price a {
	color: #333;
	text-decoration: underline;
}

#price a:visited {
	color: #333;
	text-decoration: underline;
}

#price a:hover {
	color: #A40000;
	text-decoration: underline;
}

#price h3 {
	margin: 30px auto 0;
	padding: 0;
	background-color: #000;
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
	text-indent: 15px;
	width: 95%;
	font-weight: normal;
}

#price h4 {
	margin: 15px 0 10px 30px;
	padding: 0;
	font-size: 12px;
}

#price ul {
	margin: 0 30px 0;
	padding: 0;
	list-style-type: none;
}

#price ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#price p {
	margin: 0 30px 5px 30px;
	padding: 0;
}

#price .m_t_15 {
	margin-top: 15px;
}

/* プライスtable用css */

#price table {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	border: 1px solid #333;
}

#price table td,th {
	margin: 0;
	height: 30px;
}

#price th {
	background-color: #666;
	color: #FFF;
	line-height: 30px;
	border-bottom: solid 1px #333;
	text-align: center;
}

#price td {
	border-bottom: solid 1px #333;
	padding: 5px 10px;
	line-height: 1.7em;
}

#price td.border_none {
	border-bottom: none;
}

#price td.tit {
	border-right: solid 1px #333;
	background-color: #ccc;
	font-weight: bold;
}

#price td.tit1 {
	border-right: solid 1px #333;
	background-color: #ccc;
	font-weight: bold;
	width: 25%;
}

#price td.tit2 {
	border-right: solid 1px #333;
	background-color: #D9D9D9;
	width: 18%;
}

#price td.heading {
	text-align: center;
}