@charset "utf-8";
/* CSS Document */
.content h1 {
	border-bottom:1px solid #ebebeb;
	height:100px;
	font-size:20px;
	margin:0;
	margin-bottom:80px;
	padding:0;
	line-height:100px;
	text-align:center;
}

.flow {
	border:5px solid #cac29b;
	width:800px;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	padding:0 25px 0 25px;
	background-position:720px center;
	background-repeat:no-repeat;
}
.flow:nth-last-child(1){
	margin-bottom:120px;
}
.flow h3 {
	margin:0;
	padding:0;
	margin-top:1em;
	padding-bottom:10px;
	border-bottom:1px dashed #cccccc;
}
.flow p {
	font-size:14px;
	padding:0;
	line-height:1.5;
}
.flow p a {
	text-decoration:none;
	color:#2083d5;
}

p.rating span{
	color:darkorange;
	margin: 0; padding: auto;
}