@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 {
  background-color: #fefefe;
  color: #121212;
  font-family: "Roboto", "Mplus 1p", "Shuei MaruGo L", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 180%;
}

img {
  vertical-align: bottom;
}

a {
  color: #31a8e6;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover {
  color: #222324;
}

.hidden {
  display: none !important;
}

.btn {
  display: inline-block;
  height: 12px;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  color: #222324;
  font-size: 12px;
  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.facebook:hover {
  background-color: #3B5998;
  color: #fff;
}

#duel_header {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#duel_header .logo {
  display: block;
  -webkit-order: 0;
  order: 0;
  width: 260px;
  height: 35px;
  padding: 15px 0;
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/header_logo_sp.png);
  background-size: auto 35px;
  background-position: 15px 15px;
  background-repeat: no-repeat;
  font-size: 0;
}

#duel_header .btob_nav {
  display: none;
}

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

#duel_header .sub_nav .inner {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px 30px 30px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#duel_header .sub_nav .inner h1 {
  display: none;
}

#duel_header .sub_nav .inner ul li {
  display: block;
  width: 100%;
  margin: 0 auto 3px;
}

#duel_header .sub_nav .inner ul li a {
  display: block;
  padding: 11px 0 11px 15px;
  background-color: #ddd;
  color: #111;
  font-size: 13px;
  line-height: 100%;
}

#duel_header .sub_nav .inner ul li a.facebook {
  background-color: #3b5998;
  color: #fff;
}

#duel_header .sub_nav .inner ul li a.twitter {
  background-color: #55acee;
  color: #fff;
}

#duel_header .sub_nav .inner ul li a.instagram {
  border-radius: 0 0 5px 5px;
  background-color: #55acee;
  color: #fff;
  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 ul.forSP a {
  display: block;
  height: 13px;
  padding: 11px 0 11px 50px;
  background-color: #ffffff;
  background-position: 15px 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 100%;
}

#duel_header .sub_nav .inner ul.forSP li:nth-of-type(1) a {
  border-radius: 5px 5px 0 0;
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_product_sp.png);
}

#duel_header .sub_nav .inner ul.forSP li:nth-of-type(2) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_movie_sp.png);
}

#duel_header .sub_nav .inner ul.forSP li:nth-of-type(3) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_media_sp.png);
}

#duel_header .sub_nav .inner ul.forSP li:nth-of-type(4) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_magazine_sp.png);
}

#duel_header .sub_nav .inner ul.forSP li:nth-of-type(5) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_magazine_sp.png);
}

#duel_header .sub_nav .inner ul.forSP li:nth-of-type(6) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_magazine_sp.png);
}

#duel_header .sub_nav .inner ul.forSP li:nth-of-type(7) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_news_sp.png);
}

#duel_header .sub_nav .inner ul.forSP li:nth-of-type(8) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_webshop_sp.png);
}
#duel_header .sub_nav .inner ul.forSP.btob_nav_sp a {
  padding: 20px 0 20px 0;
  text-align: center;
}

#duel_header .sub_nav .inner ul.forSP.btob_nav_sp li:nth-of-type(1) a {
  border-radius: 5px 5px 0 0;
  background-image: none;
  background-color: #55acee;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
}

#duel_header .sub_nav .inner ul.forSP.btob_nav_sp li:nth-of-type(2) a {
  background-image: none;
  background-color: #fed900;
  color: #0a0a0a;
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
}

#duel_header .sub_nav .inner ul .btob_nav_last a {
  border-radius: 0 0 5px 5px;
}

#duel_header .sub_nav #sub_nav_toggle span:nth-of-type(1) {
  position: absolute;
  display: block;
  width: 90px;
  height: 12px;
  top: 0;
  right: 0;
  padding: 10px 0;
  border-radius: 0 0 0 5px;
  background-color: #111111;
  color: #efefef;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}

#duel_header .sub_nav #sub_nav_toggle span:nth-of-type(2) {
  display: none;
}

#duel_header .sub_nav.active {
  height: 100%;
}

#duel_header .sub_nav.active .inner {
  display: block;
}

#duel_header .sub_nav.active #sub_nav_toggle span:nth-of-type(1) {
  display: none;
}

#duel_header .sub_nav.active #sub_nav_toggle span:nth-of-type(2) {
  position: fixed;
  display: block;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 30px;
  padding: 5px 0;
  color: #efefef;
  z-index: 11;
}

#duel_header .search_nav {
  -webkit-order: 2;
  order: 2;
  display: block;
  display: none;
  width: 100%;
  padding: 3px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#duel_header .search_nav h1 {
  width: 100%;
  padding: 2px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #fed900;
  font-size: 13px;
  text-align: center;
}

