*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1080px;
  margin: 0;
  background-color: #fff;
  color: #222;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

a {
  color: #03c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

#logo {
  display: block;
  float: left;
  width: 236px;
  height: 44px;
  padding: 8px 0;
  opacity: 0.98;
}

#logo > img {
  display: block;
  width: 210px;
  height: auto;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  letter-spacing: -0.03em;
}

table {
  margin: 0;
  border: none;
  border-collapse: collapse;
}

th {
  font-weight: 400;
  text-align: left;
}

pre {
  font-family: '\FF2D\FF33   \30B4\30B7\30C3\30AF';
  line-height: 1.2;
}

ul,
ol,
dl {
  margin: 0 auto 1em;
  padding: 0;
  list-style-type: none;
}

ul.dot-square {
  padding: 0 0 0 2em !important;
  list-style-type: square;
}

ol.decimal {
  padding: 0 0 0 2em !important;
  list-style-type: decimal;
}

dt,
dd {
  margin: 0;
  padding: 0;
}

dl:after {
  content: "";
  clear: both;
  display: block;
}

dt {
  float: left;
  clear: left;
  margin-right: 1em;
  font-weight: 700;
}

dd {
  margin-right: 1em;
}

dl.inline dt,
dl.inline dd {
  display: inline-block;
  float: none;
  clear: none;
  margin: 0;
}

dl.inline dd {
  margin-right: 1em;
}

p {
  margin: .4em auto 1em;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

input,
select {
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  outline: none;
}

select {
  height: 28px;
  line-height: 28px;
  padding: 2px;
  background: #fff;
  border: 1px solid #889199;
  font-size: 14px;
}

input[type="radio"] {
  margin: 3px 3px 3px 6px;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
textarea {
  min-height: 28px;
  background: #fff;
  color: #000;
  border: 1px solid #889199;
  font-size: 14px;
}

.rtxt {
  text-align: right;
}

.ctxt {
  text-align: center;
}

.ltxt {
  text-align: left;
}

.btxt {
  font-weight: 700;
}

.btn {
  display: inline-block;
  position: relative;
  margin: 4px;
  padding: 0 .7em;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
  background: #f1f1f1;
  color: #000;
  border: none;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
}

.btn:hover {
  -webkit-box-shadow: inset 0 100px 0 rgba(34, 34, 34, 0.05);
  box-shadow: inset 0 100px 0 rgba(34, 34, 34, 0.05);
  text-decoration: none;
  z-index: 100;
}

.btn:active {
  opacity: 0.8;
}

.btn-xs {
  font-size: 11px;
  line-height: 20px;
  border-radius: 2px;
}

.btn-sm {
  font-size: 12px;
  line-height: 24px;
  border-radius: 2px;
}

.btn-lg {
  font-size: 16px;
  line-height: 44px;
  border-radius: 4px;
}

.btn-nb {
  background: transparent;
  color: #03c;
}

.btn-em {
  padding: 0 2em;
  background: #4e92df;
  color: #fff;
}

.btn.dis {
  opacity: .4;
  cursor: default;
}

.btn.dis:hover {
  opacity: 0.4;
}

.btn.slct {
  background-color: #000 !important;
  color: #fff !important;
  cursor: default;
}

.btn.slct:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn i.material-icons {
  position: relative;
  left: .2em;
  vertical-align: middle;
  font-size: 140%;
}

.btn-group {
  display: inline-block;
  margin: 4px;
}

.btn-group .btn {
  min-width: 40px;
  margin: 4px 0 4px -1px;
  padding: 0 .8em;
  font-size: 12px;
  border-radius: 0;
}

.btn-group .btn:first-child {
  border-radius: 2px 0 0 2px;
}

.btn-group .btn:last-child {
  border-radius: 0 2px 2px 0;
}

.clipbox {
  width: 100%;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.clipbox .btn-group {
  margin: 0 2%;
  white-space: nowrap;
}

.msg {
  margin: 16px auto;
  padding: 16px;
  line-height: 1.2;
  background: #e1f5fe;
  color: #01579b;
}

.msg-warning {
  background: #fde0dc;
  color: #b0120a;
}

.msg > .material-icons {
  float: left;
  margin-top: -2px;
  margin-right: 8px;
}

.msg strong {
  color: #d00;
  font-weight: 700;
}

.box {
  width: 100%;
  margin: 0 auto 16px;
}

.box-gray {
  overflow: auto;
  margin-bottom: 24px;
  padding: 2%;
  background: rgba(0, 0, 0, 0.03);
}

.hd {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -1000em;
  overflow: hidden;
}

.tab-head {
  display: table;
  height: 48px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  max-width: 970px;
  z-index: 1;
}

.tab-btn {
  display: table-cell;
  min-width: 48px;
  padding: 4px 1em 0;
  color: #666;
  border-bottom: 4px solid transparent;
  font-size: 13px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  z-index: 1;
}

.tab-btn:hover,
.tab-btn.slct {
  color: #000;
  border-color: #c00;
  text-decoration: none;
  z-index: 10;
}

.tab-head .slct {
  cursor: default;
}

.tab-head-mini {
  display: block;
}

.tab-head-mini .tab-btn {
  display: block;
  float: left;
  padding: 0 1.5em;
}

.tab-body {
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 0;
  z-index: 0;
}

table.tbl1 {
  border: none;
}

table.tbl1 thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

table.tbl1 tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}

table.tbl1 thead th,
table.tbl1 thead td,
table.tbl1 tfoot th,
table.tbl1 tfoot td {
  height: 24px;
  border-top: none;
  border-bottom: none;
}

table.hb th,
table.hb td {
  background: transparent;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.06);
}

table.vb th,
table.vb td {
  background: transparent;
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.06);
}

