@charset "shift_jis";

@import url(../css/basic.css);
@import url(../css/common.css);

/* ====================================================================

   Style Info: サービスの流れ
 
==================================================================== */

.flow p img { margin-top:20px; margin-bottom:25px; }


.flowlist {
	width:870px;
	margin:30px auto 0 auto;
	background:url(../image/grboxs_bg.gif) repeat-y left top;
	text-align:center;
	}
.flowlist_inner {
	background:url(../image/grboxs_bottom.gif) no-repeat left bottom;
	padding-bottom:10px;
	}
.flowlist_inner ul {
	background:url(../image/grboxs_top.gif) no-repeat left top;
	padding-top:12px;
	list-style:none;
	}

.flowlist_inner li {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	}


/* ---------------------------------------------
   流れ
--------------------------------------------- */

.line_in {
	background:url(image/line.gif) no-repeat left top;
	padding:33px 36px;
	zoom:1;
	}

.flow_no p { padding-left:130px; min-height:71px; }
.flow_no .md { margin-bottom:15px; }

#flow01 p { background:url(image/no01.gif) no-repeat left top; }
#flow02 p { background:url(image/no02.gif) no-repeat left top; }
#flow03 p { background:url(image/no03.gif) no-repeat left top; }
#flow04 p { background:url(image/no04.gif) no-repeat left top; }
#flow05 p { background:url(image/no05.gif) no-repeat left top; }
#flow06 p { background:url(image/no06.gif) no-repeat left top; }
#flow07 p { background:url(image/no07.gif) no-repeat left top; }


/* ---------------------------------------------
   依頼について
--------------------------------------------- */

.request {
	background:url(image/cut01.png) no-repeat left top;
	padding:36px 33px 0 33px;
	}

.request dl {padding-top:5px; }
.request dt { font-size:17px; font-weight:bold; padding-bottom:5px; }
.request dd { padding-bottom:20px; }
.request dd ul { margin-left:20px; }

