@charset "UTF-8";

@import url("../../common/css/common.css");
@import url("../../common/css/layout.css");

.section table {
	width: 610px;
	background: #FEFDFA;
	margin: 0 50px;
}

.section table th, .section table td {
	border: solid 1px #E1D9CB;
	padding: 5px 10px;
}

.section th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 120px;
	background: #F7F5EF;
}

.section td {
	width: 490px;
}

#sec03 .programArea {
	width: 680px;
	margin: 0 0 0 30px;
}

#sec03 ul li {
	width: 175px;
	_width: 335px;
	min-height: 157px;
	margin: 0 0 15px;
	padding: 20px 160px 0 0;
}

#sec03 ul li .title {
	color: #231815;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}

#sec03 .program01 { background: url(../images/p_01_01.png) no-repeat right top; }
#sec03 .program02 { background: url(../images/p_01_02.png) no-repeat right top; }
#sec03 .program03 { background: url(../images/p_01_03.png) no-repeat right top; }
#sec03 .program04 { background: url(../images/p_01_04.png) no-repeat right top; }
#sec03 .program05 { background: url(../images/p_01_05.png) no-repeat right top; }
#sec03 .program06 { background: url(../images/p_01_06.png) no-repeat right top; }


#sec03 .seasonArea {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 340px;
}

#sec03 .seasonArea div {
	padding: 270px 0 0 0;
	margin: 0 0 30px;
	position: relative;
}

#sec03 .seasonArea .spring { background: url(../images/p_02_01.png) no-repeat center top; }
#sec03 .seasonArea .summer { background: url(../images/p_02_02.png) no-repeat center top; }
#sec03 .seasonArea .autumn { background: url(../images/p_02_03.png) no-repeat center top; }
#sec03 .seasonArea .winter { background: url(../images/p_02_04.png) no-repeat center top; }

#sec03 .seasonArea .season {
	position: absolute;
	top: 0px;
	left: 280px;
}

#sec03 .caution{
	margin: 0 0 0 60px;
}