@charset "UTF-8";
@import url("../../share/css/common.css");


/*======================================

	コンテンツ

=======================================*/
/* 季節タイトルバー */
.season_titlebar {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/* コースカテゴリ */
.course {
	margin: 0px;
	padding: 20px 0px 10px 0px;
	text-align: left;
}

.course .course_cat_1 {
	float: left;
	width: 315px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.course .course_cat_2 {
	float: left;
	width: 315px;
	margin: 0px;
	padding: 0px;
}

.course .cat_main {
	width: 315px;
	background-image: url("../images/season_bg_main.gif");
	background-repeat: repeat-y; 
	background-position: 0% 50%;
	margin: 0px;
	padding: 0px;
}

.course .cat_top_spring {
	width: 315px;
	background-image: url("../images/spring_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course .cat_top_summer {
	width: 315px;
	background-image: url("../images/summer_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course .cat_top_autumn {
	width: 315px;
	background-image: url("../images/autumn_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course .cat_top_winter {
	width: 315px;
	background-image: url("../images/winter_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course .cat_top_recommend {
	width: 315px;
	background-image: url("../images/recommend_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course .cat_bottom {
	width: 315px;
	background-image: url("../images/season_bg_bottom.gif");
	background-repeat: no-repeat; 
	background-position: 0% 100%;
	margin: 0px;
	padding: 0px;
}

.course .spring_course_title {
	border-left: 4px solid #FF8686;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 0px 5px;
	font-size: 0.875em;
	font-weight: bold;
}

.course .summer_course_title {
	border-left: 4px solid #85C2FF;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 0px 5px;
	font-size: 0.875em;
	font-weight: bold;
}

.course .autumn_course_title {
	border-left: 4px solid #FFA750;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 0px 5px;
	font-size: 0.875em;
	font-weight: bold;
}

.course .winter_course_title {
	border-left: 4px solid #9D9D9D;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 0px 5px;
	font-size: 0.875em;
	font-weight: bold;
}

.course .recommend_course_title {
	border-left: 4px solid #6BCE3B;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 0px 5px;
	font-size: 0.875em;
	font-weight: bold;
}

.course .photo_info {
	width: 295px;
	margin: 0px;
	padding: 10px;
}

.course .photo_info .photo {
	float: left;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}

.course .photo_info .info {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.5;
}