table.bb th,
table.bb td {
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.06);
}

table.hz tr:nth-child(odd) th,
table.hz tr:nth-child(odd) td {
  background: rgba(34, 34, 34, 0);
}

table.hz tr:nth-child(even) th,
table.hz tr:nth-child(even) td {
  background: rgba(34, 34, 34, 0.1);
}

table.vz tr th:nth-child(odd),
table.vz tr td:nth-child(odd) {
  background: rgba(34, 34, 34, 0);
}

table.vz tr th:nth-child(even),
table.vz tr td:nth-child(even) {
  background: rgba(34, 34, 34, 0.02);
}

.fb-page {
  display: block !important;
  width: 100%;
  min-height: 130px;
  margin: 0 auto 16px;
  text-align: center;
}

.fb-comments {
  margin: 0 auto 80px;
}

h2.fbct {
  color: #141823;
  font-size: 18px;
  margin: 0 8px;
  line-height: 1;
}

@-webkit-keyframes stream {
  0% {
    width: 0;
    margin-right: 100%;
    margin-left: 0;
  }

  50% {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
  }

  100% {
    width: 0;
    margin-right: 0;
    margin-left: 100%;
  }
}

@keyframes stream {
  0% {
    width: 0;
    margin-right: 100%;
    margin-left: 0;
  }

  50% {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
  }

  100% {
    width: 0;
    margin-right: 0;
    margin-left: 100%;
  }
}

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

  100% {
    -webkit-transform: rotate(720deg);
  }
}

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

  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loading {
  position: relative;
  display: block;
  width: 4em;
  height: 4em;
  margin: 4em auto;
  border: .4em solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.3);
  border-radius: 2em;
  -webkit-animation: spin 1.5s infinite;
  animation: spin 1.5s infinite;
}

.loading-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 62%;
  max-width: 728px;
  height: 8px;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
}

.loading-bar:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: stream 1.5s infinite;
          animation: stream 1.5s infinite;
}

.w1000 {
  width: 1080px;
  margin: 0 auto;
}

.w970 {
  width: 970px;
  margin: 0 auto;
}

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

.adsbygoogle {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto 24px;
}

header {
  padding-top: 8px;
  background: #06c;
  color: #fff;
}

header:after,
header div.w1000:after {
  clear: both;
  content: "";
  display: block;
}

