@charset "UTF-8";
/* bokenya maxa add CSS common.css */
html,
body {
  background-image: url("../images/bg.gif"); }

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

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

#ctswrapper {
  background: #FFF; }
  #ctswrapper header {
    background-image: url("../images/header_bg.png"); }
    #ctswrapper header h1 img {
      margin: 12px 5px auto 15px; }
    #ctswrapper header div ul#subCtrl li a {
      color: #000; }
    #ctswrapper header div ul#buyCtrl li a {
      color: #FFF !important;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe9a9b+0,fc6767+100 */
      background: #fe9a9b;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fe9a9b 0%, #fc6767 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fe9a9b 0%, #fc6767 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fe9a9b 0%, #fc6767 100%);
      /* 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/#fc6767+0,fe9a9b+100 */
      background: #fc6767;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fc6767 0%, #fe9a9b 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fc6767 0%, #fe9a9b 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fc6767 0%, #fe9a9b 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 #ff8787;
    -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: #FFF;
    background: #ff8787;
    text-decoration: none; }
  #ctswrapper #breadclumnbs ul li a {
    color: #000; }

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

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

#content {
  background: #e3e5f2; }
  #content section {
    background: #FFF;
    color: #000; }
  #content h2 {
    width: 100%;
    color: #FFF !important;
    background: #777;
    border-left: #2EA4DC 6px solid; }
  #content #startGuide {
    background: #FFF; }
    #content #startGuide li {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cacfbf+0,8d9679+100 */
      background: #cacfbf;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #cacfbf 0%, #8d9679 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #cacfbf 0%, #8d9679 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #cacfbf 0%, #8d9679 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      -webkit-box-shadow: 0px 5px 0px 0px #0d321f;
      -moz-box-shadow: 0px 5px 0px 0px #0d321f;
      box-shadow: 0px 5px 0px 0px #0d321f; }
      #content #startGuide li a {
        color: #0d321f; }
  #content .btn {
    background: #FFF;
    color: #000;
    border: 2px solid #ff8787; }
  #content .btn:hover {
    color: #FFF;
    background: #ff8787;
    border: 2px solid #ff8787; }
  #content #pickup div figure figcaption {
    color: #000; }

#left {
  background: #FFF;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6; }
  #left p {
    color: #000; }
  #left ul li {
    background: #FFF;
    border-bottom: #e6e6e6 1px solid;
    color: #000; }
    #left ul li a {
      color: #000; }
  #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 #ff8787;
    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: #ff8787;
    text-decoration: none; }
  #left h3 {
    width: 100%;
    color: #FFF;
    background: #777;
    border-left: #2EA4DC 6px solid;
    padding: 10px 10px 10px 15px;
    font-size: 1.1rem;
    font-weight: normal; }

#right {
  background: #FFF;
  color: #000;
  border-left: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6; }
  #right a {
    color: #000; }
  #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 #ff8787;
    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: #ff8787;
    text-decoration: none;
    color: #FFF; }
  #right h3 {
    text-align: left;
    width: 100%;
    color: #FFF;
    background: #777;
    border-left: #2EA4DC 6px solid;
    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 #ff8787; }
    #right #help ul li {
      border-top: 6px solid #ff8787;
      border-left: 6px solid #ff8787;
      border-right: 6px solid #ff8787;
      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: #0b5175;
  color: #FFF; }
  footer #links {
    position: relative;
    overflow: hidden;
    overflow: hidden;
    background: #0770a7;
    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: #e6e6e6 1px solid;
  border-bottom: #e6e6e6 1px solid; }

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

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

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

#content3rd {
  color: #000;
  background: #e3e5f2; }
  #content3rd section {
    background: #FFF;
    width: 99.5%;
    margin: auto;
    padding-bottom: 10px; }
  #content3rd h2 {
    width: 100%;
    color: #FFF !important;
    background: #777;
    border-left: #2EA4DC 6px solid; }
  #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 #ff8787;
    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: #ff8787;
    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 #ff8787;
  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: #ff8787;
  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 #ff8787;
  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: #ff8787;
  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;
  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 #ff8787;
  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;
  background: #ff8787;
  border: 2px solid #ff8787;
  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 #ff8787;
  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: #ff8787;
  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 #ff8787;
  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: #ff8787;
  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: #ff8787;
  text-decoration: none; }
.prod3rd div article div dl dd {
  border-top: 1px solid #e6e6e6; }
.prod3rd div .buyArea {
  color: #000; }
.prod3rd .thumbs h3 {
  color: #000; }

.listPages .sortChara ul {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  background: #ff8787; }
  .listPages .sortChara ul li {
    border-left: 1px solid #FFF; }
    .listPages .sortChara ul li a {
      color: #FFF; }
  .listPages .sortChara ul li:hover {
    background: #ff6060; }
    .listPages .sortChara ul li:hover a {
      color: #FFF; }
.listPages .chara h3 {
  background: #CCC; }
.listPages .chara ul {
  border: #CCC 1px solid; }

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