/*----------------------------------------------------
	下層共通スタイル
----------------------------------------------------*/
/*---------- Common Style ----------*/
.colorful-line {
  background: url(../img/colorful-line.png) no-repeat 50% 0;
  padding-top: 30px; }

.colorful-line-bottom {
  background: url(../img/colorful-line.png) no-repeat 50% 100%;
  padding-bottom: 30px; }

.blueBtn {
  width: 530px;
  text-align: center; }

.blueBtn li {
  display: inline;
  margin-right: 5px; }

.blueArrowList {
  margin: 15px 0 30px 0; }
.blueArrowList li {
    background: url(../img/blue_arrow.png) no-repeat 0 0;
    margin: 10px 10px 5px 0;
    padding-left: 18px;
    display: inline; }

.red {
  color: crimson; }
.orange-red {
  color:#F2664A;
}

.blueArrowListNoFloat li {
  background: url(../img/blue_arrow.png) no-repeat 0 50%;
  padding-left: 18px; }

.pink {
  color: pink; }

.blue {
  color: #00bbff; }

.pink-tape, .blue-tape, .beige-tape, .rightblue-tape {
  padding: 12px 15px;
  font-size: 1.2em;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 10px 0 15px 0; }

.pink-tape {
  background: url(../img/small-dot.png) repeat 0 0, url(../img/pink-tape.png) repeat 0 0;
  background-color: #ffaeba; }

.blue-tape {
  background: url(../img/small-dot.png) repeat 0 0, url(../img/blue-tape.png) repeat 0 0;
  background-color: #9edced; }

.beige-tape {
  background: url(../img/small-dot.png) repeat 0 0, url(../img/beige-tape.png) repeat 0 0;
  background-color: #e0dbd3; }

.rightblue-tape {
  background: url(../img/small-dot.png) repeat 0 0, url(../img/rightblue-tape.png) repeat 0 0;
  background-color: #9be6d7; }

.inline-image {
  display: inline; }

.inline-block {
  display: inline-block; }

.blue-dot-box {
  background: url(../img/dot.png) repeat 0 0 #9edced;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php);
  padding: 15px; }

.heart-title, .balloon-title {
  font-size:1.6em;
  color:#838078;
  margin-bottom:20px;
  font-weight:bold;
}
.heart-title {
  background: url(../case/img/bg_heart-title.png) no-repeat 0 0;
  padding:5px 0 10px 100px;
}
.balloon-title {
  background: url(../case/img/bg_baloon-title.png) no-repeat 0 0;
  padding:20px 0 10px 130px;
}

/*---------- Head Style ----------*/
html#lower h1 {
  padding-top: 20px; }

html#lower h1 + p {
  margin-bottom: 20px; }

/*---------- Button Style ----------*/
/*  追加ボタン類  */

.btn-download {
  width:860px;
  margin:20px auto;
  height:0;
  padding-top:152px;
  display:block;
  overflow: hidden;
  background: url(../img/common/btn_download.jpg) no-repeat 0 0;
}
.btn-download:hover {
  background-position: 0 100%;
}
.multi-menu {
  width:865px;
  margin:20px auto 40px;
}
.multi-menu:after {
  content:"";
  display:block;
  clear:both;
  visibility: hidden;
}
.multi-menu li {
  float:left;
  width:280px;
  height:55px;
  margin:0 8px 8px 0 !important;
}
.multi-menu li:nth-child(3n) {
  margin-right:0;
}
.multi-menu li a {
  display:block;
  width:280px;
  height:0px;
  padding-top:55px;
  overflow: hidden;
  background-image: url(../img/common/btn_menuset.png);
  background-repeat: no-repeat;
}
.btn-flow a {
  background-position: 0 0;
}
.btn-template a {
  background-position: -290px 0;
}
.btn-price a {
  background-position: -580px 0;
}
.btn-voice a {
  background-position: 0 -65px;
}
.btn-inquiry a {
  background-position: -290px -65px;
}
.btn-samplebook a {
  background-position: -580px -65px;
}

.btn-flow a:hover {
  background-position: 0 -133px;
}
.btn-template a:hover {
  background-position: -290px -133px;
}
.btn-price a:hover {
  background-position: -580px -133px;
}
.btn-voice a:hover {
  background-position: 0 -198px;
}
.btn-inquiry a:hover {
  background-position: -290px -198px;
}
.btn-samplebook a:hover {
  background-position: -580px -198px;
}
.sim-sample-menu {
  width:865px;
  margin:10px auto;
}
.sim-sample-menu li {
  height:53px;
}
.sim-sample-menu .btn-simulator {
  float:left;
  width:435px;
}
.sim-sample-menu .btn-samplebook {
  float:left;
  width:430px;
}
.sim-sample-menu li a {
  background-image: url(../img/common/btn_sim-sample.png);
  background-repeat: no-repeat;
  height:0;
  padding-top:53px;
  display: block;
  overflow: hidden;
}
.sim-sample-menu .btn-simulator a {
  background-position: 0 0;
}
.sim-sample-menu .btn-samplebook a {
  background-position: -437px 0;
}
.sim-sample-menu .btn-simulator a:hover {
  background-position: 0 100%;
}
.sim-sample-menu .btn-samplebook a:hover {
  background-position: -437px 100%;
}

/*---------- Download Box Style ----------*/

.bg-beige-stripe {
  background: url(../img/common/bg_stripe-white.png) repeat 0 0 #CABEAB;
  padding:10px;
  margin:40px 0;
}
.inner-white {
  background-color: #FFF;
  padding:30px 20px 20px;
}
.bg-beige-stripe .multi-menu {
  margin-bottom:0;
}

/*---------- Contact Box Style ----------*/

.contact-box {
  background-color: #7DC67D;
  padding:20px 15px 40px;
  margin:40px auto;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.type-buttons {
  text-align: center;
}
.type-buttons li {
  display:inline-block;
  margin-right:20px;
  width:345px;
  height:65px;
}
.type-buttons li a {
  background-image:url(../img/common/btn_contact.png);
  background-repeat: no-repeat;
  width:345px;
  height:0;
  padding-top:65px;
  overflow: hidden;
  display:block;
}
.type-buttons .btn-mail a {
  background-position: 0 0;
}
.type-buttons .btn-call a {
  background-position: -359px 0;
}
.type-buttons .btn-mail a:hover {
  background-position: 0 -70px;
}
.type-buttons .btn-call a:hover {
  background-position: -359px -70px;
}
#lower #primary .round-center {
  background-color: #FFF;
  width:50%;
  margin:10px auto 0;
  padding:5px 10px;
  text-align: center;
  -webkit-border-radius: 18px;
          border-radius: 18px;
}

/*---------- ClubMyBook Style ----------*/

#clubMybook.clubMybook-lower {
  margin-bottom:40px;
}
#clubMybook.clubMybook-lower li {
  width:23%;
  position: relative;
}
#clubMybook.clubMybook-lower li a {
  display:block;
  width:100%;
  height:0;
  padding-top:87%;
  overflow: hidden;
  position: absolute;
  top:0;
  left:0;
}
#clubMybook.clubMybook-lower li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
  background-image:url(../img/common/bg_ico-zoom.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}


