@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* ------------------------------------------------
reset
------------------------------------------------ */
body, html {
  width: 100%;
  height: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

em, address {
  font-style: normal; }

img {
  vertical-align: middle;
  border: none;
  height: auto; }

/* ------------------------------------------------
 text
------------------------------------------------ */
em {
  font-style: normal; }

strong {
  font-weight: bold; }

address {
  font-style: normal; }

/* ------------------------------------------------
 base
------------------------------------------------ */
body {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #666;
  background: #fff;
  line-height: 1.45;
  font-size: 12px;
  overflow-x: hidden; }

a {
  color: #666; }

a:hover {
  text-decoration: none; }

.wapper:after {
  content: "";
  display: block;
  clear: both; }

.content-width {
  width: 1130px;
  margin: auto;
  position: relative; }
  .content-width:after {
    content: "";
    display: block;
    clear: both; }

.main.content-width {
  margin: 0 auto 40px;
  min-height: 380px; }

/* -----------------------------
topic-path 
 ----------------------------- */
.topic-path {
  margin: 20px 0 0 0; }
  .topic-path a {
    color: #3f3f3f; }

/* -----------------------------
title
 ----------------------------- */
.title {
  clear: both;
  font-size: 24px;
  position: relative;
  margin: 28px auto 15px;
  vertical-align: bottom;
  padding-bottom: 8px;
  border-bottom: 1px solid #666; }
  .title span {
    font-size: 12px;
    color: #999;
    margin-left: 20px; }
  .title .view-more {
    position: absolute;
    right: 0;
    top: 8px;
    text-decoration: none; }

.entry-title {
  clear: both;
  font-size: 24px;
  position: relative;
  margin: 26px auto 15px;
  vertical-align: bottom;
  padding-bottom: 5px;
  border-bottom: solid 1px #2c2c2c; }

.sub-title {
  clear: both;
  font-size: 14px;
  text-align: left;
  padding: 5px 10px;
  background-color: #d9d9d9;
  color: #3f3f3f;
  margin-bottom: 10px;
  position: relative; }

/* -----------------------------
 button
 ----------------------------- */
.inline-block {
  display: inline-block !important; }

.flatButton, .buttonSupport, .buttonMore, .buttonNews, .buttonSide {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  text-align: center;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 10px 18px;
  text-decoration: none; }
  .flatButton:hover, .buttonSupport:hover, .buttonMore:hover, .buttonNews:hover, .buttonSide:hover {
    background: #666; }

.flatButton-entry {
  display: inline-block;
  padding: 5px 7px;
  border: none;
  color: #fff;
  text-decoration: none; }

.flatButton-login {
  display: inline-block;
  padding: 5px 18px;
  border: none;
  color: #fff;
  text-decoration: none; }

.buttonSupport {
  min-width: 400px;
  margin: 0 auto 15px; }

.buttonMore {
  width: 250px;
  margin: 0 auto 40px; }

.buttonNews {
  width: 50%;
  margin: 0 auto 40px; }

.buttonSide {
  width: 50%;
  margin: 0 auto 40px; }

.icon-entry {
  background-image: url("../images/icon/icon-regist.png");
  background-repeat: no-repeat;
  background-position: 5px 48%;
  padding-left: 25px;
  text-decoration: none; }

/* -----------------------------
more read
 ----------------------------- */
.view-more {
  position: relative;
  display: inline-block;
  background: #2c2c2c;
  padding: 3px 23px 3px 17px;
  font-size: 10px;
  color: #fff; }
  .view-more:after {
    content: "";
    position: absolute;
    display: block;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 7px;
    height: 7px;
    right: 8px;
    top: 6px; }

.view-more2 {
  position: relative;
  display: inline-block;
  padding: 0 23px 0 17px;
  font-size: 12px;
  color: #000;
  float: right;
  top: 3px;
  left: 3px; }
  .view-more2:after {
    content: "";
    position: absolute;
    display: block;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 7px;
    height: 7px;
    right: 12px;
    top: 4px; }

/* -----------------------------
header
 ----------------------------- */
.header {
  position: relative;
  border-top: solid 3px #eb0b00;
  background: #fff;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.4);
  width: 110%;
  margin-left: -5%; }
  .header .site-logo {
    padding: 11px 0 13px 2px; }
  .header .site-description {
    position: absolute;
    left: 330px;
    top: 16px; }
  .header .buttons {
    position: absolute;
    left: 785px;
    top: 16px;
    width: 400px; }
    .header .buttons li {
      float: left;
      margin-right: 10px; }
      .header .buttons li a {
        text-decoration: none; }
  .header nav {
    background: #000;
    border-bottom: solid 1px #eb0b00;
    padding: 11px 0 6px 0;
    position: relative;
    font-size: 11px; }
    .header nav ul {
      margin-left: 25px; }
      .header nav ul li {
        float: left; }
    .header nav:after {
      content: "";
      display: block;
      clear: both; }
    .header nav ul.gnavi-list {
      margin-left: 40px; }
      .header nav ul.gnavi-list > li:after {
        content: "/";
        display: inline-block;
        padding: 0 19px;
        color: #fff;
        font-family: 'Michroma', sans-serif;
        font-weight: 400; }
      .header nav ul.gnavi-list:last-child:after {
        content: "";
        padding: 0; }
      .header nav ul.gnavi-list a {
        color: #fff;
        text-decoration: none; }
    .header nav ul.social-sites {
      position: relative;
      left: 18px;
      top: -2px; }
      .header nav ul.social-sites li {
        margin-right: 10px; }

body.login header nav {
  background: #eb0b00; }

/* -----------------------------
header login
 ----------------------------- */
.header.login .login-member {
  background: #F3F6FE;
  border: solid 1px #cfcfcf;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 10px; }
.header.login .member-name,
.header.login .member-info {
  position: relative;
  top: 5px; }
.header.login .member-name {
  float: left; }
  .header.login .member-name li {
    float: left;
    margin-right: 7px; }
  .header.login .member-name .name {
    font-weight: bold; }
    .header.login .member-name .name span {
      font-size: 11px;
      margin-left: 7px;
      display: inline-block;
      font-weight: normal; }
.header.login .member-info {
  float: left; }
  .header.login .member-info li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 20px;
    color: #000; }
    .header.login .member-info li a {
      color: #000; }
  .header.login .member-info .info {
    background: url(../images/icon/icon-gear.gif) 0 0 no-repeat; }
  .header.login .member-info .help {
    background: url(../images/icon/icon-help.gif) 0 0 no-repeat; }
.header.login .logout {
  float: right;
  display: inline-block;
  background: #505050;
  color: #fff;
  padding: 5px;
  margin-left: 15px;
  text-decoration: none; }

/* -----------------------------
important info
 ----------------------------- */
.info-important {
  width: 1130px;
  margin:0 auto 28px;
  background: #2c2c2c; }
  .info-important ul {
    padding: 5px 0; }
    .info-important ul li {
      background: #2c2c2c url(../images/important.gif) 10px 5px no-repeat;
      padding: 5px 10px 5px 130px;
      color: #fff; }
      .info-important ul li a {
        color: #fff;
        text-decoration: none; }

/* -----------------------------
banner list
 ----------------------------- */
.banner-list {
  margin-bottom: 20px; }
  .banner-list:after {
    content: "";
    display: block;
    clear: both; }
  .banner-list li {
    float: left;
    margin-right: 19px;
    margin-bottom: 20px; }
  .banner-list li:nth-child(5n) {
    margin-right: 0; }

/* -----------------------------
aside　footer
 ----------------------------- */
.footer-appeal {
  text-align: center;
  background: #ebebeb;
  padding: 40px; }
  .footer-appeal p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333; }
  .footer-appeal .flatButton-entry {
    padding: 5px 20px;
    letter-spacing: 1px; }

/* -----------------------------
aside　footer twitter
 ----------------------------- */
hr.ft {
  border-top: 1px solid #CCC; }

.footer-twitter {
  text-align: center;
  background: #FFF;
  padding: 40px 0;
  width: 900px;
  margin: 0 auto; }
  .footer-twitter .embed-tw {
    width: 440px;
    margin: 0 auto;
    float: right; }
  .footer-twitter .follow {
    width: 440px;
    margin: 0 auto;
    float: left;
    line-height: 1.85; }
  .footer-twitter .wrap {
    border: 1px solid #999;
    border-radius: 250px;
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    padding-top: 35px;
    margin: 30px auto; }
    .footer-twitter .wrap h3 {
      width: 45%;
      font-size: 20px;
      margin: 0 auto 22px;
      padding: 0;
      border-bottom: 1px solid #999; }
    .footer-twitter .wrap p {
      margin: 0 0 24px; }
    .footer-twitter .wrap .flatButton-twitter {
      padding: 5px 18px;
      letter-spacing: 1px;
      background: #1da1f2;
      color: #FFF;
      text-decoration: none;
      border-radius: 22px; }
    .footer-twitter .wrap .flatButton-twitter:hover {
      background: #4AB3F4;
      color: #FFF; }

.user-twitter {
  background: #ebebeb; }
  .user-twitter .footer-twitter {
    background: #ebebeb; }
    .user-twitter .footer-twitter .wrap {
      border: none;
      background: #FFF; }

/* -----------------------------
footer
 ----------------------------- */
.footer {
  padding: 40px;
  position: relative;
  text-align: center;
  background: #000; }
  .footer .footer-logo {
    text-align: center;
    margin-bottom: 30px; }
  .footer ul.fotter-navi-list {
    clear: both;
    text-align: center;
    margin-bottom: 15px; }
    .footer ul.fotter-navi-list li {
      display: inline-block;
      font-size: 12px; }
      .footer ul.fotter-navi-list li:after {
        content: "|";
        display: inline-block;
        padding: 0 15px;
        color: #fff;
        font-family: 'Michroma', sans-serif;
        font-weight: 400; }
      .footer ul.fotter-navi-list li:last-child:after {
        content: "";
        padding: 0; }
      .footer ul.fotter-navi-list li a {
        color: #fff; }
  .footer ul.social-sites {
    clear: both;
    text-align: center;
    margin: 30px auto; }
    .footer ul.social-sites li {
      display: inline-block;
      position: relative;
      margin-right: 19px;
      -webkit-border-radius: 28px;
      -moz-border-radius: 28px;
      -ms-border-radius: 28px;
      border-radius: 28px;
      width: 28px;
      height: 28px;
      border: solid 1px #fff; }
      .footer ul.social-sites li img {
        position: absolute;
        top: 4px;
        left: 4px; }
  .footer small {
    display: block;
    margin-top: 40px;
    color: #fff;
    font-size: 11px; }
  .footer:after {
    content: "";
    display: block;
    clear: both; }

.slide-section {
  margin-bottom: 28px;
  background: url(../images/common/bg_slider.gif) 0px bottom no-repeat transparent; }
  .slide-section li {
    height: 240px;
    overflow: hidden;
    word-break: break-all; }
    .slide-section li span {
      display: inline-block;
      font-size: 10px;
      margin: 10px 5px 5px; }
    .slide-section li p {
      font-size: 12px;
      margin: 0 5px 5px 5px;
      line-height: 1.5; }
      .slide-section li p.font3 strong{
        color:#000; }
    .slide-section li .thumb-img {
      display: block;
      vertical-align: middle;
      background: #FFF;
      overflow: hidden;
      height: 135px;
      margin: 0px; }
    .slide-section li a {
      text-decoration: none; }
    .slide-section li a:hover p {
      text-decoration: underline; }
  .slide-section .bx-wrapper {
    max-width: 1020px !important; }
    .slide-section .bx-wrapper .bx-viewport {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .slide-section .bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 20px;
      margin-top: -16px;
      outline: 0;
      width: 35px;
      height: 240px;
      text-indent: -9999px;
      z-index: 999; }
    .slide-section .bx-wrapper .bx-prev {
      left: -52px;
      background: #ebebeb url(../images/common/slide-arrow-prev.svg) no-repeat center center; }
    .slide-section .bx-wrapper .bx-next {
      right: -52px;
      background: #ebebeb url(../images/common/slide-arrow-next.svg) no-repeat center center; }
    .slide-section .bx-wrapper .bx-prev:hover,
    .slide-section .bx-wrapper .bx-next:hover {
      background-position: center center; }



/* -----------------------------
pickup
 ----------------------------- */
#pickup {
  background:#f2f2f2;
  padding: 5px 0 15px;
  margin-top: 25px;
}

#pickup .bx-wrapper .bx-viewport {
  border: 5px solid #f2f2f2;
  background: #f2f2f2;
}
#pickup .slide-section .bx-wrapper .bx-next{
  background: #ced0cf url(/pc/assets/images/common/slide-arrow-next.svg) no-repeat center center;
}
#pickup .slide-section .bx-wrapper .bx-prev {
  background: #ced0cf url(/pc/assets/images/common/slide-arrow-prev.svg) no-repeat center center;
}
#pickup .slide-section {
  margin: 10px auto;
  width:1130px;
  background: url(/pc/assets/images/common/bg_slider_pickup.gif) 0px bottom no-repeat transparent
}
#pickup .slide-section .title.font2 {
  margin: 15px auto 15px;
  border-bottom: 1px solid #BBB;
  color:#821a1b;
}
#pickup .slide-section .title.font2 .font3 {
  color:#821a1b;
}
/* -----------------------------
top slide
 ----------------------------- */
.top-contents {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../images/common/slide-bg.gif) #666;
  margin-bottom: 20px;
  padding: 15px 0 0 0; }
  .top-contents .slide_all {
    position: relative;
    width: 680px;
    height: 250px;
    margin: 0 auto; }
    .top-contents .slide_all .slide_wrap {
      position: absolute;
      left: 50%;
      width: 2040px;
      margin-left: -1020px; }
    .top-contents .slide_all .top-slider {
      width: 100%; }
      .top-contents .slide_all .top-slider li {
        width: 680px; }
        .top-contents .slide_all .top-slider li img {
          width: 100%;
          vertical-align: bottom; }
  .top-contents .bx-wrapper .bx-viewport {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .top-contents .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .top-contents .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .top-contents .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #eb0b00; }
  .top-contents .bx-wrapper .bx-pager,
  .top-contents .bx-wrapper .bx-controls-auto {
    padding-top: 0;
    position: absolute;
    bottom: -20px; }
  .top-contents .bx-wrapper .bx-prev,
  .top-contents .bx-wrapper .bx-next {
    display: block;
    width: 680px;
    height: 400px; }
  .top-contents .bx-wrapper .bx-prev,
  .top-contents .bx-wrapper .bx-prev:hover {
    left: -5px;
    background: rgba(255, 255, 255, 0.5) url(../images/common/top-slide-arrow-prev.svg) 454px center no-repeat; }
  .top-contents .bx-wrapper .bx-next,
  .top-contents .bx-wrapper .bx-next:hover {
    right: 5px;
    background: rgba(255, 255, 255, 0.5) url(../images/common/top-slide-arrow-next.svg) 210px center no-repeat; }
  .top-contents .bx-wrapper .bx-controls-direction a {
    top: 16px;
    z-index: 8009; }

/* -----------------------------
login
 ----------------------------- */
div.login-box {
  border: solid 8px #ebebeb;
  margin-bottom: 40px;
  color: #3f3f3f; }
  div.login-box .sub-title {
    text-align: center; }
  div.login-box p {
    text-align: center;
    padding: 20px 0; }
  div.login-box section.login {
    width: 559px; }
  div.login-box section.new-entry {
    width: 551px; }
  div.login-box section.login,
  div.login-box section.new-entry {
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  div.login-box div.form {
    padding: 17px;
    margin-bottom: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  div.login-box ul.help li {
    background: url(../images/icon/icon-help2.png) 5px 0 no-repeat;
    padding: 0 0 5px 30px;
    margin-bottom: 3px; }
    div.login-box ul.help li a {
      color: #333;
      text-decoration: underline; }
    div.login-box ul.help li:last-child {
      margin-bottom: 0; }
  div.login-box section.login {
    border-right: solid 8px #ebebeb; }
    div.login-box section.login div.form {
      background: #ebebeb;
      height: 168px; }
    div.login-box section.login dl {
      width: 100%; }
    div.login-box section.login dt {
      float: left;
      padding-top: 5px;
      padding-bottom: 20px;
      clear: both; }
    div.login-box section.login dd {
      margin-left: 180px;
      padding-bottom: 20px; }
      div.login-box section.login dd input[type="text"],
      div.login-box section.login dd input[type="password"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        border: 1px solid #AAA; }
    div.login-box section.login div.button {
      text-align: center; }
      div.login-box section.login div.button input[type="submit"] {
        padding: 5px 100px 5px 120px;
        font-size: 16px;
        cursor: pointer;
        background: #000 url("../images/icon/icon-login.png") 88px 8px no-repeat; }
  div.login-box section.new-entry div.form {
    clear: both;
    border: solid 1px #ebebeb;
    display: table;
    width: 100%;
    height: 168px; }
  div.login-box section.new-entry div.button {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    div.login-box section.new-entry div.button .flatButton-entry {
      font-size: 16px;
      padding-left: 50px;
      padding-right: 20px;
      background: #02B422 url("../images/icon/icon-regist.png") 18px 8px no-repeat; }
  div.login-box section.new-entry .help {
    display: inline-block;
    font-size: 15px;
    background: url(../images/icon/icon-help2.png) 5px 0 no-repeat;
    margin-top: 11px;
    padding: 0 0 0 30px;
    text-align: left; }
    div.login-box section.new-entry .help a {
      color: #333; }
  div.login-box:after {
    content: "";
    display: block;
    clear: both; }

.mailchange div.login-box section.login {
  width: 559px;
  margin: 0 auto;
  float: none;
  border-right: none; }

.overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 833px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 130px;
  background-color: rgba(0, 0, 0, 0.25); }

.login-wapper-l {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 8px #ebebeb;
  border-top: none;
  background: #fff;
  margin: auto;
  width: 750px; }
  .login-wapper-l:after {
    content: "";
    display: block;
    clear: both; }
  .login-wapper-l h2 {
    font-size: 18px;
    background: #ebebeb;
    text-align: center;
    padding: 18px 0;
    vertical-align: text-bottom; }
  .login-wapper-l .login,
  .login-wapper-l .new-entry {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px;
    float: left; }
    .login-wapper-l .login h3,
    .login-wapper-l .new-entry h3 {
      background: #D5D5D5;
      text-align: center;
      padding: 5px; }
    .login-wapper-l .login p.button,
    .login-wapper-l .new-entry p.button {
      margin: auto;
      margin-top: 15px; }
      .login-wapper-l .login p.button .flatButton-login,
      .login-wapper-l .login p.button .flatButton-entry,
      .login-wapper-l .new-entry p.button .flatButton-login,
      .login-wapper-l .new-entry p.button .flatButton-entry {
        display: block;
        padding-top: 9px;
        padding-bottom: 9px;
        text-align: center; }
      .login-wapper-l .login p.button .flatButton-login,
      .login-wapper-l .new-entry p.button .flatButton-login {
        background-color: #000;
        background-image: url("../images/icon/icon-login.png");
        background-repeat: no-repeat;
        padding-left: 35px; }
      .login-wapper-l .login p.button .flatButton-entry,
      .login-wapper-l .new-entry p.button .flatButton-entry {
        background-color: #02B422;
        background-image: url("../images/icon/icon-regist.png");
        background-repeat: no-repeat; }
  .login-wapper-l .login {
    border-right: solid 8px #ebebeb; }
  .login-wapper-l p.button {
    width: 298px; }
    .login-wapper-l p.button .flatButton-login {
      background-position: 90px 8px; }
    .login-wapper-l p.button .flatButton-entry {
      background-position: 37px 8px; }
  .login-wapper-l .login {
    width: 370px; }
  .login-wapper-l .new-entry {
    width: 362px; }

.login-wapper-m {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 8px #ebebeb;
  border-top: none;
  background: #fff;
  margin: auto;
  width: 660px;
  margin-bottom: 15px; }
  .login-wapper-m:after {
    content: "";
    display: block;
    clear: both; }
  .login-wapper-m h2 {
    font-size: 18px;
    background: #ebebeb;
    text-align: center;
    padding: 18px 0;
    vertical-align: text-bottom; }
  .login-wapper-m .login,
  .login-wapper-m .new-entry {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px;
    float: left; }
    .login-wapper-m .login h3,
    .login-wapper-m .new-entry h3 {
      background: #D5D5D5;
      text-align: center;
      padding: 5px; }
    .login-wapper-m .login p.button,
    .login-wapper-m .new-entry p.button {
      margin: auto;
      margin-top: 15px; }
      .login-wapper-m .login p.button .flatButton-login,
      .login-wapper-m .login p.button .flatButton-entry,
      .login-wapper-m .new-entry p.button .flatButton-login,
      .login-wapper-m .new-entry p.button .flatButton-entry {
        display: block;
        padding-top: 9px;
        padding-bottom: 9px;
        text-align: center; }
      .login-wapper-m .login p.button .flatButton-login,
      .login-wapper-m .new-entry p.button .flatButton-login {
        background-color: #000;
        background-image: url("../images/icon/icon-login.png");
        background-repeat: no-repeat;
        padding-left: 35px; }
      .login-wapper-m .login p.button .flatButton-entry,
      .login-wapper-m .new-entry p.button .flatButton-entry {
        background-color: #02B422;
        background-image: url("../images/icon/icon-regist.png");
        background-repeat: no-repeat; }
  .login-wapper-m .login {
    border-right: solid 8px #ebebeb; }
  .login-wapper-m p.button {
    width: 250px; }
    .login-wapper-m p.button .flatButton-login {
      background-position: 65px 9px; }
    .login-wapper-m p.button .flatButton-entry {
      background-position: 15px 8px; }
  .login-wapper-m .login {
    width: 326px; }
  .login-wapper-m .new-entry {
    width: 318px; }

/* -----------------------------
movie
 ----------------------------- */
.top-movie-contents {
  padding: 20px 0;
  background: #E2E2E2; }

.top-movie-contents .first-image {
  width: 833px;
  height: 468px;
  overflow: hidden; }

.top-movie-contents .first-image img {
  width: 100%; }

  /*
.top-movie-contents .movie iframe,
.top-movie-contents .movie embed,
.top-movie-contents .movie object,
.top-movie-contents .movie video {
  width: 833px;
  height: 468px; }
*/
body#movie .main .entry-title {
  margin-top: 0;
  padding-bottom: 10px; }

.movie {
  width: 833px;
  /*height: 468px;*/
  margin: auto;
  position: relative;
  text-align: center; }

  .movie .youtube{
    text-align: center; }

.content-col2 {
  width: 660px;
  float: left;
  margin-right: 30px; }

.has_ukey .content-col2 {
  width: 100%;
  float: none; }

.side {
  width: 440px;
  float: left;
  padding-bottom: 150px; }

.content-col2 {
  margin-top: 20px; }

.side {
  margin-top: 20px; }
  .side .sub-title {
    font-size: 12px;
    padding: 7px 15px;
    margin-bottom: 20px; }

.side-profile {
  width: 440px;
  margin-bottom: 15px; }
  .side-profile:after {
    content: "";
    display: block;
    clear: both; }
  .side-profile img {
    width: 160px;
    height: auto;
    display: block;
    float: left; }
  .side-profile .side-prof-text {
    width: 270px;
    float: right;
    padding-top: 10px; }
    .side-profile .side-prof-text .name {
      font-size: 20px;
      line-height: 1; }
    .side-profile .side-prof-text small.kana {
      font-size: 10px;
      font-size: 9px;
      color: #666;
      display: block;
      padding-bottom: 10px;
      border-bottom: solid 1px #333;
      margin: 5px 0 10px; }
    .side-profile .side-prof-text .side-prof-info {
      border-bottom: solid 1px #333;
      margin-bottom: 40px;
      position: relative;
      min-height: 155px; }
      .side-profile .side-prof-text .side-prof-info section.member {
        padding-bottom: 5px;
        border-bottom: solid #000 1px; }
        .side-profile .side-prof-text .side-prof-info section.member .member-name {
          padding: 5px 0 3px 0;
          font-size: 16px; }
      .side-profile .side-prof-text .side-prof-info dt,
      .side-profile .side-prof-text .side-prof-info dd {
        margin-bottom: 3px; }
      .side-profile .side-prof-text .side-prof-info dl dt {
        float: left;
        width: 70px; }
      .side-profile .side-prof-text .side-prof-info dl dd {
        margin-left: 75px;
        width: 190px; }
      .side-profile .side-prof-text .side-prof-info .more {
        position: absolute;
        bottom: -41px;
        right: 0; }
        .side-profile .side-prof-text .side-prof-info .more a {
          display: block;
          height: 29px;
          padding-right: 35px;
          background: url(../images/arrow.png) no-repeat right 0;
          line-height: 29px;
          float: right;
          font-size: 11px;
          color: #666; }
          .side-profile .side-prof-text .side-prof-info .more a:hover {
            text-decoration: underline; }

.entry-body {
  margin-bottom: 15px; }
  .entry-body:after {
    content: "";
    display: block;
    clear: both; }
  .entry-body .release-date {
    float: left;
    font-size: 14px; }
  .entry-body .sns {
    display: inline-block; }
    .entry-body .sns:after {
      content: "";
      display: block;
      clear: both; }
    .entry-body .sns ul {
      margin-bottom: 10px;
      clear: both; }
      .entry-body .sns ul:after {
        content: "";
        display: block;
        clear: both; }
      .entry-body .sns ul li {
        float: left;
        margin-right: 5px; }
        .entry-body .sns ul li div {
          line-height: 20px; }
  .entry-body .text {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px; }

.entry-info {
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #a5a5a5;
  border-bottom: solid 1px #a5a5a5;
  margin-bottom: 20px; }

.movie-list,
.ticket-list {
  margin-bottom: 0; }
  .movie-list:after,
  .ticket-list:after {
    content: "";
    display: block;
    clear: both; }
  .movie-list li,
  .ticket-list li {
    position: relative;
    width: 214px;
    height: 235px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
    .movie-list li a,
    .ticket-list li a {
      text-decoration: none; }
    .movie-list li p,
    .ticket-list li p {
      padding: 0 0 5px;
      line-height: 1.64; }
    .movie-list li span,
    .ticket-list li span {
      padding: 5px;
      display: block;
      color: #999;
      font-size: 11px; }
    .movie-list li h3,
    .ticket-list li h3 {
      padding: 0 5px; }
    .movie-list li:nth-child(5n),
    .ticket-list li:nth-child(5n) {
      margin-right: 0; }
    .movie-list li .thumbnail,
    .ticket-list li .thumbnail {
      display: block;
      height: 120px;
      overflow: hidden;
      text-align: center; }
    .movie-list li img,
    .ticket-list li img {
      width: 100%;
      height: auto;
      display: inline; }
      .movie-list li img.vertically_long,
      .ticket-list li img.vertically_long {
        width: auto;
        height: 100%; }
      .movie-list li img.cover,
      .ticket-list li img.cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s; }
        .movie-list li img.cover:hover,
        .ticket-list li img.cover:hover {
          opacity: .7; }
    .movie-list li .box,
    .ticket-list li .box {
      height: 5.4em;
      overflow: hidden; }

.ticket-list li {
  height: 240px; }

.no-ticket-list {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px; }

.movie-section {
  width: 660px; }
  .movie-section .movie-list {
    margin-bottom: 18px; }
    .movie-section .movie-list:after {
      content: "";
      display: block;
      clear: both; }
    .movie-section .movie-list li {
      width: 155px;
      float: left;
      margin-right: 12px; }
      .movie-section .movie-list li .image {
        display: block;
        overflow: hidden;
        max-height: 100px; }
      .movie-section .movie-list li:last-child {
        margin-right: 0; }
      .movie-section .movie-list li span {
        padding: 5px 0;
        display: block;
        color: #999;
        font-size: 10px; }
      .movie-section .movie-list li img {
        width: 100%; }
  .movie-section.more .movie-list li {
    min-height: 190px;
    word-break: break-all; }
    .movie-section.more .movie-list li:nth-child(4n) {
      margin-right: 0; }
    .movie-section.more .movie-list li .image {
      height: 87px;
      display: block;
      overflow: hidden; }

.movie-search .select-list,
.gallery-search .select-list {
  background: url(../images/icon/icon-search.png) 0 8px no-repeat;
  float: right;
  padding: 0 0 0 28px;
  margin-top: -60px; }
  .movie-search .select-list li,
  .gallery-search .select-list li {
    position: relative;
    width: 220px;
    height: 36px;
    float: left; }
    .movie-search .select-list li span.select,
    .gallery-search .select-list li span.select {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 8px 10px;
      display: block;
      width: 220px;
      height: 36px; }
    .movie-search .select-list li.select-talent span.select,
    .gallery-search .select-list li.select-talent span.select {
      background: url(../images/bg-select-talent.jpg) 0 0 no-repeat; }
    .movie-search .select-list li.select-gallery span.select,
    .gallery-search .select-list li.select-gallery span.select {
      background: url(../images/bg-select-gallery.jpg) 0 0 no-repeat; }
    .movie-search .select-list li.select-program span.select,
    .gallery-search .select-list li.select-program span.select {
      background: url(../images/bg-select-program.jpg) 0 0 no-repeat; }
    .movie-search .select-list li.select-category span.select,
    .gallery-search .select-list li.select-category span.select {
      background: url(../images/bg-select-category.jpg) 0 0 no-repeat; }
    .movie-search .select-list li select,
    .gallery-search .select-list li select {
      -webkit-appearance: textfield;
      position: absolute;
      left: 0;
      top: -2px;
      width: 220px;
      width: 220px;
      height: 36px;
      opacity: 0; }

.side-movie-search .sub-title {
  margin-bottom: 18px;
  font-size: 12px;
  padding: 7px 15px 7px 30px;
  background: #d9d9d9 url(../images/icon/icon-search.png) 9px 7px no-repeat; }
.side-movie-search .select-list li {
  margin-bottom: 8px;
  position: relative; }
  .side-movie-search .select-list li span.select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    width: 441px;
    height: 36px;
    background: url(../images/select.jpg) 0 0 no-repeat; }
  .side-movie-search .select-list li select {
    -webkit-appearance: textfield;
    position: absolute;
    left: 0;
    top: 0;
    width: 441px;
    height: 36px;
    opacity: 0; }

/* -----------------------------
information list
 ----------------------------- */
ul.list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  word-break: break-all; }
  ul.list:after {
    content: "";
    display: block;
    clear: both; }
  ul.list li {
    position: relative;
    width: 352px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 7px; }
    ul.list li:nth-child(3n) {
      margin-right: 0; }
    ul.list li h3 {
      margin-bottom: 5px; }
      ul.list li h3 a {
        display: block;
        text-decoration: underline; }
        ul.list li h3 a:hover {
          color: #fff;
          background: #666; }
    ul.list li p {
      padding: 0 5px 5px 5px; }
    ul.list li a {
      text-decoration: none; }
    ul.list li a.thumb {
      width: 120px;
      height: 120px;
      margin-right: 7px;
      float: left; }
      ul.list li a.thumb .thumb-img {
        width: 120px;
        height: 120px;
        overflow: hidden;
        position: relative;
        display: block;
        border: 1px #EEE solid;
        background: #FFF; }
      ul.list li a.thumb img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate(-50%, -50%);
        transform: translate3d(-50%, -50%, 0); }
    ul.list li span {
      color: #999; }
    ul.list li span.date {
      display: block;
      padding: 0 0 5px;
      font-size: 10px; }
    ul.list li .body {
      padding: 0 5px 5px; }

.gallery-list:after {
  content: "";
  display: block;
  clear: both; }
.gallery-list li {
  width: 120px;
  height: 120px;
  float: left;
  margin: 0 15px 15px 0; }
  .gallery-list li a {
    width: 120px;
    height: 120px;
    display: block;
    padding: 0; }
    .gallery-list li a .thumb-img {
      width: 120px;
      height: 120px;
      overflow: hidden;
      position: relative;
      display: block;
      border: 1px #EEE solid;
      background: #FFF; }
    .gallery-list li a img {
      position: absolute;
      width: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate(-50%, -50%);
      transform: translate3d(-50%, -50%, 0); }
  .gallery-list li:nth-child(5n) {
    margin-right: 0; }

/* -----------------------------
information detail
 ----------------------------- */
.info-text {
  font-size: 14px;
  margin-bottom: 20px; }
  .info-text .info-image {
    margin-right: 20px;
    margin-bottom: 0;
    width: 164px;
    float: left; }
    .info-text .info-image img {
      margin-right: 0;
      margin-bottom: 20px;
      width: 100%; }

.tags {
  padding-top: 2px;
  margin-bottom: 20px; }
  .tags:after {
    content: "";
    display: block;
    clear: both; }
  .tags li {
    font-size: 9px;
    margin-bottom: 3px;
    margin-right: 5px;
    float: left; }
    .tags li a {
      display: inline-block;
      padding: 3px;
      background: #666;
      color: #fff; }

.side-entry ul {
  margin-bottom: 20px; }
  .side-entry ul li {
    margin-bottom: 12px; }
    .side-entry ul li:after {
      content: "";
      display: block;
      clear: both; }
    .side-entry ul li a.thumb {
      width: 120px;
      height: 120px;
      margin-right: 7px;
      float: left; }
      .side-entry ul li a.thumb .thumb-img {
        width: 120px;
        height: 120px;
        overflow: hidden;
        position: relative;
        display: block;
        border: 1px #EEE solid;
        background: #FFF; }
      .side-entry ul li a.thumb img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate(-50%, -50%);
        transform: translate3d(-50%, -50%, 0); }
    .side-entry ul li .box-right {
      float: right;
      width: 310px; }
    .side-entry ul li h4 {
      font-size: 14px;
      margin-bottom: 5px; }
      .side-entry ul li h4 a {
        display: inline-block;
        text-decoration: underline; }
        .side-entry ul li h4 a:hover {
          color: #fff;
          background: #666; }
    .side-entry ul li span {
      font-size: 10px;
      display: inline-block; }
    .side-entry ul li p {
      line-height: 1.7; }

.movie-list-section .movie-list {
  margin-bottom: 0; }
  .movie-list-section .movie-list:after {
    content: "";
    display: block;
    clear: both; }
  .movie-list-section .movie-list li {
    position: relative;
    width: 214px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
    .movie-list-section .movie-list li p {
      padding: 0 5px 5px 5px;
      line-height: 1.64; }
    .movie-list-section .movie-list li span {
      padding: 5px;
      display: block;
      color: #999;
      font-size: 11px; }
    .movie-list-section .movie-list li:nth-child(5n) {
      margin-right: 0; }
    .movie-list-section .movie-list li .thumbnail {
      display: block;
      height: 120px;
      overflow: hidden;
      text-align: center; }
    .movie-list-section .movie-list li img {
      width: 100%;
      height: auto;
      display: inline; }
      .movie-list-section .movie-list li img.vertically_long {
        width: auto;
        height: 100%; }
      .movie-list-section .movie-list li img.cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s; }
        .movie-list-section .movie-list li img.cover:hover {
          opacity: .7; }
    .movie-list-section .movie-list li .box {
      height: 5.4em;
      overflow: hidden; }

.special {
  margin-bottom: 20px; }
  .special p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 10px; }
  .special .body img {
    padding: 5px 10px 10px; }
  .special .body img[style*="left"] {
    padding: 5px 10px 10px 0; }
  .special .body img[style*="right"] {
    padding: 5px 0 10px 10px; }

.special-list-section {
  width: 660px; }
  .special-list-section .special-list:after {
    content: "";
    display: block;
    clear: both; }
  .special-list-section .special-list li {
    padding: 10px;
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .special-list-section .special-list li:after {
      content: "";
      display: block;
      clear: both; }
    .special-list-section .special-list li:last-child {
      margin-right: 0; }
    .special-list-section .special-list li h3 {
      font-size: 14px;
      margin-bottom: 10px; }
      .special-list-section .special-list li h3 span {
        display: block;
        color: #999;
        font-size: 11px;
        margin-bottom: 5px; }
    .special-list-section .special-list li a {
      text-decoration: none; }
    .special-list-section .special-list li a.thumb {
      float: left;
      margin-right: 10px;
      width: 240px;
      display: block; }
      .special-list-section .special-list li a.thumb .thumb-img {
        display: block;
        background: #fff;
        overflow: hidden;
        height: 135px; }
    .special-list-section .special-list li img {
      width: 100%; }

.special-lists ul.list li {
  width: 560px;
  float: left;
  background: #ddd;
  padding: 5px;
  margin: 0 10px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .special-lists ul.list li img {
    width: 100%; }
.special-lists ul.list li:nth-child(even) {
  margin: 0 0 10px 0; }

/* -----------------------------
ticket & present detail
 ----------------------------- */
#ticket .entry-body {
  font-size: 14px;
  line-height: 1.6; }
  #ticket .entry-body .img-r {
    float: right;
    border: 5px solid #EEE;
    margin-left: 10px;
    margin-bottom: 10px; }
  #ticket .entry-body .img-l {
    float: left;
    border: 5px solid #EEE;
    margin-right: 10px;
    margin-bottom: 10px; }
#ticket .form td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  #ticket .form td input,
  #ticket .form td select,
  #ticket .form td textarea {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  #ticket .form td p {
    font-size: 12px;
    color: #888; }
  #ticket .form td textarea {
    width: 100%; }

/*----------------------------------------------------
/* mypage
---------------------------------------------------- */
.mytalent-list:after {
  content: "";
  display: block;
  clear: both; }
.mytalent-list li {
  float: left;
  margin-bottom: 15px;
  width: 275px;
  min-height: 125px;
  margin-right: 10px;
  position: relative; }
  .mytalent-list li:nth-child(4n) {
    margin-right: 0; }
.mytalent-list .prof-thumb {
  padding-right: 10px;
  display: table-cell; }
  .mytalent-list .prof-thumb p {
    height: 120px;
    width: 120px;
    overflow: hidden; }
  .mytalent-list .prof-thumb img {
    width: 100%; }
.mytalent-list .prof-text {
  word-break: break-all;
  display: table-cell;
  vertical-align: middle; }
  .mytalent-list .prof-text p.name {
    font-size: 16px;
    color: #666; }
    .mytalent-list .prof-text p.name a {
      text-decoration: none; }
  .mytalent-list .prof-text .profile {
    margin-bottom: 8px; }
    .mytalent-list .prof-text .profile span {
      padding-right: 17px;
      background-image: url(/pc/assets/images/arrow_s.png);
      background-repeat: no-repeat;
      background-size: 14px 14px;
      background-position: 100% 60%; }

.mailmag,
.message {
  padding-bottom: 5px; }

.icon {
  display: inline-block;
  padding: 3px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 10px;
  color: #ffffff; }
  .icon a {
    color: #ffffff;
    text-decoration: none; }

.btn {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  background: #FFF;
  color: #666;
  border: none;
  cursor: pointer;
  border: 1px solid #666; }

.btn:hover {
  background: #666;
  color: #FFF; }

.gray {
  background: #AAA; }

/* -----------------------------
pagetop
 ----------------------------- */
.pagetop {
  position: absolute;
  left: 50%;
  margin-left: 506px;
  bottom: 15px;
  width: 59px;
  padding-top: 48px;
  background: url(../images/common/pagetop.png) no-repeat center 0;
  z-index: 10;
  display: none;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  line-height: 1;
  color: #333;
  text-indent: -9999px; }
  .pagetop p {
    position: absolute;
    width: 15px;
    height: 14px;
    background: url(../images/common/pagetop-arrow.png) no-repeat 0 -14px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -7px; }
  .pagetop:hover {
    background-position: center -61px;
    background-color: transparent;
    color: #333; }
    .pagetop:hover p {
      background-position: 0 0; }

/*----------------------------------------------------
/* button
---------------------------------------------------- */
#submitBtn {
  margin: 20px 0;
  text-align: center; }

table.form {
  width: 100%;
  margin: 0 0 25px;
  border: 1px solid #aaa; }
  table.form th,
  table.form td {
    padding: 12px 10px;
    border-bottom: 1px solid #aaa; }
  table.form th {
    background: #f6f6f6;
    font-weight: bold;
    border-right: 1px solid #aaa;
    text-align: left;
    font-size: 108%;
    vertical-align: middle;
    width: 200px; }
  table.form td {
    font-weight: normal; }

table.form .text,
table.form textarea {
  border: 1px solid #ccc;
  padding: 4px 3px;
  margin: 2px 5px 2px 0;
  color: #444;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
  background: -moz-linear-gradient(top, #f6f6f6, #fff);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: -1px -1px -1px #eee;
  -moz-box-shadow: -1px -1px -1px #eee;
  -ms-box-shadow: -1px -1px -1px #eee;
  box-shadow: -1px -1px -1px #eee; }
table.form select {
  border: 1px solid #ccc;
  padding: 4px 3px;
  margin: 2px 5px 2px 0;
  color: #444;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
  background: -moz-linear-gradient(top, #f6f6f6, #fff);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: -1px -1px -1px #eee;
  -moz-box-shadow: -1px -1px -1px #eee;
  -ms-box-shadow: -1px -1px -1px #eee;
  box-shadow: -1px -1px -1px #eee;
  margin: 0 8px 0 0; }
table.form .text {
  margin: 0 8px 0 0; }
table.form .flatButton.buttonMore, table.form .buttonMore.buttonSupport, table.form .buttonMore, table.form .buttonMore.buttonNews, table.form .buttonMore.buttonSide {
  margin: 0; }

.require {
  display: inline-block;
  color: #e86106;
  font-weight: normal;
  font-size: 11px;
  padding-left: 5px; }

/* ------------------------------------------------
 related news
------------------------------------------------ */
.related-news {
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  padding: 15px 0;
  margin-bottom: 15px; }

body#movie .related-news {
  border-bottom: none;
  margin-bottom: 0; }

/* ------------------------------------------------
 module
------------------------------------------------ */
.ticketpresent-list-section .table th,
.ticketpresent-list-section .table td {
  border-right: 1px solid #ddd; }

.table {
  width: 100%;
  margin: 15px 0 25px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  border-radius: 0.2em; }
  .table caption {
    text-align: left;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px; }
  .table th,
  .table td {
    padding: 10px;
    border-bottom: 1px solid #ddd; }
    .ticketpresent-list-section .table th, .changelog-list-section .table th, .ticketpresent-list-section
    .table td, .changelog-list-section
    .table td {
      border-right: 1px solid #ddd; }
  .table th {
    background: #f6f6f6;
    border-right: 1px solid #ddd;
    text-align: left;
    font-size: 108%;
    width: 190px; }
    .table th.date {
      width: 25%; }
  .table .text,
  .table textarea {
    border: 1px solid #ccc;
    padding: 4px 3px;
    margin: 2px 5px 2px 0;
    color: #444;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
    background: -moz-linear-gradient(top, #f6f6f6, #fff);
    -webkit-box-shadow: -1px -1px -1px #eee;
    -moz-box-shadow: -1px -1px -1px #eee;
    -ms-box-shadow: -1px -1px -1px #eee;
    box-shadow: -1px -1px -1px #eee;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px; }
  .table .text {
    margin: 0 5px 5px 0; }
  .table .flatButton.buttonMore, .table .buttonMore.buttonSupport, .table .buttonMore, .table .buttonMore.buttonNews, .table .buttonMore.buttonSide {
    margin: 0 auto; }
  .table select {
    border: 1px solid #ccc;
    padding: 4px 3px;
    margin: 2px 5px 2px 0;
    color: #444;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
    background: -moz-linear-gradient(top, #f6f6f6, #fff);
    -webkit-box-shadow: -1px -1px -1px #eee;
    -moz-box-shadow: -1px -1px -1px #eee;
    -ms-box-shadow: -1px -1px -1px #eee;
    box-shadow: -1px -1px -1px #eee;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    margin: 0 8px 0 0; }

article.changelog-head {
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f6f6;
  border: 1px solid #ddd; }
  article.changelog-head:after {
    content: "";
    display: block;
    clear: both; }
  article.changelog-head .date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 10px; }
  article.changelog-head .log-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    display: block;
    width: 75%;
    border-left: 1px solid #ddd; }

#changelog article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  #changelog article:after {
    content: "";
    display: block;
    clear: both; }
  #changelog article .date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 10px;
    display: inline-block; }
  #changelog article .log-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    float: left;
    width: 75%;
    padding: 10px;
    display: inline-block;
    border-left: 1px solid #ddd; }

.id-guide,
.id-result {
  text-align: center; }

.id-guide {
  font-size: 16px; }

.id-result {
  padding-top: 20px;
  font-weight: bold;
  font-size: 24px; }
  .id-result span {
    font-size: 26px;
    display: inline-block;
    padding: 0 5px; }

.notfound {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px; }

.errors {
  margin: 15px 0;
  color: #e86106; }

.errors li:before {
  content: "■";
  color: #e86106; }

.orange {
  color: #e86106; }

.green {
  color: #02B422; }

.black {
  color: #000; }

.red {
  color: #CD0000; }

.bg-green {
  background-color: #02B422; }

.bg-black {
  background-color: #000; }

.man {
  background-color: #EEF9FF; }

.woman {
  background-color: #FFF7F9; }

.artist {
  background-color: #FFF9F0; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.font1 {
  font-family: 'Open Sans', "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400; }

.font2 {
  font-family: 'Michroma', "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400; }

.font3 {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, sans-serif; }

hr {
  border: 0;
  border-top: 1px solid #000; }

.size8 {
  font-size: 8px !important; }

.size9 {
  font-size: 9px !important; }

.size10 {
  font-size: 10px !important; }

.size11 {
  font-size: 11px !important; }

.size12 {
  font-size: 12px !important; }

.size13 {
  font-size: 13px !important; }

.size14 {
  font-size: 14px !important; }

.size15 {
  font-size: 15px !important; }

.size16 {
  font-size: 16px !important; }

.size17 {
  font-size: 17px !important; }

.size18 {
  font-size: 18px !important; }

.size19 {
  font-size: 19px !important; }

.size20 {
  font-size: 20px !important; }

.size21 {
  font-size: 21px !important; }

.size22 {
  font-size: 22px !important; }

.size23 {
  font-size: 23px !important; }

.size24 {
  font-size: 24px !important; }

.mt1 {
  margin-top: 1px; }

.mb1 {
  margin-bottom: 1px; }

.pt1 {
  padding-top: 1px; }

.pb1 {
  padding-bottom: 1px; }

.mt2 {
  margin-top: 2px; }

.mb2 {
  margin-bottom: 2px; }

.pt2 {
  padding-top: 2px; }

.pb2 {
  padding-bottom: 2px; }

.mt3 {
  margin-top: 3px; }

.mb3 {
  margin-bottom: 3px; }

.pt3 {
  padding-top: 3px; }

.pb3 {
  padding-bottom: 3px; }

.mt4 {
  margin-top: 4px; }

.mb4 {
  margin-bottom: 4px; }

.pt4 {
  padding-top: 4px; }

.pb4 {
  padding-bottom: 4px; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.pt5 {
  padding-top: 5px; }

.pb5 {
  padding-bottom: 5px; }

.mt6 {
  margin-top: 6px; }

.mb6 {
  margin-bottom: 6px; }

.pt6 {
  padding-top: 6px; }

.pb6 {
  padding-bottom: 6px; }

.mt7 {
  margin-top: 7px; }

.mb7 {
  margin-bottom: 7px; }

.pt7 {
  padding-top: 7px; }

.pb7 {
  padding-bottom: 7px; }

.mt8 {
  margin-top: 8px; }

.mb8 {
  margin-bottom: 8px; }

.pt8 {
  padding-top: 8px; }

.pb8 {
  padding-bottom: 8px; }

.mt9 {
  margin-top: 9px; }

.mb9 {
  margin-bottom: 9px; }

.pt9 {
  padding-top: 9px; }

.pb9 {
  padding-bottom: 9px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.mt11 {
  margin-top: 11px; }

.mb11 {
  margin-bottom: 11px; }

.pt11 {
  padding-top: 11px; }

.pb11 {
  padding-bottom: 11px; }

.mt12 {
  margin-top: 12px; }

.mb12 {
  margin-bottom: 12px; }

.pt12 {
  padding-top: 12px; }

.pb12 {
  padding-bottom: 12px; }

.mt13 {
  margin-top: 13px; }

.mb13 {
  margin-bottom: 13px; }

.pt13 {
  padding-top: 13px; }

.pb13 {
  padding-bottom: 13px; }

.mt14 {
  margin-top: 14px; }

.mb14 {
  margin-bottom: 14px; }

.pt14 {
  padding-top: 14px; }

.pb14 {
  padding-bottom: 14px; }

.mt15 {
  margin-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.pt15 {
  padding-top: 15px; }

.pb15 {
  padding-bottom: 15px; }

.mt16 {
  margin-top: 16px; }

.mb16 {
  margin-bottom: 16px; }

.pt16 {
  padding-top: 16px; }

.pb16 {
  padding-bottom: 16px; }

.mt17 {
  margin-top: 17px; }

.mb17 {
  margin-bottom: 17px; }

.pt17 {
  padding-top: 17px; }

.pb17 {
  padding-bottom: 17px; }

.mt18 {
  margin-top: 18px; }

.mb18 {
  margin-bottom: 18px; }

.pt18 {
  padding-top: 18px; }

.pb18 {
  padding-bottom: 18px; }

.mt19 {
  margin-top: 19px; }

.mb19 {
  margin-bottom: 19px; }

.pt19 {
  padding-top: 19px; }

.pb19 {
  padding-bottom: 19px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.mt21 {
  margin-top: 21px; }

.mb21 {
  margin-bottom: 21px; }

.pt21 {
  padding-top: 21px; }

.pb21 {
  padding-bottom: 21px; }

.mt22 {
  margin-top: 22px; }

.mb22 {
  margin-bottom: 22px; }

.pt22 {
  padding-top: 22px; }

.pb22 {
  padding-bottom: 22px; }

.mt23 {
  margin-top: 23px; }

.mb23 {
  margin-bottom: 23px; }

.pt23 {
  padding-top: 23px; }

.pb23 {
  padding-bottom: 23px; }

.mt24 {
  margin-top: 24px; }

.mb24 {
  margin-bottom: 24px; }

.pt24 {
  padding-top: 24px; }

.pb24 {
  padding-bottom: 24px; }

.mt25 {
  margin-top: 25px; }

.mb25 {
  margin-bottom: 25px; }

.pt25 {
  padding-top: 25px; }

.pb25 {
  padding-bottom: 25px; }

.mt26 {
  margin-top: 26px; }

.mb26 {
  margin-bottom: 26px; }

.pt26 {
  padding-top: 26px; }

.pb26 {
  padding-bottom: 26px; }

.mt27 {
  margin-top: 27px; }

.mb27 {
  margin-bottom: 27px; }

.pt27 {
  padding-top: 27px; }

.pb27 {
  padding-bottom: 27px; }

.mt28 {
  margin-top: 28px; }

.mb28 {
  margin-bottom: 28px; }

.pt28 {
  padding-top: 28px; }

.pb28 {
  padding-bottom: 28px; }

.mt29 {
  margin-top: 29px; }

.mb29 {
  margin-bottom: 29px; }

.pt29 {
  padding-top: 29px; }

.pb29 {
  padding-bottom: 29px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.clearfix {
  clear: both; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

p.pager {
  text-align: center;
  margin: 20px 0 10px 0;
  font-size: 109%; }
  p.pager a,
  p.pager em.current {
    border: 1px solid #000;
    padding: 4px 10px;
    text-decoration: none;
    margin: 2px;
    display: inline-block;
    color: #000; }
  p.pager a:hover,
  p.pager em.current {
    background: #000;
    color: #fff; }
  p.pager .prev,
  p.pager .next {
    position: relative; }
    p.pager .prev:after,
    p.pager .next:after {
      display: block;
      content: "";
      position: absolute;
      display: block;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      width: 6px;
      height: 6px;
      top: 9px; }
  p.pager .prev {
    padding: 4px 10px 4px 20px; }
    p.pager .prev:after {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      left: 9px; }
  p.pager .next {
    padding: 4px 20px 4px 10px; }
    p.pager .next:after {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 9px; }
  p.pager .next:hover:after,
  p.pager .prev:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }


    .btn-profile {
      text-align: center;
      margin-top: 5px;
    }
    
    .btn-profile a{
      color:#000;
      text-decoration: none;
      display: block;
      padding: 6px 5px;
      border:1px solid #000;
      font-size: 12px;
    }
    .btn-profile a:hover{
      background:#000;
      border:1px solid #000;
      color:#FFF;
    }
    
    .btn-mytalent {
      text-align: center;
      margin-top: 5px;
    }
    
    .btn-mytalent a{
      text-decoration: none;
      display: block;
      padding: 0px;
      border:none;
      color:#000;
      font-size: 14px;
      background:  #FFF no-repeat;
      line-height: 1.8;
      box-sizing: border-box;
      border: 1px solid #000;
      transition-property:background;
      transition-duration:0.4s;
    }
    
    .btn-mytalent a:hover{
      background:  #000;
      color:#FFF;
    }
    
    .btn-mytalent a span {
      background: url(/images/common/logo_sdw.png) 0 4px no-repeat;
      background-size: 200px;
      padding: 25px 0 2px 0;
      display: inline-block;
      transition-property:background;
      transition-duration:0.4s;
      display: inline-block;
      width: 200px;
      height: 20px;
      font-size: 12px;
    }
    
    .btn-mytalent a:hover span {
      background: url(/images/common/logo_sdw_w.png) 0 4px no-repeat;
      background-size: 200px;
      display: inline-block;
      width: 200px;
    }