body.world-cup header {
  background: #8d0b0d;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #8d0b0d), color-stop(80%, #bb141b));
  background: linear-gradient(to right, #8d0b0d 20%, #bb141b 80%);
}

body.euro header {
  background: #c10009;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #c10009), color-stop(80%, #1b5a94));
  background: linear-gradient(to right, #c10009 20%, #1b5a94 80%);
}

body.uefa-champions-league-europa-league header,
body.uefa-champions-league header {
  background: #0f3261;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #0f3261), color-stop(80%, #1f7cbf));
  background: linear-gradient(to right, #0f3261 20%, #1f7cbf 80%);
}

body.uefa-europa-league header {
  background: #656a52;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #656a52), color-stop(80%, #000));
  background: linear-gradient(to right, #656a52 20%, #000 80%);
}

body.copa-america header {
  background: #cc0e14;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #cc0e14), color-stop(80%, #0f9ede));
  background: linear-gradient(to right, #cc0e14 20%, #0f9ede 80%);
}

body.concacaf-gold-cup header {
  background: #ecc140;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ecc140), color-stop(80%, #253c7e));
  background: linear-gradient(to right, #ecc140 20%, #253c7e 80%);
}

body.afc-asian-cup header {
  background: #da262f;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #da262f), color-stop(80%, #f3ce0e));
  background: linear-gradient(to right, #da262f 20%, #f3ce0e 80%);
}

body.afc-champions-league header {
  background: -webkit-gradient(linear, left top, right top, from(#fdb813), color-stop(33%, #ed3529), color-stop(67%, #00649f), to(#01b3ef));
  background: linear-gradient(to right, #fdb813 0%, #ed3529 33%, #00649f 67%, #01b3ef 100%);
}

body.j-league header {
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #000000), color-stop(80%, #e60012));
  background: linear-gradient(to right, #000000 20%, #e60012 80%);
}

body.web-development header {
  background: #28aae1;
}

body.stats header,
body.tool header,
body.other header {
  background: #78909c;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #78909c), to(#b0bec5));
  background: linear-gradient(to right, #78909c 20%, #b0bec5 100%);
}

#cse {
  position: relative;
  float: right;
  width: 240px;
  margin: 6px 0;
}

#cse input {
  height: 32px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

#cse input.q {
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 30px;
  color: inherit;
  background: rgba(0, 0, 0, 0.2);
}

#cse input.s {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-indent: -9999px;
  cursor: pointer;
}

#cse i.material-icons {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

header i.icon-menu {
  display: none;
}

nav {
  width: 100%;
  height: 36px;
}

nav.gn h1 {
  display: none;
}

nav.gn h2 {
  white-space: nowrap;
}

nav.gn a {
  font-size: 13px;
}

nav.gn div.gn-c {
  display: none;
  position: absolute;
  top: 34px;
  padding: 24px 8px 0;
  background: #fff;
  color: #222;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 100;
}

nav.gn div.gn-c.service {
  background: #fff;
  color: #666;
  padding-bottom: 0;
}

nav.gn > ul {
  position: relative;
  display: none;
}

nav.gn > ul > li {
  display: inline;
  display: inline-block;
}

nav.gn > ul > li > a {
  display: block;
  min-width: 64px;
  padding: 0 16px;
  height: 36px;
  color: inherit;
  font-size: 15px;
  line-height: 37px;
  text-decoration: none;
  text-transform: uppercase;
}

nav.gn > ul:lang(ja) > li > a {
  font-weight: 700;
}

nav.gn > ul:hover > li {
  opacity: 0.5;
}

nav.gn > ul > li:hover {
  opacity: 1;
}

nav.gn > ul > li:hover > a {
  position: relative;
  background: #fff;
  color: #000;
  z-index: 200;
}

nav.gn > ul > li:hover > a:before,
nav.gn > ul > li:hover > a:after {
  content: "";
  top: 19px;
  width: 60px;
  height: 26px;
  display: block;
  position: absolute;
  z-index: 99;
}

nav.gn > ul > li:hover > a:before {
  left: -49px;
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

nav.gn > ul > li:hover > a:after {
  left: 100%;
  margin-left: -11px;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
}

nav.gn > ul > li:hover div.gn-c {
  display: inline-block;
}

nav.gn div.gn-c ul.cf {
  width: 100%;
}

nav.gn div.gn-c > ul.inline li {
  margin: 0 8px;
}

nav.gn div.gn-c ul.cf ul li,
nav.gn div.gn-c ul.inline li {
  line-height: 1.5;
}

nav.gn div.gn-c h2 {
  font-weight: 600;
}

nav.gn div.gn-c a {
  color: #333;
  font-size: 14px;
  line-height: 28px;
}

nav.gn div.gn-c a:hover {
  color: #03c;
  text-decoration: none;
}

nav.gn div.gn-c ul > li:nth-child(n+8) {
  display: none;
}

ul.col4 li {
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: top;
}

ul.col4 li a {
  display: block;
  color: #4d5966;
  text-decoration: none;
  font-size: 12px;
}

ul.col4 li a:hover {
  text-decoration: underline;
}

ul.col4 li.banner a {
  text-align: center;
  padding: 0 0 24px;
  min-height: 115px;
}

ul.col4 li.banner a:hover {
  text-decoration: none;
}

ul.col4 li.banner a:hover h3 {
  opacity: 0.8;
}

ul.col4 li.smartphone h3 {
  background-position: 0 -40px;
}

ul.col4 li.supplement h3 {
  background-position: 0 -140px;
}

ul.col4 li.fx h3 {
  background-position: 0 -240px;
}

ul.col4 li.megane h3 {
  background-position: 0 -340px;
}

ul.col4 li.map h3 {
  background-position: 0 -440px;
}

ul.col4 li.image h3 {
  background-position: 0 -540px;
}

ul.col4 li.video h3 {
  background-position: 0 -640px;
}

ul.col4 li.flickr h3 {
  background-position: 0 -740px;
}

ul.col4 li.vestcellar h3 {
  background-position: 0 -840px;
}

ul.col4 li.moi h3 {
  background-position: 0 -940px;
}

ul.col4 li.kaigai h3 {
  background-position: 0 -1040px;
}

ul.col4 li.dripbag h3 {
  background-position: 0 -1140px;
}

ul.col4 li.joyusexy h3 {
  background-position: 0 -1240px;
}

ul.col4 li.banner p {
  width: 250px;
  text-align: center;
}

ul.col4 li.text a {
  padding: 20px 0 20px 8px;
  color: #727272;
  font-weight: 400;
}

ul.col4 li.text h3 {
  color: #03c;
  font-size: 16px;
  font-weight: 400;
}

ul.cf {
  margin: 0;
  display: block;
  text-align: left;
}

ul.cf > li {
  display: inline-block;
  padding: 0 32px 24px 8px;
  vertical-align: top;
}

ul.cf > li:last-child {
  padding-right: 5px;
}

ul.cf h2 {
  margin-bottom: 2px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

ul.cf ul {
  margin: 0 0 20px;
}

ul.cf ul:last-child {
  margin-bottom: 0;
}

ul.cf ul li {
  line-height: 1.8;
  white-space: nowrap;
}

ul.inline {
  margin: 0;
}

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

ul.inline li {
  display: inline;
  display: inline-block;
  margin-right: 1.6em;
  line-height: 1.8;
  white-space: nowrap;
}

section.sub {
  margin: 0 auto 80px;
}

section.sub:last-child {
  margin-bottom: 40px;
}

section.sub > h1 {
  display: block;
  margin: 2em auto 1em;
  padding: 0 0 0 8px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

section.sub > h1 a {
  display: inline;
  color: #222;
}

section.sub > ul.inline {
  padding: 0 8px;
}

#tb {
  clear: both;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.96);
  color: #222;
}

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

#tb .w1000 {
  padding: 16px 0;
}

#tb h1 {
  clear: both;
  margin: .2em 0;
  padding: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

#tb p {
  float: left;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
}

#tb time {
  display: block;
  float: right;
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
  opacity: 0.9;
}

#poster {
  display: none;
  width: 100%;
  margin: auto;
  padding-top: 20%;
  background-position: 50% 50%;
  background-size: cover;
}

#breadcrumb {
  clear: both;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}

#breadcrumb > div {
  display: none;
}

#breadcrumb > div div {
  display: inline;
  color: #000;
}

#breadcrumb span.arrow {
  margin: 0 8px;
  font-size: 18px;
  line-height: 1;
}

#container {
  width: 1080px;
  margin: 0 auto;
  line-height: 1.75;
}

main {
  display: block;
}

main,
#sub-l,
#sub-r {
  overflow: hidden;
}

