@charset "UTF-8";
body {
  font: 14px/1 helvetica, arial, verdana, \\65b0ゴR, Shin Go Regular, \\30d2ラギノ角ゴProN W3, Hiragino Kaku Gothic ProN, \\30e1イリオ, Meiryo, "ＭＳ  Ｐゴシック", MS P Gothic, Osaka, sans-serif;
  *font-size: 81.25%;
}

table {
  font-size: inherit;
}

input,
select,
textarea {
  font: 99% helvetica, arial, verdana, \\30d2ラギノ角ゴProN W3, Hiragino Kaku Gothic ProN, \\30e1イリオ, Meiryo, "ＭＳ  Ｐゴシック", MS P Gothic, Osaka, sans-serif;
}

code,
pre {
  font: 115% monospace;
  *font-size: 100%;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  background: #fff;
  color: #666;
  line-height: 1.6;
}

a,
a:link,
a:visited {
  outline: none !important;
  color: #176cd5;
}

a {
  trasition: color 0.3s;
}

a:hover {
  color: #c3161c;
}

li,
ul {
  padding: 0;
  list-style: none;
}

h1,
h2,
li,
ul {
  margin: 0;
}

#loadr {
  width: 100%;
  height: 100%;
  background: #c3161c;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(2turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(2turn);
  }
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #fff;
  border-radius: 25px;
  -webkit-animation: spin 1.5s ease infinite;
  animation: spin 1.5s ease infinite;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

#main {
  padding-top: 20px;
}

#main .container {
  background: url(../images/common/main-flower-bg.png) top no-repeat;
}

#main .wrapper {
  overflow: hidden;
  *zoom: 1;
}

#content-main {
  width: 710px;
  float: right;
}

#content-sub {
  width: 250px;
  float: left;
}

#site-header {
  background: #fff url(../images/common/header-bg.png) 0 0 repeat-x;
  padding-bottom: 10px;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#site-header .epitome {
  margin: 0;
  font-size: 11px;
  color: #c3161c;
  line-height: 14px;
  width: 50%;
  float: left;
}

#site-header .short {
  float: right;
}

#site-header .short p {
  display: inline-block;
  background: #fff;
  margin: 0;
  padding: 0 14px;
  height: 38px;
  line-height: 38px;
  color: #aaa;
  font-size: 13px;
}

#site-header .main {
  clear: both;
  width: 422px;
  float: left;
  margin-top: -12px;
}

#site-header .main #logo {
  width: 139px;
  float: left;
}

#site-header .main p {
  width: 180px;
  float: left;
  margin: 0;
  padding: 37px 0 0 16px;
}

#site-header .sub {
  width: 558px;
  float: right;
  margin-top: -9px;
}

#site-header .sub .campaign {
  width: 217px;
  float: left;
  margin: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#site-header .sub .support {
  width: 325px;
  float: right;
  padding: 30px 0 0;
  text-align: right;
}

#site-header .sub .support p {
  margin: 0 0 8px;
  line-height: 1;
}

#site-header .sub .support p #support-mail {
  display: inline-block;
  background: #000;
  width: 73px;
  height: 15px;
  padding: 7px 12px 8px;
  line-height: 30px;
  text-align: center;
  margin-left: 9px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
}

#site-header .sub .support p #support-mail:hover {
  background: #b01f24;
}

#site-header.guest .short p,
#site-header.login .short .online {
  background: #fff url(../images/common/header-short-shadow.png) 0 0 no-repeat;
  padding-left: 29px;
}

#site-header.login .short .online {
  color: #67bc1b;
}

#site-footer {
  border-top: 4px solid #830105;
  background-color: #55000e;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  color: #fff;
  margin-top: 50px;
  position: relative;
}

#site-footer #to-top {
  width: 170px;
  height: 47px;
  margin: 0;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: 320px;
  cursor: pointer;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#site-footer a {
  color: #fff;
  text-decoration: none;
}

#site-footer a:hover {
  text-decoration: underline;
}

#site-footer h1 {
  text-align: center;
  margin: 30px auto;
  background: url(../images/common/footer-logo-line.png) center 48px no-repeat;
}

#site-footer nav {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 40px;
}

#site-footer ul {
  width: 25%;
  float: left;
}

#site-footer ul li {
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 10px;
}

#site-footer ul li a {
  padding-left: 14px;
  background: url(../images/common/arrow-white-small.png) 0 3px no-repeat;
}

#site-footer #copyright {
  text-align: center;
  background: #6c0004;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

#site-footer #copyright small {
  font-size: 100%;
}

#global {
  height: 46px;
  background-color: #a90005;
  background-image: linear-gradient(180deg, #c3161c, rgba(195, 22, 28, 0));
  border-bottom: 1px solid #fff;
}

#global ul {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  z-index: 3;
  overflow: visible;
}

#global ul li {
  float: left;
  text-indent: -9999px;
}

#global ul li a {
  display: block;
  height: 46px;
}

#global ul li ul {
  display: none;
  width: 178px;
  position: absolute;
  top: 46px;
  left: 843px;
  z-index: 10;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.8);
}

#global ul li ul li {
  float: none;
  text-indent: 0;
  height: 44px;
}

#global ul li ul li a {
  display: block;
  background: #870307;
  color: #fff;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  padding: 0 15px;
  border-top: 1px solid #5b0003;
}

