@charset 'utf-8';

/*==============================================*/
/* 夜Cha!王(やっちゃおう)PC用CSS                */
/*                                              */
/* Shop Page                                    */
/*==============================================*/
a.pref-back-button {
  margin: 5px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  background-color: #90c3fa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  float: right;
}
div.shop-cover-image-box {
  margin: 0 auto;
  width: 980px;
  height: 305px;
  line-height: 305px;
  background-color: #cc0101;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  color: #ffffff;
}
div.shop-cover-image-box:hover {
  opacity: .6;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  cursor: pointer;
}
div.shop-cover-rank-box {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  font-size: 14px;
  background-color: rgba(240, 221, 86, .9);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #720f0e;
}
p.shop-cover-rank-title {
  margin-top: 10px;
  padding-bottom: 5px;
  line-height: 20px;
  border-bottom: 1px solid #720f0e;
}
p.shop-cover-rank-title svg {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  fill: #720f0e !important;
  display: block;
}
p.shop-cover-rank {
  height: 40px;
  line-height: 40px;
}
p.shop-cover-rank span {
  font-size: 20px;
  font-weight: bold;
}
div.shop-cover-time-box {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 260px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #000000;
}
div.shop-cover-time-box span {
  margin-right: 10px;
  padding-right: 5px;
  border-right: 2px solid #f84e7c;
  color: #f84e7c;
}
div.shop-header-information-box {
  margin: 10px auto;
  width: 960px;
  background-color: #ececec;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
div.shop-header-information-box ul li {
  margin-left: 15px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
div.shop-header-information-box ul li svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  fill: #90c3fa !important;
  vertical-align: middle;
}
li.shop-header-information-title {
  color: #90c3fa;
}

/* Pref Page Menu */
div.shop-page-menu-box {
  margin: 0;
  width: 100%;
  background-color: #e7e4e7;
  border-top: 1px solid #bbb8bb;
  border-bottom: 1px solid #bbb8bb;
}
ul.shop-page-menu {
  margin: 0 auto;
  width: 940px;
}
ul.shop-page-menu li {
  padding: 10px 0;
  width: 184px;
  display: inline-block;
}
ul.shop-page-menu li a {
  padding: 10px 0;
  width: 184px;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #efecf0;
}
span.shop-page-menu-icon {
  width: 184px;
  border-bottom: 1px solid #e7e4e7;
  display: block;
}
span.shop-page-menu-icon svg {
  width: 20px;
  height: 20px;
  fill: #90c3fa !important;
}
a.shop-gals-menu svg {
  fill: #f84e7c !important;
}

/* Shop Multi Box */
table.shop-page-multi-box {
  margin: 0 auto;
  width: 940px;
}
table.shop-page-multi-box th,
table.shop-page-multi-box td {
  padding: 5px;
  vertical-align: top;
}
table.shop-page-multi-box th {
  height: 60px;
}
table.shop-page-multi-box th h4 {
  padding: 5px;
  font-size: 14px;
  border-bottom: 1px solid #ef9c02;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
}
table.shop-page-multi-box th h4.gals-color {
  border-bottom: 1px solid #f84e7c;
}
table.shop-page-multi-box th h4 svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #ef9c02 !important;
}
table.shop-page-multi-box th h4.gals-color svg {
  fill: #f84e7c !important;
}
table.shop-page-multi-box .shop-information-box,
table.shop-page-multi-box .gals-photo-box {
  width: 640px;
}
table.shop-page-multi-box td {
  vertical-align: top;
}

/* Shop Information Box */
div.shop-information-wrapper {
  margin: 0 auto;
  padding: 10px;
  width: 640px;
  background-color: #ffffff;
}
iframe.shop-information-frame {
  width: 612px;
  height: 755px;
  overflow-y: scroll;
}
div.information-caution-box {
  margin: 0;
  padding: 10px;
  width: 640px;
  background-color: #e7e4e7;
  color: #000000;
}
div.information-caution-box a {
  color: #ab1142;
  font-weight: bold;
}
div.information-caution-title {
  margin-bottom: 5px;
  height: 30px;
  line-height: 30px;
  background-color: #000000;
  color: #ffff00;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.information-caution-title svg {
  margin-left: 10px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  fill: #ffff00 !important;
  vertical-align: middle;
}

