﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700);
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: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

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

a img {
  border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

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: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

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

a img {
  border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

html, body {
  background-color: #fefefe;
  color: #121212;
  font-family: 'Roboto', 'Noto Sans Japanese', 'Shuei MaruGo L', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: 14px;
  line-height: 180%
}

img {
  vertical-align: bottom
}

a {
  color: #31a8e6;
  text-decoration: none
}

a:hover {
  color: #222324
}

.hidden {
  display: none !important
}

.btn {
  display: inline-block;
  height: 14px;
  padding: 9px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  color: #222324;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.btn i {
  margin: 0 5px 0 2px;
  opacity: 0.9
}

.btn:hover {
  border: 1px solid #bbb
}

.btn:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2)
}

.btn.twitter {
  color: #55acee;
  border: 1px solid #55acee
}

.btn.facebook {
  color: #3B5998;
  border: 1px solid #3B5998
}

.btn.twitter:hover {
  background-color: #55acee;
  color: #fff;
}

.btn.twitter:hover i.fa-x:before{
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201200%201227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20height%3D%22100%25%22%20width%3D%22100%25%22%20fill%3D%22%2355acee%22%20%2F%3E%0A%20%20%3Cpath%20d%3D%22m714.163%20519.284%20446.727-519.284h-105.86l-387.893%20450.887-309.809-450.887h-357.328l468.492%20681.821-468.492%20544.549h105.866l409.625-476.152%20327.181%20476.152h357.328l-485.863-707.086zm-144.998%20168.544-47.468-67.894-377.686-540.2396h162.604l304.797%20435.9906%2047.468%2067.894%20396.2%20566.721h-162.604l-323.311-462.446z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A') no-repeat center center;
}

.btn.facebook:hover {
  background-color: #3B5998;
  color: #fff
}

#duel_header {
  position: relative;
  width: 100%;
  height: 180px;
/*  overflow: hidden*/
}

#duel_header .forSP {
  display: none
}

#duel_header .logo {
  position: absolute;
  left: 50%;
  top: 64px;
  width: 228px;
  height: 87px;
  margin-left: -480px;
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/header_logo_new.png);
  font-size: 0
}

#duel_header .logo:hover {
  opacity: 0.5
}

#duel_header .sub_nav {
  width: 100%;
  background-color: #111
}

#duel_header .sub_nav .inner {
  width: 960px;
  height: 40px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  align-content: flex-start
}

#duel_header .sub_nav .inner h1 {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 100%;
  color: #fed900;
  letter-spacing: 0.05em
}

#duel_header .sub_nav .inner h1 a {
  color: #fed900
}

#duel_header .sub_nav .inner ul li {
  float: left
}

#duel_header .sub_nav .inner ul:after {
  display: block;
  clear: both;
  content: ""
}

#duel_header .sub_nav .inner a:hover {
  opacity: 0.5
}

#duel_header .sub_nav .inner .content li a {
  position: relative;
  display: block;
  margin-right: 15px;
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 100%
}

#duel_header .sub_nav .inner .content li a:before {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  top: 3px;
  left: 0;
  background-color: #fed900;
  content: ""
}

#duel_header .sub_nav .inner .facebook {
  display: block;
  width: 60px;
  height: 20px;
  padding: 9px 0 11px;
  background-color: #3b5998;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  text-align: center
}

#duel_header .sub_nav .inner .twitter {
  display: block;
  width: 60px;
  height: 20px;
  padding: 9px 0 11px;
  background-color: #55acee;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  text-align: center
}

#duel_header .sub_nav .inner .instagram {
  display: block;
  width: 60px;
  height: 20px;
  padding: 9px 0 11px;
  background-color: #517fa4;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -webkit-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -moz-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -moz-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -ms-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -ms-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -o-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -o-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%)
}

#duel_header .sub_nav .inner .info {
  display: block;
  width: 190px;
  height: 12px;
  padding: 14px 0;
  background-color: #888888;
  color: #ffffff;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.07em
}

#duel_header .sub_nav .inner .logout {
  display: block;
  width: 120px;
  height: 12px;
  padding: 14px 0;
  background-color: #444444;
  color: #cccccc;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.07em
}

#duel_header .main_nav>ul {
  display: block;
  position: absolute;
  top: 80px;
  right: 50%;
  margin-right: -480px
}

#duel_header .main_nav>ul>li {
  position: relative;
  display: block;
  width: 106px;
  height: 100px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  float: left
}

#duel_header .main_nav>ul>li.product {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_product.png)
}

#duel_header .main_nav>ul>li.movie {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_movie.png)
}

#duel_header .main_nav>ul>li.media {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_media.png)
}

#duel_header .main_nav>ul>li.magazine {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_magazine.png)
}

#duel_header .main_nav>ul>li.event {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_news.png)
}

#duel_header .main_nav>ul>li.webshop {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_webshop.png)
}

#duel_header .main_nav>ul>li:after {
  position: absolute;
  display: block;
  width: 0;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #fed900;
  content: "";
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width 0.3s ease
}

#duel_header .main_nav>ul>li ul {
  width: 0px;
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width 0.3s ease
}

#duel_header .main_nav>ul>li:hover:after, #duel_header .main_nav>ul>li:hover ul {
  width: 106px
}

#duel_header .main_nav>ul>li a {
  display: block;
  width: 106px;
  height: 100px
}

#duel_header .main_nav>ul:after {
  display: block;
  clear: both;
  content: ""
}

#duel_header .main_nav ul ul {
  position: absolute;
  top: 100px;
  left: 0;
  padding: 10px 0 0;
  z-index: 10;
  overflow: hidden
}

#duel_header .main_nav ul ul:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 2px;
  left: 46px;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fed800 transparent;
  content: ""
}

#duel_header .main_nav ul ul li {
  padding-top: 0;
  background-color: #fed800
}

#duel_header .main_nav ul ul li:first-child {
  padding-top: 4px
}

#duel_header .main_nav ul ul li:last-child {
  padding-bottom: 4px
}

#duel_header .main_nav ul ul a {
  width: 106px;
  height: 14px;
  padding: 7px 0;
  color: #000;
  background-color: #fed900;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600
}

#duel_header .main_nav ul ul a:hover {
  background-color: #0a0a0a;
  color: #fed900
}




/*
#duel_header .main_nav ul li a {
  display: block;
  width: 106px;
  height: 100px
}

#duel_header .main_nav ul:after {
  display: block;
  clear: both;
  content: ""
}
*/

#duel_header .search_nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 40px;
  left: 50%;
  margin-left: -160px;
  background-color: #ecf0f1
}

#duel_header .search_nav h1 {
  float: left;
  width: 157px;
  height: 14px;
  padding: 13px 3px 13px 0;
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/header_search_arrow.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-color: #fed900;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  text-align: center
}

#duel_header .search_nav ul {
  float: left;
  width: 160px;
  height: 13px;
  padding: 14px 0 13px;
  font-size: 13px;
  line-height: 100%;
  text-align: center
}

#duel_header .search_nav form {
  padding-left: 10px;
  float: left
}

#duel_header .search_nav form input[type=text] {
  float: left;
  margin: 6px 0 0;
  width: 380px;
  height: 13px;
  padding: 8px 10px 7px;
  font-size: 13px;
  line-height: 100%;
  background-color: #fff;
  border: none
}

#duel_header .search_nav form label {
  float: left;
  display: block;
  width: 68px;
  height: 14px;
  margin-top: 6px;
  padding: 7px 3px 7px 0;
  background-color: #111;
  color: #fed900;
  font-size: 14px;
  line-height: 100%;
  text-align: center
}

#duel_header .search_nav form:after {
  display: block;
  clear: both;
  content: ""
}

#duel_header .search_nav form #search_submit {
  display: none
}

#duel_header .search_nav:after {
  display: block;
  clear: both;
  content: ""
}

