/*=============================
common
mainimg
sec1
sec2
sec3
=============================*/

/*=============================
common
=============================*/
.commonBox{
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  border: 1px solid #3eb5ff;
}
.sectionTtl{
  width:280px;
  margin: 0 auto;
}
.sectionHeadTxt{
  margin: 15px 10px 0;
  line-height: 1.4;
  text-align: center;
}
.comingsoon{
  position: relative;
  overflow: hidden;
}
.comingsoon:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.comingsoon:after{
  content: "";
  display: block;
  width: 87.33%;
  margin: auto;
  background: url("../images/top/txt_comingsoon.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.andmore{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #3eb5ff;
  padding-top: 15px;
  clear: both;
}

/*=============================
mainimg
=============================*/
#mainimg {
  position: relative;
  padding-top: 56px;
  height: auto;
}
#mainimg #slider {
}
#mainimg #slider li {
  width: 100%;
  position: relative;
}
#mainimg #slider li a {
  display: block;
  width: 100%;
  color: #000;
}
#mainimg #slider li img {
  width: 100%;
  vertical-align: top;
}

/*=============================
area1
=============================*/
#area1{
  padding-top: 38px;
}
#area1 .arttl1{
  position: relative;
  text-align: center;
}
#area1 .arttl1 h1{
  font-size: 20px;
  font-weight: 500;
  border-bottom: solid 2px #EE6600;
  display: inline;
  text-align: center;
  padding-bottom: 2px;
}
#area1 .subttl{
  text-align: center;
  padding-top: 14px;
  font-size: 8px;
}
.wid90{
  width: 90%;
  margin: 0 auto;
}

#area1 .subtxt1{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8em;
  padding: 34px 0 14px 0;
}
#area1 .subtxt2{
  font-size: 13px;
  line-height: 1.8em;
  padding: 34px 0 64px 0;
}
#area1 .subtxt3{
  font-size: 13px;
  line-height: 1.8em;
  padding: 20px 0 44px 0;
}
#area1 .area_h21{
  margin: 36px 0 16px 0;
}




#area1 .btSub{
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#area1 .btSub h2{
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7em;
  padding: 46px 0 26px 0;
}
#area1 .btSub ul li{
  font-size: 13px;
  line-height: 1.4em;
  padding: 4px 0;
}
#area1 .btSub ul li.bld{
  font-weight: 600;
}
#area1 .btSub ul li a{
  display: inline-block;
  border-bottom: solid 1px #333;
  padding-bottom: 2px;
}
#area1 .btSub ul li a.blu{
  display: inline-block;
  border-bottom: solid 1px #0099ff;
  padding-bottom: 2px;
  color: #0099ff;
}
#area1 .att1{
  text-align: right;
  font-size: 13px;
  padding: 26px 0 50px 0;
}


