@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');

/*--------------------
 	��{
 ---------------------*/

.width100 {
  width: 100% !important;
}
.display-none {
  display: none;
}
.clearfix:after{
  content: "";
  clear: both;
  display: block;
}
.vertical-middle {
  vertical-align: middle !important;
}
img {
  border: 0;
}
.hover: hover {
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0 !important;
}
.menu-icon {
 background: rgb(255, 255, 255, 0.7);
 padding: 3px;
}
.menu-list {
  border-left: 1px solid #800000;
  border-bottom: 1px solid #800000;
  background: #c71585;
}
.menu-list big {
  line-height: 200% !important;
  padding-left: 5px !important;
}
.min-padding {
  padding: 5px;
}
.bold {
  font-weight: bold;
}
.text-indent {
  padding-left:1em;
  text-indent:-1em;
}
.display-none {
 display: none;
}
/*--------------------
�@��{�F
 ---------------------*/
.gray {
  color: #ccc !important;
}
.dark-gray {
  color: #999 !important;
}
.red {
  color: #f00 !important;
}
.white {
  color: #fff !important;
}
.yellow {
  color: #ff0 !important;
}
.pink {
  color: #ff1493 !important;
}
.dark-pink-bg {
  background:#c71585 !important;
}
.violet-bg {
background: rgb(255,164,180);
background: linear-gradient(-45deg, #ffb6c1 0%, #ffe3f6  100%);

}
.gold {
  color: #daa520 !important;
}
/*--------------------
 �@��{�����N�F
 ---------------------*/

a, a:link {
  color:#55f;
  text-decoration:none;
}
a:visited {
  color:#55f;
  text-decoration:none;
}
a:hover {
  color: #d31;
  text-decoration:none;
}
a:active {
}

/*--------------------
�@�R���e���c
 ---------------------*/
 
/* �S�� */
* {
  margin: 0;
  padding: 0;
}
html,body {
  background-color: #888888;
  color: #333333;
  font-size: 12px;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
  height: 100%;
  width: 100%;
}
#container {
  background-color: #fcfcfc;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 30px 30px;
  background-position: center;
}
#container_inner {
  background: url('/img/default/bg-star2.png'), url('/img/default/girls-bg.jpg') repeat-y top center;
  background-size: contain, cover;
}

