/* news */

#main .news {
	padding: 30px 0 0 0;
}
#main .news h3 {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
#main .news h4 {
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
}
#main .news p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.7;
}
#main .news .date {
	margin-bottom: 24px;
	text-align: right;
}
#main .news .memo {
	font-size: 13px;
}


/* ----------------------------------------
‰¿Šiˆê——
---------------------------------------- */
.price-list table {
	width: 100%;
	margin: 0 auto 10px auto;
	border-collapse: collapse;
}
.price-list th {
	padding: 4px 4px;
	background-color: #cce4fc;
	border: 1px #b0b0b0 solid;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
}
.price-list .new-price {
	background-color: #f45e3b;
	color: #fff;
}
.price-list td {
	padding: 10px 6px;
	background-color: #fff;
	border: 1px #b0b0b0 solid !important;
	font-size: 15px;
	text-align: right;
}
.price-list td:first-of-type {
	text-align: left;
}