#global.guest li a {
  background: url(../images/common/global-guest.jpg?v=170413) 0 0 no-repeat;
}

#global.guest #g-1 a {
  width: 218px;
  background-position: 0 0;
}

#global.guest #g-1 a:hover {
  background-position: 0 -46px;
}

#global.guest #g-2 a {
  width: 102px;
  background-position: -364px 0;
}

#global.guest #g-2 a:hover {
  background-position: -364px -46px;
}

#global.guest #g-3 a {
  width: 140px;
  background-position: -466px 0;
}

#global.guest #g-3 a:hover {
  background-position: -466px -46px;
}

#global.guest #g-4 a {
  width: 90px;
  background-position: -606px 0;
}

#global.guest #g-4 a:hover {
  background-position: -606px -46px;
}

#global.guest #g-5 a {
  width: 106px;
  background-position: -696px 0;
}

#global.guest #g-5 a:hover {
  background-position: -696px -46px;
}

#global.guest #g-6 a {
  width: 178px;
  background-position: -802px 0;
}

#global.guest #g-6 a:hover {
  background-position: -802px -46px;
}

#global.guest #g-7 a {
  width: 146px;
  background-position: -218px 0;
}

#global.guest #g-7 a:hover {
  background-position: -218px -46px;
}

#global.login li a {
  background: url(../images/common/global.jpg?v=170413) 0 0 no-repeat;
}

#global.login #g-1 li a {
  width: 148px;
  background-image: none;
  background-color: rgba(115, 1, 5, 0.9);
}

#global.login #g-1 li a:hover {
  background: #b01f24;
}

#global.login #g-1 a {
  width: 128px;
  background-position: -852px 0;
}

#global.login #g-1 a:hover {
  background-position: -852px -46px;
}

#global.login #g-2 a {
  width: 118px;
  background-position: 0 0;
}

#global.login #g-2 a:hover {
  background-position: 0 -46px;
}

#global.login #g-3 a {
  width: 126px;
  background-position: -414px 0;
}

#global.login #g-3 a:hover {
  background-position: -414px -46px;
}

#global.login #g-4 a {
  width: 160px;
  background-position: -254px 0;
}

#global.login #g-4 a:hover {
  background-position: -254px -46px;
}

#global.login #g-5 a {
  width: 186px;
  background-position: -540px 0;
}

#global.login #g-5 a:hover {
  background-position: -540px -46px;
}

#global.login #g-6 a {
  width: 126px;
  background-position: -726px 0;
}

#global.login #g-6 a:hover {
  background-position: -726px -46px;
}

#global.login #g-7 a {
  width: 136px;
  background-position: -118px 0;
}

#global.login #g-7 a:hover {
  background-position: -118px -46px;
}

#global.fixed {
  height: 36px;
  line-height: 40px;
  background-image: none;
  background-color: rgba(176, 31, 36, 0.9);
  border-bottom: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}

#global.fixed ul li {
  display: inline-block;
  float: none;
  text-indent: 0;
  font-size: 13px;
}

#global.fixed ul li img {
  vertical-align: top;
}

#global.fixed ul li a {
  display: block;
  height: 36px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  background-image: none;
}

#global.fixed ul li a:hover {
  background: #870307;
}

#global.fixed ul li#g-1 a,
#global.fixed ul li#g-2 a,
#global.fixed ul li#g-3 a,
#global.fixed ul li#g-4 a,
#global.fixed ul li#g-5 a,
#global.fixed ul li#g-6 a,
#global.fixed ul li#g-7 a {
  width: auto;
}

#global.fixed.login #g-1 a {
  position: relative;
  padding-right: 28px;
}

#global.fixed.login #g-1 a:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 8px;
  content: "\f0d7";
  font-family: FontAwesome;
}

#global.fixed.login #g-1 ul {
  width: 12em;
  top: 36px;
  left: 766px;
}

#global.fixed.login #g-1 li {
  display: block;
  height: 30px;
}

#global.fixed.login #g-1 li a {
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

#global.fixed.login #g-1 li a:after {
  content: "";
  display: none;
}

#content-sub {
  padding: 18px 0 0;
  background: url(../images/common/content-sub-bg.png) 0 0 no-repeat;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#sidebar {
  background: url(../images/common/sidebar/sidebar-bg.jpg) 0 0 repeat;
  border-top: 1px solid #c2c2c2;
}

#sidebar section {
  padding: 10px;
  background: url(../images/common/sidebar/dividr.png) 0 100% repeat-x;
}

#sidebar section.cagroup {
  background-image: none;
}

#sidebar section p {
  margin: 0;
}

#sidebar .box,
#sidebar .menu {
  background: #fff;
}

#sidebar .menu {
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}

#sidebar .menu li {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #cbcbcb;
}

#sidebar .menu li:nth-child(2n) {
  background: #f6f9ff;
}

#sidebar .menu li a {
  display: block;
  height: 35px;
  text-decoration: none;
  padding-left: 16px;
  background: url(../images/common/arrow-red.png) 97% no-repeat;
}

#sidebar .regist {
  text-align: center;
}

#sidebar .regist h1 {
  font-size: 14px;
  line-height: 1;
  padding: 8px 0 6px;
  color: #000;
  border-bottom: 1px solid #c3161c;
}

#sidebar .regist p {
  font-size: 13px;
  margin: 4px 0;
}