/*---------- Contents Style ----------*/
/*----------------------------------------------------
	下層個別スタイル
----------------------------------------------------*/
/*---------- .about Style(マイブックって？) ----------*/
#lower #primary h2 img {
  margin: -5px 0 0px 0; }

#steps {
  margin: -70px 0 10px 0; }

#stepBox {
  overflow: hidden;
  margin-left: 40px;
  background: url(../about/img/w-arrow.gif) 47% 50% no-repeat; }
#stepBox #step2, #stepBox #step3 {
    margin-left: 70px; }

#stepBox li {
  width: 250px;
  height: 280px;
  background: url(../about/img/boxBg.png) no-repeat 0 0;
  padding: 15px;
  text-align: center;
  float: left;
  margin: 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
#stepBox li h4 {
    text-align: left;
    margin: 10px 0 5px 20px; }
#stepBox li figcaption {
    margin-top: 5px; }

.about h3.colorful-line {
  margin: 20px 0 15px 0; }

.about img.floatRight {
  margin: -30px 20px 0 25px; }

.about h3.clear {
  padding-top: 40px; }

/*---------- .case Style(制作の流れ) ----------*/

.case h4 {
  margin: 10px 0; }
.case p#printBtn {
  margin-top: -50px; }

ul.material {
  overflow: hidden; }
ul.material li {
    float: left;
    margin: 0 10px 10px 15px; }

ol.steps {
  width: 48%;
  float: left;
  margin-left: 15px; }
ol.steps li img {
    margin: 5px 10px 0 0;
    vertical-align: middle; }
ol.steps li {
    text-indent: -1em;
    margin: 10px 0; }

nav#Table-of-contents {
  overflow: hidden;
  margin: 25px auto; }

#stepbg {
  background: url(../case/img/step-bg.png) no-repeat 100% 0; }

.case li {
  margin: 15px 0; }
.case li h4 {
    margin: 30px 0 5px 0; }

