@charset "UTF-8";
/* bokenya ktf add CSS common.css */
html,
body {
  background: #23372c; }

a:link,
a:visited,
a:active {
  color: #FFF; }

a:hover {
  color: #FFF;
  text-decoration: underline; }

#ctswrapper {
  background: #000; }
  #ctswrapper header {
    background-image: url("../images/header_bg_premium.png"); }
    #ctswrapper header h1 img {
      margin: 12px 5px auto 15px; }
    #ctswrapper header div ul#subCtrl li a {
      color: #FFF; }
    #ctswrapper header div ul#buyCtrl li a {
      color: #FFF !important;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc000c+0,6d0019+101 */
      background: #bc000c;
      /* Old browsers */
      background: -moz-linear-gradient(top, #bc000c 0%, #6d0019 101%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #bc000c 0%, #6d0019 101%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #bc000c 0%, #6d0019 101%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      transition: all 0.3s ease; }
    #ctswrapper header div ul#buyCtrl li a:hover {
      color: #FFF !important;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#878787+0,e0e0e0+100 */
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0019+0,b50306+100 */
      background: #6d0019;
      /* Old browsers */
      background: -moz-linear-gradient(top, #6d0019 0%, #b50306 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #6d0019 0%, #b50306 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #6d0019 0%, #b50306 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      text-decoration: none; }
  #ctswrapper #search div a {
    color: #000;
    background: #FFF;
    font-size: 0.9rem;
    margin-top: 10px;
    width: 28%;
    display: block;
    float: right;
    border: 1px solid #007719;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #ctswrapper #search div a:hover {
    color: #000;
    background: #007719;
    text-decoration: none; }
  #ctswrapper #breadclumnbs ul li a {
    color: #000; }

/*カラム定義*/
#wrapper {
  min-width: 1066px; }

#center {
  width: 100%;
  float: left;
  background: #000 !important; }

#content {
  background: #23372c; }
  #content section {
    background: #000;
    color: #FFF; }
  #content h2 {
    width: 100%;
    color: #FFF !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#536b4a+-1,334934+100 */
    background: #536b4a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #536b4a -1%, #334934 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #536b4a -1%, #334934 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #536b4a -1%, #334934 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  #content #startGuide {
    background: #000; }
    #content #startGuide li {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,6d0019+100 */
      background: #a90329;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #a90329 0%, #6d0019 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #a90329 0%, #6d0019 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #a90329 0%, #6d0019 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      -webkit-box-shadow: 0px 5px 0px 0px #2a0206;
      -moz-box-shadow: 0px 5px 0px 0px #2a0206;
      box-shadow: 0px 5px 0px 0px #2a0206; }
      #content #startGuide li a {
        color: #FFF; }
  #content .btn {
    background: #FFF;
    color: #000;
    border: 2px solid #007719; }
  #content .btn:hover {
    color: #FFF;
    background: #007719;
    border: 2px solid #007719; }
  #content #pickup div figure figcaption {
    color: #FFF; }

#left {
  border-right: solid 1px #333;
  border-bottom: solid 1px #333; }
  #left p {
    color: #FFF; }
  #left ul li {
    background: #000;
    border-bottom: #333 1px solid;
    color: #FFF; }
    #left ul li a {
      color: #FFF; }
  #left .btn {
    color: #000;
    text-align: center;
    width: 86%;
    margin: 10px auto 20px auto;
    display: block;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    border: 2px solid #007719;
    background: #FFF;
    padding: 6px;
    font-size: 0.9rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #left .btn:hover {
    color: #FFF;
    background: #007719;
    text-decoration: none; }
  #left h3 {
    border-bottom: solid 1px #333;
    border-top: solid 1px #333;
    width: 100%;
    color: #FFF !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc000c+0,6d0019+101 */
    background: #bc000c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bc000c 0%, #6d0019 101%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bc000c 0%, #6d0019 101%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bc000c 0%, #6d0019 101%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 10px 10px 10px 15px;
    font-size: 1.1rem;
    font-weight: normal; }

#right {
  background: #000;
  color: #FFF;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  border-top: solid 1px #333; }
  #right a {
    color: #FFF; }
  #right .btn {
    color: #000;
    text-align: center;
    width: 86%;
    margin: 10px auto 20px auto;
    display: block;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    border: 2px solid #007719;
    background: #FFF;
    padding: 6px;
    font-size: 0.9rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #right .btn:hover {
    background: #007719;
    text-decoration: none;
    color: #FFF; }
  #right h3 {
    border-bottom: solid 1px #333;
    border-top: solid 1px #333;
    text-align: left;
    width: 100%;
    color: #FFF !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc000c+0,6d0019+101 */
    background: #bc000c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bc000c 0%, #6d0019 101%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bc000c 0%, #6d0019 101%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bc000c 0%, #6d0019 101%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 10px 10px 10px 15px;
    font-size: 1.0rem;
    font-weight: normal; }
  #right iframe {
    margin: 5px; }
  #right #help ul {
    width: 90%;
    margin: 8px auto 8px auto;
    border-bottom: 6px solid #007719; }
    #right #help ul li {
      border-top: 6px solid #007719;
      border-left: 6px solid #007719;
      border-right: 6px solid #007719;
      background: #FFF;
      padding: 6px 0px 6px 8px;
      margin-bottom: 0px;
      font-weight: bold;
      font-size: 0.9rem; }
      #right #help ul li a {
        color: #000; }

