@charset "utf-8";
.mainArea .titleBlock__h3 {
  margin-top: 0;
}
/* ------------------------------------------------------
contents
------------------------------------------------------ */
.mainArea .titleBlock_h1 {
  position: relative;
  width: 950px;
  height: 210px;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  background: url(/contents/info/wostutorial/images/main.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mainArea .section {
  background-color: #eeeeee;
  padding-bottom: 15px;
}
/* .section */
.mainArea .section h3 {
  width: 930px;
  margin: 15px auto 0;
}
.mainArea .section .innerBox {
  position: relative;
  clear: both;
  width: 930px;
  margin: 0 auto;
  background-color: #FFF;
}
.mainArea .section .innerBox dl {
  display: block;
  height: 155px;
  width: 930px;
}
.mainArea .section .innerBox dl dt.icon {
  position: absolute;
  top: 30px;
  left: 10px;
}
.mainArea .section .innerBox dl dd.descText {
  position: absolute;
  width: 550px;
  height: 140px;
  top: 40px;
  left: 150px;
}
.mainArea .section .innerBox dl dd.descText p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mainArea .section .innerBox dl dd.h3Text01 {
  background: url(/contents/info/wostutorial/images/text01.png) no-repeat;
}
.mainArea .section .innerBox dl dd.h3Text02 {
  background: url(/contents/info/wostutorial/images/text02.png) no-repeat;
}
.mainArea .section .innerBox dl dd.h3Text03 {
  background: url(/contents/info/wostutorial/images/text03.png) no-repeat;
}
.mainArea .section .innerBox dl dd.h3Text04 {
  background: url(/contents/info/wostutorial/images/text04.png) no-repeat;
}
.mainArea .section .innerBox dl dd.move {
  position: absolute;
  width: 230;
  height: 130px;
  top: 15px;
  right: 10px;
}
.mainArea .arrow {
  width: 136px;
  margin: 20px auto;
}
.btnArea {
  width: 950px;
  height: 120px;
  margin: 0 auto 80px;
  background-color: #eeeeee;
  text-align: center;
}
.btnArea p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.btnArea .btn_txt {
  width: 675px;
  height: 20px;
  margin: 0 auto 10px;
  padding-top: 25px;
  background: url(/contents/info/wostutorial/images/btn_txt.png) no-repeat center bottom;
}