ol#operation ol {
  overflow: hidden;
  margin-bottom: 20px; }
ol#operation ol li {
  width: 290px;
  height: 305px;
  float: left;
  margin: 15px 10px 0 0;
  background: url(../case/img/boxbg.gif) repeat 0 0;
  padding: 10px;
  letter-spacing: 0;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php); }
ol#operation a {
  background: url(../img/blue_arrow.png) no-repeat 0 5px;
  padding: 5px 0 5px 18px; }
ol#operation ul {
  width: 95%;
  margin: 0 auto;
  font-size: .9em; }
ol#operation ul li {
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto; }
ol#operation div.inner {
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php);
  height: 305px; }
ol#operation figure img {
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0; }
ol#operation figcaption, ol#operation p {
  width: 95%;
  margin: 0 auto 5px auto;
  font-size: .9em; }
ol#operation li#step8LinkBox {
  background: none;
  width: 500px; }
ol#operation li#step8LinkBox li {
    display: block;
    float: none;
    margin-bottom: 30px; }
ol#operation li#mba4free {
  background: none; }

li#step8LinkBox li span {
  width: 18em;
  display: block;
  float: left;
  clear: both; }

#flowBox li {
  clear: both;
  margin-bottom: 15px;
  background: url(../case/img/yellow-arrow.png) no-repeat 150px 100%;
  padding-bottom: 50px;
  overflow: auto; }
#flowBox li div + p {
    float: left;
    margin-right: 20px;
    width: 55%;
    display: block;
    padding-top: 15px; }
#flowBox li h3 {
    text-align: center; }

#flowBox .lastBox {
  background: none; }

#flowBox li h3 + p {
  margin-bottom: 3px; }

#flowBox li div a {
  background: url(../img/blue_arrow.png) no-repeat 0 0;
  padding-left: 18px; }

#flow1, #flow2, #flow3, #flow4 {
  width: 365px;
  height: 215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 30px 0 0;
  background-image: url(../case/img/step.fw.png);
  background-repeat: no-repeat;
  padding: 35px 20px 20px 35px; }

#flow2 {
  background-position: 0 -220px; }

#flow3 {
  background-position: 0 -441px; }

#flow4 {
  background-position: 0 -662px; }

#sceneBox li {
  width: 450px;
  height: 200px;
  float: left;
  margin: 15px;
  background-image: url(../case/img/case-box.fw.png);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px 10px 120px;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: .9em;
  position: relative; }
#sceneBox li h3 {
    width: 250px;
    height: 35px;
    text-align: center;
    background: url(../case/img/case-box-tape.png) no-repeat 0 0;
    padding-top: 10px;
    font-size: 1.4em;
    margin: 0 0 8px 20px; }
#sceneBox li p {
    margin-bottom: 8px; }
#sceneBox li p + p {
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 40%; }

#forPreschool {
  background-position: 0 -200px; }

#forCollege {
  background-position: 0 -401px; }

#forSports {
  background-position: 0 -602px; }
#forSports p {
    text-shadow: 0px 1px 1px #FFF; }

.passenger-use {
  background: url(../case/img/bg_dogear.png) no-repeat 100% 100% #FCF4E9;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: relative;
  margin:40px 0;
  height:140px;
  padding-top:80px;
}
.passenger-use .tags {
  position: absolute;
  top:-30px;
  padding:0 40px;
}
.passenger-use .tags li {
  float:left;
  margin-right:40px;
}
.passenger-use .tags li:last-child {
  margin-right:0;
}
.user, .operator {
  display:table;
  width:100%;
  margin-bottom:-10px;
}
.user .icon-box, .operator .icon-box, .user .lines, .operator .lines {
  display:table-cell;
  vertical-align: middle;
}
.icon-box {
  width:240px;
}
.operator .icon-box {
  text-align: right;
}
.user .lines p, .operator .lines p {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding:20px;
  border:1px solid #999;
  background-color: #FFF;
  position: relative;
}
.user .lines p {
  font-size:1.4em;
  width:90%;
}
.user .lines p:before {
  content:url(../case/img/ico_triangle-left.png);
  position: absolute;
  left:-13px;
}
.operator .lines p {
  font-size:1.1em;
}
.operator .lines p:after {
  content:url(../case/img/ico_triangle-right.png);
  position: absolute;
  right:-13px;
  top:45%;
}


/*---------- .download Style(ダウンロード・デザインテンプレート) ----------*/
.download h3, .download h4 {
  margin-top: 20px; }