#dm_navigation {
  position: relative;
  width: 100%;
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/bk_pickup.jpg);
  background-color: #111;
  z-index: 1
}

#dm_navigation .dm_navigation_h1 {
	color: #fed900;
}

#dm_navigation #breadlist {
  display: none
}

#dm_navigation>.inner {
  width: 960px;
  height: 52px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

#dm_navigation>.inner h1 a {
  color: #fed900
}

#dm_navigation>.inner h1 a:hover {
  opacity: 0.5
}

#dm_navigation>.inner h1 a i {
  display: inline-block;
  position: relative;
  padding-left: 2px
}

/*
#dm_navigation>.inner h1 a i:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 8px;
  left: -1px;
  border-style: solid;
  border-width: 3px 3px 3px 0;
  border-color: transparent #fed900 transparent transparent;
  content: ""
}
*/

#dm_navigation>.inner>ul {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

#dm_navigation>.inner>ul li {
  display: block;
  line-height: 100%;
  text-align: center
}

#dm_navigation>.inner>ul li>a {
  position: relative;
  display: block;
  width: 212px;
  padding: 14px 0 13px;
  font-size: 12px;
  color: #fff;
  font-weight: 600
}

#dm_navigation>.inner>ul li>a span {
  display: block;
  padding-top: 1px;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.05em;
  opacity: 0.6
}

#dm_navigation>.inner>ul li>a:hover, #dm_navigation>.inner>ul li>a.active {
  background-color: #fed900;
  color: #111
}

#dm_navigation>.inner>ul li>a:hover:after, #dm_navigation>.inner>ul li>a.active:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -15px;
  border-style: solid;
  border-width: 15px 105px 0 105px;
  border-color: #fed900 transparent transparent transparent;
  content: ""
}

#dm_navigation h1 {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 24px;
  font-weight: bold
}

#dm_navigation form {
  position: relative;
  padding-left: 40px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

#dm_navigation form input[type="text"] {
  width: 135px;
  padding: 8px 27px 6px 12px;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  font-size: 12px;
  line-height: 100%;
  vertical-align: bottom
}

#dm_navigation form label[for="search_submit"] {
  position: absolute;
  display: block;
  top: 50%;
  right: 8px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 100%;
  color: #ccc;
  cursor: pointer
}

#dm_navigation form label[for="search_submit"]:hover {
  color: #111
}

#dm_navigation form #search_submit {
  display: none
}

#modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 20, 20, 0.9);
  z-index: 100
}

#modal .inner {
  display: none;
  position: absolute;
  width: 640px;
  height: 480px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}

#modal .inner.roulette {
  background-image: url(../img/roulette_bk.png)
}

#modal .inner.roulette.gold {
  background-image: url(../img/roulette_bk_gold.png)
}

#modal .inner.roulette.double {
  background-image: url(../img/roulette_bk_double.png)
}

#modal .inner.roulette .btn {
  position: absolute;
  display: block;
  width: 170px;
  padding: 12px 0;
  top: 138px;
  left: 50%;
  margin-left: -85px;
  text-align: center;
  z-index: 1
}

#modal .inner.roulette .arrow {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 130px;
  left: 50%;
  margin-left: -20px;
  border-style: solid;
  border-width: 80px 20px 0 20px;
  border-color: #f75353 transparent transparent transparent;
  z-index: 2;
  -webkit-animation: jump 0.5s linear infinite alternate;
  -moz-animation: jump 0.5s linear infinite alternate;
  -ms-animation: jump 0.5s linear infinite alternate;
  -o-animation: jump 0.5s linear infinite alternate;
  animation: jump 0.5s linear infinite alternate
}

#modal .inner.roulette>div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 640px;
  height: 360px;
  overflow: hidden
}

#modal .inner.roulette>div img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -400px
}

#modal .inner.roulette>div img:not(.start) {
  -webkit-animation: spin 12s linear infinite;
  -moz-animation: spin 12s linear infinite;
  -ms-animation: spin 12s linear infinite;
  -o-animation: spin 12s linear infinite;
  animation: spin 12s linear infinite
}

#modal .close {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  cursor: pointer
}

#modal .close:before {
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  top: 25px;
  left: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: ""
}

#modal .close:after {
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  top: 25px;
  left: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ""
}

#modal .close:hover {
  opacity: 0.5
}

#modal.noclose .close {
  display: none
}

#footer {
  width: 100%;
  background-color: #111
}

#footer .inner {
  position: relative;
  width: 960px;
  margin: 0 auto
}

#footer .inner>.pagetop {
  position: absolute;
  display: inline-block;
  top: -28px;
  right: 0;
  height: 12px;
  padding: 8px 10px;
  background-color: #111;
  color: #fff;
  font-size: 12px;
  line-height: 100%
}

#footer .inner>.support {
  padding: 25px 0;
  color: #fff
}

#footer .inner>.support h1 {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 100%
}

#footer .inner>.support h1 i {
  margin-right: 5px
}

#footer .inner>.support h2 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 100%
}

#footer .inner>.support p {
  color: #aaa;
  font-size: 12px;
  line-height: 100%
}

#footer .inner>.support p strong {
  color: #fff
}

#footer .inner .copy {
  padding: 0 0 15px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.1em
}

#footer .contact {
  padding: 30px 0;
  text-align: center
}

#footer .contact .btn {
  display: inline-block;
  height: 14px;
  padding: 9px;
  border: 1px solid #888;
  border-radius: 3px;
  background-color: transparent;
  color: #888;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

#footer .contact .btn i {
  margin: 0 5px 0 2px;
  opacity: 0.9
}

#footer .contact .btn:hover {
  border: 1px solid #fff;
  color: #fff
}

#footer .contact .btn:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2)
}

.hide_for_modal {
  display: none
}

#duelmagazine #header {
  position: relative;
  width: 100%;
  padding: 55px 0;
  background-image: url(../img/check_main.jpg);
  background-size: cover;
  background-position: 50% 50%;
  text-align: center
}

#duelmagazine #header.report {
  background-image: url(../img/report_main.jpg)
}

#duelmagazine #header.column {
  background-image: url(../img/column_main.jpg)
}

#duelmagazine #header.mypage {
  background-image: url(../img/mypage_main.jpg)
}

#duelmagazine #header.roulette {
  background-image: url(../img/roulette_main.jpg)
}

#duelmagazine #header.error {
  background-image: url(../img/error_main.jpg)
}

#duelmagazine #header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-shadow: 0 2px 0 #000
}

#duelmagazine #header h2 {
  padding-top: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  text-shadow: 0 2px 0 #000
}

#duelmagazine #header a {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-shadow: 0 2px 0 #000
}

#duelmagazine #header a:after {
  opacity: 0.5
}

#duelmagazine #header a.left {
  left: 25px
}

#duelmagazine #header a.right {
  right: 25px
}

#duelmagazine #my_status {
  width: 100%;
  height: 60px;
  background-color: #fafafa
}

#duelmagazine #my_status .inner {
  width: 960px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

#duelmagazine #my_status .inner .rank {
  display: block;
  width: 90px;
  height: 18px;
  margin-right: 8px
}

#duelmagazine #my_status .inner .rank.regular {
  background-image: url(../img/rank_regular.png)
}

#duelmagazine #my_status .inner .rank.bronze {
  background-image: url(../img/rank_bronze.png)
}

#duelmagazine #my_status .inner .rank.silver {
  background-image: url(../img/rank_silver.png)
}

#duelmagazine #my_status .inner .rank.gold {
  background-image: url(../img/rank_gold.png)
}

#duelmagazine #my_status .inner .rank.platinum {
  background-image: url(../img/rank_platinum.png)
}

#duelmagazine #my_status .inner .rank.platinum_s1 {
  background-image: url(../img/rank_platinum_1.png)
}

