@charset "utf-8";


/*	YOROCO BOOK 
	flow PAGE CSS
	
	T.Nikaidoh by SALTWORKS INC.
--------------------------------------------------------------*/


#contents_box h3 {
	font-size: 1.4em;
	margin: 21px 0 21px 0;
	padding: 0.3em 0 0 30px;
	background: url(../../css/img/flw_mark.gif) no-repeat left top;
	clear: both;
}

dl {
	width: 600px;
	display: block;
	padding: 0px;
	float: left;
	margin: 0 0 18px 0;
}

dl img	{
	border:1px solid #efefef;
	background: url(../../common/css/img/loader.gif) no-repeat center center;
}

dt {
	background: url(images/flow_arrow.gif) no-repeat center bottom;
	margin: 0 21px 0 0;
	padding: 0 0 23px 0;
	float: left;
	display: block;
	width: 302px;
}

dd	{
	margin: 0;
	padding: 0 0 23px 0;
	width: 277px;
	display: block;
	float: right;
}

dd img	{
	vertical-align: text-top;
}


dl dt.last {
	background: none!important;
}

.p_link a {
	background: url(../../common/css/img/arrow1.gif) no-repeat left center;
	padding-left: 12px;
}

.magred	{
	color:#cd006f;
}
