@charset "utf-8";
/* CSS Document */

/* for index
--------------------------------------------------------------------*/
#mainCont h1 {
	margin: 0 0 10px 0;
}

h2 {
	background-color: #FFFFFF;
	background-image: url(../../common/img/ico_h2.gif);
	background-repeat: no-repeat;
	background-position: 5px 1.2em;
	border-bottom: solid 1px #FCD89A;
	border-top: solid 1px #FCD89A;
	padding: 10px 5px 10px 25px;
	color: #AB001B;
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 20px;
}

#first .mainLead {
}

#first p.lead {
	font-size: 0.78em;
}

#first .mainLead .mainPh {
	float: left;
	width: 270px;
}

#first .mainLead .mainDetail {
	float: right;
	width: 452px;
	font-size: 0.78em;
}

#first .point {
	margin-left: auto;
	margin-right: auto;
	width: 719px;
}

#first .pointBox {
	border: 1px solid #FCD89A;
	background-color: #FCF2D6;
	width: 320px;
	padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 0.78em;
	line-height: 1.5;
}
#first .pointBox p {
	padding-left: 108px;
}

#first .flowWrapper {
	border-bottom: 1px solid #FCD89A;
	margin-bottom: 50px;
	padding-bottom: 30px;
}

#first .flow {
	width: 715px;
	margin: 0 auto 5px;
}

#first .flowWed {
	float: left;
	width: 350px;
}

#first .flowTell {
	float: right;
	width: 350px;
}



table.courseList {
	width: 100%;
}

table.courseList th {
	background: #F5DFBE;
	text-align: center;
	font-weight: normal;
	font-size: 0.78em;
}

table.courseList th,
table.courseList td {
	border: 1px solid #CCCCCC;
	padding: 8px 13px;
}

table.courseList td {
	font-size: 0.875em;
	text-align: center;
	background: #FFFFFF;
}

table.courseList td.discount, 
table.courseList .discount {
	font-weight: bold;
	color: #E23A3F;
}

table.courseList td.courseNadeshiko {
	font-weight: bold;
	color: #FF6600;
}

table.courseList td.courseNadeshiko span {
	color: #FFFFFF;
	font-size: 12px;
	background: #FF6600;
	padding: 2px 4px;
	font-weight: normal;
}

table.courseList td.courseName {
	font-weight: bold;
}

table.courseList td.courseName span {
	font-size: 12px;
	font-weight: normal;
}