#duelmagazine #my_status .inner .rank.platinum_s2 {
  background-image: url(../img/rank_platinum_2.png)
}

#duelmagazine #my_status .inner .rank.platinum_s3 {
  background-image: url(../img/rank_platinum_3.png)
}

#duelmagazine #my_status .inner .rank.platinum_s4 {
  background-image: url(../img/rank_platinum_4.png)
}

#duelmagazine #my_status .inner .rank.platinum_s5 {
  background-image: url(../img/rank_platinum_5.png)
}

#duelmagazine #my_status .inner .rank.platinum_s6 {
  background-image: url(../img/rank_platinum_6.png)
}

#duelmagazine #my_status .inner .rank.staff {
  background-image: url(../img/rank_staff.png)
}

#duelmagazine #my_status .inner .rank.pro {
  background-image: url(../img/rank_pro.png)
}

#duelmagazine #my_status .inner .rank.gest {
  background-image: url(../img/rank_gest.png)
}

#duelmagazine #my_status .inner .rank.crew {
  background-image: url(../img/rank_crew.png)
}

#duelmagazine #my_status .inner .rank.oldmonitor {
  background-image: url(../img/rank_oldmonitor.png)
}

#duelmagazine #my_status .inner .name {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 14px;
  line-height: 100%
}

#duelmagazine #my_status .inner .btn {
  margin-left: 5px
}

#duelmagazine #my_status .inner .btn.slot {
  position: relative
}

#duelmagazine #my_status .inner .btn.slot:before {
  position: absolute;
  width: 100px;
  height: 12px;
  top: -32px;
  left: 50%;
  margin-left: -50px;
  padding: 5px 0;
  border-radius: 3px;
  background-color: #ff3366;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  content: "1日1回限定!";
  -webkit-animation: jump 0.5s linear infinite alternate;
  -moz-animation: jump 0.5s linear infinite alternate;
  -ms-animation: jump 0.5s linear infinite alternate;
  -o-animation: jump 0.5s linear infinite alternate;
  animation: jump 0.5s linear infinite alternate
}

#duelmagazine #my_status .inner .btn.slot:after {
  position: absolute;
  width: 0;
  height: 0;
  top: -11px;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ff3366 transparent transparent transparent;
  content: "";
  -webkit-animation: jump 0.5s linear infinite alternate;
  -moz-animation: jump 0.5s linear infinite alternate;
  -ms-animation: jump 0.5s linear infinite alternate;
  -o-animation: jump 0.5s linear infinite alternate;
  animation: jump 0.5s linear infinite alternate
}

#duelmagazine #my_rankup {
  width: 960px;
  padding: 15px 0 20px;
  margin: 25px auto 0;
  border: 1px solid #ffbf4d;
  border-radius: 5px;
  background-color: #fff49a;
  text-align: center
}

#duelmagazine #my_rankup h1 {
  color: #ff664d;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-shadow: 0 1px 0 #4d0b00
}

#duelmagazine #my_rankup p {
  font-size: 14px;
  line-height: 100%
}

#duelmagazine .header_news {
  display: block;
  width: 960px;
  padding: 7px 0;
  margin: 5px auto 0;
  border: 1px solid #2FCDB4;
  border-radius: 5px;
  color: #2FCDB4;
  text-align: center;
  line-height: 100%
}

#duelmagazine .header_news:hover {
  opacity: 0.5
}

#duelmagazine .header_news.error {
  border: 1px solid #CD2F48;
  color: #CD2F48
}

#duelmagazine .header_news.monitor {
  border: 1px solid #4259d4;
  color: #4259d4
}

#duelmagazine .header_news:first-of-type {
  margin-top: 15px
}

#duelmagazine .wrapper {
  width: 960px;
  margin: 10px auto 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch
}

#duelmagazine .wrapper>.left {
  width: 240px
}

#duelmagazine .wrapper>.left .list {
  padding-top: 30px
}

#duelmagazine .wrapper>.left .list h1 {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 100%
}

#duelmagazine .wrapper>.left .list h1 i {
  margin-right: 4px;
  color: #31a8e6
}

#duelmagazine .wrapper>.left .list ul li a {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #111;
  font-size: 14px;
  line-height: 100%
}

#duelmagazine .wrapper>.left .list ul li a span {
  display: block;
  padding-top: 3px;
  font-size: 12px;
  line-height: 100%;
  opacity: 0.6
}

#duelmagazine .wrapper>.left .list ul li a:hover {
  background-color: #f0f0f0
}

#duelmagazine .wrapper>.left .list ul li a.active {
  background-color: #31a8e6;
  color: #fff
}

#duelmagazine .wrapper>.left .list ul li:first-of-type a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

#duelmagazine .wrapper>.left .list ul li:last-of-type a {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

#duelmagazine .wrapper>.right {
  width: 680px
}

#duelmagazine .wrapper>.right header {
  position: relative
}

#duelmagazine .wrapper>.right header img {
  margin: 28px 0 0;
  width: 100%;
  height: auto;
  border-radius: 3px
}

#duelmagazine .wrapper>.right header h1 {
  padding: 26px 0 8px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  line-height: 100%
}

#duelmagazine .wrapper>.right header p {
  position: absolute;
  bottom: 6px;
  right: 0
}

#duelmagazine .wrapper>.right header .filter {
  padding: 20px 0;
  border-bottom: 1px solid #ddd
}

#duelmagazine .wrapper>.right header .filter h2 {
  padding-bottom: 10px;
  line-height: 100%
}

#duelmagazine .wrapper>.right header .filter h2 i {
  margin-right: 4px;
  color: #31a8e6
}

#duelmagazine .wrapper>.right .inner h2 {
  padding: 35px 0 7px;
  border-bottom: 1px dotted #ddd;
  font-size: 16px;
  line-height: 100%;
  font-weight: bold
}

#duelmagazine .wrapper>.right .inner h2 strong {
  color: #ff5252
}

#duelmagazine .wrapper>.right .inner h3 {
  margin: 40px 0 0;
  padding: 10px 15px 7px;
  border-radius: 3px;
  background-color: #f0f0f0;
  font-size: 14px;
  line-height: 130%;
  font-weight: bold
}

#duelmagazine .wrapper>.right .inner img {
  display: block;
  width: auto;
  height: auto;
  max-width: 680px;
  max-height: 400px;
  border-radius: 5px;
  margin: 20px auto 0
}

#duelmagazine .wrapper>.right .inner p {
  padding-top: 20px
}

#duelmagazine .wrapper>.right .inner div {
  padding-top: 20px
}

#duelmagazine .wrapper>.right .inner .submit {
  padding-bottom: 20px;
  text-align: center
}

#duelmagazine .wrapper>.right .pagenation {
  padding: 25px 0;
  text-align: center
}

#duelmagazine .wrapper>.right .section:after {
  display: block;
  clear: both;
  content: ""
}

#duelmagazine .wrapper>.right .double_toggle {
  display: block;
  margin-bottom: 30px;
  padding: 8px 0 9px;
  border-radius: 5px;
  background-color: #eee;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  cursor: pointer
}

#duelmagazine .wrapper>.right .double_toggle:hover {
  opacity: 0.5
}

#duelmagazine .wrapper>.right .double_toggle .fa-caret-down {
  display: none
}

#duelmagazine .wrapper>.right .double_toggle.active {
  background-color: #ccc;
  font-weight: 700
}

#duelmagazine .wrapper>.right .double_toggle.active .fa-caret-down {
  display: inline-block
}

#duelmagazine .wrapper>.right .double_toggle.active .fa-caret-right {
  display: none
}

#duelmagazine .wrapper>.right .double_wrapper {
  display: none;
  margin: 0 0 30px;
  padding: 1px 0px 20px 25px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f3f3f3
}

#duelmagazine .wrapper>.right .double_wrapper .item a.clickarea {
  min-height: 100px;
  padding-left: 200px
}