#duel_header .search_nav form {
  display: block;
  padding: 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #efefef;
}

#duel_header .search_nav form input[type=text] {
  float: left;
  width: 90%;
  height: 30px;
  padding: 9px 8px;
  border-radius: 3px 0 0 3px;
  border: none;
  background-color: #fff;
  color: #111;
  font-size: 12px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#duel_header .search_nav form label {
  float: left;
  width: 10%;
  height: 30px;
  padding: 7px 0 0;
  border-radius: 0 3px 3px 0;
  background-color: #111;
  color: #fed900;
  font-size: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#duel_header .search_nav form label i {
  font-size: 12px;
  line-height: 100%;
}

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

#duel_header .search_nav form input[type=submit] {
  display: none;
}

#duel_header .main_nav {
  display: none;
  -webkit-order: 1;
  order: 1;
  position: relative;
  width: 100%;
}

#duel_header .main_nav ul {
  display: block;
}

#duel_header .main_nav ul li {
  display: block;
  padding: 0 15px 3px;
}

#duel_header .main_nav ul li a {
  display: block;
  height: 13px;
  padding: 11px 0 11px 50px;
  border-radius: 5px;
  background-color: #efefef;
  background-position: 15px 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 100%;
}

#duel_header .main_nav ul li:nth-of-type(1) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_product_sp.png);
}

#duel_header .main_nav ul li:nth-of-type(2) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_movie_sp.png);
}

#duel_header .main_nav ul li:nth-of-type(3) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_media_sp.png);
}

#duel_header .main_nav ul li:nth-of-type(4) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_magazine_sp.png);
}

#duel_header .main_nav ul li:nth-of-type(5) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_magazine_sp.png);
}

#duel_header .main_nav ul li:nth-of-type(6) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_magazine_sp.png);
}

#duel_header .main_nav ul li:nth-of-type(7) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_news_sp.png);
}

#duel_header .main_nav ul li:nth-of-type(8) a {
  background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/nav/nav_webshop_sp.png);
}

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

#dm_navigation {
  position: relative;
  width: 100%;
  background-color: #ffe200;
  z-index: 1;
}

#dm_navigation .inner {
  width: 100%;
}

#dm_navigation .inner h1 {
  padding: 10px 0;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
	color: #000;
}

#dm_navigation .inner h1 a {
  color: #111;
}

#dm_navigation .inner > ul li {
  float: left;
  display: block;
  width: 100%;
}

#dm_navigation .inner > ul li a {
  display: block;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  color: #111;
}

#dm_navigation .inner > ul li span {
  display: none;
}

#dm_navigation .inner > ul li:nth-of-type(2n) a {
  border-right: none;
}

#dm_navigation .inner > ul:after {
  display: block;
  clear: both;
  content: "";
}

#dm_navigation h1 {
  font-size: 24px;
  font-weight: bold;
}

#footer {
  width: 100%;
  margin-top: 60px;
  background-color: #111;
}

#footer .inner {
  position: relative;
}

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

#footer .inner .copy {
  padding: 0 10px 10px;
  color: #fff;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
}

#footer .contact {
  padding: 20px 10px;
  text-align: center;
}

#footer .contact .btn {
  display: inline-block;
  height: 24px;
  padding: 5px;
  border: 1px solid #888;
  border-radius: 3px;
  background-color: transparent;
  color: #888;
  font-size: 10px;
  line-height: 120%;
  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);
}

#duelmagazine #header {
  position: relative;
  padding: 30px 10px;
  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: 20px;
  line-height: 100%;
  text-shadow: 0 2px 0 #000;
}

#duelmagazine #header h2 {
  padding-top: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 120%;
  text-shadow: 0 1px 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 {
  padding: 15px 10px 10px;
  background-color: #fafafa;
}

#duelmagazine #my_status .inner .rank {
  float: left;
  display: block;
  width: 60px;
  height: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-size: cover;
}

#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 {
  display: none;
}

#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 {
  display: block;
  float: left;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 100%;
}

#duelmagazine #my_status .inner hr {
  border: none;
  clear: both;
}

#duelmagazine #my_status .inner .btn {
  float: left;
  margin: 0 2px 2px 0;
}

#duelmagazine #my_status .inner:after {
  display: block;
  clear: both;
  content: "";
}

#duelmagazine #my_rankup {
  padding: 5px 0 8px;
  margin: 10px 10px 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;
  padding: 3px 5px;
  margin: 5px 10px 0;
  border: 1px solid #2FCDB4;
  border-radius: 5px;
  text-align: justify;
  color: #2FCDB4;
  font-size: 12px;
  text-align: left;
  line-height: 120%;
}