#sidebar .regist p.regist-btn {
  padding-bottom: 10px;
}

#sidebar .regist strong {
  color: #c3161c;
}

#sidebar .login form {
  padding: 10px 15px;
}

#sidebar .login form dl {
  margin: 0;
  color: #717171;
}

#sidebar .login form dt i {
  color: #999;
}

#sidebar .login form dd {
  margin-bottom: 10px;
  margin-left: 0;
}

#sidebar .login form input[type=text] {
  width: 198px;
  height: 30px;
  border: 1px solid #b5b5b5;
}

#sidebar .login form input[type=submit] {
  width: 170px;
  height: 38px;
  border: 0;
  line-height: 32px;
  padding: 0;
  box-shadow: none;
  background: url(../images/common/sidebar/login-btn.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#sidebar .login form input[type=submit]:hover {
  background-position: 0 100%;
}

#sidebar .login p {
  text-align: center;
  margin: 6px 0;
  font-size: 12px;
  color: #999;
}

#sidebar .login p.reminder {
  margin: 0;
  padding-bottom: 15px;
}

#sidebar .login p.reminder a {
  color: #b01f24;
}

#sidebar .login p.error-message {
  text-align: center;
  color: #f81c1c;
  font-size: 12px;
  margin: 0;
  padding: 1em 0;
}

#sidebar .search fieldset {
  padding: 15px 10px;
}

#sidebar .search fieldset input[type=text] {
  display: inline-block;
  width: 144px;
  height: 22px;
  margin-right: 4px;
  border: 1px solid #b5b5b5;
}

#sidebar .category .header {
  border-bottom: 2px solid #5b0003;
  position: relative;
}

#sidebar .category .header img {
  display: block;
}

#sidebar .category .header .btn {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url(../images/common/sidebar/category-btn.jpg) 0 0 no-repeat;
}

#sidebar .category .header .btn.opened {
  background-position: 0 100%;
}

#sidebar .category .box {
  border-bottom: 4px solid #a90005;
}

#sidebar .mobile h1 {
  margin: 0;
  border-bottom: 1px solid #b01f24;
}

#sidebar .mobile .content {
  background: #f3f6f9;
  text-align: center;
  padding: 10px 15px 15px;
  font-size: 12px;
  line-height: 1.2;
  color: #444;
}

#sidebar .mobile .content p {
  padding-bottom: 10px;
}

#sidebar .point .box {
  background: #f3f6f9;
  padding: 15px;
}

#sidebar .point .user {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #dbdbdb;
}

#sidebar .point .user .nickname {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}

#sidebar .point .user .nickname i {
  color: #999;
}

#sidebar .point .user .nickname span {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

#sidebar .point .current {
  background: #fff;
  padding: 15px 15px 0;
}

#sidebar .point .current dd,
#sidebar .point .current dl,
#sidebar .point .current dt {
  margin: 0;
  line-height: 1;
}

#sidebar .point .current dt {
  font-size: 13px;
  margin-bottom: 4px;
}

#sidebar .point .current dd {
  text-align: right;
  color: #b01f24;
  padding-right: 3px;
}

#sidebar .point .current dd a {
  display: inline-block;
  color: #b01f24;
  font-size: 28px;
  margin-right: 3px;
}

#sidebar .point .purchase {
  background: #fff;
  padding: 15px;
  text-align: center;
  font-size: 12px;
}

#sidebar .point .purchase a {
  color: #b01f24;
}

#sidebar .point .purchase p.logout {
  margin-top: 6px;
}

#sidebar .cagroup {
  font-size: 11px;
  line-height: 1.2;
  color: #444;
  padding: 15px;
  text-align: center;
}

.fortunetellers {
  overflow: hidden;
  *zoom: 1;
  padding: 0 22px 10px;
}

.fortunetellers .current {
  text-align: right;
  background: url(../images/common/current-shadow.jpg) 100% 100% no-repeat;
  margin: 24px -22px 0 0;
  padding: 0 22px 20px 0;
}

.fortunetellers .current span {
  display: inline-block;
  color: #b01f24;
  font-size: 16px;
  font-weight: 700;
  margin: 0 2px;
}

.fortunetellers .tab {
  width: 437px;
  height: 34px;
  border: 1px solid #b01f24;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 12px;
}

.fortunetellers .tab li {
  width: 145px;
  float: left;
  text-align: center;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #b01f24;
  cursor: pointer;
  border-right: 1px solid #b01f24;
}

.fortunetellers .tab li:last-child {
  border-right: 0;
}

.fortunetellers .tab li.active {
  background: #b01f24;
  color: #fff;
  font-weight: 700;
}

.fortunetellers .tab a {
  display: block;
  text-decoration: none;
  width: 145px;
  float: left;
  text-align: center;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #b01f24;
  cursor: pointer;
  border-right: 1px solid #b01f24;
}

.fortunetellers .tab a:last-child {
  border-right: 0;
}

.fortunetellers .tab a.active {
  background: #b01f24;
  color: #fff;
  font-weight: 700;
}

.home.guest .fortunetellers .tab {
  width: 290px;
}

.home.guest .fortunetellers .tab li {
  border-right: 0;
}