#downloadOutline {
  margin: 20px 0;
  overflow: hidden;
  line-hright: 1.5;
  letter-spacing: 0; }
#downloadOutline aside {
    width: 315px;
    float: left; }
#downloadOutline p, #downloadOutline ul {
    margin: 5px 0;
    font-size: .85em; }
#downloadOutline section {
    width: 635px;
    height: 250px;
    background: url(../download/img/paper.png) no-repeat 0 0;
    float: right;
    padding: 20px 25px 25px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
#downloadOutline section h2 {
      width: 15em;
      float: left;
      font-size: 1.4em;
      padding: 5px 0 0 0;
      height: auto;
      margin-bottom: 0; }
#downloadOutline section h2 + p {
      float: right;
      margin: 10px 0 0 0; }
#downloadOutline section h3 {
      margin: 3px 0 0 0;
      font-weight: bold; }
#downloadOutline section #boxLine {
      border-top: 1px solid #999;
      padding-top: 5px;
      clear: both;
      letter-spacing: 0em; }

#download-btn {
  position: absolute;
  top: 95px;
  right: 30px; }

.download table, .torihiki table, .company table {
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0; }

.download table th {
  padding: 5px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  width: 25%; }

.download table td {
  padding: 5px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: left; }

.download table #memory {
  width: 23%; }

.download .blueArrowList {
  margin-left: 280px; }

.download-item h2, .download-item h2 + h3 {
  margin-bottom: 15px; }

p#item-txt {
  font-size: 1.3em;
  text-align: center;
  matgin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-weight: bold; }

#bookTypes {
  width:950px;
  margin-left:auto;
  margin-right:auto;
}
#bookTypes p > img {
  max-width:100%;
}
#bookTypes h4 {
  font-size: 1.3em; }
#bookTypes h4 img {
    vertical-align: middle;
    margin-right: 10px; }

#natural-kids, #black-Effect, #blue-Effect, #variety {
  width: 930px;
  height: 295px;
  backgraound-repeat: no-repeat;
  background-position: 0 0;
  padding: 35px 10px 10px 10px;
  position: relative;
  margin: 25px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
#natural-kids h4, #black-Effect h4, #blue-Effect h4, #variety h4 {
    background: #FFF;
    padding: 5px 0;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    width: 15em;
    text-align: center; }
#natural-kids h4 + p, #black-Effect h4 + p, #blue-Effect h4 + p, #variety h4 + p {
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: center;
    width: 130px;
    letter-spacing: 0;
    color: #604c3f;
    font-weight: bold; }
#natural-kids ul, #black-Effect ul, #blue-Effect ul, #variety ul {
    text-align: center;
    margin-top: -10px; }
#natural-kids ul li, #black-Effect ul li, #blue-Effect ul li, #variety ul li {
    display: inline;
    margin: 0 5px 0 0; }

#natural-kids {
  background-image: url(../download/img/natural-kids-bg.png); }
#natural-kids h4 {
    color: #83ce5b; }

#black-Effect {
  background-image: url(../download/img/black-effect-bg.png); }

#blue-Effect {
  background-image: url(../download/img/blue-effect-bg.png); }
#blue-Effect h4 {
    color: #00b9e3; }

#variety {
  background-image: url(../download/img/variety-bg.png); }
#variety h4 {
    color: #ff97ab; }

/*---------- .faq Style(よくある質問) ----------*/
#whole, #operations, #payment, #deliveryTime {
  overflow: auto;
  margin: 5px 0; }
#whole li, #operations li, #payment li, #deliveryTime li {
    width: 45%;
    float: left;
    margin: 10px 15px 10px 20px;
    text-indent: -20px; }
#whole li a, #operations li a, #payment li a, #deliveryTime li a {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 20px;
    color: #666; }

#whole li a {
  background-image: url(../faq/img/pink-arrow.png); }
#whole li a:hover {
    color: #ffaeba; }

#operations li a {
  background-image: url(../faq/img/blue-arrow.png); }
#operations li a:hover {
    color: #8ad1e2; }

#payment li a {
  background-image: url(../faq/img/yellow-arrow.png); }
#payment li a:hover {
    color: #f4bb03; }

#deliveryTime li a {
  background-image: url(../faq/img/purple-arrow.png); }
#deliveryTime li a:hover {
    color: #ac91e0; }

.faq dt, #interview dt {
  background: url(../faq/img/q-icon.png) no-repeat 0 0;
  padding: 0 0 10px 55px;
  border-bottom: 1px dotted #CCC;
  font-size: 1.4em;
  margin: 30px 0 10px 0; }

.faq dd, #interview dd {
  margin: 15px 0 15px 60px;
  padding-left: 55px; }