main:after,
#container:after,
#sub-l:after,
#sub-r:after,
.aside:after,
footer:after {
  content: '';
  display: block;
  clear: both;
}

main h1,
main h2 {
  font-size: 24px;
  font-weight: 400;
}

#sub-l {
  float: left;
  margin-right: 16px;
}

#sub-r {
  float: right;
  margin-left: 16px;
}

#sub-r > h2,
#sub-r > ul,
#sub-r > ol,
#sub-r > dl,
#sub-r > p,
#sub-r > a {
  display: block;
  padding: 0 8px;
  line-height: 1.5;
}

#sub-r > h2 {
  font-size: 16px;
  line-height: 2;
}

#related {
  padding: 1px 0;
  background: rgba(0, 0, 0, 0.03);
}

#related > section.sub {
  display: none;
  margin: 48px auto;
}

footer {
  clear: both;
  background: #222;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
}

footer > div {
  display: none;
}

footer dl {
  padding: 32px 0;
}

footer dt {
  float: none;
  font-weight: 400;
}

footer dd {
  margin: 0 2em 0 0;
}

footer dd,
footer address {
  display: inline;
  font-style: normal;
}

footer a {
  color: #fff;
  opacity: 0.6;
}

footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

footer .info {
  float: left;
  padding-left: 8px;
}

