@charset "utf-8";
/* ===================================================================
CSS information

 file name  :flow.css
 author     :Naoki Takahashi
 style info :挙式までの流れ関連
=================================================================== */

/* -----------------------------------------------------------
	#titleArea
----------------------------------------------------------- */

#titleArea {
	width: 950px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#titleArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#contentArea
----------------------------------------------------------- */

#contentArea {
	width: 950px;
	background: url(../flow/img/flow_schedule.gif) no-repeat center top;
	height: 1330px;
	position: relative;
}

#contentArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	流れ
----------------------------------------------------------- */

#flowBackgroundImg_02 {
	background: url(../flow/img/flow_det02.jpg) no-repeat;
	width: 950px;
	height: 151px;
}
p.flowOverText_02 {
	position: relative;
	top: 74px;
	left: 135px;
	font-size: 12px;
	width: 470px;
}

#flowBackgroundImg_03 {
	background: url(../flow/img/flow_det03.jpg) no-repeat;
	width: 950px;
	height: 138px;
}
p.flowOverText_03 {
	position: relative;
	top: 62px;
	left: 135px;
	font-size: 12px;
	width: 470px;
}

#flowBackgroundImg_04 {
	background: url(../flow/img/flow_det04.jpg) no-repeat;
	width: 950px;
	height: 137px;
}
#flowBackgroundImg_05 {
	background: url(../flow/img/flow_det05.jpg) no-repeat;
	width: 950px;
	height: 137px;
}
#flowBackgroundImg_06 {
	background: url(../flow/img/flow_det06.jpg) no-repeat;
	width: 950px;
	height: 137px;
}
#flowBackgroundImg_07 {
	background: url(../flow/img/flow_det07.jpg) no-repeat;
	width: 950px;
	height: 137px;
}
p.flowOverText_04-07 {
	position: relative;
	top: 62px;
	left: 135px;
	font-size: 12px;
	width: 470px;
}

#flowBackgroundImg_08 {
	background: url(../flow/img/flow_det08.gif) no-repeat;
	width: 950px;
	height: 98px;
}

#flowL {
	width: 455px;
	float: left;
}

#flowL li, #flowR li {
	border-bottom: 1px solid #CCCCCC;
	background: #FBF7FC;
	font-size: 12px;
	padding-top: 20px;
	line-height: 14px;
	padding-bottom: 2px;
}

#flowL dt {
	float: left;
	width: 264px;
}

#flowL dd {
	font-size: 10px;
	float: left;
	width: 191px;
	line-height: 12px;
}

#flowR {
	width: 455px;
	float: right;
}

#flowR li {
	padding-left: 15px;
}

li.flowMargin {
	margin-top: 30px;
}

#flow3month {
	width: 331px;
	background: url(../flow/img/flow_3month.gif) no-repeat left top;
	padding: 231px 0 0 0;
	font-size: 12px;
	text-align: justify;
	margin: 89px auto;
	color: #48322A;
	line-height: 14px;
}

#flow3month p {
	width: auto;
	background: url(../flow/img/flow_dot.gif) no-repeat left top;
	padding-left: 12px;
}

em, #contentArea a:link, #contentArea a:visited {
	color: #FF3300;
}

.flowSmall {
	font-size: 10px;
	line-height: 12px;
}