@import 'general.css';
@import 'cate_top.css';


/* ====================== main ====================== */

#cont-wrap h1 {
background:url(/web/img/h1_bg_web.png) no-repeat left bottom;
}


/* ====================== contents ====================== */

#cont-wrap div#main h2 {
background:url(/web/img/icon_h2_web.png) no-repeat left center;
}

#cont-wrap div#main h3 {
background:url(/web/img/icon_h3_web.png) no-repeat left center;
}

div#main h4 {
margin:30px 0 0 4px;
padding:0 0 0 15px;
background:url(/web/img/icon_arrow_web.png) no-repeat left center;
font-weight:bold;
}


/* ----- flow ----- */

#main ul#flow-list {
}
#main ul#flow-list li {
margin:20px 0 0 0;
padding:0 0 0 18px;
font-weight:bold;
}
#main ul#flow-list li.num01 {
background:url(/web/img/icon_flow-1.png) no-repeat 0 2px;
}
#main ul#flow-list li.num02 {
background:url(/web/img/icon_flow-2.png) no-repeat 0 2px;
}
#main ul#flow-list li.null {
background:none;
}
#main ul#flow-list li.num03 {
background:url(/web/img/icon_flow-3.png) no-repeat 0 2px;
}

#main ul#flow-list li ul {
margin:10px 0 0 10px;
}
#main ul#flow-list li ul li {
margin:0;
padding:0 0 0 10px;
background:url(/common/img/icon_list-mark.png) no-repeat  0 6px;
font-weight:normal;
}
#main ul#flow-list li p{
margin:10px 0 0 0;
font-weight:normal;
}