.fortunetellers .fortuneteller {
  padding: 16px 12px 0;
  width: 142px;
  background: #fff;
  float: left;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fortunetellers .fortuneteller.new h2 {
  position: relative;
  padding-right: 36px;
}

.fortunetellers .fortuneteller.new h2:after {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  content: "";
  width: 29px;
  height: 31px;
  background: url(../images/fortuneteller/new-flag.png) 0 0 no-repeat;
}

.fortunetellers .fortuneteller h2,
.fortunetellers .fortuneteller h3 {
  font-size: 15px;
  line-height: 1.2;
  height: 36px;
  font-weight: 400;
  color: #b01f24;
  border-bottom: 1px solid #d9dade;
}

.fortunetellers .fortuneteller h2 a,
.fortunetellers .fortuneteller h3 a {
  color: #b01f24;
  text-decoration: none;
}

.fortunetellers .fortuneteller .price {
  font-size: 12px;
  color: #999;
  text-align: right;
  line-height: 20px;
  margin: 4px 0 0;
}

.fortunetellers .fortuneteller .price:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 20px;
  margin: 0 3px 0 0;
  background: url(../images/common/icons.png) 0 -205px no-repeat;
}

.fortunetellers .fortuneteller .figure {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 1px solid #c3161c;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  margin-top: 6px;
}

.fortunetellers .fortuneteller .figure img {
  display: block;
  transition: transform, 0.2s, linear;
}

.fortunetellers .fortuneteller .figure img:hover {
  transform: scale(1.1);
}

.fortunetellers .fortuneteller .method {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  height: 4.4em;
}

.fortunetellers .fortuneteller .keywords {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  height: 2.6em;
}

.fortunetellers .fortuneteller .status {
  text-align: center;
  margin: 0;
  height: 3.5em;
}

.fortunetellers .fortuneteller .comment {
  text-align: center;
  color: #b01f24;
}

.fortunetellers .fortuneteller .comment a {
  color: #b01f24;
}

.pager {
  clear: both;
  text-align: center;
  padding: 20px 0 40px;
}

.pager ul {
  font-size: 0;
}

.pager ul li {
  display: inline-block;
  width: 47px;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
}

.pager ul li a {
  display: block;
  margin-right: 1px;
  width: 46px;
  height: 39px;
  background: #ed5565;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 3px #da4453;
}

.pager ul li a.prev {
  border-radius: 5px 0 0 5px;
  margin-right: 2px;
}

.pager ul li a.next {
  border-radius: 0 5px 5px 0;
  margin-left: 0;
}

.pager ul li a.active,
.pager ul li a:hover {
  background: #da4453;
}

.pager ul li a.double-next,
.pager ul li a.double-prev {
  font-size: 18px;
  color: #da4453;
  font-weight: 700;
  background: transparent;
  box-shadow: none;
}

.pager ul li span {
  display: block;
  margin-right: 1px;
  width: 46px;
  height: 39px;
  background: #ed5565;
  color: #fff;
  box-shadow: 0 3px #da4453;
}

.pager ul li span.prev {
  border-radius: 5px 0 0 5px;
  margin-right: 2px;
}

.pager ul li span.next {
  border-radius: 0 5px 5px 0;
  margin-left: 0;
}

#content-main > section {
  margin-bottom: 30px;
}

#content-main > section .container {
  background: #fff;
  border-left: 1px solid #d9dade;
  border-right: 1px solid #d9dade;
  border-bottom: 3px solid #d9dade;
  margin-top: -10px;
}

#content-main > section > h1 {
  width: 100%;
  height: 55px;
  text-indent: -9999px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

#content-main > section > h1 span {
  display: block;
  width: 500px;
  height: 55px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#content-main > section.recommended > h1 {
  background-image: url(../images/home/recommended-title-en.png);
}

#content-main > section.recommended > h1 span {
  background-image: url(../images/home/recommended-title.png);
}

#content-main > section.new-arrival > h1 {
  background-image: url(../images/home/new-arrival-title-en.png);
}

#content-main > section.new-arrival > h1 span {
  background-image: url(../images/home/new-arrival-title.png);
}

#content-main > section.list > h1 {
  background-image: url(../images/fortuneteller/list-title-en.png);
}

#content-main > section.list > h1 span {
  background-image: url(../images/fortuneteller/list-title.png);
}

#content-main > section.profile > h1 {
  background-image: url(../images/fortuneteller/profile-title-en.png);
}

#content-main > section.profile > h1 span {
  background-image: url(../images/fortuneteller/profile-title.png);
}

#content-main > section.info > h1 {
  background-image: url(../images/home/info-title-en.png);
}

#content-main > section.info > h1 span {
  background-image: url(../images/home/info-title.png);
}

#content-main > section.mymenu > h1,
#content-main > section.blog > h1.mymenu_n {
  background-image: url(../images/mymenu/mymenu-title-en.png);
}

#content-main > section.mymenu > h1 span,
#content-main > section.blog > h1.mymenu_n span {
  background-image: url(../images/mymenu/mymenu-title.png);
}

#content-main > section.about > h1 {
  background-image: url(../images/other/about-title-en.png);
}

#content-main > section.about > h1 span {
  background-image: url(../images/other/about-title.png);
}

#content-main > section.tokusho > h1 {
  background-image: url(../images/other/tokusho-title-en.png);
}

#content-main > section.tokusho > h1 span {
  background-image: url(../images/other/tokusho-title.png);
}

#content-main > section.privacy > h1 {
  background-image: url(../images/other/privacy-title-en.png);
}

