@charset "utf-8";
@import "/css/common.css";

/*==================================================================*/
/* sitemap style css（サイトマップ） */
/*==================================================================*/

/* h1 */
h1{
	margin:0 0 1em;
	padding:0;
}


/* ---------------------------------------------------------------- */

/* flow */

/* ---------------------------------------------------------------- */
#flow *{margin:0;padding:0;}
#flow{
	margin:0 auto 2em;
	width:650px;
}
#flow a:hover img{opacity:0.75;filter:alpha(opacity=75);}

#flow .step{
	background:url('../image/flow_arr.gif') no-repeat 13px bottom;
}

/* last：矢印なし */
#flow .step-end{background:none;}

#flow .step p,#flow .step-end p{
	padding:2em 0 2em 5em;
	font-size:1.2em;
	line-height:1.8;
	}

/* link */
#flow .step p.p-link,#flow .step-end p.p-link{
	margin:0;
	padding:0;
	text-align:right;
	font-size:1.2em;
}
#flow .step a,#flow .step-end a{text-decoration:underline;}

/* お問合せ */
#flow .step ul{
	margin:0 0 0 16em;
	padding:10px 10px 0;
	width:420px;
	background:#efe9de;
	list-style-type:none;
}
/* clear hack */
#flow .step ul{zoom:1;}
#flow .step ul:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

#flow .step li{
	float:left;
	padding:10px;
}