footer a.logo {
  display: block;
  margin: 10px 0;
  opacity: 1;
}

footer a.logo img {
  display: block;
  width: auto;
  height: 20px;
}

footer .social {
  float: right;
}

footer .social a:hover {
  text-decoration: none;
}

footer a i.fa {
  margin-right: 5px;
  font-size: 20px;
  line-height: inherit;
}

body.col2d main {
  float: left;
  width: 728px;
}

body.col2d #sub-r {
  width: 336px;
}

body.col1a main {
  width: 100%;
  margin: 16px auto;
}

body.col1a .aside {
  margin-top: 32px;
}

body.col1a .aside #sub-l {
  float: left;
  width: 336px;
  margin: 0;
}

body.col1a .aside #sub-r {
  float: right;
  width: 728px;
  margin: 0;
}

@media screen and (max-width: 1079px) {
  .hd-sp,
  .gplusw,
  .twitter-widget {
    display: none !important;
  }

  body {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    font-size: 100%;
  }

  input[type="text"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    min-height: 36px;
  }

  .w970,
  .w1000 {
    width: 100%;
    max-width: 970px;
  }

  .box {
    padding: 2%;
  }

  .tab-head {
    width: 100%;
  }

  .tab-btn {
    min-width: 0;
    padding: 4px 4px 0;
  }

  header {
    padding: 0;
  }

  #logo {
    display: block;
    width: 212px;
    height: 56px;
    margin: auto;
    padding: 16px 0;
  }

  #logo > img {
    width: 180px;
  }

  header i.icon-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 28px;
    text-align: center;
  }

  #cse {
    display: none;
  }

  #cse.show {
    display: block;
    float: none;
    clear: both;
    top: 4px;
    width: 94%;
    max-width: 480px;
    height: 40px;
    margin: 16px auto;
  }

  #cse input {
    height: 40px;
  }

  #cse input.q {
    background: rgba(255, 255, 255, 0.66);
    color: #000;
  }

  #cse input.s {
    width: 40px;
  }

  #cse i.material-icons {
    width: 40px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 40px;
  }

  nav.gn {
    display: none;
  }

  nav.gn.show {
    display: block;
    text-align: center;
    height: auto;
  }

  nav.gn.show > ul > li {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
  }

  nav.gn.show > ul > li:hover > a {
    color: #fff;
  }

  nav.gn.show > ul > li > a {
    height: 44px;
    line-height: 44px;
    background: rgba(0, 0, 0, 0.1);
  }

  nav.gn.show > ul > li:hover div.gn-c {
    display: none;
  }

  #breadcrumb {
    line-height: 32px;
  }

  #container,
  main,
  #sub-r,
  #sub-l,
  body.col2d main,
  body.col2d #sub-r,
  body.col1a .aside #sub-l,
  body.col1a .aside #sub-r {
    float: none;
    clear: both;
    width: 100%;
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
  }

  #tb .w1000 {
    padding: 2%;
  }

  #tb h1 {
    white-space: normal;
    font-size: 20px;
    font-weight: 400;
  }

  #tb p {
    margin: 4px 0;
    font-size: 13px;
    line-height: 1.3;
  }

  #tb p br {
    display: none;
  }

  #tb time {
    font-size: 13px;
    line-height: 1.3;
  }

  section {
    width: 100%;
  }

  section h1 {
    width: 100%;
  }

  section.sub > h1 {
    width: 100%;
    margin: 0;
    padding: 16px 8px 8px;
  }

  ul.cf {
    display: block;
    margin: 0;
  }

  ul.cf > li {
    display: block;
    padding: 16px 8px;
  }

  ul.cf ul li {
    font-size: 90%;
    display: inline-block;
    margin-right: 1.6em;
  }

  ul.inline li a,
  ul.cf ul li a {
    line-height: 36px;
  }

  ul.col4 li.banner a {
    padding: 0;
  }

  ul.col4 li.banner h3 {
    position: relative;
    top: 4px;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  .fb-like-box,
  .fb-like-box span,
  .fb-like-box iframe[style] {
    width: 100% !important;
  }

  h2.fbct {
    padding: 0 0 8px;
    font-size: 100%;
    line-height: 1.2;
  }
}

