/* bg_brown_rounded_box */
.bg_brown_rounded_box_top {
  background: url(../img/bg_brown_rounded_box_top.gif) left top no-repeat;
  padding-top: 6px;
  width: 690px;
}
.bg_brown_rounded_box_bottom {
  background: url(../img/bg_brown_rounded_box_bottom.gif) left bottom no-repeat;
  padding-bottom: 6px;
}
.bg_brown_rounded_box {
  background: url(../img/bg_brown_rounded_box.gif) left top no-repeat;
  padding: 12px 20px;
}
.bg_brown_rounded_box h2 {
	text-align: center;
}
.bg_brown_rounded_box.contain_white_box {
  padding: 9px 14px;
}

/* step_list */
.step_list li {
  float: left;
  margin-right: 3px;
}
.step_list li.first_child {
}
.step_list li.last-child {
  margin-right: 0;
}
.step_list li ul li {
  float: none;
  margin-right: 0;
}

.step_list.step_text_01 li {
	width: 130px;
	padding: 0px 24px 0px 16px;
	font-size: 90%;
}
.step_list.step_text_02 li {
	width: 217px;
	padding: 0px 24px 0px 16px;
	font-size: 90%;
}

/* bg_white_rounded_box */
.bg_white_rounded_box_top {
  background: url(../img/bg_white_rounded_box_top.gif) left top no-repeat;
  padding-top: 5px;
  width: 662px;
}
.bg_white_rounded_box_bottom {
  background: url(../img/bg_white_rounded_box_bottom.gif) left bottom no-repeat;
  padding-bottom: 7px;
}
.bg_white_rounded_box {
  background: url(../img/bg_white_rounded_box.gif) left top repeat-y;
  padding: 12px 20px;
}
.step_img_box .bg_white_box {
  margin-bottom: 8px;
}
.step_img_box .bg_white_box.last-child {
  margin-bottom: 0;
}

/* bg_white_box */
.bg_white_box {
  background: #ffffff;
  border: 1px solid #bbb096;
  border-style: none solid solid none;
}
.bg_white_box_inner {
  padding: 12px 20px;
}

/* bg_yellow_rounded_box */
.bg_yellow_rounded_box_top {
  background: url(../img/bg_yellow_rounded_box_top.gif) left top no-repeat;
  padding-top: 5px;
  width: 620px;
}
.bg_yellow_rounded_box_bottom {
  background: url(../img/bg_yellow_rounded_box_bottom.gif) left bottom no-repeat;
  padding-bottom: 5px;
}
.bg_yellow_rounded_box {
  background: #fcffd3;
  padding: 12px 20px;
}

/* bg_green_rounded_box */
.bg_green_rounded_box_bottom {
  background: url(../img/bg_green_rounded_box_bottom.gif) left bottom no-repeat;
  padding-bottom: 4px;
  width: 620px;
}
.bg_green_rounded_box {
  border: 4px solid #eef3a7;
  background: #fcffd1;
  border-style: none solid;
  padding: 12px 11px;
}

/* bg_orange_rounded_border_box */
.bg_orange_rounded_border_box_bottom {
  background: url(../img/bg_orange_rounded_border_box_bottom.gif) left bottom no-repeat;
  padding-bottom: 4px;
  width: 662px;
}
.bg_orange_rounded_border_box {
  background: #ffffff;
  padding: 12px 17px;
  border: 3px solid #fdaf31;
  border-style: none solid;
}

.inner_content {
  padding: 0 10px;
}
.inner_content_02 {
  padding: 0 20px;
}

.over_title {
  position: relative;
  top: -38px;
  text-align: center;
}

.icon_number {
  padding: 2px 0 10px 32px;
  margin-bottom: 10px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
h4.icon_number {
  padding: 0 0 5px 32px;
  margin-bottom: 0;
  background-position: 0 1px;
  font-size: 14px;
  font-weight: bold;
}
.icon_number_blue_01 {
  background-image: url(../img/icon_number_blue_01.gif);
}
.icon_number_blue_02 {
  background-image: url(../img/icon_number_blue_02.gif);
}
.icon_number_blue_03 {
  background-image: url(../img/icon_number_blue_03.gif);
}
.icon_number_blue_04 {
  background-image: url(../img/icon_number_blue_04.gif);
}
.icon_number_blue_05 {
  background-image: url(../img/icon_number_blue_05.gif);
}
.icon_number_blue_06 {
  background-image: url(../img/icon_number_blue_06.gif);
}
.icon_number_blue_07 {
  background-image: url(../img/icon_number_blue_07.gif);
}
.icon_number_blue_08 {
  background-image: url(../img/icon_number_blue_08.gif);
}
.icon_number_orange_01 {
  background-image: url(../img/icon_number_orange_01.gif);
}
.icon_number_orange_02 {
  background-image: url(../img/icon_number_orange_02.gif);
}

.icon_number_content {
  padding: 0 0 0 32px;
}

.step_list_box li {
  width: 250px;
  float: left;
  padding-top: 80px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.step_list_box li p {
  padding: 0 5px;
}
.step_list_box li.step1_01 {
  background-image: url(../img/icon_step_01_01.gif);
}
.step_list_box li.step1_02 {
  background-image: url(../img/icon_step_01_02.gif);
}
.step_list_box li.step2 {
  background-image: url(../img/icon_step_02.gif);
}
.step_list_box li.step_last {
  width: 156px;
  background-image: url(../img/icon_step_03.gif);
}

.bdt_dotted {
  padding-top: 20px;
  border-top: 1px dotted #bbbbbb;
}

.article .section#Example {
  margin-top: 30px;
}

.link-install {
  margin: 15px 0 0 18px;
}

.arrow-beige {
  background-image: url(../img/arrow_beige.gif  );
}