#duelmagazine .wrapper>.right .double_wrapper .item a.clickarea .thumbnail {
  width: 175px;
  height: 100px
}

#duelmagazine .wrapper>.right .double_wrapper .item a.clickarea dl dd {
  width: 345px
}

#duelmagazine .wrapper>.right .double_wrapper .item a.clickarea dl dd.userrank {
  width: 291px
}

#duelmagazine .wrapper>.right .double_wrapper .item a.clickarea dl dd.userrank.monitor {
  width: 261px
}

#duelmagazine .wrapper>.right .double_toggle.active+.double_wrapper {
  margin-top: -25px;
  display: block
}

#duelmagazine .wrapper>.right .double_wrapper+.pagenation {
  padding-top: 0
}

#duelmagazine .wrapper>.right .item {
  margin-top: 20px
}

#duelmagazine .wrapper>.right .item a.clickarea {
  min-height: 130px;
  position: relative;
  display: block;
  padding-left: 225px;
  color: #111
}

#duelmagazine .wrapper>.right .item a.clickarea:hover {
  opacity: 0.5
}

#duelmagazine .wrapper>.right .item a.clickarea .thumbnail {
  position: absolute;
  width: 200px;
  height: 120px;
  top: 0;
  left: 0;
  background-size: cover;
  background-color: #fafafa;
  background-position: 50% 50%;
  border-radius: 3px
}

#duelmagazine .wrapper>.right .item a.clickarea .thumbnail.new:after {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -4px;
  left: -4px;
  background-image: url(../img/reborn_new.png);
  content: ""
}

#duelmagazine .wrapper>.right .item a.clickarea .thumbnail.week:after {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -4px;
  left: -4px;
  background-image: url(../img/reborn_new_w.png);
  content: ""
}

#duelmagazine .wrapper>.right .item a.clickarea h1 {
  padding: 5px 0 10px;
  font-size: 16px;
  line-height: 130%;
  font-weight: bold
}

#duelmagazine .wrapper>.right .item a.clickarea h1 .pr {
  position: relative;
  display: inline-block;
  height: 16px;
  background-color: #00f
}

#duelmagazine .wrapper>.right .item a.clickarea h1 .pr span {
  position: absolute;
  top: 2px;
  left: 4px;
  display: block;
  width: 70px;
  padding: 2px 0;
  background-color: #fafafa;
  color: #999;
  border: 1px solid #ccc;
  font-size: 10px;
  text-align: center;
  font-weight: normal;
  line-height: 100%
}

#duelmagazine .wrapper>.right .item a.clickarea .tag {
  padding: 10px 0;
  line-height: 100%
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li, #duelmagazine .wrapper>.right .item a.clickarea .tag a {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 5px 1px;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  background-color: #888;
  color: #fff;
  font-size: 12px;
  line-height: 180%;
  vertical-align: top;
  white-space: nowrap
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li span, #duelmagazine .wrapper>.right .item a.clickarea .tag a span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li span:after, #duelmagazine .wrapper>.right .item a.clickarea .tag a span:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 0 6px 1px 5px;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #222;
  content: attr(data-date)
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li.new, #duelmagazine .wrapper>.right .item a.clickarea .tag a.new {
  background-color: #e74c3c;
  margin-right: 6px
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li.new_c, #duelmagazine .wrapper>.right .item a.clickarea .tag a.new_c {
  background-color: #e74c3c;
  margin-right: 6px
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li.coming, #duelmagazine .wrapper>.right .item a.clickarea .tag a.coming {
  background-color: #34495e
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li.release, #duelmagazine .wrapper>.right .item a.clickarea .tag a.release {
  background-color: #ff9334
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li.color_c, #duelmagazine .wrapper>.right .item a.clickarea .tag a.color_c {
  background-color: #16a085;
  margin-right: 6px
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li.size_c, #duelmagazine .wrapper>.right .item a.clickarea .tag a.size_c {
  background-color: #16a085;
  margin-right: 6px
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li.color, #duelmagazine .wrapper>.right .item a.clickarea .tag a.color {
  background-color: #16a085;
  margin-right: 6px
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li.size, #duelmagazine .wrapper>.right .item a.clickarea .tag a.size {
  background-color: #16a085;
  margin-right: 6px
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li.special, #duelmagazine .wrapper>.right .item a.clickarea .tag a.special {
  background-color: #317dd3
}

#duelmagazine .wrapper>.right .item a.clickarea .tag a:hover {
  opacity: 0.5
}

#duelmagazine .wrapper>.right .item a.clickarea .tag li span:after {
  background-color: #f6f6f6
}

#duelmagazine .wrapper>.right .item a.clickarea p {
  padding-bottom: 6px;
  color: #888;
  font-size: 12px;
  line-height: 100%
}

#duelmagazine .wrapper>.right .item a.clickarea p i {
  margin-right: 2px
}

#duelmagazine .wrapper>.right .item a.clickarea dl {
  color: #888;
  font-size: 12px;
  line-height: 100%
}

#duelmagazine .wrapper>.right .item a.clickarea dl dt {
  float: left;
  width: 85px;
  height: 12px;
  padding-bottom: 10px
}