.faq dd a, #interview dd a {
    background: url(../img/blue_arrow.png) no-repeat 0 0;
    padding-left: 18px; }

.faq dt + dd, #interview dt + dd {
  background: url(../faq/img/a-icon.png) no-repeat 0 0; }

.faq dd strong, #interview dd strong {
  font-weight: bold;
  font-size: 1.1em; }

.faq dd ul, #interview dd ul {
  margin: 5px 0 20px 0; }
.faq dd ul li, #interview dd ul li {
    margin-bottom: 10px; }

/*---------- .price-list Style(種類と価格表) ----------*/
.price-list table {
  width: 100%;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0; }

.price-list table th {
  padding: 5px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  text-align: center;
  background: #d9f6f9; }

.price-list table td {
  padding: 5px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center; }

.price-list caption {
  text-align: center;
  color: #FFF;
  background: #00bbff;
  padding: 5px 0; }

.bg-gray {
  background: #F5F5F5; }

.bg-gray2 {
  background: #F4F4F4; }

.bg-blue {
  background: #d9f6f9; }

.bg-ywllow, .price-list table .discount {
  background: #ffffd3; }

.price-list table td span {
  display: block;
  color: crimson;
  font-weight: bold; }

.price-list h4 {
  margin-top: 30px; }

.price-list h6 {
  font-size: 1.2em;
  color: crimson; }

.price-list table td h5, .price-list table .bookName {
  font-weight: bold;
  color: #00bbff; }

.book-type #ranking {
  margin: 0;
  background: url(../img/dot.png) repeat 0 0 #baebf7;
  border-radius: 8px;
  padding:10px 5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php); }
.book-type #ranking h3 {
    background: url(../sample_price/img/flag.png) no-repeat 50% 0;
    padding: 25px 0 25px 20px; }
.book-type #ranking ol {
    margin: -30px 0 15px 0;
    overflow: hidden; }
.book-type #ranking ol li {
      margin: 10px 5px;
      position:relative; }
.book-type #ranking li#first {
    background: url(../sample_price/img/kids.png) no-repeat 50% 0;
    padding-top: 80px;}
.book-type #ranking li#second {
    float: left;
    margin-right:5px;
    margin-top:0;}

#ranking ol ul {
	position:absolute;
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:left;
  z-index:1;
}
#ranking ol ul li{
	margin:-5px 0 0 0 !important;
	padding:0;
}
#ranking #first ul {
	background-image:url(../sample_price/img/bg_size-vertical.png);
	width:196px;
	height:256px;
	padding-left:15px;
	padding-top:40px;
  right:30px;
  top:30%;
}
#ranking #third ul  {
	background-image:url(../sample_price/img/bg_siza-horizontal.png);
	width:166px;
	height:165px;
	padding-left:10px;
	padding-top:60px;
  right:20px;
  top:30%;
}
#ranking #second ul {
  background-image:url(../sample_price/img/bg_size-vertical-long.png);
  width:166px;
  height:245px;
  padding-left:10px;
  padding-top:60px;
  right:10px;
  top:15%;
}


.book-type section {
  background: url(../sample_price/img/box-bg.png) repeat 0 0;
  padding: 15px 10px;
  margin: 15px auto;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php); }
.book-type section div {
    width: 310px;
    float: left;
    text-align: center; }
.book-type table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px #E3E3E3 solid;
  margin: 0 auto; }
.book-type th, .book-type td {
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
  padding: 15px 30px; }
.book-type th {
  color: #00bbff; }
.book-type #simple, .book-type #mini {
  width: 47%;
  float: left;
  text-align: center;
  overflow: hidden;
  height: 260px; }
.book-type #simple p, .book-type #mini p {
    float: left;
    margin-left: 15px; }
  /* line 783, ../sass/lower.scss */
  .book-type #simple h4, .book-type #mini h4 {
    margin-bottom: 25px; }
.book-type h5 a {
  background: url(../img/blue_arrow.png) no-repeat 0 0;
  padding-left: 20px;
  font-size: 1.2em; }
 
.book-type .sp_price a {
  background: url(../img/blue_arrow.png) no-repeat 0 0;
  padding-left: 20px;
  font-size: 1.2em; }

