@charset "UTF-8";
/* ----------------------------------------
	modules
---------------------------------------- */
/* main_visual
---------------------------------------- */
.main_visual .container {
  width: 1100px;
  border: solid 1px #bababa;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.main_visual .container.slider {
  margin-bottom: 40px;
}

.main_visual .bx-wrapper:before,
.main_visual .bx-wrapper:after,
.main_visual .container:before,
.main_visual .container:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
}

.main_visual .container:before {
  border-right: solid 1px #bababa;
  border-top: solid 1px #bababa;
  right: 100%;
  top: 100%;
}

.main_visual .container:after {
  border-left: solid 1px #bababa;
  border-top: solid 1px #bababa;
  left: 100%;
  top: 100%;
}

.main_visual .bx-wrapper:before {
  border-right: solid 1px #bababa;
  border-bottom: solid 1px #bababa;
  right: 100%;
  bottom: 100%;
}

.main_visual .bx-wrapper:after {
  border-left: solid 1px #bababa;
  border-bottom: solid 1px #bababa;
  left: 100%;
  bottom: 100%;
}

.main_visual .bx-wrapper {
  margin-bottom: 0;
}

.main_visual .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: 0;
  width: 998px;
}

.main_visual .bx-wrapper .bx-viewport .bxslider li {
  text-align: center;
}

.main_visual .bx-wrapper .bx-controls {
  width: 100%;
  position: absolute;
  left: 0;
}

.main_visual .bx-wrapper .bx-pager {
  position: static;
}

.main_visual .bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: #c1c1c1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #818181;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .main_visual {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .main_visual .container {
    width: 100%;
    padding: 0;
  }

  .main_visual .bx-wrapper:before,
  .main_visual .bx-wrapper:after,
  .main_visual .container:before,
  .main_visual .container:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
  }
}
/* loop_slider
---------------------------------------- */
.loop_slider_select .tab_slider {
  display: inline-block;
  background: url(../img/common/tab_off.png) no-repeat right bottom;
  margin-right: 30px;
  cursor: pointer;
}
.loop_slider_select .tab_slider span {
  display: block;
  background: url(../img/common/arrow_circle_off.png) no-repeat left 3px;
  padding-left: 30px;
  padding-right: 45px;
  padding-bottom: 8px;
  border-bottom: solid 1px #c2c2c2;
  color: #c2c2c2;
}
.loop_slider_select .tab_slider.active, .loop_slider_select .tab_slider:hover {
  background: url(../img/common/tab_on.png) no-repeat right bottom;
}
.loop_slider_select .tab_slider.active span, .loop_slider_select .tab_slider:hover span {
  background: url(../img/common/arrow_circle_on.png) no-repeat left 3px;
  border-bottom: solid 1px #6e6e6e;
  color: #6e6e6e;
}

