@charset "UTF-8";
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, menu, nav, section, summary {
  display: block;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

html {
  background: url(../../img/sp/bg_main.png) repeat-y;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

div.social {
  overflow: hidden;
  padding: 24px 16px 20px;
  background: #272727;
  width: 608px;
  height: 84px;
}

/* -----------------------------------------------
SNSボタン用CSS
----------------------------------------------- */
.snsbtn_box {
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
  padding: 0 92px;
  width: 196px;
  position: relative;
}

.count_arrow {
  width: 98px;
  float: left;
  margin: 0 0 10px 0;
}

.arrow_box {
  position: relative;
  background: white;
  border: 1px solid #999;
  height: 38px;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  width: 45px;
  left: 45px;
}

.arrow_box:after, .arrow_box:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 4px;
  top: 50%;
  margin-top: -4px;
}

.arrow_box:before {
  border-right-color: #999;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}

.snsbtn {
  width: 40px;
  height: 40px;
  float: left;
}

.snsbtn_count {
  margin-top: 13px;
  color: #666;
  position: relative;
  top: -26px;
  text-align: center;
}

header.global {
  position: relative;
}
header.global h1 {
  padding: 6px 0 5px 16px;
}
header.global nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
header.global nav ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
header.global nav ul li img {
  display: block;
}
header.global nav.dropdown {
  position: absolute;
  top: 11px;
  right: 0;
  width: 640px;
  z-index:100;
}
header.global nav.dropdown div.button {
  margin-right: 16px;
  background: url(../../img/sp/btn_dropdown.png) no-repeat;
  float: right;
  width: auto;
}
header.global nav.dropdown div.button img {
  display: block;
}
header.global nav.dropdown div.button img.hidden {
  visibility: hidden;
}
header.global nav.dropdown ul {
  border-bottom: 2px solid #4e4e4e;
  background: url(../../img/sp/nav_dropdown_base.png) no-repeat 321px 84px;
  clear: both;
  display: none;
}
header.global nav.global {
  border-top: 4px solid #b09963;
}

div.mainimage {
  margin: 16px 8px 30px;
}
div.mainimage img {
  display: block;
}

section.main header {
  position: relative;
  height: 225px;
}
section.main header h1 {
  position: absolute;
  top: 170px;
  width: 640px;
  text-align: center;
}

.box.outer {
  margin: 16px 8px;
  padding-top: 16px;
  background: url(../../img/sp/bg_box_t.png) no-repeat;
}
.box.outer .box.inner {
  padding: 0 14px 30px;
  background: url(../../img/sp/bg_box_b.png) no-repeat left bottom;
}
.box.outer .box.inner h2 {
  display: inline-block;
  margin-top: -2px;
  padding: 0 47px 10px 10px;
  background: url(../../img/sp/bg_box_h.png) no-repeat right top;
  height: 34px;
  font-size: 15px;
  color: #15e0fe;
  line-height: 32px;
}
.box.outer .box.inner div.image,
.box.outer .box.inner div.embed,
.box.outer .box.inner div.button {
  text-align: center;
}
.box.outer .box.inner div.embed {
  border: 2px solid #3a3a3a;
}
.box.outer .box.inner p {
  line-height: 1.3;
  text-align: left;
  background: url(../../img/sp/empty.png) no-repeat;
}

div.banners {
  margin: 32px 16px;
}
div.banners ul li {
  margin-bottom: 16px;
}
div.banners ul li img {
  display: block;
}

div.pagetop {
  position: relative;
  border-bottom: 2px solid #333;
  height: 42px;
}
div.pagetop a {
  position: absolute;
  bottom: -2px;
  right: 0;
}
div.pagetop a img {
  display: block;
}

footer {
  padding: 25px 30px;
  background: #000;
}
footer ul {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
footer ul li {
  display: inline;
  padding: 0 24px;
  border-left: 1px solid #4d4d4d;
  font-size: 22px;
}
footer ul li a {
  font-size: 22px;
}
footer ul li:first-child {
  border: none;
}
footer div.copyright {
  font-size: 22px;
  text-align: center;
}

/* top */
.index_sp section.main section.news {
  position: relative;
  margin: 16px 8px 16px;
  padding-top: 58px;
  background: url(../../img/sp/bg_news_b.png) no-repeat left bottom;
}
.index_sp section.main section.news h2 {
  position: absolute;
  top: -16px;
  padding-top: 22px;
  padding-left: 21px;
  width: 603px;
  height: 36px;
  background: url(../../img/sp/bg_news_t.png) no-repeat;
}
.index_sp section.main section.news dl {
  margin: 0 24px;
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 1.25;
}
.index_sp section.main section.news dl dt {
  margin-top: 1em;
  padding-left: 17px;
  background: url(../../img/sp/lm_news.png) no-repeat 0 8px;
}
.index_sp section.main section.news dl dt:first-child {
  margin-top: 0;
}
.index_sp section.main section.news dl dd {
  padding-left: 17px;
  background: url(../../img/sp/empty.png) no-repeat;
  width: 591px;
}
.index_sp section.main section.news div.button {
  padding: 0 9px 5px 0;
  text-align: right;
}
.index_sp section.main .banner {
	margin-left: 8px;
}
.index_sp section.main .box.n01 .inner {
  *zoom: 1;
}
.index_sp section.main .box.n01 .inner:after {
  content: "";
  display: table;
  clear: both;
}
.index_sp section.main .box.n01 .embed {
  margin: 16px auto;
  border: none;
}
.index_sp section.main .box.n01 h3 {
  margin-left: 16px;
  margin-bottom: 8px;
}
.index_sp section.main .box.n01 p {
  float: left;
  padding: 0 18px 16px;
  background: url(../../img/sp/empty.png) no-repeat;
  width: 560px;
  font-size: 24px;
  line-height: 1.3;
}
.index_sp section.main .box.n01 .signature {
  text-align: right !important;
}
.index_sp section.main .box.n01 .n01 {
  margin-top: 19px;
  margin-bottom: 12px;
}
.index_sp section.main .box.n01 .n02 {
  margin-bottom: 20px;
}
.index_sp section.main .box.n01 .n03 {
  margin-bottom: 27px;
}
.index_sp section.main .box.n01 div.box.sub {
  margin: 10px;
  padding: 18px 28px;
  border: 1px solid #3a3a3a;
  background: #000;
  text-align: center;
}
.index_sp section.main .box.n01 div.box.sub h3 {
  margin-bottom: 16px;
}
.index_sp section.main .box.n01 div.box.sub p {
  margin-bottom: 20px;
  font-size: 28px;
}
.index_sp section.main .box.n02 div.cf {
  margin: 0 18px;
}
.index_sp section.main .box.n02 div.image {
  margin-top: 16px;
  margin-right: 16px;
  float: left;
  width: 192px;
}
.index_sp section.main .box.n02 div.info {
  margin-top: 16px;
  float: left;
  width: 348px;
}
.index_sp section.main .box.n02 div.info h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
}
.index_sp section.main .box.n02 div.info p {
  font-size: 24px;
}
.index_sp section.main .box.n02 div.iframe {
  margin: 30px auto;
  width: 312px;
}

/* outline */
.outline_sp section.main div.image {
  clear: both;
  text-align: center;
}
.outline_sp section.main .box.outer {
  margin-top: 32px;
}
.outline_sp section.main .box.outer .box.inner .banner {
  *zoom: 1;
  margin: 20px auto;
  width: 500px;
}
.outline_sp section.main .box.outer .box.inner .banner:after {
  content: "";
  display: table;
  clear: both;
}
.outline_sp section.main .box.outer .box.inner .banner p {
  float: left;
  width: 490px;
  margin: 0;
  padding: 5px;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}
.outline_sp section.main .box.outer .box.inner .banner p a {
  padding-left: 31px;
  background: url(../../img/sp/lm_outline.png) no-repeat 0 2px;
  text-decoration: underline;
}
.outline_sp section.main .box.n01 .inner {
  padding-top: 15px;
  padding-bottom: 45px;
}
.outline_sp section.main .box.n01 p {
  float: left;
  margin: 28px 20px 32px;
  font-size: 24px;
  line-height: 1.3;
}

/* soft */
.soft_sp section.main ul {
  *zoom: 1;
  margin-top: 26px;
}
.soft_sp section.main ul:after {
  content: "";
  display: table;
  clear: both;
}
.soft_sp section.main ul li {
  float: left;
  width: 320px;
}
.soft_sp section.main ul li img {
  display: block;
}
.soft_sp section.main p {
  margin-top: 16px;
  margin-bottom: 48px;
  font-size: 22px;
}
.soft_sp section.main nav ul {
	margin-top: 10px;
	padding-left: 16px;
}
.soft_sp section.main nav ul li {
  margin-right: 8px;
  border-bottom: 4px solid #666;
  width: 300px;
}
.soft_sp section.main nav ul li.active {
  border-bottom: 4px solid #b09963;
}
.soft_sp section.main .box.outer {
	background-image: url(../../img/sp/bg_soft_t.png);
}
.soft_sp section.main .box.outer .box.inner {
	padding-top: 16px;
	background-image: url(../../img/sp/bg_soft_b.png);
}
.soft_sp section.main .box.outer .box.inner h2 {
	display: block;
	margin: 0 16px;
	padding: 6px 0;
	background: rgba(169, 137, 62, 0.3);
	height: auto;
	text-align: center;
	line-height: inherit;
}
.soft_sp section.main .box.outer .box.inner h3 {
	margin-top: 32px;
	margin-bottom: 5px;
}
.soft_sp section.main .box.outer .box.inner p {
	margin: 0 34px;
	font-size: 24px;
	line-height: 1.5;
	width: 528px;
}
.soft_sp section.main .box.outer .box.inner p.name {
	font-size: 28px;
}
.soft_sp section.main .box.outer .box.inner p.name .bullet {
	color: #b09963;
}
.soft_sp section.main .box.outer .box.inner ul {
	margin: 0;
}
.soft_sp section.main .box.outer .box.inner li {
	margin: 0 34px 0 54px;
	float: none;
	width: 508px;
	font-size: 24px;
	line-height: 1.5;
	list-style-type: disc;
	background: url(../../img/sp/empty.png) no-repeat;
}

/* result */
.result_sp section.main ul {
  *zoom: 1;
  margin-top: 26px;
}
.result_sp section.main ul:after {
  content: "";
  display: table;
  clear: both;
}
.result_sp section.main nav ul {
	margin-top: 10px;
	padding-left: 16px;
}
.result_sp section.main nav ul li {
  margin-right: 8px;
  border-bottom: 4px solid #666;
  float: left;
  width: 300px;
}
.result_sp section.main nav ul li.active {
  border-bottom: 4px solid #b09963;
}

.result_sp section.main .banner {
	margin-top: 30px;
	text-align: center;
}
.result_sp section.main .box .image {
	margin-top: 20px;
}
.result_league_sp section.main .box.outer {
	margin-bottom: 0;
}
.result_league_sp section.main .box.inner {
	padding-bottom: 10px;
	background: url(../../img/sp/bg_box_result.png) repeat-y;
}
.result_sp section.main .box .unit {
	padding: 22px 0 12px 20px;
}
.result_sp section.main .box .unit .header {
  *zoom: 1;
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 2px solid #404040;
	background: #695526;
	width: 550px;
	font-size: 32px;
	line-height: 54px;
}
.result_sp section.main .box .unit .header:after {
  content: "";
  display: table;
  clear: both;
}
.result_sp section.main .box .unit .header div {
	display: block;
	float: left;
	text-align: center;
}
.result_sp section.main .box .unit .header .rank {
	border-right: 2px solid #404040;
	width: 101px;
}
.result_sp section.main .box .unit .header .name {
	padding-left: 15px;
	width: 290px;
	text-align: left;
}
.result_sp section.main .box .unit .header .score {
	float: right;
	width: 140px;
}
.result_sp section.main .box table {
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
}
.result_sp section.main .box table th,
.result_sp section.main .box table td {
	border-bottom: 2px solid #404040;
	border-right: 2px solid #404040;
	text-align: center;
}
.result_sp section.main .box table th {
	padding: 8px;
	font-size: 24px;
}
.result_sp section.main .box table td {
	padding: 8px;
	width: 120px;
}
.result_sp section.main .box table td.win {
	background: #332913;
}
.result_sp section.main .box table td.lose {
	background: #1a1a1a;
}
.result_sp section.main .box table td .result {
	margin-bottom: 5px;
	font-size: 20px;
}
.result_sp section.main .box table td .opponent {
	font-size: 20px;
}
.result_league_sp section.main div.clear {
	margin-left: 8px;
	margin-bottom: 30px;
	background: url(../../img/sp/bg_box_result_b.png) no-repeat;
	height: 31px;
}

/* rule */
.rule_sp section.main section.box.outer div.box.inner {
  padding-top: 20px;
  padding-bottom: 45px;
}
.rule_sp section.main section.box.outer div.box.inner div.unit {
  *zoom: 1;
}
.rule_sp section.main section.box.outer div.box.inner div.unit:after {
  content: "";
  display: table;
  clear: both;
}
.rule_sp section.main section.box.outer div.box.inner div.unit h2 {
  position: static;
  display: block;
  margin: 0 20px 25px;
  padding: 0 14px;
  background: #695526;
  width: auto;
  height: auto;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}
.rule_sp section.main section.box.outer div.box.inner div.unit p {
  padding: 0 35px 30px;
  font-size: 24px;
  line-height: 1.2;
  clear: both;
  float: left;
}
.rule_sp section.main section.box.outer div.box.inner div.unit ul {
  *zoom: 1;
  padding: 0 35px 30px;
}
.rule_sp section.main section.box.outer div.box.inner div.unit ul:after {
  content: "";
  display: table;
  clear: both;
}
.rule_sp section.main section.box.outer div.box.inner div.unit ul li {
  margin-left: 20px;
  list-style-type: disc;
  font-size: 24px;
  line-height: 1.2;
  background: url(../../img/sp/empty.png) no-repeat;
  clear: both;
  float: left;
}

/* movie */
.movie_sp section.main div.embed {
  margin: 16px auto;
  width: 490px;
}
.movie_sp section.main .box.n02 div.cf {
  margin: 0 18px;
}
.movie_sp section.main .box.n02 div.image {
  margin-top: 16px;
  margin-right: 16px;
  float: left;
  width: 192px;
}
.movie_sp section.main .box.n02 div.info {
  margin-top: 16px;
  float: left;
  width: 348px;
}
.movie_sp section.main .box.n02 div.info h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
}
.movie_sp section.main .box.n02 div.info p {
  font-size: 24px;
}
.movie_sp section.main .box.n02 div.iframe {
  margin: 30px auto;
  width: 312px;
}

/* howto */
.howto_sp section.main header {
  margin-bottom: 16px;
}
.howto_sp section.main p {
  margin: 0 16px 24px;
  background: url(../../img/sp/empty.png) no-repeat;
  font-size: 24px;
  line-height: 1.3;
  float: left;
}
.howto_sp section.main .step {
  clear: both;
  padding: 0 0 89px;
  background: url(../../img/sp/bg_step.png) no-repeat center bottom;
}
.howto_sp section.main .step .box.outer .box.inner {
  *zoom: 1;
}
.howto_sp section.main .step .box.outer .box.inner:after {
  content: "";
  display: table;
  clear: both;
}
.howto_sp section.main .step .box.outer .box.inner p {
  margin: 24px 16px;
  font-size: 24px;
  line-height: 1.3;
}
.howto_sp section.main .step .box.outer .box.inner .button {
  margin-bottom: 15px;
  text-align: center;
}
.howto_sp section.main .step.n03 {
  padding: 0;
  background: none;
}
.howto_sp section.main div.iframe {
  margin: 30px auto;
  width: 312px;
}
.howto_sp section.main .box.n04 p {
  margin: 24px 16px;
  font-size: 24px;
  line-height: 1.3;
}
.howto_sp section.main .box.n04 div.button {
  padding-bottom: 16px;
}
hr {
  width: 596px;
  margin: 5px auto;
  background-color: rgb(83, 68, 47);
  border: medium none;
  color: rgb(83, 68, 47);
  height: 2px;
}
