/* --
治療の流れ
----------------------------------------------- */
div#flowBox strong{
  color:#026AAF;
  font-size:16px;
}
div#flowBox p{
  margin:10px 0px;
}
div.innerBox01 ol{
  background-image:url(http://www.asone-gp.co.jp/nishino/img/flow/flow_bg.jpg);
  background-position:left top;
  background-repeat:repeat-y;
  padding-top:50px;
  padding-bottom:20px;
}
div.innerBox01 ol li{
  color:#363636;
  display:block;
  width:500px;
  height:26px;
  line-height:26px;
  margin:4px auto;
  border-bottom:1px dashed #cecece;
  background-image:url(http://www.asone-gp.co.jp/nishino/img/flow/check.gif);
  background-position:left top;
  background-repeat:no-repeat;
  text-indent:24px;
}
/* -- ２．視診 -- */
div.innerBox02{
  width:541px;
  font-size:14px;
}
div.innerBox02 ol{
  display:block;
  width:350px;
  float:right;
  background-image:url(http://www.asone-gp.co.jp/nishino/img/flow/flow_bg2.jpg);
  background-position:left top;
  background-repeat:repeat-y;
  padding-top:50px;
  padding-bottom:20px;
}
div.innerBox02 ol li{
  color:#363636;
  display:block;
  width:324px;
  height:26px;
  line-height:26px;
  margin:4px auto;
  border-bottom:1px dashed #cecece;
  background-image:url(http://www.asone-gp.co.jp/nishino/img/flow/check.gif);
  background-position:left top;
  background-repeat:no-repeat;
  text-indent:24px;
}
/* --- ３．触診 --- */
div.innerBox03 ol{
  display:block;
  width:540px;
  float:right;
  background-image:url(http://www.asone-gp.co.jp/nishino/img/flow/flow_bg3.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  padding-top:50px;
  padding-bottom:20px;
  margin-top:20px;
}
div.innerBox03 ol li{
  color:#363636;
  display:block;
  width:500px;
  height:26px;
  line-height:26px;
  margin:4px auto;
  border-bottom:1px dashed #cecece;
  background-image:url(http://www.asone-gp.co.jp/nishino/img/flow/check.gif);
  background-position:left top;
  background-repeat:no-repeat;
  text-indent:24px;
}
/* --- ４．徒手検査以下写真部分 --- */
div.photoBox{
  text-align:center;
  margin:0px auto;
}
div.photoBox img{
  border:1px solid #666666;
  padding:3px;
}
div.photoBox h4{
  text-align:left;
}
/* --- １０．指導管理 --- */
div.innerBox04{
  background-image:url(http://www.asone-gp.co.jp/nishino/img/flow/10_bg.jpg);
  background-position:right top;
  background-repeat:no-repeat;
  color:#363636;
  border:1px solid #cdcdcd;
  margin:10px auto;
  padding:10px;
}
/* --- １１．治療計画 --- */
div.innerBox05{
  background-image:url(http://www.asone-gp.co.jp/nishino/img/flow/11_bg.jpg);
  background-position:right top;
  background-repeat:no-repeat;
  color:#363636;
  border:1px solid #cdcdcd;
  margin:10px auto;
  padding:10px;
}

/* --
鍼灸
---------------------------------------------- */
div#acupunctureBox{
}
div#acupunctureBox h5{
  float:right;
  width:254px;
  color:#ffffff;
  font-weight:bold;
  background-color:#00a0ea;
  padding:6px;
  margin-bottom:6px;
}

div.acBox01{
  display:block;
  margin:0px auto;
  padding-top:20px;
  padding-bottom:20px;
}

div.acBox01 img{
  float:left;
  margin:0px 10px 10px 10px;
  border:1px solid #cdcdcd;
  padding:6px;
}
div.acBox02{
  margin:10px auto 10px auto;
  clear:both;
}

div.acBox02 img{
  float:right;
  margin:0px 10px 10px 10px;
  border:1px solid #cdcdcd;
  padding:6px;
}
div.acBox03{
  color:#363636;
  border:1px solid #cdcdcd;
  background-color:#deecf5;
  margin:10px auto;
  padding:10px;
  clear:both;
}


/* --
その他(文字スタイル等)
------------------------------------------- */
p.style01{
  color:#ff0000;
  font-weight:bold;
  font-size:16px;
  text-align:center;
}