.new_covers {
  display: none;
  padding: 20px 0 25px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.new_covers.active {
  display: block;
}
.new_covers .to_list {
  position: absolute;
  right: 0;
  bottom: 0;
}
.new_covers .to_list a {
  display: block;
  background: url(../img/common/arrow_circle_on.png) no-repeat left 0.2em;
  padding-left: 22px;
  font-size: 13px;
  font-weight: bold;
}

.loop_slider {
  width: 900px;
  height: 195px;
  margin: 0 auto;
  overflow: hidden;
}

.slide_items {
  height: 195px;
  overflow: hidden;
  z-index: 100;
}

.slide_item {
  float: left;
  width: 116px;
  height: 195px;
  margin: 0 30px 0 0;
  position: relative;
}
.slide_item a {
  display: block;
}
.slide_item .image {
  border: solid 1px #c1c1c1;
}
.slide_item .onsale {
  background: url(../img/common/label_onsale.png) no-repeat center top;
  width: 61px;
  height: 43px;
  padding-top: 18px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.slide_item .onsale span {
  font-size: 11px;
}

.slide_control {
  background-repeat: no-repeat;
  background-position: center top;
  width: 28px;
  height: 0;
  overflow: hidden;
  padding-top: 28px;
  position: absolute;
  top: 90px;
  cursor: pointer;
}
.slide_control.left {
  background-image: url(../img/common/arrow_left.png);
  left: 0;
}
.slide_control.right {
  background-image: url(../img/common/arrow_right.png);
  right: 0;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .loop_slider_select .tab_slider {
    margin-right: 20px;
  }
  .loop_slider_select .tab_slider span {
    padding-left: 25px;
    padding-right: 35px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .new_covers {
    padding-bottom: 35px;
    border-bottom: solid 1px #6e6e6e;
  }
  .new_covers .to_list {
    bottom: 10px;
  }

  .loop_slider {
    width: 100%;
    height: auto;
  }

  .slide_items {
    height: auto;
  }

  .slide_item {
    width: 90px;
    height: auto;
    padding-bottom: 30px;
  }

  .slide_control {
    display: none;
  }
}
/* banners
---------------------------------------- */
.banners {
  overflow: hidden;
}
.banners .banner {
	float: left;
	margin-top: 10px;
}
.banners.col3 {
  width: 1023px;
  margin-right: -23px;
  margin-bottom: 20px;
}
.banners.col3 .banner {
  width: 316px;
  margin-right: 23px;
  margin-bottom: 15px;
}
.banners.col2 {
  width: 1016px;
  margin-right: -16px;
  margin-bottom: 35px;
}
.banners.col2 .banner {
  width: 492px;
  margin-right: 16px;
  margin-bottom: 15px;
}

.page_tail .banners {
	clear: both;
	padding-top: 60px;
	margin-top: 15px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .banners.col3 {
    width: 103%;
    margin: 0 -3% 20px 0;
  }
  .banners.col3 .banner {
    box-sizing: border-box;
    width: 47%;
    margin: 0 3% 3% 0;
  }
  .banners.col2 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .banners.col2 .banner {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0 0 3% 0;
  }

  .page_tail .banners {
    padding-top: 0;
  }
}
/* block  module
---------------------------------------- */
.block {
  border-top: solid 1px #818181;
}

.block_head {
  padding: 7px 5px 5px;
  border-bottom: solid 1px #c2c2c2;
  margin-bottom: 10px;
}
.block_head .title {
  font-weight: bold;
}

.entry_head {
  padding: 10px 0;
  border-bottom: solid 1px #c2c2c2;
}

.entry_title {
  font-size: 20px;
  font-weight: bold;
}

.entry_body {
  padding: 25px 0 40px;
  border-bottom: solid 1px #c2c2c2;
}
.entry_body .text {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .block_head {
    margin-bottom: 20px;
  }
  .block_head .title {
    font-size: 12px;
    text-align: center;
  }

  .entry_title {
    font-size: 14px;
  }

  .entry_body {
    font-size: 12px;
  }
}
/* data list
---------------------------------------- */
.data_list dt {
  font-weight: bold;
}
.data_list dd {
  margin-bottom: 1.5em;
}

/* category list
---------------------------------------- */
.cat_list > li {
  margin-bottom: 2px;
  overflow: hidden;
}
.cat_list > li a,
.cat_list > li span {
  display: block;
  background: #eeeeee url(../img/common/arrow_blue.png) no-repeat 20px center;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  font-weight: bold;
}
.cat_list > li a.current,
.cat_list > li span.current {
  background-color: #393a3e;
  background-image: url(../img/common/arrow_white.png);
  color: #ffffff;
}
.cat_list .accordion_trigger {
  cursor: pointer;
}
.cat_list .accordion_trigger.open {
  background-color: #393a3e;
  background-image: url(../img/common/arrow_white_down.png);
  color: #ffffff;
}
.cat_list .accordion_content {
  display: none;
}
.cat_list .accordion_content li {
  border-top: solid 1px #b4b4b4;
  margin-bottom: 0;
}
.cat_list .accordion_content li a {
  background-color: #ffffff;
  background-image: url(../img/common/arrow_grey.png);
  background-position: 30px center;
  padding: 10px 10px 10px 50px;
  font-weight: normal;
}
.cat_list .accordion_content li a:hover {
  font-weight: bold;
}
.cat_list .accordion_content li:first-child {
  border-top: 0;
}
.cat_list .accordion_content li.active a {
  font-weight: bold;
}
.cat_list .accordion_content.open {
  display: block;
}

/* category block
---------------------------------------- */
.category {
  margin-bottom: 30px;
}

.category_head {
  background-color: #393a3e;
  padding: 3px 20px 2px;
  margin-bottom: 20px;
  color: #ffffff;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .category_head {
    text-align: center;
  }
}
/* label block
---------------------------------------- */
.label {
  margin-bottom: 30px;
}

.label_head {
  padding: 8px 20px;
  border-bottom: solid 1px #818181;
  margin-bottom: 15px;
}
.label_head span {
  display: inline-block;
  border-left-style: solid;
  border-left-width: 8px;
  padding-left: 5px;
  font-weight: bold;
  line-height: 1.2;
}

.wings .label_head span {
  border-color: #44acdf;
}

.dearplus .label_head span {
  border-color: #e84789;
}

.hirari .label_head span {
  border-color: #95d9ff;
}

.nwings .label_head span {
  border-color: #7ecef4;
}

.ndearplus .label_head span {
  border-color: #ffb4c4;
}

.monochrome .label_head span {
  border-color: #4b4b4b;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .label_head {
    text-align: center;
  }
}
/* item list
---------------------------------------- */
.item_list {
  overflow: hidden;
  padding: 0 3px;
}
.item_list li {
  float: left;
  width: 100px;
  height: 140px;
  margin: 0 15px;
  padding-top: 1px;
  padding-bottom: 20px;
  position: relative;
}
.item_list li.la{
  float: left;
  width: 100px;
  margin: 0 12px;
  padding-bottom: 0px;
  position: relative;
}

.item_list li .cover {
  margin-bottom: 5px;
}
.item_list li .title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}
.item_list li .author {
  font-size: 12px;
}
.item_list li .release {
  font-size: 12px;
}
.item_list li .btn_try {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.item_list li .btn_try a,
.item_list li .btn_try span {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 0 4px 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  position: relative;
  zoom: 1;
}
.item_list li .btn_try a {
  background: #448aca url(../img/common/arrow_circle.png) no-repeat 10px center;
}
.item_list li .btn_try a:hover {
  opacity: 0.8;
}
.item_list li .btn_try span {
  background: #dadada url(../img/common/arrow_circle_disable.png) no-repeat 10px center;
}

.item_list li .btn_tryn {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  top: 0px;
}
.item_list li .btn_tryn a,
.item_list li .btn_tryn span {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 0 4px 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  position: relative;
  zoom: 1;
}
.item_list li .btn_tryn a {
  background: #448aca url(../img/common/arrow_circle.png) no-repeat 10px center;
}
.item_list li .btn_tryn a:hover {
  opacity: 0.8;
}
.item_list li .btn_tryn span {
  background: #dadada url(../img/common/arrow_circle_disable.png) no-repeat 10px center;
}















.item_list li .btn_youtube {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  top: 0px;
}
.item_list li .btn_youtube a,
.item_list li .btn_youtube span {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 0 4px 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  position: relative;
  zoom: 1;
}
.item_list li .btn_youtube a {
  background: #ff0000 url(../img/common/arrow_circle.png) no-repeat 10px center;
}
.item_list li .btn_youtube a:hover {
  opacity: 0.8;
}
.item_list li .btn_youtube span {
  background: #dadada url(../img/common/arrow_circle_disable.png) no-repeat 10px center;
}
.item_list li .btn_tokuten {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
}
.item_list li .btn_tokuten a,
.item_list li .btn_tokuten span {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 0 4px 20px;
  color: #333333;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  position: relative;
  zoom: 1;
}
.item_list li .btn_tokuten a {
  background: #e1ff40 url(../img/common/arrow_circle.png) no-repeat 10px center;
}
.item_list li .btn_tokuten a:hover {
  opacity: 0.8;
}
.item_list li .btn_tokuten span {
  background: #dadada url(../img/common/arrow_circle_disable.png) no-repeat 10px center;
  color: #ffffff;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .item_list {
    box-sizing: border-box;
    width: 100%;
  }
  .item_list li {
    width: 40%;
    margin: 0 5% 8%;
    padding-bottom: 35px;
  }
  .item_list li .cover {
    max-width: 177px;
    margin: 0 auto 5px;
  }
  .item_list li .cover2 {
    max-width: 230px;
    margin: 0 auto 5px;
  }
  .item_list li .title {
    font-size: 11px;
  }
  .item_list li .author {
    font-size: 11px;
  }
  .item_list li .release {
    font-size: 11px;
  }
  .item_list li .btn_try a,
  .item_list li .btn_try span {
    padding-left: 35px;
    text-align: left;
  }
  .item_list li .btn_try a {
    background-image: url(../img/common/arrow_circle_sp.png);
    background-size: auto 15px;
  }
}
/* swipe table
---------------------------------------- */
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .table_wrap {
    width: 100%;
    padding-bottom: 10px;
    overflow: scroll;
  }
  .table_wrap:before {
    content: "※下記の表は、スワイプすると横にスクロールできます。";
    display: block;
    color: #cc0000;
    font-size: 10px;
  }
}
/* form
---------------------------------------- */
/* label require */
.label_require {
  display: inline-block;
  width: 78px;
  height: 37px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #ff5e5e;
  background-color: #ffffff;
  margin-left: 20px;
  vertical-align: middle;
  color: #ff5e5e;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .label_require {
    margin-left: 0;
    margin-top: 5px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
/* input text */
.form_item .input_text {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #dadada;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #dadada;
  padding: 9px 15px;
  vertical-align: middle;
  font-size: 14px;
}
.form_item .input_text.wide {
  width: 640px;
}
.form_item .input_text.short {
  width: 170px;
}
.form_item .input_text.confirm {
  background-color: transparent;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .form_item .input_text {
    box-sizing: border-box;
    font-size: 16px;
  }
  .form_item .input_text.wide {
    width: 100%;
  }
  .form_item .input_text.short {
    width: 150px;
  }
}
/* textarea */
.textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #dadada;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #dadada;
  padding: 9px 15px;
  font-size: 14px;
  width: 640px;
  max-width: 640px;
  height: 110px;
  overflow: auto;
}
.textarea.confirm {
  background-color: transparent;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .textarea {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
  }
}
/* radio */
.label_radio1 {
  display: block;
  width: 620px;
  border: solid 1px #b4b4b4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 25px;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
}
.label_radio1 input {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.label_radio1.confirm {
  width: 594px;
  padding-left: 51px;
  cursor: default;
}

.label_radio2 {
  display: inline-block;
  margin: 0 20px;
  font-weight: bold;
  cursor: pointer;
}
.label_radio2 input {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .label_radio1 {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
}
/* file upload */
.file_upload {
  padding-right: 80px;
  position: relative;
}
.file_upload .btn_file_select {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 300px;
  height: 45px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #448aca;
  margin-right: 35px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  zoom: 1;
}
.file_upload .file_name {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/common/icon_file.png) no-repeat left center;
  padding-left: 35px;
  min-height: 28px;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
}
.file_upload .file_name.active {
  background-image: url(../img/common/icon_file_active.png);
  font-size: 18px;
}
.file_upload .file_uploader {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 300px;
  height: 45px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.file_upload .label_require {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .file_upload .btn_file_select {
    width: 100%;
    margin: 0 0 10px;
  }
  .file_upload .file_name {
    background-size: contain;
  }
  .file_upload .file_name.active {
    box-sizing: border-box;
    width: 100%;
  }
  .file_upload .file_uploader {
    width: 100%;
  }
}
/* ボタン */
.form_btns {
  padding: 0 220px 0 110px;
  text-align: center;
}
.form_btns .btn {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  width: 200px;
  height: 0;
  overflow: hidden;
  padding-top: 54px;
  margin: 0 30px;
  cursor: pointer;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.form_btns .btn.btn_confirm {
  background-image: url(../img/form/btn_confirm.png);
}
.form_btns .btn.btn_back {
  background-image: url(../img/form/btn_back.png);
}
.form_btns .btn.btn_send {
  background-image: url(../img/form/btn_send.png);
}
.form_btns .btn.btn_close {
  background-image: url(../img/form/btn_close.png);
}
.form_btns .btn.btn_to_form {
  background-image: url(../img/prize/btn_to_form.png);
  width: 299px;
}
.form_btns .btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .form_btns {
    padding: 0;
  }
  .form_btns .btn {
    display: block;
    margin: 0 auto 20px;
  }
}
/* ----------------------------------------
	parts
---------------------------------------- */
/* clear */
.clear {
  clear: both;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* heading */
.page_title {
  border-top: solid 1px #818181;
  border-bottom: solid 1px #818181;
  padding: 14px 20px 12px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}

.border_head {
  border-top: solid 1px #6e6e6e;
  border-bottom: solid 1px #c2c2c2;
  padding: 4px 0 3px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .page_title {
    display: none;
  }

  .border_head {
    font-size: 12px;
  }
}
/* breadcrumb */
.breadcrumb {
  margin-bottom: 15px;
}
.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.breadcrumb li span {
  color: #cccccc;
}
.breadcrumb li.top {
  margin-left: 0;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .breadcrumb {
    display: none;
  }
}
/* button */
.btn_red a {
  display: block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #dd3c44;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #dd3c44), color-stop(0, #f5454c));
  background: -webkit-linear-gradient(#f5454c, #dd3c44);
  background: -moz-linear-gradient(#f5454c, #dd3c44);
  background: -o-linear-gradient(#f5454c, #dd3c44);
  background: -ms-linear-gradient(#f5454c, #dd3c44);
  background: linear-gradient(#f5454c, #dd3c44);
  -pie-background: linear-gradient(#f5454c, #dd3c44);
  padding: 15px 0;
  text-align: center;
  position: relative;
  zoom: 1;
}
.btn_red a span {
  display: inline-block;
  background: url(../img/common/arrow_white.png) no-repeat left center;
  padding-left: 12px;
  color: #ffffff;
}

.btn_non {
  display: block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #bbbbbb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #bbbbbb), color-stop(0, #bbbbbb));
  background: -webkit-linear-gradient(#bbbbbb, #bbbbbb);
  background: -moz-linear-gradient(#bbbbbb, #bbbbbb);
  background: -o-linear-gradient(#bbbbbb, #bbbbbb);
  background: -ms-linear-gradient(#bbbbbb, #bbbbbb);
  background: linear-gradient(#bbbbbb, #bbbbbb);
  -pie-background: linear-gradient(#bbbbbb, #bbbbbb);
  padding: 15px 0;
  text-align: center;
  position: relative;
  zoom: 1;
  margin-top: 15px;
}
.btn_non span {
  display: inline-block;
  background: url(../img/common/arrow_white.png) no-repeat left center;
  padding-left: 12px;
  color: #ffffff;
}
/* bxslider control */
.bx-pager.bx-default-pager a {
  position: relative;
  zoom: 1;
}

/* pagenation */
.pagenation {
  text-align: center;
}
.pagenation ul {
  display: inline-block;
  text-align: center;
}
.pagenation ul li {
  display: inline-block;
  width: 20px;
  margin: 0 5px;
  color: #313131;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.pagenation ul li a {
  display: block;
  color: #313131;
  text-decoration: none;
}
.pagenation ul li.active {
  border: solid 1px #818181;
}
.pagenation ul li.prev a, .pagenation ul li.next a {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .pagenation {
    margin-bottom: 30px;
  }
  .pagenation ul li {
    margin: 0 2px;
  }
}
/* book_pagenation */
.book_pagenation {
  width: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.book_pagenation div {
  width: 70px;
}
.book_pagenation div a {
  display: block;
  background-repeat: no-repeat;
  padding-top: 1px;
  color: #4b4b4b;
  font-size: 0.92em;
  font-weight: bold;
  text-decoration: none;
}
.book_pagenation .prev {
  float: left;
}
.book_pagenation .prev a {
  background-image: url(../img/common/arrow_prev.png);
  background-position: left center;
  padding-left: 15px;
  text-align: left;
}
.book_pagenation .next {
  float: right;
}
.book_pagenation .next a {
  background-image: url(../img/common/arrow_next.png);
  background-position: right center;
  padding-right: 15px;
  text-align: right;
}

/* WordPress post */
.wp_post strong {
  font-weight: bold;
}
.wp_post a {
  color: #0095c8;
  text-decoration: underline;
}
.wp_post a:hover {
  text-decoration: none;
}
.wp_post img {
  border: solid 1px #c1c1c1;
  padding: 3px;
}
.wp_post .alignleft {
  float: left;
}
.wp_post .alignright {
  float: right;
}
.wp_post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp_post table,
.wp_post th,
.wp_post td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.wp_post table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
.wp_post caption,
.wp_post th,
.wp_post td {
  font-weight: normal;
  text-align: left;
}
.wp_post th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
.wp_post td {
  border-width: 0 1px 1px 0;
}
.wp_post th, .wp_post td {
  padding: 0.4em;
}

/* ----------------------------------------
	adjusts
---------------------------------------- */
/* margin */
.mgb_0 {
  margin-bottom: 0 !important;
}

.mgb_5 {
  margin-bottom: 5px !important;
}

.mgb_10 {
  margin-bottom: 10px !important;
}

.mgb_15 {
  margin-bottom: 15px !important;
}

.mgb_20 {
  margin-bottom: 20px !important;
}

.mgb_25 {
  margin-bottom: 25px !important;
}

.mgb_30 {
  margin-bottom: 30px !important;
}

.mgb_35 {
  margin-bottom: 35px !important;
}

.mgb_40 {
  margin-bottom: 40px !important;
}

.mgb_45 {
  margin-bottom: 45px !important;
}

.mgb_50 {
  margin-bottom: 50px !important;
}

.mgb_55 {
  margin-bottom: 55px !important;
}

.mgb_60 {
  margin-bottom: 60px !important;
}

.mgb_65 {
  margin-bottom: 65px !important;
}

.mgb_70 {
  margin-bottom: 70px !important;
}

.mgb_75 {
  margin-bottom: 75px !important;
}

.mgb_80 {
  margin-bottom: 80px !important;
}

.mgb_85 {
  margin-bottom: 85px !important;
}

.mgb_90 {
  margin-bottom: 90px !important;
}

.mgb_95 {
  margin-bottom: 95px !important;
}

.mgb_100 {
  margin-bottom: 100px !important;
}

/* text */
.fc_red {
  color: #ff0000 !important;
}

.ta_l {
  text-align: left !important;
}

.ta_c {
  text-align: center !important;
}

.ta_r {
  text-align: right !important;
}

/* responsive */
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

a.pc_only,
span.pc_only,
br.pc_only {
  display: inline;
}

a.sp_only,
span.sp_only,
br.sp_only {
  display: none;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  a.pc_only,
  span.pc_only,
  br.pc_only {
    display: none;
  }

  a.sp_only,
  span.sp_only,
  br.sp_only {
    display: inline;
  }
}