.pink300s {
  background: #ff5792; }

.blue260s {
  background: #00bbff; }

.green210s {
  background: #a7ec8a; }

.purple180s {
  background: #ac91e0; }

.orange-cd {
  background: #ffaa4c; }

.book-type .pink300s, .book-type .blue260s, .book-type .green210s, .book-type .purple180s, .book-type .orange-cd {
  color: #FFF; }

.graybg {
  background: #F5F5F5; }

.whitebg {
  background: #FFF; }

#simple {
  margin-right: 18px; }
  
/*---------- .price-list Style(CS追記部分) ----------*/

.cost_conveni {
  background: url(../img/apple.png) no-repeat 0 0;
  font-size: 1.6em;
  padding: 5px 0 5px 45px;
  border-bottom: 1px dotted #999;
  margin-bottom: 25px;  }
  
.title_cost {
  font-size: 26px;
  color: #666;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 20px;
  letter-spacing: 0.05em; }
  
.t_font {
  color: #666;
  font-size: 90%}
  
.t_fon_black {
  color: #666;
  font-size: 90%}

.t_font_bold {
  color: #666;
  font-size: 100%;
  font-weight: bold;
  }
  
#howtoPay {
  width: 75%;
  margin: 0 25px 45px 0;
  text-align: left; }
  
#howtoPay li {
    display: inline-block;
    width: auto;
    margin: 5px; }

#howtoPay + p a {
  background: none; }
  
/*---------- .price-list Style(CS追記部分:シュミレーター用) ---------- 

#samplePriceEstimateIn2 tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

#samplePriceEstimateIn2 td, th {
display: table-cell;
vertical-align: inherit;
}

#samplePriceEstimateIn2 td[Attributes Style] {
width: 250px;
text-align: -webkit-center;
}

#samplePriceEstimateIn2 table[Attributes Style] {
width: 600px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-spacing: 0px;

*/
 
 

/*---------- .inquiry Style(お問い合わせ) ----------*/
.hide {
  display: none; }

.inquiry input.error {
  background-color: #fcc; }

#type-select {
  width: 98%;
  margin: 10px auto;
  border-bottom: dashed 1px #666;
  overflow: auto; }
#type-select h3 {
    float: left;SS
    width: 13em;
    padding: 10px 6px 6px 6px; }

.inquiry .text, .inquiry textarea, .inquiry .dropdown, .inquiry #estimationSelectBox input {
  border: 1px solid #777;
  padding: 6px;
  border-radius: 5px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php);
  /* Webkit */
  -webkit-border-radius: 5px;
  /* Firefox */
  -moz-border-radius: 5px; }

.inquiry table, .confirm table {
  width: 98%;
  margin: 10px auto 20px auto;
  border-collapse: collapse;
  border-spacing: 0; }
.inquiry table th, .inquiry table td, .confirm table th, .confirm table td {
    padding: 10px;
    border-bottom: 1px dashed #666; }
.inquiry table th, .confirm table th {
    width: 12em; }
.inquiry table caption, .confirm table caption {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    margin: 15px 0; }

#estimationSelectBox td, #estimationSelectBox th {
  border-color: #CCC; }

#privacyBox {
  background: url(../inquiry/img/personal-information-bg.png) no-repeat 0 0;
  width: 771px;
  height: 143px;
  margin: 10px auto 30px auto;
  text-align: center;
  padding: 30px 0; }

.confirm h2 {
  margin-bottom: 25px; }

.confirm table {
  border: 1px #E3E3E3 solid;
  width: 90%; }

.confirm table th {
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  text-align: center; }

.confirm table td {
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px; }

#submitDone {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px; }

/*---------- .news Style(お知らせ) ----------*/
.news h2 {
  margin-bottom: 25px; }

.news article {
  width: 98%;
  margin: 0px auto 25px auto; }
.news article time {
    background: url(../news/img/timestump.png) no-repeat 0 50%;
    padding: 15px 0 15px 40px; }
.news article time + h3 {
    font-size: 1.6em;
    font-weight: bold;
    margin: 5px 0 20px 0;
    background: url(../img/colorful-line.png) no-repeat 50% 100%;
    padding-bottom: 15px; }

nav#page-navi ul {
  width: 535px;
  margin: 20px auto; }

nav#page-navi li a {
  width: 168px;
  height: 32px;
  background-image: url(../news/img/news-btn-group.png);
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

nav#page-navi #prev a {
  background-position: 0 0; }
nav#page-navi #prev a:hover {
    background-position: 0 -40px; }

nav#page-navi #all a {
  background-position: -179px 0; }
nav#page-navi #all a:hover {
    background-position: -179px -40px; }

nav#page-navi #next a {
  background-position: -359px 0; }
nav#page-navi #next a:hover {
    background-position: -359px -40px; }

#newsList {
  padding: 15px;
  background: url(../news/img/line.png) repeat-y 210px 0; }