#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: 100%;
  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 {
  -webkit-order: 1;
  order: 1;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#duelmagazine .wrapper > .left .list {
  width: 100%;
  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 {
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#duelmagazine .wrapper > .right header {
  width: 100%;
  padding-top: 10px;
  position: relative;
}

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

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

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

#duelmagazine .wrapper > .right header p {
  font-size: 10px;
  color: #999;
}

#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 .pagenation {
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

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

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

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

#duelmagazine .wrapper > .right .item a.clickarea .thumbnail {
  position: absolute;
  display: block;
  width: 120px;
  height: 80px;
  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: 0 0 7px;
  font-size: 12px;
  line-height: 120%;
  font-weight: bold;
}

#duelmagazine .wrapper > .right .item a.clickarea h1 .pr {
  display: block;
  color: #999;
  margin-top: 5px;
  padding: 2px 0;
  border: 1px solid #ccc;
  background-color: #fafafa;
  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: 10px;
  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: 10px;
  line-height: 100%;
}

#duelmagazine .wrapper > .right .item a.clickarea dl dt {
  padding-bottom: 3px;
  line-height: 100%;
  color: #444;
}

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

#duelmagazine .wrapper > .right .item a.clickarea dl dd {
  padding: 0 0 5px 15px;
  line-height: 100%;
}

#duelmagazine .wrapper > .right .item a.clickarea dl dd.userrank {
  padding-top: 15px;
  background-position: 15px 0;
  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.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 > .right .double_toggle {
  display: block;
  margin: 5px 0 15px;
  padding: 5px 0 6px;
  border-radius: 5px;
  background-color: #eee;
  text-align: center;
  font-size: 10px;
  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 15px;
  padding: 1px 15px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
}

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

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

#duelmagazine .wrapper .message, #duelmagazine .wrapper .error {
  margin: 10px;
  padding: 10px;
  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;
  margin-bottom: 10px;
  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;
  margin-bottom: 8px;
  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 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: 34px;
  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;
}

#duelmagazine #single_report .single .img {
  padding-top: 10px;
}

#duelmagazine #single_report .single .img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

#duelmagazine #single_report .single .text {
  padding: 20px 0 20px;
  font-size: 12px;
  line-height: 200%;
  text-align: justify;
  letter-spacing: 0.05em;
}

#duelmagazine #single_report .single .spec .right dl {
  font-size: 12px;
}

#duelmagazine #single_report .single .spec .right dl dt {
  width: 100%;
}

#duelmagazine #single_report .single .spec .right dl dd {
  width: 100%;
}

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

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

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

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

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

#duelmagazine #single_report .single .spec dl dd {
  float: left;
  width: 70%;
  padding-bottom: 10px;
}

#duelmagazine #single_report .single .spec dl dd.userrank {
  padding-top: 18px;
  background-position: 0 1px;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#duelmagazine #single_report .single .footer {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #bbb;
  text-align: center;
}

#duelmagazine #single_report .single .footer .exclamation {
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
}

#duelmagazine #single_report .single .footer .btn {
  margin-bottom: 3px;
}

#duelmagazine #single_report .blog {
  width: 100%;
  padding: 5px 0 0;
}

#duelmagazine #single_report .blog a {
  display: block;
  width: 100%;
  height: 30px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #202020;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

#duelmagazine #single_column header h1 {
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
}

#duelmagazine #single_column .body {
  position: relative;
}

#duelmagazine #single_column .body h2 {
  margin: 40px 0 0;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  text-align: justify;
}

#duelmagazine #single_column .body h3 {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 130%;
  font-weight: bold;
  text-align: justify;
}

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

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

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

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

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

#duelmagazine #single_column .body img {
  width: 100%;
  height: auto;
}

#duelmagazine #single_column .body img + img {
  padding-top: 15px;
}

#duelmagazine #single_column .body iframe {
  width: 100%;
  height: auto;
}

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

#duelmagazine #single_column .body .body_mask {
  position: absolute;
  width: 100%;
  padding-top: 130px;
  left: 0;
  bottom: 0;
  background-image: url(../img/login_mask.png);
  background-repeat: repeat-x;
}

#duelmagazine #single_column .body .body_mask .inner {
  width: 100%;
  margin: 25px 0 0;
  padding: 10px;
  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;
}

#duelmagazine #single_column .body .body_mask .inner h2 {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  margin-bottom: 10px;
  border: none !important;
  color: #777;
  font-weight: bold;
}

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

#duelmagazine #single_column .body .body_mask .inner .btn {
  margin-top: 10px;
  padding: 14px 20px;
}

#duelmagazine #single_column .writer {
  margin-top: 20px;
  border-left: 2px solid #aaa;
  padding-left: 20px;
}

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

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

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