footer {
  background: #0e1a0f;
  color: #FFF; }
  footer #links {
    position: relative;
    overflow: hidden;
    overflow: hidden;
    background: #39553b;
    border: none; }
    footer #links ul {
      position: relative;
      left: 50%;
      float: left;
      margin: 15px; }
      footer #links ul li {
        position: relative;
        left: -50%;
        float: left;
        font-size: 0.8rem;
        margin: 10px; }
        footer #links ul li a {
          color: #FFF; }
      footer #links ul li :before {
        font-size: 0.9rem;
        margin-right: 8px;
        content: "\f105";
        font-family: FontAwesome; }
  footer p {
    color: #FFF; }
    footer p a {
      color: #FFF !important; }

.pager {
  border-top: #333 1px solid;
  border-bottom: #333 1px solid; }

.nameAct,
.nameMaker {
  border-top: 1px dotted #333; }

/*カラム定義*/
/*カラム定義2*/
#wrapper3rd {
  min-width: 1066px; }

#center3rd {
  width: 100%;
  float: left; }

#content3rd {
  color: #FFF;
  background: #23372c; }
  #content3rd section {
    background: #000;
    width: 99.5%;
    margin: auto;
    padding-bottom: 10px; }
  #content3rd h2 {
    border-bottom: solid 1px #333;
    border-top: solid 1px #333;
    width: 100%;
    color: #FFF !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#536b4a+-1,334934+100 */
    background: #536b4a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #536b4a -1%, #334934 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #536b4a -1%, #334934 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #536b4a -1%, #334934 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  #content3rd .btn {
    color: #000;
    font-size: 0.9rem;
    clear: both;
    display: block;
    width: 96%;
    margin: auto;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    border: 2px solid #007719;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #content3rd .btn:hover {
    color: #FFF;
    background: #007719;
    text-decoration: none; }

#left3rd .btn {
  color: #000;
  text-align: center;
  width: 86%;
  margin: 10px auto 20px auto;
  display: block;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border: 2px solid #007719;
  background: #FFF;
  padding: 6px;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#left3rd .btn:hover {
  color: #000;
  background: #007719;
  text-decoration: none; }
#left3rd h3 {
  border-bottom: solid 1px #a21655;
  border-top: solid 1px #a21655;
  width: 100%;
  color: #000;
  background: #c2c0a6;
  padding: 10px 10px 10px 15px;
  font-size: 1.1rem;
  font-weight: normal; }

#right3rd .btn {
  color: #000;
  text-align: center;
  width: 86%;
  margin: 10px auto 20px auto;
  display: block;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border: 2px solid #007719;
  background: #FFF;
  padding: 6px;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#right3rd .btn:hover {
  background: #007719;
  text-decoration: none;
  color: #000; }
#right3rd h3 {
  border-bottom: solid 1px #a21655;
  border-top: solid 1px #a21655;
  text-align: left;
  width: 100%;
  color: #000;
  background: #c2c0a6;
  padding: 10px 10px 10px 15px;
  font-size: 1.0rem;
  font-weight: normal; }
#right3rd #help ul {
  width: 90%;
  margin: 8px auto auto auto;
  border-bottom: 6px solid #c2c0a6; }
  #right3rd #help ul li {
    border-top: 6px solid #c2c0a6;
    border-left: 6px solid #c2c0a6;
    border-right: 6px solid #c2c0a6;
    background: #FFF;
    padding: 6px 0px 6px 8px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 0.9rem; }

/*カラム定義*/
.btn02 {
  color: #000 !important;
  background: #FFF;
  font-size: 0.9rem;
  clear: both;
  display: block;
  width: 96%;
  margin: auto;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border: 2px solid #007719;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn02:hover {
  color: #FFF !important;
  background: #007719;
  border: 2px solid #007719;
  text-decoration: none; }

.btn03 {
  clear: both;
  color: #000 !important;
  font-size: 0.9rem;
  margin: 0px 0px 5px 0px;
  display: block;
  width: 100%;
  background: #FFF;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border: 2px solid #007719;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn03:hover {
  color: #FFF !important;
  background: #007719;
  text-decoration: none; }

.btn05 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #000 !important;
  font-size: 0.9rem;
  margin: 0px 5px;
  float: left;
  display: block;
  text-align: center;
  background: #FFF;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border: 2px solid #007719;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn05:hover {
  color: #FFF;
  background: #007719;
  text-decoration: none; }

.prod3rd .ttl {
  font-weight: bold !important;
  line-height: 2rem !important; }
.prod3rd div article .jacket .btn03 {
  width: 100%;
  text-align: center;
  background: #FFF;
  margin: 10px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.prod3rd div article .jacket .btn03:hover {
  color: #FFF;
  background: #007719;
  text-decoration: none; }
.prod3rd div article div dl dd {
  border-top: 1px solid #333; }
.prod3rd div .buyArea {
  color: #000; }
.prod3rd .thumbs h3 {
  color: #FFF; }

.listPages .sortChara ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  background: #860004; }
  .listPages .sortChara ul li {
    border-left: 1px solid #000; }
    .listPages .sortChara ul li a {
      color: #FFF; }
  .listPages .sortChara ul li:hover {
    background: #bf0006; }
    .listPages .sortChara ul li:hover a {
      color: #FFF; }
.listPages .chara h3 {
  background: #416949; }
.listPages .chara ul {
  border: #416949 1px solid; }

/*# sourceMappingURL=add.css.map */