#newsList dt {
  width: 180px;
  padding: 15px 20px 15px 0;
  text-align: right;
  float: left;
  clear: both;
  background: url(../news/img/black.png) no-repeat 100% 50%; }

#newsList dd {
  padding: 15px 0 15px 220px; }

/*---------- .schedule Style(出荷予定表) ----------*/
.schedule h2 {
  margin: 0 0 15px 0; }

.schedule h2 + h3 {
  margin: 15px 0; }

.schedule nav {
  margin-bottom: 30px; }

.schedule nav ul {
  width: 65%;
  margin: 15px auto 0 auto; }

.schedule nav li, .archive li {
  background: url(../img/blue_arrow.png) no-repeat 0 0;
  padding-left: 20px;
  width: auto;
  display: inline-block;
  background-position: 0 5px;
  margin: 0 15px 0 0; }

#month {
  background: url(../img/apple.png) no-repeat 0 0;
  font-size: 1.6em;
  padding: 0 0 5px 45px;
  border-bottom: 1px dotted #999; }

div#attentionBox {
  background: url(../img/small-dot.png) repeat 0 0 #9be6d7;
  padding: 20px;
  margin-bottom: 20px; }
div#attentionBox div {
    background: #FFF;
    padding: 10px; }
div#attentionBox h4 {
    font-size: 1.2em;
    color: crimson;
    margin-bottom: 15px; }
div#attentionBox ul {
    list-style-type: disc;
    margin: 15px 0 15px 25px; }
div#attentionBox li {
    margin: 5px 0; }

div#attentionBox, div#attentionBox div {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php); }

.schedule h5 {
  font-weight: bold;
  font-size: 1.3em; }

/*---------- .voice Style(利用者の声) ----------*/
.voice h2, .voice h3 {
  margin-bottom: 15px; }

#graphBox {
  overflow: hidden;
  margin-bottom: 15px; }

#graphBox li {
  width: 48%;
  float: left;
  background: url(../img/beige-tape.png) repeat 0 0;
  padding: 10px;
  text-align: center;
  margin: 5px 5px;
  height: 300px;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
#graphBox li h4 {
    margin-bottom: 15px; }
#graphBox li figure img {
    margin-bottom: 10px; }

li#firstBox h4, li#firstBox figure img {
  margin-bottom: 0; }

.surveyResults {
  list-style-type: disc;
  margin: -10px 0 15px 30px; }

.voice a {
  background: url(../img/blue_arrow.png) no-repeat 0 0;
  padding-left: 20px; }

#useTypes {
  width: 75%;
  margin: 0 auto 15px auto;
  text-align: center; }
#useTypes li {
    display: inline-block;
    width: auto;
    margin: 5px; }

#useTypes + p a {
  background: none; }

.voice section {
  padding: 15px 30px;
  margin: 15px auto 30px auto; }

.voice section, .voice article {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php); }

#preschoolVoice {
  background: #ffaeba; }

#primary-schoolVoice {
  background: #9be6d7; }

#middle-schoolVoice {
  background: #dec8ed; }

#high-schoolVoice {
  background: #fff36d; }

#collegeVoice {
  background: #d4caa9; }

.voice article {
  background: #FFF;
  padding: 10px 15px;
  position: relative;
  margin: 15px auto; }

.voice .newVoice {
  position: absolute;
  top: -15px;
  right: 10px; }

.voice mark {
  background: none;
  font-weight: nomal;
  color: #666; }

#next-prev ul {
  overflow: hidden;
  width: 70%;
  margin: 0 auto 5px auto;
  padding: 0 0 20px 0;
  text-align: center; }

#next-prev li {
  color: #050505;
  padding: 3px 20px;
  background: -moz-linear-gradient(top, white 0%, #ebebeb 50%, #e5e5e5 50%, #b5b5b5);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.5, #ebebeb), color-stop(0.5, #e5e5e5), to(#b5b5b5));
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  border: 1px solid #999;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  width: auto;
  margin: 0 25px;
  display: inline-block; }

#next-prev li a {
  color: #666;
  background-repeat: no-repeat; }
#next-prev li a:hover {
    color: #00bbff; }

#prevBtn a {
  background-position: 0 50%;
  padding-left: 20px;
  background-image: url(../img/black-arrow2.png); }
#prevBtn a:hover {
    background-image: url(../img/blue_arrow2.png); }


#nextBtn a {
  background-position: 100% 50%;
  padding-right: 20px;
  background-image: url(../img/black-arrow.png); }
#nextBtn a:hover {
    background-image: url(../img/blue_arrow.png); }
    