/* Recommend Gals */
div.recommed-gals-box {
  margin: 0 auto;
  width: 310px;
}
div.recommed-gals-box ul {
  margin: 0 auto;
  width: 240px;
}
div.recommed-gals-box ul li {
  padding: 10px;
  width: 240px;
  background-color: #ffffff;
}
div.recommed-gals-box ul li:nth-child(n + 2) {
  margin-top: 10px;
}
div.recommed-gals-box a {
  margin: 0 auto;
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
div.recommed-gals-box a img {
  width: 100%;
}
p.recommed-gals-name {
  margin: 5px auto;
  width: 190px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #f84e7c;
  color: #ffffff;
}
p.recommed-gals-age {
  margin: 5px auto 0 auto;
  width: 190px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
p.recommed-gals-msg {
  margin: 0 auto;
  width: 190px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #f84e7c;
  overflow: hidden;
  border-bottom: 2px solid #f84e7c;
}

/* Today Work Gals */
div.today-work-gals-box {
  margin: 0 auto;
  width: 940px;
}
div.today-work-gals-box ul {
  margin: 0 auto;
  width: 940px;
}
div.today-work-gals-box ul li {
  margin-left: 5px;
  padding: 10px;
  width: 228px;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
}
div.today-work-gals-box ul li:nth-child(n + 5) {
  margin-top: 5px;
}
div.today-work-gals-box a {
  margin: 0 auto;
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
div.today-work-gals-box a img {
  width: 100%;
}
p.work-gals-name {
  margin: 5px auto;
  width: 190px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #ab1142;
  color: #ffffff;
}
p.work-gals-name svg {
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  fill: #f8b80c !important;
  vertical-align: middle;
}
p.work-gals-time {
  margin: 5px auto;
  width: 190px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f4f4f4;
  color: #ef9c02;
  font-size: 14px;
  font-weight: bold;
}

/* Price System Box */
div.shop-price-system-box {
  margin: 0 auto;
  width: 940px;
}
div.shop-price-system-box table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
div.shop-price-system-box table th,
div.shop-price-system-box table td {
  padding: 5px;
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #bedcfc;
}
div.shop-price-system-box table th {
  width: 200px;
  background-color: #deedfe;
  font-size: 14px;
  font-weight: normal;
}
div.shop-price-system-box table td {
  width: 420px;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
}
div.shop-price-system-box table td.shop-price-title {
  background-color: #4499f7;
  color: #ffffff;
  font-weight: bold;
}
div.shop-price-system-box table td.shop-price-title svg {
  margin: 0 10px 0 5px;
  width: 24px;
  height: 24px;
  fill: #ffffff !important;
  vertical-align: middle;
}
div.shop-price-system-box table td span.yen {
  font-size: 10px;
  font-weight: normal;
}
div.shop-price-system-box table td span.memo {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}

/* Yacha News Box */
div.yacha-news-box {
  margin: 0 auto;
  padding: 10px;
  width: 940px;
  background-color: #ffffff;
}
ul.news-list {
  margin: 0;
  width: 920px;
}
ul.news-list li {
  width: 920px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
}
ul.news-list li:hover {
  opacity: .6;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  cursor: pointer;
}
p.news-title {
  padding: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
p.news-title span.view-time {
  margin: 0 10px 0 1px;
  padding: 0 10px;
  height: 33px;
  line-height: 36px;
  background-color: #9f9f9f;
  display: inline-block;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}
span.news-category {
  margin: 0 16px 0 1px;
  padding: 0 10px;
  height: 33px;
  line-height: 36px;
  display: inline-block;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  color: #ffffff;
  font-size: 12px;
}
span.c0, span.c1 {
  background-color: #1a5f16;
}
span.c2 {
  background-color: #c140e0;
}
span.c3 {
  background-color: #ff3e97;
}
span.c4 {
  background-color: #f5823a;
}
ul.news-list li table {
  width: 100%;
}
ul.news-list li table th {
  width: 80px;
  height: 80px;
}
td.news-msg {
  vertical-align: top;
}
td.news-msg p {
  padding: 5px;
  width: 100%;
  height: 60px;
  position: relative;
  /*max-height: calc(18 * 1.2 * 2 * 1px);*/
  line-height: 27px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Yacha Blog Box */
div.yacha-blog-box {
  margin: 10px auto;
  width: 930px;
}
table.blog-square-box {
  border-collapse: separate;
  border-spacing: 1px;
}
table.blog-square-box td {
  width: 155px;
  height: 155px;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
table.blog-square-box td.all-view {
  border: 5px solid #cccccc;
  background-color: #eaeaea;
  vertical-align: middle;
}
table.blog-square-box td.not-data {
  border: 1px dotted #ffffff;
}
table.blog-square-box td:hover {
  cursor: pointer;
}
table.blog-square-box td:hover p {
  opacity: .8;
  -webkit-animation: fadeout .5s forwards;
  animation: fadeout .5s forwards;
}
p.blog-date {
  padding: 0 3px;
  width: 155px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  position: absolute;
  color: #ffffff;
}
p.blog-shop {
  padding: 0 3px;
  width: 155px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, .8);
  bottom: 30px;
  left: 0;
  position: absolute;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p.blog-gals {
  padding: 0 3px;
  width: 155px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  position: absolute;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Cast list */
div.cast-list-box {
  margin: 0 auto;
  width: 940px;
}
div.cast-list-box ul {
  margin: 0 auto;
  width: 940px;
}
div.cast-list-box ul li {
  margin-left: 5px;
  padding: 10px;
  width: 228px;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
}
div.cast-list-box ul li:nth-child(n + 5) {
  margin-top: 5px;
}
div.cast-list-box a {
  margin: 0 auto;
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
div.cast-list-box a img {
  width: 100%;
}
p.cast-list-work-time {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #f8b80c;
}

/* Works Date */
div.works-date-box {
  margin: 0 auto;
  width: 940px;
}
div.works-date-box table {
  margin: 10px auto;
  width: 910px;
}
div.works-date-box table td {
  padding: 5px;
  width: 130px;
  text-align: center;
  vertical-align: middle;
}
a.works-date-button {
  width: 110px;
  height: 110px;
  vertical-align: middle;
  display: table-cell;
  background-color: #add2fc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 24px;
  color: #ffffff;
}
a.works-date-button:visited {
  color: #ffffff;
}
a.date-active {
  background-color: #f84e7c;
}
span.date-week {
  font-size: 12px;
}

/* Shop Mail */
div.shop-mail-caution-box {
  margin: 0 auto;
  width: 940px;
}
div.shop-mail-caution-box p {
  margin: 10px auto 10px auto;
  padding: 10px;
  width: 920px;
  background-color: #888888;
  color: #ffffff;
  text-align: center;
}
div.shop-mail-form-box {
  margin: 0 auto;
  width: 920px;
}
div.shop-mail-form-box table {
  width: 100%;
}
div.shop-mail-form-box table th,
div.shop-mail-form-box table td {
  padding: 10px 5px;
}
div.shop-mail-form-box table th {
  width: 200px;
  vertical-align: top;
}
div.shop-mail-form-box table th span {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #e6ecf0;
  display: block;
}
div.shop-mail-form-box table td input {
  padding: 0 10px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #cccccc;
}
div.shop-mail-form-box table td textarea {
  padding: 0 10px;
  width: 400px;
  height: 120px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #cccccc;
  overflow-y: auto;
  resize: none;
}
p.form-item-msg {
  margin-top: 5px;
  color: #aaaaaa;
}
p.form-item-msg span {
  font-weight: bold;
  color: #ef3d55;
}
p.form-item-required {
  margin-top: 5px;
  color: #ef3d55;
}
a.shop-send-mail-button {
  margin: 10px auto;
  padding: 10px 0;
  width: 480px;
  background-color: #78b5e3;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  display: block;
}
a.shop-send-mail-button svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  fill: #ffffff !important;
  vertical-align: bottom;
}
a.shop-no-mail-button {
  margin: 10px auto;
  padding: 10px 0;
  width: 480px;
  background-color: #696969;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  display: block;
}
a.shop-no-mail-button svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  fill: #ffffff !important;
  vertical-align: bottom;
}
div.shop-mail-error-box {
  margin: 0 auto;
  width: 920px;
}
div.shop-mail-error-box p {
  margin: 10px auto;
  padding: 10px;
  width: 920px;
  background-color: #ef3d55;
  color: #ffffff;
  text-align: center;
}
div.shop-mail-error-box p span {
  padding: 5px;
  display: inline-block;
  background-color: #ffffff;
  color: #ef3d55;
  font-weight: bold;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

/* Comment */
div.comment-write-button-box {
  margin: 0 auto;
  width: 940px;
}
a.comment-wirte-button {
  margin: 10px auto;
  padding: 10px 0;
  width: 480px;
  background-color: #78b5e3;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  display: block;
}
a.comment-wirte-button svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  fill: #ffffff !important;
  vertical-align: bottom;
}
div.comment-list-box {
  margin: 0 auto;
  width: 640px;
}
div.comment-box {
  margin: 10px auto;
  width: 600px;
  overflow: hidden;
}
div.comment-box .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
  height: 80px;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #89bbd4 url('../images/comment_user.png') no-repeat center center;
  position: relative;
}
div.comment-box .faceicon p {
  background-color: rgba(135, 135, 200, .75);
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
}
div.comment-box .chatting {
  width: 100%;
}
p.comment-date {
  width: 100%;
  color: #aaaaaa;
  text-align: right;
}
p.comment-ip-msg {
  margin: 10px auto;
  padding: 10px;
  width: 600px;
  background-color: #add2fc;
  color: #ef3d55;
  font-size: 18px;
}

/* Gals Page */
div.shop-gals-header-box {
  margin: 0;
  padding: 10px 5px;
  width: 100%;
  background-color: #eaeaea;
  border-bottom: 1px solid #b6b6b6;
}
div.gals-title {
  margin: 0 auto;
  padding: 5px;
  width: 940px;
  font-weight: bold;
  color: #db133b;
  text-align: center;
}
div.gals-name {
  margin: 0 auto;
  padding: 5px;
  width: 940px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
div.gals-size {
  margin: 0 auto;
  padding: 5px;
  width: 940px;
  text-align: center;
}
div.gals-boast {
  margin: 10px auto;
  padding: 5px 10px;
  width: 360px;
  height: 40px;
  position: relative;
  display: block;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  text-align: center;
}
div.gals-boast svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  fill: #f8b80c !important;
  vertical-align: middle;
}
div.gals-boast:before {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
div.gals-boast:after {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}
ul.gals-line {
  margin: 0 auto;
  padding: 0;
  width: 940px;
  list-style: none;
}
ul.gals-line li {
  margin: 0 0 0 30px;
  padding: 0 1em;
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #f84e7c;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
ul.gals-line li::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #f84e7c transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
ul.gals-line li::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
ul.gals-line li span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.gals-photo-slide-show {
  margin: 10px auto;
  width: 600px;
  height: 800px;
  border: 1px solid #ececec;
}
div.gals-photo {
  width: 600px;
  height: 800px;
  overflow: hidden;
}
div.gals-photo img {
  width: 100%;
}
div.gals-work-date {
  margin: 0 auto 10px auto;
  width: 300px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #e7e4e7;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
div.gals-work-date-status {
  margin: 0 auto 10px auto;
  padding-bottom: 15px;
  width: 300px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed #e7e4e7;
}
div.gals-comment {
  margin: 20px auto 15px auto;
  padding: 7px 10px;
  width: 600px;
  position: relative;
  display: block;
  background: #fee7ed;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
div.gals-comment:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fee7ed;
}
div.gals-comment p {
  margin: 0;
  padding: 0;
}
div.gals-option-box {
  margin: 10px auto;
  width: 940px;
}
div.gals-option-box table {
  width: 100%;
}
div.gals-option-box table th,
div.gals-option-box table td {
  padding: 5px;
  vertical-align: middle;
}
div.gals-option-box table th {
  width: 250px;
}
div.gals-option-box table th span {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #e6ecf0;
  display: block;
}
div.gals-option-box table td {
  font-size: 14px;
  font-weight: bold;
}
div.gals-option-box table td span.yen {
  font-size: 10px;
  font-weight: normal;
}
div.gals-option-box table td span.memo {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
div.gals-option-box table td span.no-price {
  color: #db133b;
}
div.gals-shop-comment {
  margin: 10px auto;
  width: 940px;
  overflow: hidden;
}
div.gals-shop-comment .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
div.gals-shop-comment .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #ececec;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
div.gals-shop-comment .chatting {
  width: 100%;
}
div.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
  width: 840px;
}
div.says:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}
div.says p {
  margin: 0;
  padding: 0;
}

/* News and Blog */
p.view-tweet-date {
  margin: 10px auto 10px auto;
  padding-top: 10px;
  width: 240px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  font-size: 14px;
}
div.view-tweet-message {
  margin: 0 auto;
  padding: 20px;
  width: 940px;
  background-color: #ffffff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
div.view-tweet-message img {
  margin-right: 20px;
  max-width: 300px;
  float: left;
}
div.view-tweet-message:after {
  content: '';
  display: block;
  clear: both;
}
