@charset "utf-8";


/*----------------------------------------------------
 mainContents
----------------------------------------------------*/

#mainContents table.colHead td {
  text-align: left;
}


#mainContents .stepBox {
  padding: 8px;
  background: #ffe5d4;
}
#mainContents .stepBox .section {
  position: relative;
  /*padding-bottom: 300px;*/
}
#mainContents .stepBox .section.bigbox{
  /*padding-bottom: 420px;*/
  background: url(../img/internet_guide/bg_yes.png) no-repeat center top 115px;
}
#mainContents .stepBox .section.bigbox2{
  /*padding-bottom: 390px;*/
  background: url(../img/internet_guide/bg_yes.png) no-repeat center top 115px;
}
#mainContents .stepBox .section .headBox {
  display: table;
  height: 100%;
  font-size: 14px;
  background: #fff;
}
#mainContents .stepBox .section .headBox p.img {
  display: table-cell;
  height: auto;
  vertical-align: middle;
  background: #179F50;
}
#mainContents .stepBox .section .headBox p.txt {
  display: table-cell;
  width: 540px;
  padding: 5px;
  vertical-align: middle;
}
#mainContents .stepBox .section .bodyBox {
  display: table;
  width: 100%;
}
#mainContents .stepBox .section .yesBox {
  display: table-cell;
  padding-top: 10px;
  vertical-align: top;
}
#mainContents .stepBox .section .noBox {
  display: table-cell;
  padding-top: 90px;
  vertical-align: bottom;
  background: url(../img/internet_guide/figure_no.png) no-repeat center 10px;
  background-size: 71px 207px;
}
#mainContents .stepBox .section .btn {
  width: 100%;
  padding: 10px;
  background: #fff;
  background-size: 71px 207px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#mainContents .stepBox .section .btn p {
  text-align: left;
}
#mainContents .stepBox .section .noBox .btn a {
  max-width: 193px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
}
#mainContents .stepBox .section .btn a.loginBtn {
  max-width: 260px;
}
#mainContents .stepBox .section .btn a span {
  height: 50px;
}


#mainContents .stepBox .section:last-child {
  padding-bottom: 0;
  background: none;
}
#mainContents .stepBox .section:last-child .btn {
  position: static;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0 !important;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}



#mainContents .markList.flList{
  overflow: hidden;
}
#mainContents .markList.flList li{
  float: left;
  width: 50%;
}


#mainContents .consultBox {
  padding: 10px;
  background: #F5F7F2;
}
#mainContents .consultBox h3 {
  padding: 0;
  color: #179f50;
  text-align: center;
  border: none;
}
#mainContents .consultBox h3:before {
  padding: 0;
  border: none;
}

#mainContents .consultBox h4 {
  padding: 0;
  text-align: center;
  border: none;
}
#mainContents .consultBox h4:before {
  padding: 0;
  border: none;
}



#mainContents .btn a.nml.btnLogin {
  color: #fff;
  background: #f47d2d;
  background-image: url(/sp/cmn/img/arrow_right_white.png) , url(/sp/cmn/img/btn_login.png) ;
  background-repeat: no-repeat, no-repeat;
  background-position: right center, 10px center;
  background-position: right 10px center, 10px center;
  background-size: 8px 14px, 11px 16px;
}