@media screen and (max-width: 727px) {
  .tab-body {
    padding: 8px 2px;
  }

  table.ab thead {
    display: none;
  }

  table.ab tr {
    display: block;
    margin-bottom: 2em;
  }

  table.ab th,
  table.ab td {
    display: block;
    width: 100%;
    border: none;
  }

  footer {
    padding: 8px;
  }

  footer .info,
  footer .social {
    float: none;
    clear: both;
    display: block;
    margin: 0;
    padding: 16px 0;
    text-align: center;
  }

  footer dt {
    margin: 0;
  }

  footer dd {
    margin: 0 0.7em;
  }

  footer a.logo img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  ul.col4 li {
    width: 33.33%;
  }
}

@media screen and (max-width: 749px) {
  ul.col4 li {
    width: 50%;
  }
}

@media screen and (max-width: 499px) {
  #poster {
    padding-top: 33%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  
  ul.col4 li {
    width: 100%;
  }

  footer dd {
    font-size: 12px;
  }
}

#pots,
#groups {
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
  text-transform: uppercase;
}

#pots h3,
#groups h3 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
}

#pots div.potW,
#groups div.groupW {
  float: left;
  overflow: hidden;
  margin: 10px 0;
}

#pots div.potW,
#groups div.groupW {
  width: 25%;
}

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

#pots ul {
  margin: 0;
}

#groups li {
  list-style-type: none;
}

#pots li,
#groups li {
  clear: both;
  padding: 3px 0 3px 12px;
  margin: 3px 0 3px 4px;
  background-color: #e0e4ed;
  border-radius: 5px;
}

.nm {
  padding-left: 8px;
}

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

#groups ul {
  margin: 0;
  border-top: rgba(0, 0, 0, 0.2);
}

#groups li.opa30 {
  opacity: 0.3;
}

#groups li.anime {
  position: absolute;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  width: 24%;
}

#drawexec {
  display: block;
  width: 20em;
  margin: 8px auto;
}

@media screen and (max-width: 960px) {
  #pots,
  #groups {
    font-size: 10px;
  }

  #pots h3,
  #groups h3 {
    font-size: 13px;
  }
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.flag-icon:before {
  content: "\A0";
}

.flag-icon-xx {
  background-image: url(..../fonts/xx.svg?125a52c03fd001bcbbc36912467d7f54);
}

.flag-icon--circle {
  width: 1em;
  border-radius: 50%;
}

.flag-icon-ru {
  background-image: url(../fonts/ru.svg?320b9fd3e4f84002c460167ab4ce5d1d);
}

.flag-icon-de {
  background-image: url(../fonts/de.svg?0cc650a4627ba53947f3fa73010b1567);
}

