@charset "utf-8";
/* 
CSS Information
 File name:      study.css
 Author:         Administrator
 Style Info:     /study.html
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #study
***********************************/
.overview {
	min-height: 434px;
	padding-left: 310px;
	margin: 0 10px 40px;
	background: url(../img/study/bg_01.jpg) no-repeat left top;
}

.overview .about {
	font-weight: bold;
	color: #800080;
}

table.price {
	width: 100%;
	margin-bottom: 30px;
}

table.price th,
table.price td {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
}

table.price th {
	width: 33%;
	background: #C77A12;
	color: #fff;
}