#content-main > section.privacy > h1 span {
  background-image: url(../images/other/privacy-title.png);
}

#content-main > section.regist > h1 {
  background-image: url(../images/regist/regist-title-en.png);
}

#content-main > section.regist > h1 span {
  background-image: url(../images/regist/regist-title.png);
}

#content-main > section.schedule > h1 {
  background-image: url(../images/schedule/schedule-title-en.png);
}

#content-main > section.schedule > h1 span {
  background-image: url(../images/schedule/schedule-title.png);
}

#content-main > section.faq > h1 {
  background-image: url(../images/other/faq-title-en.png);
}

#content-main > section.faq > h1 span {
  background-image: url(../images/other/faq-title.png);
}

#content-main > section.terms > h1 {
  background-image: url(../images/other/terms-title-en.png);
}

#content-main > section.terms > h1 span {
  background-image: url(../images/other/terms-title.png);
}

#content-main > section.guide > h1 {
  background-image: url(../images/other/guide-title-en.png);
}

#content-main > section.guide > h1 span {
  background-image: url(../images/other/guide-title.png);
}

#content-main > section.contact > h1 {
  background-image: url(../images/other/contact-title-en.png);
}

#content-main > section.contact > h1 span {
  background-image: url(../images/other/contact-title.png);
}

#content-main > section.payment > h1 {
  background-image: url(../images/payment/payment-title-en.png);
}

#content-main > section.payment > h1 span {
  background-image: url(../images/payment/payment-title.png);
}

#content-main > section.send-message > h1 {
  background-image: url(../images/review/send-title-en.png);
}

#content-main > section.send-message > h1 span {
  background-image: url(../images/review/send-title.png);
}

#content-main > section.thanks > h1 {
  background-image: url(../images/review/thanks-title-en.png);
}

#content-main > section.thanks > h1 span {
  background-image: url(../images/review/thanks-title.png);
}

#content-main > section.review > h1 {
  background-image: url(../images/review/review-title-en.png);
}

#content-main > section.review > h1 span {
  background-image: url(../images/review/review-title.png?v=170413);
}

#content-main > section.rate > h1 {
  background-image: url(../images/other/rate-title-en.png);
}

#content-main > section.rate > h1 span {
  background-image: url(../images/other/rate-title.png);
}

#content-main > section.blog-all > h1 {
  background-image: url(../images/fortuneteller/blog-list-title-en.png);
}

#content-main > section.blog-all > h1 span {
  background-image: url(../images/fortuneteller/blog-all-title.png);
}

#content-main > section.blog-list > h1 {
  background-image: url(../images/fortuneteller/blog-list-title-en.png);
}

#content-main > section.blog-list > h1 span {
  background-image: url(../images/fortuneteller/blog-list-title.png);
}

#content-main > section.blog > h1 {
  background-image: url(../images/fortuneteller/blog-title-en.png);
}

#content-main > section.blog > h1 span {
  background-image: url(../images/fortuneteller/blog-title.png);
}

#content-main > section.mailbox > h1 {
  background-image: url(../images/other/mailbox-title-en.png);
}

#content-main > section.mailbox > h1 span {
  background-image: url(../images/other/mailbox-title.png);
}

#content-main > section.config > h1 {
  background-image: url(../images/other/config-title-en.png);
}

#content-main > section.config > h1 span {
  background-image: url(../images/other/config-title.png);
}

#content-main > section.reminder > h1 {
  background-image: url(../images/other/reminder-title-en.png);
}

#content-main > section.reminder > h1 span {
  background-image: url(../images/other/reminder-title.png);
}

#content-main > section.login-error > h1 {
  background-image: url(../images/other/login-title-en.png);
}

#content-main > section.login-error > h1 span {
  background-image: url(../images/other/login-title.png);
}

#content-main > section.online > h1 {
  background-image: url(../images/fortuneteller/oncall-title-en.png);
}

#content-main > section.online > h1 span {
  background-image: url(../images/fortuneteller/oncall-title.png);
}

#content-main > section.list.oncall > h1 {
  background-image: url(../images/fortuneteller/oncall-title-en.png);
}

#content-main > section.list.oncall > h1 span {
  background-image: url(../images/fortuneteller/oncall-title.png);
}

#content-main > section.start > h1 {
  background-image: url(../images/other/start-title-en.png);
}

#content-main > section.start > h1 span {
  background-image: url(../images/other/start-title.png);
}

#content-main > section.ranking > h1 {
  background-image: url(../images/fortuneteller/ranking-title-en.png);
}

#content-main > section.ranking > h1 span {
  background-image: url(../images/fortuneteller/ranking-title.png);
}

#content-main > section.point-check > h1 {
  background-image: url(../images/other/blank-title-en.png);
}

#content-main > section.point-check > h1 span {
  background-image: url(../images/other/check-title.png);
}

#content-main > section.point-check-2 > h1 {
  background-image: url(../images/other/blank-title-en.png);
}

#content-main > section.point-check-2 > h1 span {
  background-image: url(../images/other/check-2-title.png);
}

#content-main > section.error > h1 {
  background-image: url(../images/other/error-title-en.png);
}

#content-main > section.error > h1 span {
  background-image: url(../images/other/error-title.png);
}

#content-main > section.telfortune > h1 {
  background-image: url(../images/other/telfortune-title-en.png);
}

