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

h2 {
	border-bottom: 1px solid #222;
}

#writerArea{
	margin-top: 16px;
    text-align: right;
}

#flow {
	background: url(../images/outline/bg_flow.png) 60px 0 repeat-y;
	padding: 0 0 16px 135px;
	font-size: 115%;
	margin-top: 55px;
}
.f_box {
	margin-bottom: 15px;
}
#flow h3 {
	background: url(../images/outline/bg_h3_flow.png) left 0 no-repeat;
	margin-left: -83px;
	padding-left: 83px;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

#flow h3 span {
	margin: 0 0 0 14px;
	padding: 2px 0 0 14px;
	font-weight: normal;
	font-size: 70%;
	color: #555;
	border-left: 1px dotted #aaa;
}

#flow p {
	margin-bottom: 1em;
	line-height: 1.8;
}
#flow .photo {
	margin-bottom: 10px;
}
#flow .photo li {
	float: left;
	width: auto;
	display: block;
	list-style: none;
}
#flow .photo li img {
	vertical-align: bottom;
}
#flow .explain {
	font-size: 75%;
	color: #545454;
}

.pageTop {
text-align: right;
padding-bottom: 20px;
}