.flag-icon-br {
  background-image: url(../fonts/br.svg?bc0bde8ec60da9bef0e2dad3c67340fa);
}

.flag-icon-pt {
  background-image: url(../fonts/pt.svg?51056ebc9bdf10a85d862c9a341dae3e);
}

.flag-icon-ar {
  background-image: url(../fonts/ar.svg?738ab0020d69c00a1d1b09447c4b7667);
}

.flag-icon-be {
  background-image: url(../fonts/be.svg?22ecfc59936078600d6a03799ca1654d);
}

.flag-icon-pl {
  background-image: url(../fonts/pl.svg?88f476932dd1a59dfb8fc64598200061);
}

.flag-icon-fr {
  background-image: url(../fonts/fr.svg?11614fc421695cb66a88b861caac0c00);
}

.flag-icon-es {
  background-image: url(../fonts/es.svg?b336c61e1485ab31fbe91b51adf33752);
}

.flag-icon-pe {
  background-image: url(../fonts/pe.svg?8f7136fcbad5a6f685eea60ce21d9149);
}

.flag-icon-ch {
  background-image: url(../fonts/ch.svg?26f97a34579ccffa0ad588e37d011440);
}

.flag-icon-en {
  background-image: url(../fonts/gb-eng.svg?a99690fc1737063f67151aff60cd68d0);
}

.flag-icon-co {
  background-image: url(../fonts/co.svg?3bb26714389441ae8b42506a96e8affb);
}

.flag-icon-mx {
  background-image: url(../fonts/mx.svg?34cfb2c202afbb6e8a687b3898d0f431);
}

.flag-icon-uy {
  background-image: url(../fonts/uy.svg?63023f30585fc585c32216db710872c2);
}

.flag-icon-hr {
  background-image: url(../fonts/hr.svg?42de800508ebfd68e1f280205932f930);
}

.flag-icon-dk {
  background-image: url(../fonts/dk.svg?cc6805c727bb91cd625ad28ca4dd21dc);
}

.flag-icon-is {
  background-image: url(../fonts/is.svg?c79fa464538603642837598e9c94a61c);
}

.flag-icon-cr {
  background-image: url(../fonts/cr.svg?27b4a30f76607c95565fc513ff1d8af6);
}

.flag-icon-se {
  background-image: url(../fonts/se.svg?5e1d567b3571ff1bce4cd6480e075520);
}

.flag-icon-tn {
  background-image: url(../fonts/tn.svg?c8d5dd88979e44efec014f1525326dfb);
}

.flag-icon-eg {
  background-image: url(../fonts/eg.svg?eb232ce57635177e8c315ca4374305ea);
}

.flag-icon-sn {
  background-image: url(../fonts/sn.svg?cd715169393cea9d48b1f2f485e78703);
}

.flag-icon-ir {
  background-image: url(../fonts/ir.svg?553cc093e3734817cec14a32d7527bab);
}

.flag-icon-rs {
  background-image: url(../fonts/rs.svg?95e1357cefb424dfb7170f0d1b3dd54b);
}

.flag-icon-ng {
  background-image: url(../fonts/ng.svg?c2b19d37c585e1acbd63d88e0c8b6f9f);
}

.flag-icon-au {
  background-image: url(../fonts/au.svg?7c225c04a2e8a873e1d3f0f825cb0d5d);
}

.flag-icon-jp {
  background-image: url(../fonts/jp.svg?54499f57aaf027cd0e8ad0cb197e41db);
}

.flag-icon-ma {
  background-image: url(../fonts/ma.svg?39e4875a6fe51e39bb0384a81315b531);
}

.flag-icon-pa {
  background-image: url(../fonts/pa.svg?052ef0c9280f2bbe09fdddda80f9c7ef);
}

.flag-icon-kr {
  background-image: url(../fonts/kr.svg?5f17f58b0c51570e0156343d8a3dae17);
}

.flag-icon-sa {
  background-image: url(../fonts/sa.svg?d2d27d20483d4a4a8e5b1c423a4d63d7);
}

.ya-share2__container_size_m .ya-share2__badge {
  padding: 3px;
}