.container {
  max-width: 890px;
}
.page {
  max-width: 970px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
hr {
  border-top: 1px dotted #cccccc;
  height: 1px;
  padding: 0;
  margin: 5px 2px;
}
/* �w�b�_�[ */
.header {
background: #c71585;
}
.header-container {
  margin: 0 auto;
  max-width: 972px;
  text-align: center;
}
.header-title-box {
  background-color: #1c1c1c;
/*  background-image: linear-gradient(45deg, #222 25%, transparent 25%, transparent 75%, #222 75%, #222), linear-gradient(-45deg, #222 25%, transparent 25%, transparent 75%, #222 75%, #222);*/
  background-image: url('/img/default/bg-star2.png'), url('/img/default/girls-bg.jpg');

  background-size: cover;
/*  border-top: 3px solid #b22222;*/
}
.header-menu-box {
/*  background: #e95f84;*/
/*background: linear-gradient(0deg, rgba(233,95,132,1) 0%, rgba(255,211,218,1) 50%, rgba(255,164,180,1) 100%);*/
}
h1 {
  font-family: 'Noto Serif JP', serif;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  margin: 0 auto;
  padding: 4px;
  text-align: left;
}
.navbar-color {
  color: #fff;
  padding: 3px 5px;
}
.navbar-color:hover {
  background: #ffffff !important;
  color: #c71585 !important;
}
.navbar-color:active {
  background: #ffffff !important;
  color: #c71585 !important;
}
.navbar-color:visited {
  background: #ffffff !important;
  color: #c71585 !important;
}
.navbar-color:focus {
  background: #ffffff !important;
  color: #c71585 !important;
}
.navbar-color:link {
  background: #ffffff !important;
  color: #c71585 !important;
}
.navbar-brand {
  padding: 5px 3px !important;
}
.navi-header {
  background: #c71585;
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 3px !important;
}
#navbar {
  background: #e95f84;
  margin-bottom: 0;
}
#navbar ul  {
  margin-top: 0;
  margin-bottom: 0;
}
#navbar ul li {
  border-bottom: 1px solid #fff;
}
#navbar ul li:hover {
  background: #c71585;
}
#navbar ul li a {
  color: #ffffff;
}
/* ���j���[ */
.menu {
  font-family: 'Noto Serif JP', serif;
  background: rgb(255,164,180);
  text-shadow: #c71585 2px 0, #c71585 -2px 0, #c71585 0 -2px, #c71585 0 2px, #c71585 2px 2px, #c71585 -2px 2px, #c71585 2px -2px, #c71585 -2px -2px, #c71585 1px 2px, #c71585 -1px 2px, #c71585 1px -2px, #c71585 -1px -2px, #c71585 2px 1px, #c71585 -2px 1px, #c71585 2px -1px, #c71585 -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;

  font-size: 1.5rem;
  font-weight:bold;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  border-left:1px solid #c71585;
  border-bottom:3px solid #c71585;
  width: 100%;
  padding: 15px 0 15px 0;
  text-align: center;
  text-decoration:none;
  color: #ffffff;
  display:inline-block;
}.menu a {
  color: #ffffff;
}.menu:hover {
  color: #ffd700;
  background: #e95f84;
  border-bottom:3px solid #ffd3da;
}.menu:active {
  color: #ffffff;
}.menu:link {
  color: #ffffff;
}.menu:visited {
  color: #ffffff;
}
.img-shadow {
  filter: drop-shadow(1px 1px 3px rgba(199,95,133,1));
}
.menu span {
  letter-spacing : 4px;
  text-shadow: 
       2px  2px 1px #c71585,
      -2px  2px 1px #c71585,
       2px -2px 1px #c71585,
      -2px -2px 1px #c71585,
       2px  0px 1px #c71585,
       0px  2px 1px #c71585,
      -2px  0px 1px #c71585,
       0px -2px 1px #c71585;        /* �����̉e */
       font-size: small;
}
.menu small small {
  color: #ffffff;
}
.tel_bg .menu {
  background: linear-gradient(0deg, rgba(199,21,133,1) 0%, rgba(255,105,180,1) 50%, rgba(220,20,60,1) 100%);
  border-bottom:3px solid #8b0000;
}
.tel_bg .menu:hover {
  background: #c71585;
  border-bottom:3px solid #ff69b4;
}
.job_bg .menu {
  background:rgba(255,215,0,1);
  border-bottom:3px solid #b8860b;
}
.job_bg .menu:hover {
  background: #ffa500;
  border-bottom:3px solid #f0e68c;
}
.menu small {
  color: #ffffff;
}
.menu-bg .active {
  background: #c71585;
  font-size:120%;
  font-weight:bold;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  border-bottom:3px solid #ffcc00;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  text-decoration:none;
  color: #ffcc00;
  display:inline-block;
  border-left:1px solid #c71585;
}
.menu-img-right {
  margin-left: auto;
  border:1px solid #dddddd;
}
.menu-img-left {
  margin-right: auto;
  border:1px solid #dddddd;
}
.right-border {
  border-right:1px solid #c71585;
}
#blog-title{
    background:linear-gradient(#fff 50%,#ffc0cb 50%,#ffc0cb);
}
/* ���C�� */
.main-box {
  background: #ffffff;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
.main-box-bottom {
  height: 5px !important;
  border-bottom: 1px dotted #cccccc;
  height: 5px;
  overflow: hidden;
}
.contents-main {
  border: 0 solid #ffffff !important;
  width: 100%;
}
.contents-title {
  font-family: "Zen Antique", serif;
  background: linear-gradient(#ff1493 50%,#ff69b4 50%);
  background: url('/img/course/title-bg.png')  #c71585 no-repeat right;
  border-radius: 8px;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  padding: 20px 20px;
  
  color: #ffffff;
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 5px;
}
.contents-title-icon {
  text-align: left;
/*  border-left: 4px solid #ffcc00;
  padding-left: 10px;
  */
}
.sub-title {
  display: none;
  text-align: right;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
  font-size: 60%;
  color: #333;
  position: relative;
  left: -99999999px;
}

.btn-c:hover {
  color: #fff;
  background: #e95f84;
}
.btn-c {
  color: #fff;
  background-color: #c71585;
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 100vh;
}
.contents-sub-title {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  padding: 10px 15px;
  line-height: 20px;
  border: 1px solid #ccc;
  font-weight: bold;
  background: url('/img/default/bg-star1.png'), url('/img/default/girls-bg.jpg') repeat-y top center;
  
}
/*
.contents-sub-title::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #c71585;
  border-radius: 4px;
}
*/

.contents-sub-title-icon {
  text-align: left;
}




.contents-box {
  margin-bottom: 50px;
}

.contents-bottom {
  background: repeating-linear-gradient(-45deg, #777, #777 10px, #888 0, #888 20px);
  color: #ffffff;
  line-height: 30px;
  text-align: right;
  font-weight: bold;
  
}
.contents-bottom-icon {
  text-align: right;
  padding-right: 15px;
}.contents-bottom-icon a:hover {
  color: #ffff00;
}.contents-bottom-icon a:active {
  color: #ffffff;
}.contents-bottom-icon a:link {
  color: #ffffff;
}.contents-bottom-icon a:visited {
  color: #ffffff;
}
.menu small {
  color: #ffffff;
}

.diary-sub-title a {
  color: #ffff00;
}.diary-sub-title a:hover {
  color: #cccc00;
}.diary-sub-title a:active {
  color: #ffff00;
}.diary-sub-title a:link {
  color: #ffff00;
}.diary-sub-title a:visited {
  color: #ffff00;
}

/* �t�b�^�[ */
.footer {
  background: #ff1493;
  border-top: 10px solid #111111;
  padding: 10px 0;
  color: #ffffff;
}
.footer a:link,
.footer a:active,
.footer a:visited {
  color: #ffffff;
}
.footer a:hover {
  color: #ffff00;
}
.footer-box {
  height: 100px;
  background: #111111;
  padding: 15px;
  color: #ffffff;
}
.footer-menu {
  font-size: 100%;
}
.footer-menu div {
  margin-bottom: 20px;
  font-size: 100%;
}
.page-top {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  background: #333333;
  position: fixed;
  right: 5px;
  bottom: 5px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
}.page-top:hover {
  color: #ffffff;
}.page-top:active {
  color: #ffffff;
}.page-top:link {
  color: #ffffff;
}.page-top:visited {
  color: #ffffff;
}

/* �^�u */
.contents-tabs {
  font-family: "Zen Antique", serif;
  padding-bottom: 4px;
}
.contents-tab {
  display: block;
  background: #eeeeee;
  color: #999999;
  padding: 15px 15px;
  line-height: 20px;
  text-align: center;
  font-size: 1.4rem;
  border-left: 1px solid #cccccc;
  border-top: 3px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}.contents-tab:hover {
  background: #cccccc;
  border-top: 3px solid #999999;
}.contents-tab:active {
  color: #666666;
}.contents-tab:link {
  color: #666666;
}.contents-tab:visited {
  color: #666666;
}
.contents-tab-last {
  border-right: 1px solid #cccccc;
}
.contents-tabs .active {
  background: #ffffff;
  color: #c71585;
  border-top: 3px solid #c71585;
  border-bottom: 1px solid #ffffff;
}
.contents-tabs .empty {
  background: #ffffff;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 3px solid #cccccc;
}


/* �o�΃^�u */
.casts-tabs {
  padding-bottom: 4px;
}
.casts-tab {
  display: block;
  background: #cccccc;
  color: #333333;
  padding: 10px 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
}.casts-tab:hover {
  background: #cccccc;
}.casts-tab:active {
  color: #666666;
}.casts-tab:link {
  color: #ffffff;
}.casts-tab:visited {
  color: #ffffff;
}
.casts-tabs .active {
  background: #ffd3da;
/*  background: url('/img/default/bg-star1.png'), url('/img/default/girls-bg.jpg') repeat-y top center;*/
  border-top: 1px solid #c71585;
  border-left: 5px solid #c71585;
  border-right: 5px solid #c71585;
  color: #c71585;
}

/* �L���X�g */
.cast {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  padding: 0;
/*
  background-image: linear-gradient(45deg, #ff1493 25%, transparent 25%, transparent 75%, #ff1493 75%, #ff1493), linear-gradient(-45deg, #ff1493 25%, transparent 25%, transparent 75%, #ff1493 75%, #ff1493);
  background-size: 15px 15px;
*/  
/*  background: url('/img/default/girls-bg2.jpg') repeat-y bottom left;*/
}
.casts {
  border-top: 1px solid #999999 !important;
  border-left: 1px solid #999999 !important;
}
.cast img {
  width: 100%;
}
.cast-img {
}
.cast-name {
  background: rgba(255, 255,255,0.7);

}
.cast-info {
  background: rgba(255, 255,255,0.7);
  padding: 5px;
  margin: 5px 3px;
}
.cast-label {
  left: 12px;
  position: absolute;
  top: 37px;
}
.cast-label-bottom {
/*  left: -4px;*/
  position: relative;
  text-align: left;
/*  height: 60px;*/
  height: 35px;
}
.cast-label-bottom .label {
  width: 100% !important;
  display: inline-block !important;
}
.girls-label {
  color: #ff0000;
}

/* �I�v�V���� */
.option {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
/*
  background: #4682b4;
  background-image: linear-gradient(45deg, #6495ed 25%, transparent 25%, transparent 75%, #6495ed 75%, #6495ed), linear-gradient(-45deg, #6495ed 25%, transparent 25%, transparent 75%, #6495ed 75%, #6495ed);
  background-size: 15px 15px;
  */
  
  background: url('/img/default/girls-bg2.jpg') repeat-y bottom left;
}

.option img {
  width: 100%;
}
.option-img {
  margin: 5px 3px;
}
.option-name {
  background: rgba(255, 255,255,0.85);
  padding: 5px;
  margin: 5px 3px;
}
.option-price {
  background: rgba(255, 255,255,0.85);
  padding: 5px;
  margin: 5px 3px;
  text-align: center;
}

/* �V�X�e�� */
.system-title {
  width: 100%;
  background: #EF0099;
  text-align: right;
 }
 
/* ���l */
 .job-heading {
  background: #eee !important;
}
.bg-black {
  background: #000 !important;
}
/*--------------------
�@�^�u���b�g�p
 ---------------------*/
@media (min-width: 991px) {
  .page-box {
     background: #ffffff;
  }
  .page-left {
    -webkit-box-shadow: -4px 0px 4px -1px rgba(0,0,0,0.31);
�@  -moz-box-shadow: -4px 0px 4px -1px rgba(0,0,0,0.31);
�@  box-shadow: -4px 0px 4px -1px rgba(0,0,0,0.31);
  }
  .page-right {
    -webkit-box-shadow: 4px 0px 4px -1px rgba(0,0,0,0.31);
 �@-moz-box-shadow: 4px 0px 4px -1px rgba(0,0,0,0.31);
�@  box-shadow: 4px 0px 4px -1px rgba(0,0,0,0.31);
  }
}

/*--------------------
�@�f�X�N�g�b�v�p
 ---------------------*/
@media (min-width: 768px) {
  h1 {
    padding: 5px;
    position: relative;
    text-align: right;
    width: 970px;
    right: 5px;
  }
  .logo {
    margin: 9px 0;
  }
  .tel {
    margin: 9px 0;
  }
  .page-box .row {
    padding: 20px 0;
  }
  .header-box {
    height: 75px;
    background-position: right top;
    position: relative;
  }
}

/*--------------------
�@���o�C���p
 ---------------------*/
@media (max-width: 767px) {
 
  #container_inner {
    padding-top:44px;
  }
  .contents-title {
    border-radius: 0px;
    
  background: url('/img/course/title-bg.png')  #c71585 no-repeat right;
  background-size: contain;
  }
  .head-small {
    width: 75%;
  }
  .mobile {
    font-size: 105%;
    padding-top: 5px;
  }
  .header-box {
    padding: 5px 10px;
  }
  .tel {
    padding: 5px 50px;
    background-color: rgba(199,95,133,0.3);
  }
  .menu small small {
  text-shadow: 
       2px  2px 1px #c71585,
      -2px  2px 1px #c71585,
       2px -2px 1px #c71585,
      -2px -2px 1px #c71585,
       2px  0px 1px #c71585,
       0px  2px 1px #c71585,
      -2px  0px 1px #c71585,
       0px -2px 1px #c71585;        /* �����̉e */
       font-size: small;
  }
  
}

/*--------------------
�@bootstrap�p
 ---------------------*/
.label2 {
  width: 100%;
  display: inline-block;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-new {
  width: 100%;
  color: #00b85c;
  border: 1px solid #00b85c;
  background-color: #ffffff;
  font-weight: normal;
}
.label-new[href]:hover,
.label-new[href]:focus {
  color: #c9302c;
  border: 1px solid #c9302c;
  background-color: #ffffff;
}
.label-takumi {
  width: 100%;
  color: #1177bb;
  border: 1px solid #1177bb;
  background-color: #ffffff;
  font-weight: normal;
}
.label-takumi[href]:hover,
.label-takumi[href]:focus {
  color: #c9302c;
  border: 1px solid #c9302c;
  background-color: #ffffff;
}
.label-youen {
  width: 100%;
  color: #ff00dd;
  border: 1px solid #ff00dd;
  background-color: #ffffff;
  font-weight: normal;
}
.label-youen[href]:hover,
.label-youen[href]:focus {
  color: #c9302c;
  border: 1px solid #c9302c;
  background-color: #ffffff;
}
.label-iyashi {
  width: 100%;
  color: #5cb85c;
  border: 1px solid #5cb85c;
  background-color: #ffffff;
  font-weight: normal;
}
.label-iyashi[href]:hover,
.label-iyashi[href]:focus {
  color: #c9302c;
  border: 1px solid #c9302c;
  background-color: #ffffff;
}
.label-chijyo {
  width: 100%;
  color: #d9534f;
  border: 1px solid #d9534f;
  background-color: #ffffff;
  font-weight: normal;
}
.label-chijyo[href]:hover,
.label-chijyo[href]:focus {
  color: #c9302c;
  border: 1px solid #c9302c;
  background-color: #ffffff;
}
.label-koakuma {
  width: 100%;
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-weight: normal;
}
.label-koakuma[href]:hover,
.label-koakuma[href]:focus {
  color: #c9302c;
  border: 1px solid #c9302c;
  background-color: #ffffff;
}
.label-work {
  width: 100%;
  color: #5bc0de;
  border: 1px solid #5bc0de;
  background-color: #ffffff;
  font-weight: normal;
}
.label-work[href]:hover,
.label-work[href]:focus {
  color: #c9302c;
  border: 1px solid #c9302c;
  background-color: #ffffff;
}
.label-gh {
  width: 100%;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
  background-color: #ffffff;
  font-weight: normal;
}
.label-gh[href]:hover,
.label-gh[href]:focus {
  color: #c9302c;
  border: 1px solid #c9302c;
  background-color: #ffffff;
}


.label-default {
  color: #999999;
  border: 1px solid #999999;
  background-color: #ffffff;
}

.label-default[href]:hover,
.label-default[href]:focus {
  color: #808080;
  border: 1px solid #808080;
  background-color: #ffffff;
}

.label-primary {
  color: #428bca;
  border: 1px solid #428bca;
  background-color: #ffffff;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  color: #3071a9;
  border: 1px solid #3071a9;
  background-color: #ffffff;
}

.label-success {
  color: #5cb85c;
  border: 1px solid #5cb85c;
  background-color: #ffffff;
}

.label-success[href]:hover,
.label-success[href]:focus {
  color: #449d44;
  border: 1px solid #449d44;
  background-color: #ffffff;
}

.label-info {
  color: #5bc0de;
  border: 1px solid #5bc0de;
  background-color: #ffffff;
}

.label-info[href]:hover,
.label-info[href]:focus {
  color: #31b0d5;
  border: 1px solid #31b0d5;
  background-color: #ffffff;
}

.label-warning {
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
  background-color: #ffffff;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  color: #ec971f;
  border: 1px solid #ec971f;
  background-color: #ffffff;
}

.label-danger {
  color: #d9534f;
  border: 1px solid #d9534f;
  background-color: #ffffff;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  color: #c9302c;
  border: 1px solid #c9302c;
  background-color: #ffffff;
}



.datetime select {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.datetime select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.datetime select:-moz-placeholder {
  color: #999999;
}

.datetime select::-moz-placeholder {
  color: #999999;
}

.datetime select:-ms-input-placeholder {
  color: #999999;
}

.datetime select::-webkit-input-placeholder {
  color: #999999;
}

.datetime select[disabled],
.datetime select[readonly],
fieldset[disabled] .datetime select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.datetime select {
  height: auto;
}








/*** advertisements ***/
.ad-xs {
  z-index: 10000;
  /*background: rgba(51,51,51,0.8);*/
  color: #ffffff;
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ad {
  z-index: 10000;
  /*background: rgba(51,51,51,0.8);*/
  color: #ffffff;
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
}
.ad_middle {
  text-align: left;
  font-size: 12px;
  padding: 5px;
}
.ad_head {
/*  background: rgba(0,0,0,0.9);*/
  text-align: center;
  display: block;
  padding: 5px 0;
  height: 30px;
  line-height: 20px;
}
.ad_head div {
  padding: 0 0 2px 0;
}

.float-left {
  float: left;
}

.head_bg0 {background: rgba(0,0,0,0.8);}
.head_bg1 {background: rgba(226,4,7,0.8);}
.head_bg2 {background: rgba(255,45,150,0.8);}
.head_bg3 {background: rgba(255,45,255,0.8);}
.head_bg4 {background: rgba(40,40,255,0.8);}
.head_bg5 {background: rgba(40,255,255,0.8);}
.head_bg6 {background: rgba(40,255,147,0.8);}
.head_bg7 {background: rgba(255,255,45,0.8);}
.head_bg8 {background: rgba(255,236,71,0.8);}
.head_bg9 {background: rgba(45,255,45,0.8);}
.head_bg10 {background: rgba(255,255,255,0.8);}
.head_color0 {color: #000000;}
.head_color1 {color: #e2041b;}
.head_color2 {color: #ff2d96;}
.head_color3 {color: #ff2dff;}
.head_color4 {color: #2828ff;}
.head_color5 {color: #28ffff;}
.head_color6 {color: #28ff93;}
.head_color7 {color: #ffff2d;}
.head_color8 {color: #ffec47;}
.head_color9 {color: #2dff2d;}
.head_color10 {color: #ffffff;}
.main_bg0 {background: rgba(0,0,0,0.8);}
.main_bg1 {background: rgba(226,4,7,0.8);}
.main_bg2 {background: rgba(255,45,150,0.8);}
.main_bg3 {background: rgba(255,45,255,0.8);}
.main_bg4 {background: rgba(40,40,255,0.8);}
.main_bg5 {background: rgba(40,255,255,0.8);}
.main_bg6 {background: rgba(40,255,147,0.8);}
.main_bg7 {background: rgba(255,255,45,0.8);}
.main_bg8 {background: rgba(255,236,71,0.8);}
.main_bg9 {background: rgba(45,255,45,0.8);}
.main_bg10 {background: rgba(255,255,255,0.8);}
.title_color0 {color: #000000;}
.title_color1 {color: #e2041b;}
.title_color2 {color: #ff2d96;}
.title_color3 {color: #ff2dff;}
.title_color4 {color: #2828ff;}
.title_color5 {color: #28ffff;}
.title_color6 {color: #28ff93;}
.title_color7 {color: #ffff2d;}
.title_color8 {color: #ffec47;}
.title_color9 {color: #2dff2d;}
.title_color10 {color: #ffffff;}
.text_color0 {color: #000000;}
.text_color1 {color: #e2041b;}
.text_color2 {color: #ff2d96;}
.text_color3 {color: #ff2dff;}
.text_color4 {color: #2828ff;}
.text_color5 {color: #28ffff;}
.text_color6 {color: #28ff93;}
.text_color7 {color: #ffff2d;}
.text_color8 {color: #ffec47;}
.text_color9 {color: #2dff2d;}
.text_color10 {color: #ffffff;}
.head_size0 {font-size: small !important;}
.head_size2 {font-size: large !important;}
.main_size0 {font-size: small !important;}
.main_size2 {font-size: large !important;}
.title_size0 {font-size: small !important;font-weight: bold !important;margin: 3px 0;}
.title_size1 {font-weight: bold !important;margin: 3px 0;}
.title_size2 {font-size: large !important;font-weight: bold !important;margin: 3px 0;}


.ad_countdown {
  font-size: 150%;
}
.ad-title {
  padding: 2px 0;
  font-size: 110%;
  margin: 3px 0;
}

.no-padding {
  padding: 0;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
  margin: 0;
  padding: 0;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: 30%;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 100%;
  height: auto;
}
.blinking {
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
    -moz-animation:blink 0.7s ease-in-out infinite alternate;
    animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.realtime_blink {
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}


.realtime_scroll_box {
  overflow: hidden; /* �X�N���[���o�[���o�Ȃ��悤�� */
  position: relative; /* �}�[�L�[�̓��e�����̈ʒu�̊�ɂȂ�悤�� */
}
 /* �}�[�L�[�̓��e�����̍����m�� */
.realtime_scroll_box::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}
/* �}�[�L�[������������(����) */
.realtime_scroll_box > .realtime_scroll {
  padding-left: 800px;
  position: absolute;
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