#categoryBtn a {
  background-position: 100% 50%;
  padding-right: 20px;
  background-image: url(../img/black-arrow.png); }
#category a:hover {
    background-image: url(../img/blue_arrow.png); }

#shool-name {
  background: url(../voice/img/school-name.png) no-repeat 0 0;
  height: 145px;
  width: 955px;
  margin: 10px auto;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
#shool-name h3 {
    font-size: 2em;
	padding-top: 20px; }

.report .report-topic {
  background: url(../img/apple.png) no-repeat 0 0;
  font-size: 1.5em;
  padding: 10px 0 10px 35px;
  margin: 15px 0 5px 0; }

.report .report-topic#title {
  background: none;
  padding: 0;
  margin: 0; }

section#interview {
  position: relative;
  margin: 0 0 25px 0; }
section#interview mark {
    background: none; }
section#interview mark + h5 {
    margin-top: 20px; }

.teacher-image {
  position: absolute;
  top: 0;
  right: 10px;
  text-align: center; }

#interview dt {
  font-size: 1.2em; }

#interview dt + dd {
  padding-bottom: 15px; }

#interview dd ul {
  list-style-type: disc;
  margin-left: 30px; }

.archive {
  background: url(../img/beige-tape.png) repeat 0 0;
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php); }
.archive li {
    margin: 3px 0; }
.archive li a {
    color: #666; }
.archive li a:hover {
      color: #999; }
	  
/*---------- .voice Style(CS追記) ----------*/


.reportTypes {
  width: 75%;
  margin: 0 auto 15px auto;
  text-align: center; }
  
.reportTypes li {
    display: inline-block;
    width: auto;
    margin: 5px; 
	background: url(../img/blue_arrow.png) no-repeat 0 0;
    padding-left: 20px; }

.reportTypes + p a {
  background: none; }
  



/*----------------------------------------------------
	aboutsite/ディレクトリスタイル
----------------------------------------------------*/
/*---------- .privacy Style(個人情報保護方針) ----------*/
.privacy dl {
  margin: 30px 0; }

.privacy dt {
  font-weight: bold;
  margin: 15px 0 3px 0;
  padding-bottom: 3px;
  border-bottom: 1px dashed #999; }

.privacy .blue-dot-box {
  margin: 30px 0 0 0; }
.privacy .blue-dot-box aside {
    background: #FFF;
    padding: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php); }

.torihiki h2, .tos h2 {
  margin: 0 auto 20px auto; }

.torihiki th, .company th {
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-weight: bold;
  line-height: 120%;
  width: 25%; }

.torihiki td, .company td {
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: left; }

.torihiki th, .torihiki td, .company th, .company td {
  padding: 15px; }

.torihiki td h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 15px 0 5px 0; }

.tos ol {
  list-style-type: decimal;
  width: 90%;
  margin: 20px auto; }

.tos ol li {
  margin-bottom: 18px; }

.tos ol ul li {
  margin-bottom: 5px; }

.sitemap nav, .sitemap section {
  padding: 15px;
  border: 1px solid #CCC;
  margin: 15px auto;
  overflow: auto;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  behavior: url(http://www.mybook.co.jp/school/scripts/PIE.php); }

.sitemap nav ul li {
  display: inline;
  background: url(../img/blue_arrow.png) no-repeat 0 0;
  padding-left: 20px;
  margin: 0 10px; }

.sitemap section h3 {
  float: left;
  width: 20%;
  clear: both; }

.sitemap section ul {
  float: right;
  list-style-type: circle;
  margin: 0 0 0 20px;
  width: 70%; }

#voiceBox .report {
  padding-top: 25px; }

/*  ライトボックス */
.galleryBook {
  margin: 0 auto;
  position: relative;
  top: 0;
}

.galleryContent {
  position: absolute;
  left: 10px;
  top: 0;
}

.nextButton {
  position: absolute;
  top: 50%;
  right: -45px;
  margin-top: -20px;
}

.prevButton {
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -20px;
}

#glayBg, #overLayer {
  display: none;
  position: fixed;
}

#glayBg {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #333;
  filter: alpha(opacity=75);
  opacity: .75;
  z-index:100;
}

#overLayer {
  background: #FFF;
  min-width: 800px;
  height: auto;
  padding: 10px;
  top: 20%;
  left: 50%;
  z-index: 100;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

#home #overLayer , #voice #overLayer {
  width: 800px;
}

.close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 999;
}

.loading {
  position: absolute;
  top: 40%;
  left: 48%;
  z-index: 999;
}

.bookBox, .uploadData {
  position: relative;
}