#content-main > section.telfortune > h1 span {
  background-image: url(../images/other/telfortune-title.png);
}

.page #content-main .container {
  overflow: hidden;
  *zoom: 1;
  padding: 30px 24px;
}

.page #content-main .container .title {
  height: 41px;
  border-radius: 4px;
  background-color: #ed5565;
  box-shadow: 0 2px #da4453;
  color: #fff;
  line-height: 46px;
  padding: 0 15px;
  font-size: 18px;
  position: relative;
}

.page #content-main .container .title:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 22px;
  z-index: 3;
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url(../images/common/sub-title-tail.png) 0 0 no-repeat;
}

.page #content-main .content {
  clear: both;
  margin-bottom: 30px;
}

.page #content-main .content h2 {
  background: url(../images/common/sub-sub-title-bg.png) 0 0 no-repeat;
  line-height: 21px;
  font-size: 18px;
  color: #c3161c;
  padding-left: 24px;
  margin-bottom: 20px;
}

.page #content-main .content h2 span {
  display: inline-block;
  padding: 2px 20px 0 0;
  background: #fff;
}

.page #content-main .content h2 a {
  text-decoration: none;
}

.newlist #content-sub,
.page #content-sub {
  margin-top: 30px;
}

.bc {
  font-size: 13px;
  color: #818181;
  margin: 0 0 10px 5px;
}

.bc a {
  color: #b01f24;
}

form .email,
form .f-name {
  width: 20em;
}

form input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #04519b;
  height: 32px;
  line-height: 32px;
  padding: 0 36px;
  margin: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
form input[type=submit]:disabled {
  opacity: 0.6;
}

form input[type=submit]:hover {
  background: #0f6bc3;
}

form input[type=submit].button {
  display: inline-block;
  width: auto;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #efefef;
  background: linear-gradient(180deg, #efefef 0, #dbdbdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#dbdbdb",GradientType=0);
  font-size: 14px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  margin: 0 3px;
  padding: 0 6px;
  height: 26px;
  line-height: 26px;
  font-weight: 400;
  box-shadow: 0 1px 0 0 hsla(0deg, 0%, 100%, 0.6);
}

form label {
  display: inline-block;
  margin-right: 6px;
}

.action {
  overflow: hidden;
  *zoom: 1;
}

.action,
.button {
  text-align: center;
}

.button {
  font-size: 14px;
  font-weight: 700;
}

.button a {
  display: inline-block;
  color: #fff;
  background-color: #b01f24;
  text-decoration: none;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  margin: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s;
}

.button a:hover {
  background-color: #c3161c;
}

.first-free {
  margin: 20px 0;
  padding: 15px 10px 10px;
  background: #f6f9fe;
  text-align: center;
  color: #333;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.first-free h2 {
  color: #c3161c;
  font-size: 18px;
}

.first-free .tel {
  font-size: 21px;
}

ul.disc {
  margin-left: 20px;
  padding-left: 0;
}

ul.disc li {
  list-style: disc;
}

.center {
  text-align: center;
}

.foot-notes {
  background: #f3f6f9;
  padding: 20px;
  margin-bottom: 20px;
}

.caution {
  color: #b01f24;
}

.error-message {
  text-align: center;
  color: #f81c1c;
  font-size: 12px;
  margin: 0;
  padding: 1em 0;
}

.home #hero {
  position: relative;
  height: 386px;
}

.home #hero #hero-container {
  height: 348px;
  margin: 0 auto;
}

.home #hero .sp-mask {
  border-bottom: 1px solid #fff;
}

.home #hero .sp-slide {
  opacity: 0;
}

.home #hero .sp-mask .sp-slide {
  opacity: 0.6;
}

.home #hero .sp-mask .sp-slide.sp-selected {
  opacity: 1;
}

.home #hero .sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0 10px;
}

.home #hero .sp-button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 6px;
  display: inline-block;
  margin: 0 16px 0 0;
  transition: all 1s ease;
  background: #aeafaf;
}

.home #hero .sp-selected-button {
  background: #b01f24;
}

.home #hero .sp-arrows {
  position: static;
}

.home #hero .sp-arrow {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 57px;
  height: 58px;
  margin: -29px 0 0;
  font-size: 10px;
  line-height: auto;
  text-align: center;
  border: 0;
  border-radius: 0;
  opacity: 0.7;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/home/hero/nav-left.png) 0 0 no-repeat;
}

.home #hero .sp-arrow:hover {
  opacity: 1;
}

.home #hero .sp-arrow.sp-previous-arrow {
  left: 15px;
}

.home #hero .sp-arrow.sp-next-arrow {
  left: auto;
  right: 15px;
  background-image: url(../images/home/hero/nav-right.png);
}

.home #hero .sp-next-arrow:after,
.home #hero .sp-next-arrow:before,
.home #hero .sp-previous-arrow:after,
.home #hero .sp-previous-arrow:before {
  content: none;
  display: none;
}

.home #hero .ie7 .sp-arrow,
.home #hero .ie8 .sp-arrow {
  width: 0;
  height: 0;
}

.home #hero .ie7 .sp-arrow:after,
.home #hero .ie7 .sp-arrow:before,
.home #hero .ie8 .sp-arrow:after,
.home #hero .ie8 .sp-arrow:before {
  content: none;
}

