@charset "utf-8";

/* Moon Shell flow
----------------------------------------------------------

/* .stepbox（stepbox）
----------------------------------------------------------*/
/*ページタイトル*/
/*幅設定に関してはbace.cssにて共通化*/
h2#flow{background:url(../images/h2_flow.gif) #98856b no-repeat 0 0;}


#stepbox{
border:1px solid #ccc;
width:668px;padding:10px;}
/*step title*/
#stepbox #step h3{height:37px;border-bottom:1px solid #746248; text-indent:-9999px;}
#stepbox #step h3 span{display:block;}

/*title 画像切り替え*/
#stepbox #step.p01 h3{display:block;height:35px;background:url(../images/h3_step01.gif) no-repeat 0 0;}
#stepbox #step.p02 h3{display:block;height:35px;background:url(../images/h3_step02.gif) no-repeat 0 0;}
#stepbox #step.p03 h3{display:block;height:35px;background:url(../images/h3_step03.gif) no-repeat 0 0;}
#stepbox #step.p04 h3{display:block;height:35px;background:url(../images/h3_step04.gif) no-repeat 0 0;}
#stepbox #step.p05 h3{display:block;height:35px;background:url(../images/h3_step05.gif) no-repeat 0 0;}

#stepbox #step h4{
display:block;
padding:3px 5px;
background-color:#fdeeed;
color:#ec6e65;}

#stepbox #step dl{width:668px; overflow:hidden; margin-top:10px;}
#stepbox #step dt{width:200px;}
#stepbox #step dd{width:458px;padding:5px;}

#stepbox #step{margin-top:20px;}
#stepbox #step.p01{margin-top:0;}

/*写真左*/
#stepbox #step.p01 dt,
#stepbox #step.p03 dt,
#stepbox #step.p05 dt{float:left;}
#stepbox #step.p01 dd,
#stepbox #step.p03 dd,
#stepbox #step.p05 dd{float:right;}
/**写真右*/
#stepbox #step.p02 dt,
#stepbox #step.p04 dt{float:right;}
#stepbox #step.p02 dd,
#stepbox #step.p04 dd{float:left;}
/*img*/
#stepbox #step dt img{width:200px;}


#stepbox #step dd ul{margin-top:10px;}
#stepbox #step dd ul li{
color:#746248;
padding-left:13px;
background:url(../../images/common/txt_list_start01.gif) no-repeat 0 7px;}
#stepbox #step dd ul li.st{background:none;font-weight:bold; padding-left:0;}

/*p.alow（↓allow）*/
#stepbox #step p.alow{
display:block;
text-align:center;
text-indent:-9999px;
height:50px; background:url(../images/alow_bottom01.gif) no-repeat 50% 0;}



/****************************************************************