#duelmagazine .wrapper>.right .item a.clickarea dl dt i {
  margin-right: 3px
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd {
  float: left;
  width: 360px;
  height: 12px;
  padding-bottom: 10px
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.userrank {
  width: 306px;
  padding-left: 54px;
  background-position: 0 1px;
  background-repeat: no-repeat
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.platinum {
  background-image: url(../img/rank_platinum_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.platinum_s1 {
  background-image: url(../img/rank_platinum_1_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.platinum_s2 {
  background-image: url(../img/rank_platinum_2_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.platinum_s3 {
  background-image: url(../img/rank_platinum_3_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.platinum_s4 {
  background-image: url(../img/rank_platinum_4_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.platinum_s5 {
  background-image: url(../img/rank_platinum_5_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.platinum_s6 {
  background-image: url(../img/rank_platinum_6_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.gold {
  background-image: url(../img/rank_gold_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.silver {
  background-image: url(../img/rank_silver_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.bronze {
  background-image: url(../img/rank_bronze_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.regular {
  background-image: url(../img/rank_regular_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.staff {
  background-image: url(../img/rank_staff_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.pro {
  background-image: url(../img/rank_pro_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.crew {
  background-image: url(../img/rank_crew_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.oldmonitor {
  background-image: url(../img/rank_oldmonitor_mini.png)
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.monitor {
  width: 276px;
  padding-left: 84px
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.monitor.platinum {
  background-image: url(../img/rank_monitorP_mini.png) !important
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.monitor.gold {
  background-image: url(../img/rank_monitorG_mini.png) !important
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.monitor.silver {
  background-image: url(../img/rank_monitorS_mini.png) !important
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.monitor.bronze {
  background-image: url(../img/rank_monitorB_mini.png) !important
}

#duelmagazine .wrapper>.right .item a.clickarea dl dd.monitor.regular {
  background-image: url(../img/rank_monitorR_mini.png) !important
}

#duelmagazine .wrapper>.right .item a.clickarea dl:after {
  display: block;
  clear: both;
  content: ""
}

#duelmagazine .wrapper .message, #duelmagazine .wrapper .error {
  width: 100%;
  margin: 25px 0 0;
  padding: 25px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#duelmagazine .wrapper .message h2, #duelmagazine .wrapper .error h2 {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: bold
}

#duelmagazine .wrapper .message li, #duelmagazine .wrapper .error li {
  margin-left: 25px;
  list-style-type: circle
}

#duelmagazine .wrapper .message.error, #duelmagazine .wrapper .error.error {
  border: 1px solid #FFCDD2;
  background-color: #fff5f5
}

#duelmagazine .wrapper .message.error h2, #duelmagazine .wrapper .error.error h2 {
  padding: 0 0 15px;
  border-bottom: 1px solid #FFCDD2;
  color: #B71C1C
}

#duelmagazine .wrapper .message.message, #duelmagazine .wrapper .error.message {
  border: 1px solid #d2ffcd;
  background-color: #f5fff5
}

#duelmagazine .wrapper .message.message h2, #duelmagazine .wrapper .error.message h2 {
  padding: 0 0 15px;
  border-bottom: 1px solid #d2ffcd;
  color: #1cb71c
}

#duelmagazine .wrapper .form dl dt {
  font-weight: bold;
  padding-top: 25px
}

#duelmagazine .wrapper .form dl dt strong {
  color: #f33
}

#duelmagazine .wrapper .form dl dd {
  padding-top: 3px;
  font-size: 12px;
  line-height: 150%
}

#duelmagazine .wrapper .form dl dd strong {
  color: #f33
}

#duelmagazine .wrapper .form dl dd.tip {
  padding-bottom: 8px;
  color: #999
}

#duelmagazine .wrapper .form dl dd .label {
  float: left;
  display: block;
  width: 80px;
  height: 12px;
  padding: 11px 0 13px;
  font-size: 12px;
  line-height: 100%
}

#duelmagazine .wrapper .form dl dd .checker {
  display: block;
  padding-top: 5px;
  color: #e33;
  font-weight: bold;
  text-align: right
}

#duelmagazine .wrapper .form>div {
  padding-top: 20px
}

#duelmagazine .wrapper .form .submit {
  padding: 30px 0 20px;
  text-align: center
}

#duelmagazine .wrapper .form .submit .btn {
  height: 18px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 100%
}

#duelmagazine .wrapper .form .submit .monitor {
  width: 230px;
  height: 134px;
  padding: 0;
  font-size: 0;
  background-image: url(../img/monitor/monitor_btn_01.jpg)
}

#duelmagazine .wrapper .form .submit .normal {
  width: 230px;
  height: 134px;
  padding: 0;
  font-size: 0;
  background-image: url(../img/monitor/monitor_btn_02.jpg)
}

#duelmagazine .wrapper .form .submit .event_1709 {
  width: 230px;
  height: 134px;
  padding: 0;
  font-size: 0;
  background-image: url(../img/event/1709_Armored/btn_01.jpg)
}

#duelmagazine .wrapper .form .submit .normal_1709 {
  width: 230px;
  height: 134px;
  padding: 0;
  font-size: 0;
  background-image: url(../img/event/1709_Armored/btn_02.jpg)
}

#duelmagazine .wrapper input[type="text"], #duelmagazine .wrapper input[type="password"] {
  width: 100%;
  height: 34px;
  padding: 10px 27px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  line-height: 100%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#duelmagazine .wrapper input[type="text"].half, #duelmagazine .wrapper input[type="password"].half {
  width: 30%
}

#duelmagazine .wrapper textarea {
  width: 100%;
  height: 80px;
  padding: 10px 12px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  line-height: 140%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical
}

#duelmagazine .wrapper input[type="file"] {
  width: 100%;
  padding: 10px 27px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  line-height: 100%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#duelmagazine .wrapper select {
  width: 50%;
  height: 38px;
  margin-right: 3px;
  padding: 8px 12px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  line-height: 100%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#duelmagazine .wrapper select.date {
  width: 120px
}

#duelmagazine .wrapper .checkboxs input[type="checkbox"], #duelmagazine .wrapper .radios input[type="radio"] {
  display: none
}

#duelmagazine .wrapper input[type="checkbox"]:checked+label, #duelmagazine .wrapper input[type="radio"]:checked+label {
  background-color: #31a8e6;
  color: #fff
}

#duelmagazine .wrapper input:disabled, #duelmagazine .wrapper select:disabled, #duelmagazine .wrapper textarea:disabled {
  opacity: 0.3;
  cursor: default
}

#duelmagazine .wrapper #forselectbox {
  display: none
}

#post_report dd img {
  display: block;
  width: auto;
  height: auto;
  max-width: 680px;
  max-height: 400px;
  margin: 0 auto
}

#post_report .tackle .add_search .tackle_search_word {
  float: left;
  width: 477px;
  margin-right: 3px
}

#post_report .tackle .add_search .tackle_search_submit {
  float: left;
  width: 198px;
  padding-left: 0;
  padding-right: 0;
  text-align: center
}

#post_report .tackle .add_search:after {
  display: block;
  clear: both;
  content: ""
}

#post_report .tackle #tackle_stock {
  margin-top: 10px !important
}

#post_report .tackle #tackle_stock li {
  padding: 5px 0 0;
  width: 680px
}

#post_report .tackle #tackle_stock li .tackle_name {
  float: left;
  width: 627px;
  height: 34px;
  margin-right: 3px;
  padding: 10px 27px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  line-height: 100%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#post_report .tackle #tackle_stock li .tackle_clear {
  float: left;
  width: 48px;
  padding-left: 0;
  padding-right: 0;
  text-align: center
}

#post_report .tackle #tackle_stock li:after {
  display: block;
  clear: both;
  content: ""
}

#post_report .tackle .tackle_data {
  padding-top: 6px;
  text-align: right
}

#post_report .tackle .tackle_data span {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  background-color: #31a8e6;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer
}

#post_report .tackle .tackle_data span:hover {
  opacity: 0.5
}

#product_search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100
}

#product_search .modal {
  position: absolute;
  width: 800px;
  height: 600px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden
}

#product_search .modal .header {
  width: 760px;
  height: 25px;
  padding: 10px 20px;
  background-color: #f0f0f0;
  font-weight: bold
}

#product_search .modal .inner {
  width: 760px;
  height: 500px;
  padding: 0 20px;
  overflow-y: scroll;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  align-content: flex-start
}

#product_search .modal .inner .btn {
  width: 346px;
  margin-top: 10px
}

#product_search .modal .inner .btn:nth-of-type(1), #product_search .modal .inner .btn:nth-of-type(2) {
  margin-top: 20px
}

#product_search .modal .footer {
  width: 760px;
  height: 45px;
  padding: 10px 20px 0;
  text-align: right
}

#tackle_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 20, 20, 0.9);
  z-index: 100
}

#tackle_modal .inner {
  position: absolute;
  width: 450px;
  height: 600px;
  padding: 25px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  overflow: auto
}

#tackle_modal .inner h1 {
  padding: 10px 15px;
  background-color: #eee;
  border-radius: 3px;
  font-size: 16px;
  line-height: 100%
}

#tackle_modal .inner p {
  padding: 10px 15px 20px
}

#tackle_modal .inner .btn {
  height: auto;
  position: relative;
  display: block;
  margin-top: 3px;
  text-align: center;
  cursor: pointer
}

#tackle_modal .inner .btn img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto
}

#tackle_modal .inner .btn.cancel {
  border: 1px solid #888;
  background-color: #888;
  color: #fff
}

#tackle_modal .inner .btn.cancel:hover {
  opacity: 0.8
}

#single_column h1 {
  font-weight: bold
}

#single_column .body {
  position: relative
}

#single_column .body h2 {
  margin: 60px 0 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 150%;
  font-weight: bold
}

#single_column .body h3 {
  margin: 40px 0 0;
  padding: 10px 15px 7px;
  border-radius: 3px;
  background-color: #f0f0f0;
  font-size: 14px;
  line-height: 130%;
  font-weight: bold
}

#single_column .body p {
  padding-top: 25px;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em
}

#single_column .body .ang {
  display: inline-block;
  margin-top: 10px;
  color: #aaaaaa;
  font-weight: bold
}

#single_column .body .ang:first-child {
  margin-top: 0
}

#single_column .body .tan {
  display: inline-block;
  margin-top: 10px;
  color: #1184C7;
  font-weight: bold
}

