@charset "utf-8";

/*「スタッフ日記」の背景設定*/
#sub .box2.diary {
	background: #edf5fa url(../images/diary_img.png) no-repeat right center;
}
/*料金ページの追加設定*/
.ta1.price td {
	text-align: left;
}
.ta1.price tr.total th {
	background: #b7e0ee;
	font-size: 20px;
}
.ta1.price tr.total td {
	background: #deeff4;
	font-weight: bold;
	font-size: 20px;
}
#main h4 {
	font-size: 100%;
	color: #000096;
	padding-left: 15px;
}
#main section.list h4 {
	padding: 0;
}