#duelmagazine #mypage .counter {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0 0;
  padding: 6px 10px;
  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: 20px;
  line-height: 100%;
  text-align: right;
  vertical-align: bottom;
}

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

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

#duelmagazine #mypage .stock {
  background-color: #e2ebfc;
}

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

#duelmagazine #mypage .mileage {
  background-color: #e2fce4;
}

#duelmagazine #mypage .rank {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  background-position: 50% 50%;
  background-size: cover;
  border: 1px solid #eee;
}

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

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

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

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

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

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

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

#duelmagazine #mypage .inner p {
  padding-top: 10px;
}

#duelmagazine #mypage .inner > h2 {
  padding-top: 20px;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
}

#duelmagazine #mypage .inner ul {
  margin-top: 20px;
}

#duelmagazine #mypage .inner ul li {
  margin-bottom: 5px;
  line-height: 150%;
}

#duelmagazine #mypage img {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

#duelmagazine #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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

#duelmagazine #mypage .trophy dl dd {
  padding-top: 0px;
  width: 100%;
  color: #888;
}

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

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

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

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

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

#duelmagazine #mypage .present_list .item .body img {
  display: block;
  width: 50%;
  min-width: 160px;
  height: auto;
  margin: 0 auto;
}

#duelmagazine #mypage .present_list .item .body p {
  padding-top: 15px;
  width: 100%;
  font-size: 12px;
  line-height: 160%;
  text-align: justify;
}

#duelmagazine #mypage .present_list .item .body p br {
  display: none;
}

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

#duelmagazine #mypage .present_list .item .price {
  margin: 0 15px 0;
  border-radius: 3px;
  border: 1px solid #444;
  background-color: #fff;
}

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

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

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

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

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

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

#duelmagazine #mypage .present_list .item .price .label {
  display: block;
  height: 16px;
  width: 100%;
  padding: 8px 0;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

#duelmagazine #mypage .present_list .item .price .btn {
  display: block;
  width: 70%;
  margin: 6px auto;
  padding: 10px 0;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
}

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

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

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

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

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

#duelmagazine #mypage .ticket {
  width: 100%;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #2c3e50;
  background-image: url(../img/ticket_bk.png);
  background-size: cover;
}

#duelmagazine #mypage .ticket .info {
  margin: 0;
  padding: 0 !important;
}

#duelmagazine #mypage .ticket .info .head {
  padding: 15px 15px 0 15px !important;
  font-size: 13px;
  line-height: 120%;
  font-weight: bold;
  color: #ffdd56;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.5);
}

#duelmagazine #mypage .ticket .info .head br {
  display: none;
}

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

#duelmagazine #mypage .ticket .info h1 br {
  display: none;
}

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

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

#duelmagazine #mypage .ticket .info p .btn {
  display: none;
}

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

#duelmagazine #mypage .ticket .mogiri {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0 !important;
  background-color: #2c3e50;
  border-radius: 0 0 10px 10px;
  border-top: 1px dotted #fff;
  border-right: 2px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  border-left: 2px solid #2c3e50;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

#duelmagazine #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;
}

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

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

#duelmagazine #mypage .ticket.ticket_end .mogiri {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0 !important;
  background-color: #ddd;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-left: 2px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

#duelmagazine #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;
}

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

#duelmagazine #about-page h1 {
  padding: 5px 0 3px;
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
}

#duelmagazine #about-page h2 {
  margin-top: 25px;
  padding: 0 0 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #aaa;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
}

#duelmagazine #about-page h3 {
  margin-top: 25px;
  padding: 0 0 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #aaa;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
}

#duelmagazine #about-page img {
  padding-top: 10px;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

#duelmagazine #about-page p {
  padding-top: 10px;
}

#duelmagazine #about-page .inner div {
  padding: 20px 0;
  text-align: center;
}

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

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

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

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

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

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

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

#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: 90%;
  height: 300px;
  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);
  background-position: 50% 0;
  background-size: cover;
}

#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: 90px;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 40px 10px 0 10px;
  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: 100%;
  height: 230px;
  overflow: hidden;
}

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

#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;
}

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

.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: 0px 0 8px !important;
  color: #999;
  font-size: 11px;
  line-height: 160%;
  text-align: justify;
}

.reviewpost a {
  display: block;
  padding-right: 8px;
}

#post_report dd img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

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

#post_report .tackle .add_search .tackle_search_submit {
  float: left;
  width: 100%;
  height: 29px;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#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;
}

#post_report .tackle #tackle_stock li .tackle_name {
  float: left;
  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: 10px;
  text-align: center;
}

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

#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: 90%;
  height: 90%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

.forpc {
  display: none !important;
}

@-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);
  }
}
/*# sourceMappingURL=style_sp.css.map */