#single_column .body .tan:first-child {
  margin-top: 0
}

#single_column .body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 680px;
  max-height: 500px;
  margin: 0 auto;
  border-radius: 3px
}

#single_column .body img+img {
  margin-top: 15px
}

#single_column .body.nologin {
  height: 1000px;
  overflow: hidden
}

#single_column .body .body_mask {
  position: absolute;
  width: 680px;
  height: 400px;
  padding-top: 200px;
  left: 0;
  bottom: 0;
  background-image: url(../img/login_mask.png);
  background-repeat: repeat-x
}

#single_column .body .body_mask .inner {
  width: 100%;
  margin: 25px 0 0;
  padding: 25px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  border-radius: 3px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#single_column .body .body_mask .inner h2 {
  text-align: center;
  margin: 0;
  padding: 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  color: #777;
  font-weight: bold
}

#single_column .body .body_mask .inner p {
  padding-top: 0;
  font-size: 12px;
  text-align: center
}

#single_column .body .body_mask .inner .btn {
  padding: 14px 20px;
  margin-top: 25px;
  font-size: 17px;
  line-height: 100%
}

#single_column .writer {
  margin-top: 40px;
  border-left: 3px solid #aaa;
  padding-left: 30px
}

#single_column .writer span {
  font-size: 12px;
  color: #aaa;
  line-height: 100%
}

#single_column .writer h2 {
  margin: 0;
  padding: 5px 0 3px;
  font-size: 16px;
  line-height: 100%;
  font-weight: bold
}

#single_column .writer h3 {
  margin: 0;
  font-size: 12px;
  color: #aaa;
  line-height: 100%
}

#single_report header {
  margin-bottom: 15px
}

#single_report .blog {
  padding: 5px 0 0
}

#single_report .blog a {
  display: block;
  padding: 20px 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #202020;
  font-size: 18px;
  line-height: 100%
}

#single_report .blog a:hover {
  background-color: #fafafa;
  border: 1px solid #bbb
}

#single_report .blog a:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2)
}

#single_report .img {
  padding: 25px 0 35px;
  text-align: center
}

#single_report .img img {
  width: auto;
  height: auto;
  max-width: 680px;
  max-height: 500px;
  border-radius: 3px
}

#single_report .text {
  padding: 0 0 35px;
  font-size: 14px;
  line-height: 220%;
  text-align: justify;
  letter-spacing: 0.05em
}

#single_report .spec .right dl {
  width: 440px
}

#single_report .spec .right dl dt {
  width: 80px
}

#single_report .spec .right dl dd {
  width: 360px;
  padding-left: 80px
}

#single_report .spec .right dl dd:first-of-type {
  padding-left: 0
}

#single_report .spec .right dl dd.other {
  padding-bottom: 30px;
  line-height: 160%
}

#single_report .spec dl {
  float: left;
  width: 240px;
  color: #888;
  font-size: 12px;
  line-height: 100%
}

#single_report .spec dl dt {
  float: left;
  width: 90px;
  height: 12px;
  padding-bottom: 10px
}

#single_report .spec dl dt i {
  margin-right: 3px
}

#single_report .spec dl dd {
  float: left;
  width: 150px;
  height: 12px;
  padding-bottom: 10px
}

#single_report .spec dl dd.userrank {
  height: auto;
  padding-top: 14px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  line-height: 140%
}

#single_report .spec dl dd.platinum {
  background-image: url(../img/rank_platinum_mini.png)
}

#single_report .spec dl dd.platinum_s1 {
  background-image: url(../img/rank_platinum_1_mini.png)
}

#single_report .spec dl dd.platinum_s2 {
  background-image: url(../img/rank_platinum_2_mini.png)
}

#single_report .spec dl dd.platinum_s3 {
  background-image: url(../img/rank_platinum_3_mini.png)
}

#single_report .spec dl dd.platinum_s4 {
  background-image: url(../img/rank_platinum_4_mini.png)
}

#single_report .spec dl dd.platinum_s5 {
  background-image: url(../img/rank_platinum_5_mini.png)
}

#single_report .spec dl dd.platinum_s6 {
  background-image: url(../img/rank_platinum_6_mini.png)
}

#single_report .spec dl dd.gold {
  background-image: url(../img/rank_gold_mini.png)
}

#single_report .spec dl dd.silver {
  background-image: url(../img/rank_silver_mini.png)
}

#single_report .spec dl dd.bronze {
  background-image: url(../img/rank_bronze_mini.png)
}

#single_report .spec dl dd.regular {
  background-image: url(../img/rank_regular_mini.png)
}

#single_report .spec dl dd.staff {
  background-image: url(../img/rank_staff_mini.png)
}

#single_report .spec dl dd.pro {
  background-image: url(../img/rank_pro_mini.png)
}

#single_report .spec dl dd.crew {
  background-image: url(../img/rank_crew_mini.png)
}

#single_report .spec dl dd.oldmonitor {
  background-image: url(../img/rank_oldmonitor_mini.png)
}

#single_report .spec dl dd.monitor.platinum {
  background-image: url(../img/rank_monitorP_mini.png) !important
}

#single_report .spec dl dd.monitor.gold {
  background-image: url(../img/rank_monitorG_mini.png) !important
}

#single_report .spec dl dd.monitor.silver {
  background-image: url(../img/rank_monitorS_mini.png) !important
}

#single_report .spec dl dd.monitor.bronze {
  background-image: url(../img/rank_monitorB_mini.png) !important
}

#single_report .spec dl dd.monitor.regular {
  background-image: url(../img/rank_monitorR_mini.png) !important
}

#single_report .spec dl:after {
  display: block;
  clear: both;
  content: ""
}

#single_report .spec:after {
  display: block;
  clear: both;
  content: ""
}

#single_report .footer {
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 2px dotted #bbb;
  text-align: center
}

#single_report .footer .exclamation {
  display: inline-block;
  margin-top: 15px;
  color: #999;
  font-size: 12px
}

#single_report .footer .exclamation:hover {
  color: #f00
}

#mypage .counter {
  position: relative;
  float: left;
  width: 330px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 10px;
  padding: 8px 12px 6px 12px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  font-size: 24px;
  line-height: 100%;
  text-align: right;
  vertical-align: bottom
}

#mypage .counter h2 {
  position: absolute;
  top: 13px;
  left: 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 100%
}

#mypage .coin {
  background-color: #fcf7e2
}

#mypage .coin.gift {
  margin: 10px 0px 10px;
  float: none
}

#mypage .stock {
  margin-left: 20px;
  background-color: #e2ebfc
}

#mypage .next {
  background-color: #fce2e2
}

#mypage .mileage {
  margin-left: 20px;
  background-color: #e2fce4
}

#mypage .rank {
  width: 678px;
  height: 100px;
  margin-top: 20px;
  background-position: 50% 50%;
  border: 1px solid #eee
}

#mypage .rank.regular {
  background-image: url(../img/mypage_rank_regular.png)
}

#mypage .rank.bronze {
  background-image: url(../img/mypage_rank_bronze.png)
}

#mypage .rank.silver {
  background-image: url(../img/mypage_rank_silver.png)
}

#mypage .rank.gold {
  background-image: url(../img/mypage_rank_gold.png)
}

#mypage .rank.platinum {
  background-image: url(../img/mypage_rank_platinum.png)
}

#mypage .rank.pro {
  background-image: url(../img/mypage_rank_platinum.png)
}

#mypage .rank.staff {
  background-image: url(../img/mypage_rank_platinum.png)
}

#mypage:after {
  display: block;
  clear: both;
  content: ""
}

#mypage .log dt {
  padding-top: 20px;
  color: #999;
  font-size: 12px;
  line-height: 120%
}

#mypage .log dd+dt {
  padding-top: 10px
}

