@charset "UTF-8";
h3 {
	font-weight:bold;
	font-size:159.3%;
	color:#EE87B4;
	}
h4 {
	padding:0;
	color:#EE87B4;
	font-size:123.1%;
	font-weight:bold;
	}


#details {
	margin:0 0 20px ;
	zoom:1;
	}
#details:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	clear:both;
	}


/* #main p
 ---------------------------------------------------*/
#main p.num {
	margin: -38px 10px 15px 0;
	text-align: right;
}

/* #courseCaption
 ---------------------------------------------------*/
#courseCaption {
	margin: 20px 0;
	padding: 0 0 20px;
	border-bottom:1px dotted #cecece;
	}
#courseCaption h4 {
	border-top: 1px solid #fdd6e7;
	border-bottom: 1px solid #fdd6e7;
	margin: 0 0 5px;
	padding: 5px;
	font-size: 100%;
}
#courseCaption div {
	float: left;
	background: #fff;
	padding: 0 15px 20px 0;
}
#courseCaption p {
	line-height: 1.35;
}

/* #step
 --------------------------------------------------*/
#step {
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px dotted #cecece;
	zoom:1;
	}
#step:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	clear:both;
	}
#step dl {
	width:320px;
	}
#step dt {
	border-left: 5px solid #fdd6e7;
	margin: 0 0 5px;
	padding: 2px 0 2px 5px;
	font-size:113%;
	}
#step strong {
	display:block;
	margin:0 0 6px 0;
	}
#stepOne {
	float:left;
	}
#stepTwo {
	float:right;
	}


/* #details
 ---------------------------------------------------*/
#details {
	padding:0 0 20px;
	border-bottom:1px dotted #cecece;
	zoom:1;
	}
#details:after {
	content:".";
	display:block;
	hegiht:0;
	line-height:0;
	visibility:hidden;
	clear:both;
	}
#details #shikaku {
	width:320px;
	float:left;
	}
#details #shokushu {
	width:320px;
	float:right;
	}
#details ul li {
	line-height:1.5;
	background-image:url(../../img/marker/bridal_content_marker.gif);
	}

table {
	width:100%;
	margin:0 0 30px;
	border-top:1px solid #fdd6e7;
	border-left:1px solid #fdd6e7;
	border-right:1px solid #fdd6e7;
	}
caption {
	color:#EE87B4;
	font-size:123.1%;
	font-weight:bold;
	margin:0 0 10px;
	}
td {
	padding:5px;
	width:50%;
	border-bottom:1px solid #fdd6e7;
	}
th {
	white-space:nowrap;
	}


.odd {
	background:#fff7fa;
	}
.even {
	background:#fde8f1;
	}

table.curriculum {
	border-bottom:1px solid #fdd6e7;
}
table.curriculum th {
	background: #fde8f1;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}
table.curriculum td {
	width: auto;
	padding: 5px;
	text-align: center;
	border-bottom:1px solid #fff;
}