.home #hero .ie7.sp-horizontal .sp-next-arrow,
.home #hero .ie7.sp-horizontal .sp-previous-arrow,
.home #hero .ie8.sp-horizontal .sp-next-arrow,
.home #hero .ie8.sp-horizontal .sp-previous-arrow {
  border: 0;
}

.home.guest #main {
  border-top: 1px solid #fff;
  margin-top: -40px;
  padding-top: 40px;
}

#content-main .lead,
.page #content-main .lead {
  background: transparent url(../images/home/concept-bg.png) top no-repeat;
  border: 1px solid #b6b5b5;
  margin-bottom: 20px;
}

#content-main .lead .content,
.page #content-main .lead .content {
  overflow: hidden;
  *zoom: 1;
  border: 1px solid #fff;
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 18px;
}

#content-main .lead h1,
#content-main .lead h2,
.page #content-main .lead h1,
.page #content-main .lead h2 {
  text-align: center;
}

#content-main .lead h1,
.page #content-main .lead h1 {
  padding: 18px 0 0;
}

#content-main .lead h2,
.page #content-main .lead h2 {
  font-family: \\30d2ラギノ明朝ProN W6, Hiragino Mincho ProN, "HGS明朝 E", "ＭＳ  Ｐ明朝", serif;
  color: #b01f24;
  padding: 3px 0 10px;
  text-shadow: 0 1px 0 #fff;
  background-image: none;
}

#content-main .lead p,
.page #content-main .lead p {
  padding: 0 60px;
  margin: 0 auto 0.5em;
  line-height: 1.5;
  color: #555;
  text-shadow: 0 1px 1px #fff;
}

#content-main .lead p.more,
.page #content-main .lead p.more {
  width: 252px;
  height: 38px;
  line-height: 38px;
  margin: 8px 1px 0 0;
  padding: 0;
  background: #c3161c;
  float: right;
  text-align: center;
}

.home #content-main .new-arrival .carousel,
.home #content-main .recommended .carousel {
  padding: 10px 0;
}

.home #content-main .new-arrival .container,
.home #content-main .recommended .container {
  position: relative;
  padding-bottom: 20px;
}

.home #content-main .new-arrival .container .carousel-next,
.home #content-main .new-arrival .container .carousel-prev,
.home #content-main .recommended .container .carousel-next,
.home #content-main .recommended .container .carousel-prev {
  display: block;
  width: 34px;
  height: 36px;
  position: absolute;
  top: 148px;
  left: 8px;
  opacity: 0.6;
}

.home #content-main .new-arrival .container .carousel-next.index_top,
.home #content-main .new-arrival .container .carousel-prev.index_top {
  top: 178px;
}

.home #content-main .new-arrival .container .carousel-next:hover,
.home #content-main .new-arrival .container .carousel-prev:hover,
.home #content-main .recommended .container .carousel-next:hover,
.home #content-main .recommended .container .carousel-prev:hover {
  opacity: 1;
}

.home #content-main .new-arrival .container .carousel-next,
.home #content-main .recommended .container .carousel-next {
  left: auto;
  right: 8px;
}

.home #content-main .new-arrival .container .pager,
.home #content-main .recommended .container .pager {
  clear: both;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.home #content-main .new-arrival .container .pager a,
.home #content-main .recommended .container .pager a {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  margin: 0 16px 0 0;
  transition: all 1s ease;
  background: #aeafaf;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 5px 0 0;
}

.home #content-main .new-arrival .container .pager a.selected,
.home #content-main .recommended .container .pager a.selected {
  background: #b01f24;
}

.home #content-main .second {
  border-bottom: 2px solid #d9dade;
}

.home #content-main .second .header {
  background: #c3161c;
  color: #fff;
  height: 38px;
  padding: 0 16px;
  position: relative;
}

.home #content-main .second .header h1,
.home #content-main .second .header p {
  display: inline-block;
}

.home #content-main .second .header h1 {
  font-size: 16px;
  line-height: 38px;
  padding-right: 32px;
}

.home #content-main .second .header p {
  font-size: 15px;
  line-height: 38px;
  margin: 0;
}

.home #content-main .second .header p.index {
  width: 108px;
  height: 24px;
  background: #fff;
  position: absolute;
  right: 7px;
  top: 7px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
}

.home #content-main .second .header p.index a {
  color: #c3161c;
  text-decoration: none;
}

.home #content-main .second .content {
  padding: 10px 20px;
  border-left: 1px solid #d9dade;
  border-right: 1px solid #d9dade;
  border-bottom: 1px solid #d9dade;
}

.home #content-main .second .content h2 {
  font-size: 15px;
}

.home #content-main .second .content .content-body {
  font-size: 13px;
}

.home #content-main .second .content .content-body p {
  margin-top: 0;
}

.home #content-main .second .content .more {
  text-align: right;
  line-height: 1;
}

.home #content-main .second .content .more a {
  color: #c3161c;
  background: url(../images/common/arrow-red.png) right 1px no-repeat;
  padding-right: 15px;
}

.home #content-main .second.voice .content {
  padding: 20px;
}

.home #content-main .second.voice .meta {
  padding-bottom: 2px;
  border-bottom: 1px solid #d9dade;
  margin-bottom: 10px;
}

.home #content-main .second.voice .meta p {
  margin: 0;
}