#mypage .trophy {
  margin: 30px 0 0;
  padding: 0 0 0 50px;
  background-position: 0 0;
  background-repeat: no-repeat
}

#mypage .trophy.gold {
  background-image: url(../img/trophy_gold.png)
}

#mypage .trophy.silver {
  background-image: url(../img/trophy_silver.png)
}

#mypage .trophy.bronze {
  background-image: url(../img/trophy_bronze.png)
}

#mypage .trophy h1 {
  padding: 4px 0 2px 60px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  background-repeat: no-repeat;
  background-position: 0 50%
}

#mypage .trophy.gold h1 {
  background-image: url(../img/rank_gold_mini.png)
}

#mypage .trophy.silver h1 {
  background-image: url(../img/rank_silver_mini.png)
}

#mypage .trophy.bronze h1 {
  background-image: url(../img/rank_bronze_mini.png)
}

#mypage .trophy.monitor h1 {
  background-image: url(../img/rank_monitor_mini.png) !important
}

#mypage .trophy h2 {
  font-size: 12px;
  color: #888;
  line-height: 150%
}

#mypage .trophy dl {
  padding-top: 3px
}

#mypage .trophy dl dt, #mypage .trophy dl dd {
  padding-top: 7px;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 100%
}

#mypage .trophy dl dt {
  width: 52px;
  padding-right: 8px;
  font-weight: bold
}

#mypage .trophy dl dd {
  width: 570px;
  color: #888
}

#mypage .trophy dl:after {
  display: block;
  clear: both;
  content: ""
}

#mypage .present_list .comingsoon {
  margin-top: 20px;
  padding: 15px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center
}

#mypage .present_list .item {
  margin-bottom: 10px;
  padding-bottom: 15px;
  background-color: #fafafa;
  border-radius: 5px
}

#mypage .present_list .item h1 {
  padding: 5px 15px;
  background-color: #444;
  border-radius: 5px 5px 0 0;
  color: #fff
}

#mypage .present_list .item .body {
  padding: 15px
}

#mypage .present_list .item .body img {
  float: left;
  width: 160px
}

#mypage .present_list .item .body p {
  float: right;
  padding-top: 5px;
  width: 470px;
  font-size: 12px;
  line-height: 160%
}

#mypage .present_list .item .body:after {
  display: block;
  clear: both;
  content: ""
}

#mypage .present_list .item .rank_limit {
  width: 650px;
  margin: 0 15px 5px;
  padding: 10px 0;
  border-radius: 3px;
  background-color: #95a5a6;
  text-align: center;
  font-weight: bold
}

#mypage .present_list .item .rank_limit.gold {
  background-color: #f1c40f
}

#mypage .present_list .item .rank_limit.platinum {
  background-color: #00CBFF
}

#mypage .present_list .item .price {
  position: relative;
  width: 573px;
  height: 50px;
  padding-left: 75px;
  margin: 0 15px 5px;
  border-radius: 3px;
  border: 1px solid #444;
  background-color: #fff
}

#mypage .present_list .item .price.kokan {
  border: 1px solid #e74c3c
}

#mypage .present_list .item .price.kokan .label {
  background-color: #e74c3c
}

#mypage .present_list .item .price.kokan .btn {
  color: #e74c3c
}

#mypage .present_list .item .price.chusen {
  border: 1px solid #16a085
}

#mypage .present_list .item .price.chusen .label {
  background-color: #16a085
}

#mypage .present_list .item .price.chusen .btn {
  color: #16a085
}

#mypage .present_list .item .price .label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 60px;
  padding: 18px 0;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  text-align: center
}

#mypage .present_list .item .price .btn {
  position: absolute;
  top: 8px;
  right: 8px
}

#mypage .present_list .item .price .btn strong {
  font-weight: bold
}

#mypage .present_list .item .price .btn.closed:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  padding: 9px 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  content: "ランク不足"
}

#mypage .present_list .item .price .text {
  display: block;
  padding-top: 12px;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold
}

#mypage .present_list .item .price .text strong {
  font-weight: bold;
  color: #16a085
}

#mypage .present_list .item .price .tip {
  display: block;
  padding-top: 4px;
  font-size: 10px;
  line-height: 100%;
  color: #888
}

#mypage .present_list .btn.disabled {
  opacity: 0.2 !important;
  cursor: default !important
}

#mypage .ticket {
  width: 680px;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #2c3e50;
  background-image: url(../img/ticket_bk.png);
  background-position: 0 -60px
}

#mypage .ticket .info {
  float: left;
  width: 440px;
  margin: 0;
  padding: 0 !important
}

#mypage .ticket .info .head {
  padding: 25px 0 0 25px !important;
  font-size: 17px;
  line-height: 130%;
  font-weight: bold;
  color: #ffdd56;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.5)
}

#mypage .ticket .info h1 {
  padding: 6px 0 0 25px !important;
  font-size: 28px;
  line-height: 120%;
  font-weight: bold;
  color: #ffdd56;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.5)
}

#mypage .ticket .info p {
  padding: 15px 25px 0 25px !important;
  font-size: 12px;
  line-height: 160%;
  text-align: justify;
  color: #95a5a6;
  letter-spacing: 0.04em
}

#mypage .ticket .info p strong {
  color: #f1c40f
}

#mypage .ticket .info p .btn {
  float: right;
  margin-top: 15px
}

#mypage .ticket .info p:after {
  display: block;
  clear: both;
  content: ""
}

#mypage .ticket .mogiri {
  position: relative;
  display: block;
  float: right;
  width: 236px;
  height: 250px;
  margin: 0;
  padding: 0 !important;
  background-color: #2c3e50;
  border-radius: 0 10px 10px 0;
  border-top: 2px solid #2c3e50;
  border-right: 2px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  border-left: 2px dotted #fff
}

#mypage .ticket .mogiri a {
  position: absolute;
  display: block;
  width: 180px;
  height: 66px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid #3d536a;
  background-color: #192c40;
  color: #7b91a8;
  text-align: center
}

#mypage .ticket .mogiri a .title {
  display: block;
  padding: 9px 0 6px;
  font-size: 15px;
  line-height: 100%
}

#mypage .ticket .mogiri a .caution {
  display: block;
  font-size: 10px;
  line-height: 140%
}

#mypage .ticket .mogiri p {
  display: none
}

#mypage .ticket.ticket_end .mogiri {
  background-color: #ddd;
  border-radius: 0 10px 10px 0;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-left: 2px solid #ddd
}

#mypage .ticket.ticket_end .mogiri a {
  display: none
}

#mypage .ticket.ticket_end .mogiri p {
  position: absolute;
  display: block;
  width: 100%;
  height: 14px;
  padding: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #666;
  font-size: 14px;
  line-height: 100%;
  text-align: center
}

#mypage .ticket:after {
  display: block;
  clear: both;
  content: ""
}

#about-page article {
  padding-bottom: 50px
}

#about-page .award_photo {
  width: 80% !important;
  max-height: 1000px !important
}

#about-page .this_present {
  padding-top: 5px !important;
  text-align: center
}

#about-page .this_present.gold {
  color: #cc8600
}

#about-page .this_present.silver {
  color: #7b7d84
}

#about-page .this_present.bronze {
  color: #915d3c
}

#about-page .photo_title {
  padding-bottom: 15px;
  text-align: center
}

#about-page .photo_title .title {
  display: block;
  font-size: 1.4em;
  font-weight: bold
}

#about-page .photo_title .name {
  display: block
}

#for_print #print_field {
  width: 960px;
  margin: 0 auto
}

#for_print #print_field h1 {
  display: block;
  width: 960px;
  height: 80px
}

#for_print #print_field h1 img {
  width: 100%;
  height: auto
}

#for_print #print_field h2 {
  display: block;
  width: 940px;
  padding: 15px 0 15px 20px;
  background-color: #eeeeee;
  font-size: 45px;
  font-weight: bold;
  line-height: 100%
}

