@charset "utf-8";

.table1 {
	padding:2px;
	background:#eef6eb;
}
.table1 table {
	width:100%;
}
th,td {
	padding:8px;
	border:1px solid #98cd86;
	background:#fff;
}
th {
	background:#eef6eb;
}

th.item {
	width:100px;
}
th.course01,
th.course02 {
	width:238px;
}
th.item,
th.course01,
th.course02 {
	vertical-align:bottom;
	background:#54ab36;
	font-weight:bold;
	color:#fff;
}
td.setPrice {
	padding:0;
}
td.setPrice dt {
	padding:5px 8px;
	background:#ebeae9;
}
td.setPrice dd {
	padding:5px 8px;
}

th.center {
	text-align:center;
}
td.center {
	vertical-align:middle !important;
	text-align:center !important;
}

ul.notice li {
	font-size:10px;
	color:#8B807E;
}
li.type1 {
	padding-left:17px;
	text-indent:0;
	background:url(../img/common/arrow03.gif) 0 2px no-repeat;
}
li.type2 {
	padding-left:17px;
	text-indent:0;
	background:url(../img/common/arrow02.gif) 0 2px no-repeat;
}

#content01 ul {
	min-height:44px;
	padding:15px 0 15px 125px;
	background:url(img/recommend01.gif) 0 15px no-repeat;
}


.table1 th .cntr {
	margin: 0px auto;
}