.home #content-main .second.voice .meta .date {
  display: inline-block;
  margin-right: 16px;
}

.home #content-main .second.voice .meta .date span {
  display: inline-block;
  background: #c7c7c7;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 4px;
}

.home #content-main .second.voice .meta .title {
  display: inline-block;
}

.home #content-main .second.voice .meta .rating {
  width: 100px;
  float: right;
}

.home #content-main .second.voice .meta .rating img {
  display: block;
  float: left;
}

.home #content-main .second.media .meta .date {
  margin-bottom: 0;
}

.home #content-main .second.media .meta .date span {
  display: inline-block;
  background: #c7c7c7;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 4px;
}

.home #content-main .second.media .alpha {
  width: 170px;
  float: left;
}

.home #content-main .second.media .alpha img {
  display: block;
  border: 1px solid #d8d8d8;
}

.home #content-main .second.media .beta {
  margin-left: 190px;
}

.home #content-main .fortuneteller_clear {
  clear: both;
}

.home #content-main .info .container {
  padding: 20px 10px;
}

.home #content-main .info ul {
  border-top: 1px solid #cbcbcb;
}

.home #content-main .info ul li {
  margin: 0;
  padding: 3px 5px;
  border-bottom: 1px solid #cbcbcb;
}

.home #content-main .info ul li:nth-child(2n) {
  background: #f6f9ff;
}

.home #content-main .info ul li a {
  color: #b01f24;
}

.home #content-main .info ul.topics {
  height: 177px;
  overflow-y: scroll;
}

.home #content-main .info .date {
  width: 90px;
  margin: 0;
  float: left;
}

.home #content-main .info .date span {
  display: inline-block;
  background: #c7c7c7;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 3px 4px;
}

.home #content-main .info .title {
  margin: 0 0 0 90px;
}

.home #content-main .telfortune .container {
  padding: 20px 22px;
}

.home #content-main .telfortune .more {
  text-align: right;
}

.home.login #campaign {
  margin-bottom: 30px;
}

.home.login #campaign p {
  margin: 0;
}

.home.login .all-list {
  clear: both;
  text-align: center;
  padding: 30px 0;
}

.home.login .all-list p a {
  display: block;
  border: 2px solid #176cd5;
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
}

.home.login .all-list p a:hover {
  color: #018dce;
  border-color: #018dce;
}

#announce {
  background: #fff;
  padding: 15px;
}

#announce h2 {
  color: #b01f24;
  font-size: 16px;
  border-bottom: 1px solid #b01f24;
}

#announce dl {
  color: #000;
}

#announce dt {
  font-weight: 700;
}

#announce dd {
  margin-left: 0.5em;
}

#cboxLoadedContent {
  background: #b01f24;
}

@media screen and (min-width: 1160px) {
  #global ul,
.wrapper {
    width: 1146px;
  }

  #footer-nav .wrapper {
    width: 980px;
    margin: 0 auto;
  }

  #content-main {
    width: 876px;
  }

  #site-footer #to-top {
    margin-left: 404px;
  }
}
.review .container {
  padding: 0;
}

.teller_name {
  margin: 10px 0 0;
  height: 41px;
  border-radius: 4px;
  background-color: #ed5565;
  box-shadow: 0 2px #da4453;
  color: #fff;
  line-height: 46px;
  padding: 0 15px;
  font-size: 18px;
  position: relative;
}

.teller_name a {
  color: #fff;
}

.teller_name:after {
  content: "";
  position: absolute;
  z-index: 3;
  display: inline-block;
  background: url(/prog01_i/pc/images/common/sub-title-tail.png) 0 0 no-repeat;
  bottom: -18px;
  left: 20px;
  width: 28px;
  height: 24px;
}

.link_button {
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 0.3em;
  background: #b01f24;
  color: #fff !important;
  border-radius: 5px;
  margin: 1em 0;
  display: block;
  width: 250px;
  font-size: 1.1em;
}

/*title_blanc*/
#content-main > section.etc_sec > h1 {
  background-image: url(../images/other/blank-title-en.png);
  text-indent: 62px;
  color: #d52526;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#content-main > section.etc_sec > h1 span {
  background-image: url(../images/other/blank-title.png);
  padding: 7px 0 0 0;
}

.step_arrow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 90%;
  margin: 0px auto 20px;
  position: relative;
}
.step_arrow .grade {
  position: absolute;
  width: 110%;
  height: 64px;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  z-index: 100;
}
.step_arrow li {
  font-size: 14px;
  width: calc(33.3333333333% - 10px);
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #e7eaec;
  color: #353535;
  padding-left: 14px;
  box-sizing: border-box;
}
.step_arrow li::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 32px solid transparent;
  border-left: 14px solid #ffffff;
  margin: auto;
}
.step_arrow li::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: calc(100% - 1px);
  content: "";
  border: 32px solid transparent;
  border-left: 14px solid #e7eaec;
  margin: auto;
}
.step_arrow li:first-child {
  width: calc(33.3333333333% - 10px);
  padding-left: 0;
}
.step_arrow li:nth-child(2) {
  width: calc(33.3333333333% + 20px);
}
.step_arrow li.selbox {
  background-color: #2E95B7;
  color: #fff;
  font-weight: bold;
}
.step_arrow li.selbox::after {
  border-left: 14px solid #2E95B7;
}/*# sourceMappingURL=main.css.map */