#for_print #print_field .wrap {
  width: 960px;
  padding: 30px 0
}

#for_print #print_field .wrap .img {
  position: relative;
  width: 600px;
  float: left;
  text-align: center
}

#for_print #print_field .wrap .img img {
  width: auto;
  height: auto;
  border-radius: 5px;
  max-width: 600px;
  max-height: 500px
}

#for_print #print_field .wrap .left {
  width: 330px;
  float: right
}

#for_print #print_field .wrap .left dt {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 100%
}

#for_print #print_field .wrap .left dt i {
  color: #31a8e6;
  margin-right: 5px
}

#for_print #print_field .wrap .left dd {
  color: #444;
  padding: 0 0 5px 25px;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold
}

#for_print #print_field .wrap .left dd.userrank {
  position: relative;
  padding-top: 28px;
  background-repeat: no-repeat;
  background-position: 25px 0
}

#for_print #print_field .wrap .left dd.regular {
  background-image: url(../img/rank_regular.png)
}

#for_print #print_field .wrap .left dd.bronze {
  background-image: url(../img/rank_bronze.png)
}

#for_print #print_field .wrap .left dd.silver {
  background-image: url(../img/rank_silver.png)
}

#for_print #print_field .wrap .left dd.gold {
  background-image: url(../img/rank_gold.png)
}

#for_print #print_field .wrap .left dd.platinum {
  background-image: url(../img/rank_platinum.png)
}

#for_print #print_field .wrap .left dd.platinum_s1 {
  background-image: url(../img/rank_platinum_1.png)
}

#for_print #print_field .wrap .left dd.platinum_s2 {
  background-image: url(../img/rank_platinum_2.png)
}

#for_print #print_field .wrap .left dd.platinum_s3 {
  background-image: url(../img/rank_platinum_3.png)
}

#for_print #print_field .wrap .left dd.platinum_s4 {
  background-image: url(../img/rank_platinum_4.png)
}

#for_print #print_field .wrap .left dd.platinum_s5 {
  background-image: url(../img/rank_platinum_5.png)
}

#for_print #print_field .wrap .left dd.platinum_s6 {
  background-image: url(../img/rank_platinum_6.png)
}

#for_print #print_field .wrap .left dd.staff {
  background-image: url(../img/rank_staff.png)
}

#for_print #print_field .wrap .left dd.pro {
  background-image: url(../img/rank_pro.png)
}

#for_print #print_field .wrap .left dd.gest {
  background-image: url(../img/rank_gest.png)
}

#for_print #print_field .wrap .left dd.crew {
  background-image: url(../img/rank_crew.png)
}

#for_print #print_field .wrap .left dd.oldmonitor {
  background-image: url(../img/rank_oldmonitor.png)
}

#for_print #print_field .wrap .left dd.monitor {
  background-image: url(../img/rank_monitor.png) !important
}

#for_print #print_field .wrap .left dd+dt {
  padding-top: 15px
}

#for_print #print_field .wrap:after {
  display: block;
  clear: both;
  content: ""
}

#for_print #print_field .text {
  border: 4px solid #eee;
  padding: 20px 25px 17px;
  font-size: 16px;
  line-height: 180%
}

.reviewpost {
  border-left: 3px solid #ddd;
  margin-top: 18px;
  padding: 8px 0 8px 15px
}

.reviewpost h1 {
  font-size: 14px;
  line-height: 100%;
  font-weight: bold
}

.reviewpost .name {
  font-size: 12px;
  line-height: 100%;
  font-weight: bold
}

.reviewpost p {
  padding: 3px 0 8px !important;
  color: #999;
  font-size: 12px;
  line-height: 160%
}

#million_slot {
  position: relative;
  width: 680px;
  height: 340px;
  margin-top: 25px;
  background-image: url(../img/slot/slot_bk_1.png)
}

#million_slot .reel_wrapper {
  position: absolute;
  display: block;
  width: 400px;
  height: 160px;
  top: 80px;
  left: 140px;
  border-radius: 5px;
  overflow: hidden
}

#million_slot .reel_wrapper:after {
  display: block;
  position: absolute;
  width: 400px;
  height: 160px;
  border-radius: 3px;
  top: 0;
  left: 0;
  background-image: url(../img/slot/slot_wheel.png);
  content: "";
  z-index: 5
}

#million_slot .reel {
  position: absolute;
  width: 400px;
  height: 800px;
  top: 0;
  left: 0
}

#million_slot .reel li {
  display: block;
  width: 400px;
  height: 160px
}

#million_slot .reel li.reel_1st {
  position: absolute;
  width: 400px;
  height: 6400px;
  top: -320px;
  background-image: url(../img/slot/slot_0.png)
}

#million_slot .reel li.stop {
  top: -320px;
  background-image: url(../img/slot/slot_nn.png);
  -webkit-animation: reel 7s cubic-bezier(0.01, 0.92, 0.83, 1.08) 1;
  -moz-animation: reel 7s cubic-bezier(0.01, 0.92, 0.83, 1.08) 1;
  -ms-animation: reel 7s cubic-bezier(0.01, 0.92, 0.83, 1.08) 1;
  -o-animation: reel 7s cubic-bezier(0.01, 0.92, 0.83, 1.08) 1;
  animation: reel 7s cubic-bezier(0.01, 0.92, 0.83, 1.08) 1
}

@-webkit-keyframes reel {
  0% {
    top: -6240px
  }
  100% {
    top: -320px
  }
}

@-moz-keyframes reel {
  0% {
    top: -6240px
  }
  100% {
    top: -320px
  }
}

@-ms-keyframes reel {
  0% {
    top: -6240px
  }
  100% {
    top: -320px
  }
}

@-o-keyframes reel {
  0% {
    top: -6240px
  }
  100% {
    top: -320px
  }
}

@keyframes reel {
  0% {
    top: -6240px
  }
  100% {
    top: -320px
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg)
  }
  100% {
    -moz-transform: rotate(360deg)
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg)
  }
  100% {
    -ms-transform: rotate(360deg)
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg)
  }
  100% {
    -o-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(10px)
  }
}

@-moz-keyframes jump {
  0% {
    -moz-transform: translateY(0)
  }
  100% {
    -moz-transform: translateY(10px)
  }
}

@-ms-keyframes jump {
  0% {
    -ms-transform: translateY(0)
  }
  100% {
    -ms-transform: translateY(10px)
  }
}

@-o-keyframes jump {
  0% {
    -o-transform: translateY(0)
  }
  100% {
    -o-transform: translateY(10px)
  }
}

@keyframes jump {
  0% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(10px)
  }
}

#admin>h1 {
  padding: 20px;
  font-size: 18px;
  line-height: 100%;
  background-color: #333;
  color: #fff
}

#admin section {
  padding: 20px
}

#admin section h1 {
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 2px dotted #888;
  font-size: 18px;
  font-weight: bold
}

#admin section a {
  margin-right: 3px;
  margin-bottom: 6px;
  width: 100px
}

#admin section a.none {
  opacity: 0.25
}

.forsp {
  display: none !important
}

#print_coupon {
  display: block;
  border: 2px solid #000
}

#print_coupon .qr_output {
  width: 200px;
  height: 200px;
  padding: 50px
}

#print_coupon td {
  padding-right: 50px
}

#print_coupon td h1 {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 140%;
  font-weight: bold
}

#print_coupon td h2 {
  font-size: 12px;
  line-height: 160%
}

#print_coupon td p {
  padding-top: 20px;
  font-size: 10px
}

#print_coupon_line {
  position: relative;
  height: 7px;
  margin: 25px 0;
  border-bottom: 1px dotted #000
}

#print_coupon_line i {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding-right: 5px;
  font-size: 16px;
  line-height: 100%;
  background-color: #fff
}

.forSP {
  display: none !important
}

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