@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, main, menu, nav, section, summary {
  display: block;
}

.pc {display:block;}
.sp {display:none;}

.cf, .header.global ul, .footer.global, .footer.global .banners, .top .section.outline, .outline .main.global .section.schedule, /*.qualifier*/ .main.global .nav.grade ul, .qualifier .main.global .section.results .buttons, .howto .main.global .inner {
  *zoom: 1;
}
.cf:after, .header.global ul:after, .footer.global:after, .footer.global .banners:after, .top .section.outline:after, .outline .main.global .section.schedule:after, /*.qualifier*/ .main.global .nav.grade ul:after, .qualifier .main.global .section.results .buttons:after, .howto .main.global .inner:after {
  content: "";
  display: table;
  clear: both;
}

iframe {
  display: block;
}

body {
	background-color: #e9d9a6;
  background-image: url('../img/bg_top_wrapper.png');
  background-size: 1360px auto;
  background-position: center 30px;
  background-repeat: repeat-y;
}


#siteHeader {
  font-size: 12px;
  line-height: 1.5;
}
#siteHeader a {
  text-decoration: none;
}





.title {
  font-family: serif;
}
.title.lv1 {
  margin: 2px 0 6px -23px;
}
.title.lv2 {
  min-height: 25px;
  font-weight: bold;
  font-size: 18px;
	margin: 0 0 15px;
  color: #000;
  line-height: 40px;
  border-bottom: 1px solid #dbcaa2;
  background: url(../img/bg_h_1.png) no-repeat left center;
  padding-left: 15px;
}

.section.live h3 {
  min-height: 25px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
  color: #000;
  line-height: 40px;
  border-bottom: 1px solid #dbcaa2;
  background: url(../img/bg_h_1.png) no-repeat left center;
  padding-left: 15px;
}

#g9 .title.lv2 { background: url(../img/bg_title_lv2_g9.png) no-repeat;}
#g8 .title.lv2 { background: url(../img/bg_title_lv2_g8.png) no-repeat;}
#g7 .title.lv2 { background: url(../img/bg_title_lv2_g7.png) no-repeat;}
#g6 .title.lv2 { background: url(../img/bg_title_lv2_g6.png) no-repeat;}
#g5 .title.lv2 { background: url(../img/bg_title_lv2_g5.png) no-repeat;}
#g4 .title.lv2 { background: url(../img/bg_title_lv2_g4.png) no-repeat;}

.title.lv3 {
  font-size: 18px;
  color: #000;
  line-height: 40px;
	border-bottom:3px solid #bb8300;
	font-weight:bold;
	background:url(../img/bg_h_1.png) no-repeat left center;
	padding-left:15px;
}
#g9 .title.lv3 {
 /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OGQzOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVhYzNiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjg4ZDM4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #492e4d), color-stop(50%, #623d67), color-stop(100%, #492e4d));
  background-image: -moz-linear-gradient(left, #492e4d, #623d67, #492e4d);
  background-image: -webkit-linear-gradient(left, #492e4d, #623d67, #492e4d);
  background-image: linear-gradient(to right, #492e4d, #623d67, #492e4d);*/
	color:#533558;
	border-bottom:3px solid #7e5c7b;
}
#g8 .title.lv3 {
  /*background-color: #022b63;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OGQzOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVhYzNiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjg4ZDM4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #022b63), color-stop(50%, #023a87), color-stop(100%, #022b63));
  background-image: -moz-linear-gradient(left, #022b63, #023a87, #022b63);
  background-image: -webkit-linear-gradient(left, #022b63, #023a87, #022b63);
  background-image: linear-gradient(to right, #022b63, #023a87, #022b63);*/
	color:#023883;
	border-bottom:3px solid #023883;
}
#g7 .title.lv3 {
  /*background-color: #6d0303;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OGQzOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVhYzNiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjg4ZDM4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #6d0303), color-stop(50%, #8f0404), color-stop(100%, #6d0303));
  background-image: -moz-linear-gradient(left, #6d0303, #8f0404, #6d0303);
  background-image: -webkit-linear-gradient(left, #6d0303, #8f0404, #6d0303);
  background-image: linear-gradient(to right, #6d0303, #8f0404, #6d0303);*/
	color:#8c0404;
	border-bottom:3px solid #8c0404;
}
#g6 .title.lv3 {
  /*background-color: #054618;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OGQzOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVhYzNiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjg4ZDM4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #054618), color-stop(50%, #075f21), color-stop(100%, #054618));
  background-image: -moz-linear-gradient(left, #054618, #075f21, #054618);
  background-image: -webkit-linear-gradient(left, #054618, #075f21, #054618);
  background-image: linear-gradient(to right, #054618, #075f21, #054618);*/
	color:#065c20;
	border-bottom:3px solid #065c20;
}
#g5 .title.lv3 {
  /*background-color: #144969;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OGQzOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVhYzNiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjg4ZDM4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #144969), color-stop(50%, #18597f), color-stop(100%, #144969));
  background-image: -moz-linear-gradient(left, #144969, #18597f, #144969);
  background-image: -webkit-linear-gradient(left, #144969, #18597f, #144969);
  background-image: linear-gradient(to right, #144969, #18597f, #144969);*/
	color:#18577d;
	border-bottom:3px solid #18577d;
}
#g4 .title.lv3 {
  /*background-color: #724d11;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OGQzOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVhYzNiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjg4ZDM4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #724d11), color-stop(50%, #926316), color-stop(100%, #724d11));
  background-image: -moz-linear-gradient(left, #724d11, #926316, #724d11);
  background-image: -webkit-linear-gradient(left, #724d11, #926316, #724d11);
  background-image: linear-gradient(to right, #724d11, #926316, #724d11);*/
	color:#885c15;
	border-bottom:3px solid #885c15;
}

body.qualifier .title.lv3 {
	font-size:22px;
	text-align:center;
	font-weight:bold;
	background-image:none;
	padding:0;
}

.wrapper.all {
  padding-top: 30px;
	background:url(../img/bg_top2.png) no-repeat center 30px;
}

body.top .wrapper.all {
  padding-top: 30px;
	background:url(../img/bg_top.png) no-repeat center 30px;
}

.header.global {
  /*-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);*/
}

.header.global h1 {
  padding: 3px 0 3px;
  margin-left: -5px;
  width: 960px;
  position: relative;
  z-index: 100;
}
.top .header.global .inner { overflow: hidden; position: relative;}
.top .header.global h1 {
  margin: 0 auto;
  width: 960px;
  position: relative;
  z-index: 100;
	padding: 0;
}
.top .header.global h1 .embed {
  float: right;
  width: 406px;
  height: 251px;
	margin-right:20px;
}
.top .header.global h1 .embed embed {
  width: 400px;
  height: 245px;
  border-top:3px solid #edeaea;
  border-left:3px solid #c6c4c4;
  border-right:3px solid #686666;
  border-bottom:3px solid #736d68;
}
.top .header.global video {
  left: 50%;
  margin-left: -680px;
  position: absolute;
  top: 0px;
  z-index: 1;
  background:transparent;
}

.header.global {
  margin: 0 auto;
  width: 960px;
  position: relative;
  z-index: 100;
}
.header.global li {
  float: left;
  position: relative;
 text-indent: -9999px;
 display: block;
 width: 138px;
 height: 50px;
}

.header.global li a {
 font-size: 16px;
 font-weight: bold;
 color: #fff;
 display: block;
 height: 50px;
}
#navWrap .sp_wrap {position: static !important;}
#navWrap{
  width:960px;
  margin:0 auto;
  position:relative;
  height:50px;
  background:url(../img/nav.jpg) no-repeat;
  background-position:8px 0;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif;
}

.mainnav {
  width:960px;
  height:50px;
  line-height:19px;
  text-align:center;
  /*padding:4px 0 0;*/
}

.mainnav li {
  width:138px;
  float:left;
  background-image:url(../img/icon_bar.png);
  background-repeat:no-repeat;
  background-position:right center;
  /*padding: 6px 0;*/
}

.mainnav li a {
  font-size:16px;
  font-weight:bold;
  color:#fff;
  display: block;
  height:50px;
}

.mainnav li  {
  text-indent: -9999px;
  display: block;
  width:138px;
  height:50px;
}

.mainnav li a:hover {
  text-decoration: none;
}

.mainnav .nav1 {
}

.mainnav .nav7 {
  width:132px;
}

.mainnav span {
  font-size: 13px;
}

.mainnav li.nav1 {
  background: url(../img/nav1.png) no-repeat;
}

.mainnav li.nav1.active {
  background: url(../img/nav1_over.png) no-repeat;
}

.mainnav li.nav2 {
  background: url(../img/nav2.png) no-repeat;
}

.mainnav li.nav2.active {
  background: url(../img/nav2_over.png) no-repeat;
}

.mainnav li.nav3 {
  background: url(../img/nav3.png) no-repeat;
}

.mainnav li.nav3.active {
  background: url(../img/nav3_over.png) no-repeat;
}

.mainnav li.nav4 {
  background: url(../img/nav4.png) no-repeat;
}

.mainnav li.nav4.active {
  background: url(../img/nav4_over.png) no-repeat;
}

.mainnav li.nav5.active {
  background: url(../img/nav5_over.png) no-repeat;
  /*background: url(../img/nav5_over_new.png) no-repeat;*/
}

.mainnav li.nav5 {
  background: url(../img/nav5.png) no-repeat;
  /*background: url(../img/nav5_new.png) no-repeat;*/
}

.mainnav li.nav5.coming {
  background: url(../img/nav5_coming.png) no-repeat;
}

.mainnav li.nav6.active {
  background: url(../img/nav6_over_new.png) no-repeat;
}

.mainnav li.nav6 {
  background: url(../img/nav6_new.png) no-repeat;
}

.mainnav li.nav6.coming {
  background: url(../img/nav6_coming.png) no-repeat;
}

.mainnav li.nav7 {
  background: url(../img/nav7.png) no-repeat;
  width: 132px;
}

.mainnav li.nav7.active {
  background: url(../img/nav7_over.png) no-repeat;
  width: 132px;
}

.main.global {
  margin: 0 auto;
  /*padding-top: 14px;*/
  width: 960px;
}
.top .main.global {
  padding-top: 00px;
}
.main.global a {color: #894f06; text-decoration: none;}
.main.global a:hover {color: #894f06; text-decoration: underline;}
.banner.general {
  margin: 40px auto;
  width: 960px;
}

.bannerArea {
  margin-top: 60px;
  text-align: center;
}
.bannerArea img {
  display: inline;
}

.pagetop {
  margin: 45px auto 0;
  width: 960px;
  text-align: right;
}
.pagetop img {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.footer.global {
  margin: 20px auto 0;
  padding-bottom: 40px;
  width: 960px;
  font-size: 13px;
}
.footer.global a {
  color: #000;
  text-decoration: none;
}
.footer.global .nav {
  margin-top: 10px;
  float: left;
  width: auto;
}
.footer.global .copyright {
  margin-top: 10px;
}

.banners {
  width: 980px;
	margin:70px auto 0;
}

.banners .banner {
  padding-left: 10px;
	padding-right:10px;
  float: left;
}

.banner.outline {
	padding:0;
  float: none;
}

.top .wrapper.all {/*min-width: 1360px;*/}
.top .header.global {
}

.top .header.global h1 {
	padding:33px 0 37px;
  /*height: 288px;*/
	/*text-align:center;*/
  width: 960px;
  margin: 0 auto;
}

.top .section {
  margin-top: 30px;
  font-family: serif;
	background:rgba(255, 255, 255, 0.2);
	padding:0 14px;
}

/* 0928 */
.wrapper.all#top {
  /*background-color: #e9d9a6;
  background-image: url('../img/bg_top_wrapper.png');
  background-size: 1360px auto;
  background-position: center top;
  background-repeat: repeat-y;
  padding-top: 30px;
  min-width: 960px; */
}
.top .visual_info {
 /* background: url(../img/bg_top_final.jpg) 0 0 repeat-x;*/
  overflow: hidden; position: relative; /*height: 506px;*/ /*height: 490px;*/ height: 440px;
  margin-top: 23px;
  margin-bottom:28px;
  }
.top .visual_info .img {
	width:960px;
	margin:0 auto;
	text-align:center;
    left: 50%;
    margin-left: -480px;
    position: absolute;
    top: 0px;
}
.top .visual_info .img img {
	margin:0 auto;
}
/* /0928 */
.top .visual_info .img .embed {
  position: absolute;
  top: 0px;
  text-align: center;
  width: 100%;
  padding-top: 37px;
}
.top .visual_info .img .embed > div,
.top .visual_info .img .embed embed {
  margin: 0 auto 0;
  border: solid 4px #e4b95d;
}
.top .visual_info .img .embed .caption {
  font-size: 18px;
  font-family: serif;
  margin-top: 10px;
}
.top .visual_info .set .date,
.top .visual_info .set .place {
  display: none;
}
.top .visual_info .s1 .btn_kifu {position: absolute; top: 352px; left: 47px; width: 105px; height: 33px;}
.top .visual_info .s1 .btn_live {position: absolute; top: 352px; left: 169px; width: 105px; height: 33px;}
.top .visual_info .s2 .btn_kifu {position: absolute; top: 352px; left: 367px; width: 105px; height: 33px;}
.top .visual_info .s2 .btn_live {position: absolute; top: 352px; left: 489px; width: 105px; height: 33px;}
.top .visual_info .s3 .btn_kifu {position: absolute; top: 352px; left: 687px; width: 105px; height: 33px;}
.top .visual_info .s3 .btn_live {position: absolute; top: 352px; left: 809px; width: 105px; height: 33px;}
.top .visual_info .btn_board {
	padding:0 0 21px;
	background:rgba(255, 255, 255, 0.2);
	text-align:center;
	margin-top:-85px;
	}
.top .visual_info .btn_board p.note {
	float:right;
	font-size:12px;
	margin-top:-7px;
	padding-right:15px;
	text-shadow: 0px 0px 2.9px #000;
	color: rgb(255, 255, 255);
	position:relative;
}
.top .visual_info .set .btn_kifu img,
.top .visual_info .set .btn_live img {width: 107px; height: auto;}

.top .section.live {
  margin-top: 17px;
}
.top .section.live.active {
  margin-top: 30px;
}
.top .section.live .cf {
  padding: 0 0 10px;
}
.top .section.live .embed {
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  margin-right: 6px;
  margin-bottom: 10px;
  float: left;
  width: auto;
}
.top .section.live .btn_archives {clear: both; text-align: center; padding-top: 0px;}
.top .section.live .btn_archives a img {  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);}
.top .section.news {
  padding-bottom: 15px;
}
.top .section.news dl {
  padding: 0px 6px;
  /*margin-bottom: 30px;*/
  height: 110px;
  overflow: auto;
}
.top .section.news dt, .top .section.news dd {
  padding: 5px 0;
  font-size: 14px;
}
.top .section.news dt {
  padding-left: 15px;
  background: url(../img/ico_arrow_news.png) no-repeat left center;
  float: left;
  width: 85px;
}
.top .section.news dd {
  margin-left: 100px;
}
.top .section.outline .info {
  float: left;
  width: auto;
  padding-bottom: 20px;
	padding-left:5px;
}
.top .section.outline .info p {
  font-size: 14px;
  line-height: 1.7;
}
.top .section.outline .info .module.list {
  margin-top: 10px;
}
.top .section.outline .info .module.list dt, .top .section.outline .info .module.list dd {
  padding: 15px 0;
  border-top: 1px solid #dbcaa2;
  font-family: serif;
  line-height: 22px;
}
.top .section.outline .info .module.list dt {
  float: left;
  width: 80px;
  font-size: 14px;
}
.top .section.outline .info .module.list dd {
  margin-left: 80px;
  font-size: 13px;
}
.top .section.outline .info .module.list th, .top .section.outline .info .module.list td {
  vertical-align: top;
}
.top .section.outline .info .module.list th {
  padding-right: 20px;
}
.top .section.outline .info .module.list dt {
  font-weight: bold;
  font-size: 16px;
}
.top .section.outline .info .module.list dt.organizers {
  padding-top: 20px;
}
.top .section.outline .info .module.list .banner {
  margin-right: 20px;
  float: left;
  width: auto;
}
.top .section.outline .embed {
  float: right;
  width: 306px;
	padding-right:4px;
}
.top .section.outline .caption {
  margin-top: 5px;
  font-weight: bold;
  font-size: 12px;
}

.outline .main.global .section.schedule {
  margin-bottom: 40px;
}
.outline .main.global .section.schedule .year2015 {
  float: left;
}
.outline .main.global .section.schedule .year2016 {
  float: right;
}
.outline .main.global .section.schedule dt {
  margin-bottom: 5px;
  font-family: serif;
  font-size: 16px;
}
.outline .main.global .module.list {
  margin: 0 10px;
}
.outline .main.global .module.list dt, .outline .main.global .module.list dd {
  padding: 15px 0;
  border-top: 1px solid #dbcaa2;
  font-family: serif;
  line-height: 22px;
}
.outline .main.global .module.list dt {
  float: left;
  width: 220px;
  font-size: 14px;
}
.outline .main.global .module.list dd {
  margin-left: 220px;
  font-size: 13px;
}
.outline .main.global .module.list th, .outline .main.global .module.list td {
  vertical-align: top;
}
.outline .main.global .module.list th {
  padding-right: 20px;
}
.outline .main.global .module.list dt:first-child,
.outline .main.global .module.list dt:first-child + dd {
  padding-top: 0;
  border: none;
}
.outline .main.global .section.summary,
.outline .main.global .section.denou {
  margin-bottom: 30px;
}
.outline .main.global .section.denou,
.outline .main.global .section.tournament {
  padding: 0 9px 12px;
  background: rgba(255, 255, 255, 0.2);
}

/*.qualifier */.main.global .nav.grade {
  margin: -12px 0 30px;
}
/*.qualifier */.main.global .nav.grade li {
  float: left;
  width: 160px;
	position: relative;
  height: 38px;
}
/*.qualifier */.main.global .nav.grade a {
  display: block;
  width: 160px;
  height: 38px;
  text-indent: -9999px;
}
/*.qualifier */.main.global .nav.grade.pr li {
  float: left;
  width: 137px;
	position: relative;
  height: 38px;
}
/*.qualifier */.main.global .nav.grade.pr a {
  display: block;
  width: 137px;
  height: 38px;
  text-indent: -9999px;
}
/*.qualifier */.main.global .nav.grade .n01 { background: url(../img/nav_grade_01.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n02 { background: url(../img/nav_grade_02.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n03 { background: url(../img/nav_grade_03.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n04 { background: url(../img/nav_grade_04.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n05 { background: url(../img/nav_grade_05.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n06 { background: url(../img/nav_grade_06.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n01 { background: url(../img/nav_grade_over01.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n02 { background: url(../img/nav_grade_over02.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n03 { background: url(../img/nav_grade_over03.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n04 { background: url(../img/nav_grade_over04.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n05 { background: url(../img/nav_grade_over05.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n06 { background: url(../img/nav_grade_over06.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .p01 { background: url(../img/nav2_grade_01.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .p02 { background: url(../img/nav2_grade_02.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .p03 { background: url(../img/nav2_grade_03.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .p04 { background: url(../img/nav2_grade_04.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .p05 { background: url(../img/nav2_grade_05.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .p06 { background: url(../img/nav2_grade_06.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .p07 { background: url(../img/nav2_grade_07.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.p01 { background: url(../img/nav2_grade_over01.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.p02 { background: url(../img/nav2_grade_over02.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.p03 { background: url(../img/nav2_grade_over03.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.p04 { background: url(../img/nav2_grade_over04.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.p05 { background: url(../img/nav2_grade_over05.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.p06 { background: url(../img/nav2_grade_over06.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.p07 { background: url(../img/nav2_grade_over07.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade span {
  border-left: 1px solid #dbcaa2;
  display: block;
  width: 160px;
  line-height: 1;
}
/*.qualifier */.main.global .nav.grade li:first-child span {
  border: none;
}
.qualifier .main.global .section.tournaments {
  margin-bottom: 35px;
}
.qualifier .main.global .section.tournaments .block {
  float: right;
  padding-top: 35px;
  margin-top: -35px;
}
.qualifier .main.global .section.tournaments .block:first-child {
  float: left;
}
.qualifier .main.global .section.tournaments dt {
  margin: 15px 0;
  font-family: serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 2;
  padding-left: 12px;
}
.qualifier .main.global .section.tournaments dt.btn {
  margin: 12px 0 15px;
  border-bottom: 1px solid #ded8c0;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 48px;
  padding-left: 16px;
  position: relative;
}

.qualifier .main.global .section.tournaments dt.btn.g9 {
	background: url(../img/bg_title_lv2_g9.png) no-repeat left center;
}

.qualifier .main.global .section.tournaments dt.btn.g8 {
	background: url(../img/bg_title_lv2_g8.png) no-repeat left center;
}

.qualifier .main.global .section.tournaments dt.btn.g7 {
	background: url(../img/bg_title_lv2_g7.png) no-repeat left center;
}

.qualifier .main.global .section.tournaments dt.btn.g6 {
	background: url(../img/bg_title_lv2_g6.png) no-repeat left center;
}

.qualifier .main.global .section.tournaments dt.btn.g5 {
	background: url(../img/bg_title_lv2_g5.png) no-repeat left center;
}


.qualifier .main.global .section.tournaments dt.btn a {position: absolute; top: 4px; right: 4px;}
.qualifier .main.global .section.tournaments dt.btn a img {  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);}
.qualifier .main.global .section.tournaments dd {
  padding-bottom: 25px;
}
.qualifier .main.global .section.tournaments .image {
  margin: 15px 0 20px;
  text-align: center;
}
.qualifier .main.global .section.tournaments .note {
  font-family: serif;
  font-size: 12px;
  text-align: right;
}
.qualifier .main.global .section.results {
  font-family: serif;
}
.qualifier .main.global .section.results .title.lv2 {
  padding-bottom: 0;
  border: none !important;
  margin-top: 15px;
	line-height:24px;
}
.qualifier .main.global .section.results .block {
  padding-top: 35px;
  margin-top: -35px;
}
.qualifier .main.global .section.results table {
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}
.qualifier .main.global .section.results th, .qualifier .main.global .section.results td {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid #f2e6bf;
}
.qualifier .main.global .section.results tr:first-child th {
  border-top: none;
}
.qualifier .main.global .section.results tr:first-child td {
  border: none;
}
.qualifier .main.global .section.results th.hl {
  padding-left: 19px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 2px solid #c09b3b;
}

#g7.qualifier .main.global .section.results th.hl { border-color: #6d0303 !important;}
#g6.qualifier .main.global .section.results th.hl { border-color: #054618 !important;}
#g5.qualifier .main.global .section.results th.hl { border-color: #144969 !important;}
#g4.qualifier .main.global .section.results th.hl { border-color: #724d11 !important;}


.qualifier .main.global .section.results td {
  font-weight: bold;
}
.qualifier .main.global .section.results .datetime {
  padding-left: 19px;
  width: 250px;
}
.qualifier .main.global .section.results .player.n02 {
  width: 269px;
  font-size: 16px;
}
.qualifier .main.global .section.results .player.n01 {
  width: 179px;
  font-size: 16px;
  text-align: right;
}
.qualifier .main.global .section.results .vs {
  width: 62px;
  font-size: 13px;
  text-align: center;
}
.qualifier .main.global .section.results .buttons {
  padding-right: 0px;
  width: 178px;
}
.qualifier .main.global .section.results .button {
  margin-right: 7px;
  float: left;
  width: 82px;
}
.qualifier .main.global .section.results .button a {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  display: block;
}
.qualifier .main.global .section.results .button img {
  display: block;
}

/*.main.qualifier .main.global .section.tournaments {
  margin-bottom: 0px;
}*/
.main.qualifier .main.global .section.tournaments .image {
  margin: 0px 0 0px;
  text-align: center;
}
.main.qualifier .main.global .section.results .block {
  padding-top: 15px;
  margin-top: 0px;
}


.howto .main.global .section.step {
  margin-bottom: 13px;
  padding-bottom: 47px;
  background: url(../img/ico_arrow_howto.png) no-repeat center bottom;
}
.howto .main.global .section.step.n03 {
  margin-bottom: 40px;
  padding: 0;
  background: none;
}
.howto .main.global .inner {
  padding: 0 10px 9px;
  background: rgba(255, 255, 255, 0.2);
}
.howto .main.global .info {
  padding-left: 10px;
  float: left;
  width: 530px;
  font-family: serif;
  font-size: 14px;
  line-height: 1.6;
}
.howto .main.global .info a {
  color: #000;
}
.howto .main.global .image {
  float: right;
  width: 380px;
}
.howto .main.global .n01 .info {
  width: 660px;
}
.howto .main.global .n01 .image {
  width: 250px;
}
.howto .main.global .premium .inner {
  border-top: none;
	padding-top:18px;
}
.howto .main.global .premium .info {
  width: 605px;
}
.howto .main.global .premium .image {
  width: 305px;
}

.howto .main.global .section.premium {
}

.howto .main.global .section.premium .title.lv3 {
	color:#fff;
	background-color:#c08730;
	background-image: url(../img/bg_h_2.png) ;
	background-position:10px center;
	background-repeat:no-repeat;
	padding-left:28px;
	line-height:37px;
}

.profile .main.global .section.profile li {
  float: left;
  width: 192px;
  text-align: center;
  margin-bottom: 30px;
}
.profile .main.global .section.profile li .photo img {
	border-top:solid 2px #fff;
	border-left:solid 2px #fff;
	border-right:solid 2px #595858;
	border-bottom:solid 2px #595858;
  width: 120px;
}
.profile .main.global .section.profile li a:hover .photo img { border: solid 2px #bf5d05;}
.profile .main.global .section.profile li a {color: #000; outline: 0;}
.profile .main.global .section.profile li a:hover {text-decoration: none; color: #bf5d05;}
.profile .main.global .section.profile li .name {
  font-family: serif;
  font-weight: bold;
  margin-top: 8px;
}
.profile .main.global .section.profile li .name small {
  font-size: 12px;
  margin-left: 8px;
}
.profile .main.global .section.profile .note {
  clear: both;
  font-family: serif;
  font-size: 12px;
  text-align: right;
  padding: 20px 0 0;
  margin-bottom: 60px;
}

.kifu .main.global .section.kifu .wrap {border: solid 1px #dbcaa2; background:#f5edd7; padding: 9px; width: 610px; margin: 30px auto 0;}
.kifu .main.global .section.kifu #board {background:#fff; padding: 20px; width: 570px;}
.kifu .main.global .section.kifu .btn {text-align: center; margin-top: 25px;}
.kifu .main.global .section.kifu .btn2 {text-align: center; margin-top: 20px;}
.kifu .main.global .section.kifu .btn2 img {margin: 0 6px;}
.kifu .main.global .section.kifu .note {text-align: center; margin-top: 25px; font-size: 12px; line-height: 1.3; font-family: serif;}
.kifu .title.lv3 {font-size: 18px; font-weight: bold;}


.watch .section.article {
  font-family: serif;
  margin-bottom: 30px;
}
.watch .section.article .title.lv3 {
  font-size: 22px;
  line-height: 42px;
  text-align: left;
  padding-left: 20px;
  text-align: center;
  font-weight: bold;
  background-image:none;
  color:#a66100;
  background: rgba(255, 255, 255, 0.2);
}
.watch .section.article .title.lv3 small {
  font-size: 16px;
}
.watch .section.article .cf {
  background: rgba(255, 255, 255, 0.2);
  border-top: solid 1px #d9d9d9;
  padding: 14px 20px 18px;
}
.watch .section.article .cf .image {
  width: 240px;
  float: left;
}
.watch .section.article .cf .cont {
  width: 667px;
  float: right;
  font-size: 15px;
  line-height: 24px;
  padding-top:12px;
}
.watch .section.article .cf .cont .reporter {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: solid 1px #dbcaa2;
  padding: 0 0 3px;
  margin: 0 0 5px;
}
.watch .section.article .cf .cont .btns {
  text-align: right;
  margin-top: 30px;
}
.watch .section.article .cf .cont .btns img {
  margin-left: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.watch .wrap_final {
  background: #e1b36f url(../img/bg_watch_final.png) center top no-repeat;
  /*border: solid 1px #e1c58e;*/
  padding: 0 0 10px;
  margin-bottom: 38px;
  width:960px;
}
.watch .wrap_final .ttl_final {
	margin:0 auto;
	text-align:center;
}
.watch .wrap_final .ttl_final img {
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}
/*.watch .wrap_final .ttl_final img {
  display: block;
}*/
.watch .wrap_final .section.article .cf .image {
  width: 248px;
  float: left;
}
.watch .wrap_final .section.article .cf .cont {
  width: 672px;
  float: right;
  font-size: 15px;
  line-height: 24px;
  padding-top:12px;
}
.watch .wrap_final .section.article {
  font-family: serif;
  margin-bottom: 22px;
  margin:-10px 10px 0;
  background-color: rgba(252, 252, 252, 0.922);
}
.watch .wrap_final .section.article.second {
  font-family: serif;
  margin-bottom: 22px;
  margin:10px 10px 0;
  background-color: rgba(252, 252, 252, 0.922);
}
.watch .wrap_final .section.article .title.lv3 {
  margin-bottom: 15px;
  padding-left:0;
}
.watch .wrap_final .section.article .cf {
  background: none;
  border: none;
  padding: 0 10px 0;
}
.watch .wrap_final .section.article .cf .cont .btns {
  text-align: right;
  margin-top: 15px;
}

.section.profile .yamazaki_pr {
  background-color: rgba(255, 255, 255, 0.2);
	padding:22px 20px;
	font-family: serif;
}

.section.profile .yamazaki_pr .img {
	width:234px;
	float:left;
	text-align:center;
}

.section.profile .yamazaki_pr .detail {
	width:666px;
	float:right;
}

.section.profile .yamazaki_pr .detail h2 {
	font-size:24px;
	border-bottom:1px solid #dbcaa2;
	padding-bottom:13px;
	font-weight:bold;
}

.section.profile .yamazaki_pr .detail .text01 {
	font-size:16px;
	line-height:25px;
	padding:15px 0;
}

.section.profile .yamazaki_pr .detail h3 {
	font-size:16px;
	font-weight:bold;
	background:url(../img/bg_h_1.png) center left no-repeat;
	line-height:20px;
	padding-left:12px;
}

.section.profile .yamazaki_pr .detail .text02 {
	font-size:14px;
	line-height:22px;
	padding:13px 0;
}

.section.profile .yamazaki_pr .detail .btn01 {
	width:183px;
	float:left;
	margin-right:16px;
}

.section.profile .yamazaki_pr .detail .btn02 {
	width:183px;
	float:left;
	margin-right:16px;
}

.section.profile .yamazaki_pr .detail .btn03 {
	width:183px;
	float:left;
}



.main.global .final_members {
	margin:20px auto 0;
}

.main.global .final_members img {
	width:100%;
}





#main .title.lv3 {
	color:#976502;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	background-image:none;
	padding:0;
}




.top .visual_info .img .results {
}

.top .visual_info .img .results .sato_results {
}
.top .visual_info .img .results .sato_results .win1 {
	position:absolute;
	top:26px;
	left:360px;
}
.top .visual_info .img .results .senda_results {
}
.top .visual_info .img .results .senda_results .win1 {
	position:absolute;
	top:26px;
	right:85px;
}
.top .visual_info .img .results .win1 img {
  display: block;
  margin: 0 0 -4px;
}





@media (max-width:640px){
img { width:100%; height:auto; }
.pc {display:none !important;}
.sp {display:block !important;}


#sns_sp {text-align: center; height: 28px; padding: /*50%*/ 0 0; margin: 0 0 20px;}
#sns_sp li {display: inline-block; margin: 0 3px;}
#sns_sp li img {width: 90px !important;}
#sns_sp li.line img {width: 100px !important;}







body{
  font-size: 14px;
  background-size: 100% auto;
}



.header.global #navWrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 40px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif;
  margin: 0;
}

.header.global #navWrap .menu {
}

.header.global #navWrap li {
  float: none;
}

.header.global #navWrap a:hover {
  text-decoration: none;
}

.header.global #navWrap .sp_wrap_eiou {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding-bottom: 6px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #9e7415;
  z-index: 1000;
}

.header.global #navWrap .menu .btn {
  background: url(../img/sp/btn_menu.png) 0 0 no-repeat;
  background-size: 34px auto;
  width: 34px;
  height: 32px;
  text-indent: -9999px;
  position: absolute;
  top: 14px;
  right: 5px;
  z-index: 1000;
}

.header.global #navWrap .menu .btn.close {
  background: url(../img/sp/btn_close.png) 0 0 no-repeat;
  background-size: 34px auto;
  width: 34px;
  height: 32px;
  text-indent: -9999px;
}

.header.global .mainnav {
  width: auto;
  height: auto;
  line-height: 19px;
  text-align: left;
  padding: 3px 0 0;
  border-top: none;
  background-color: #9e7415;
}

.header.global .mainnav li {
  width: auto;
  float: none;
  background-image: none !important;
  text-indent: 0;
  line-height: 39px;
  margin: 0 10px;
  padding: 0 6px;
  border-top: 1px solid #b19044;
  height: auto;
}

.mainnav .nav1 {
  background-color: #4d4d4d;
  margin: 0 5px 5px;
  border-radius: 3px;
  padding-left: 11px;
}

.header.global .mainnav li:first-child {
  border: none;
}

.header.global .mainnav li a {
  width: auto;
  float: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
  height: auto;
  background: url(../img/sp/nav_sp_tri.png) left center no-repeat;
  background-size: auto 6px;
  padding-left: 14px;
}
.header.global .mainnav li.coming {
  width: auto;
  float: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
  height: auto;
  background: url(../img/sp/nav_sp_tri.png) left center no-repeat !important;
  background-size: auto 6px !important;
  padding-left: 14px;
  margin-left: 16px;
  opacity: 0.5;
}
.header.global .mainnav li.coming:after {
  content: 'Coming Soon';
  width: auto;
  float: none;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  height: auto;
  opacity: 1;
  float: right;
}

/*.header.global .mainnav li.nav5 a:after,*/
.header.global .mainnav li.nav6 a:after {
  content: 'NEW';
  width: auto;
  float: none;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  height: auto;
  opacity: 1;
  float: none;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif;
  margin-left: 10px;
  border-radius: 2px;
  background: -moz-linear-gradient( 90deg, rgb(201,1,1) 0%, rgb(181,2,2) 8%, rgb(255,3,3) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(201,1,1) 0%, rgb(181,2,2) 8%, rgb(255,3,3) 100%);
  background: -ms-linear-gradient( 90deg, rgb(201,1,1) 0%, rgb(181,2,2) 8%, rgb(255,3,3) 100%);
  padding:2px;
  font-weight:normal;
}

.header.global .mainnav .nav1 {
  background-image: url(../img/bg_nav01.png);
  background-repeat: no-repeat;
  background-image: none;
}

.header.global .mainnav .nav5 {
  background-image: none;
}

.header.global .mainnav span {
  font-size: 12px;
  padding-right: 10px;
  font-weight: bold;
}

.header.global .subnav {
  width: auto;
  line-height: 36px;
  position: static;
  right: 0;
  top: 42px;
  background-color: #232323;
}

.header.global .subnav .nav1 {
  width: auto;
  padding-left: 20px;
  background-image: url(../img/sp/sp_arrow-01.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  margin: 0 10px;
  line-height: 39px;
  background-size: auto 6px;
}

.header.global .subnav .nav2 {
  width: auto;
  padding-left: 20px;
  background-image: url(../img/sp/sp_arrow-01.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  margin: 0 10px;
  border-top: 1px solid #727272;
  line-height: 39px;
  background-size: auto 6px;
}

.header.global .subnav .nav3 {
  width: auto;
  padding-left: 20px;
  background-image: url(../img/sp/sp_arrow-01.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  margin: 0 10px;
  border-top: 1px solid #727272;
  line-height: 39px;
  background-size: auto 6px;
}

.header.global .subnav .nav3 .link {
  padding: 0 20px 0px 0px;
  background-image: url(../img/sp/sp_icon_link.png);
  background-repeat: no-repeat;
  background-position: 9px 2px;
  background-size: 11px 9px;
}

.header.global .subnav li a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
}

.header.global #navWrap .commonnav {
  width: auto;
  height: auto;
  line-height: 33px;
  text-align: left;
  margin: 0 4px;
  border: 1px solid #b19044;
  border-width: 0 1px 1px;
  background-color: #88630e;
}

.header.global #navWrap .commonnav li {
  width: auto;
  padding-left: 12px;
  border-top: 1px solid #b19044;
  text-indent: 0;
  height: auto;
}

.header.global #navWrap .commonnav .nav1 {
  border-top: none;
}

.header.global #navWrap .commonnav li a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: block;
  height: auto;
  line-height: 35px;
  text-decoration: none;
}


.title {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif;
}
.title.lv1 { width: auto; margin: 0 auto; text-align: center;}
.title.lv1 img {height: 52px; width: auto; display: inline-block;}
/*.qualifier .title.lv1 { width: 37%;}
.main.qualifier .title.lv1 { width: 15.5%;}
.final.qualifier .title.lv1 { width: 47%;}
.watch .title.lv1 { width: 24%;}*/
.title.lv2 { margin-bottom: 10px; }

body.outline .title.lv2.detail {
	line-height:25px;
	background-size:5px 85%;
}

.title.lv3 { line-height: 20px; padding: 6px; }
body.qualifier .title.lv3 {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	background-image:none;
	padding:0;
	line-height:27px;
}
.wrapper.all { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZDQ5YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjFlZWUzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZkNDljIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6d49c), color-stop(50%, #f1eee3), color-stop(100%, #e6d49c)); background-image: -moz-linear-gradient(left, #e6d49c, #f1eee3, #e6d49c); background-image: -webkit-linear-gradient(left, #e6d49c, #f1eee3, #e6d49c); background-image: linear-gradient(to right, #e6d49c, #f1eee3, #e6d49c); padding-top: 0px; min-width: 320px;}
.header.global { width: auto; z-index: 1000;}
.header.global h1 { margin: 0 auto; padding: 8px 0 0; width: 105px; }
.header.global .inner { padding-top: 40px; }
.main.global { margin: 0 auto; padding: 0 10px 0; width: auto; }
.banner.general { margin: 40px 10px; width: auto; }

.pagetop { margin: 40px auto 0; width: auto; text-align: right; position: relative; }
.pagetop img { -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); width:39px; position: absolute; right: 10px; top:-20px; }
.footer.global { margin: 0px 10px 10px; padding: 0px; width: auto; font-size: 13px; }
.footer.global a { color: #000; text-decoration: none; }
.footer.global .nav { margin-top: 0px; float: none; width: auto; }
.footer.global .copyright { margin-top: 10px; }
.footer.global .banners { float: none; width: auto; margin: 10px 0;}
.footer.global .banner { padding: 5px 2% 0 0; float: left; width: 49%; }
.footer.global .banner:nth-child(2n) {padding-right: 0;}

.top .header.global .inner { overflow: visible; position: relative; padding-top: 0;}

.top .wrapper.all {min-width: 320px;}
.top .header.global { /*background: #f9f2e3 url(../img/bg_top_sp.jpg) no-repeat center top;*/ background-size: 640px auto;}
.top .header.global h1 { padding: 0; width: auto; height: auto; margin: 0;   padding: 50% 0 0;}
.top .header.global h1 img { /*padding: 0; width: auto; height: auto; margin: 0;*/ display: none;}
.top .header.global h1 .embed {
  float: none;
  margin: 0 auto 10px;
  width: 94%;
  height: auto;
  background: none;
  display:none;
}
.top .header.global h1 .embed embed {
  width: 100%;
  height: 190px;
  box-sizing: border-box;
  display:none;
}
.top .header.global video {display: none;}
.top .main.global { margin: 0 auto; padding: 15px 0px 25px; width: auto; }
.top .section { margin: 30px 10px 0; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif; }

/* 0928 */
.top .main.global {padding: 0px 0px 25px;}
.wrapper.all#top {
  /*background: #f9f2e3 url(../img/bg_top_sp.jpg) no-repeat center top;*/
 /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZDQ5YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjFlZWUzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZkNDljIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6d49c), color-stop(50%, #f1eee3), color-stop(100%, #e6d49c)); background-image: -moz-linear-gradient(left, #e6d49c, #f1eee3, #e6d49c); background-image: -webkit-linear-gradient(left, #e6d49c, #f1eee3, #e6d49c); background-image: linear-gradient(to right, #e6d49c, #f1eee3, #e6d49c);*/
 padding-top: 0px;
 min-width: 320px;
  background:url(../img/bg_2nd_sp.png) no-repeat;
  background-size: 100% auto;
}
body.top .wrapper.all#top {
  background:url(../img/h_top_sp2.png) no-repeat;
  background-size: 100% auto;

  /*background: #f9f2e3 url(../img/bg_top_sp.jpg) no-repeat center top;*/
 /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZDQ5YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjFlZWUzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZkNDljIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6d49c), color-stop(50%, #f1eee3), color-stop(100%, #e6d49c)); background-image: -moz-linear-gradient(left, #e6d49c, #f1eee3, #e6d49c); background-image: -webkit-linear-gradient(left, #e6d49c, #f1eee3, #e6d49c); background-image: linear-gradient(to right, #e6d49c, #f1eee3, #e6d49c);*/
 padding-top: 0px;
 min-width: 320px;
}
.top .visual_info {
  background: none;
  overflow: hidden; position: relative; height: auto;
  margin-bottom: 30px;
  margin-top:0;
}

.top .visual_info .img {
  left: 50%;
  margin-left: 0px;
  position: static;
  top: 0px;
  width:auto;
  padding-top:0;
}
/* /0928 */
.top .visual_info .img img {
  /*display: none;*/
}
.top .visual_info .img .embed {
  position: static;
  top: 0px;
  text-align: center;
  width: 305px;
  margin: 20px auto 20px;
}
.top .visual_info .img .embed > div,
.top .visual_info .img .embed embed {
  margin: 0;
  border: solid 4px #e4b95d;
  width: 100% !important;
}
.top .visual_info .img .embed .caption {
  font-size: 16px;
  font-family: serif;
  margin-top: 5px;
}

.top .visual_info .set .date,
.top .visual_info .set .place {
  display: none;
}
.top .visual_info .set {width: 100%; position: relative;}
.top .visual_info .s1 .btn_kifu {position: absolute; top: 38%; left: 19.5%; width: 28%; height: auto;}
.top .visual_info .s1 .btn_live {position: absolute; top: 38%; left: auto; right: 19.5%; width: 28%; height: auto;}
.top .visual_info .s2 .btn_kifu {position: absolute; top: 38%; left: 19.5%; width: 28%; height: auto;}
.top .visual_info .s2 .btn_live {position: absolute; top: 38%; left: auto; right: 19.5%; width: 28%; height: auto;}
.top .visual_info .s3 .btn_kifu {position: absolute; top: 38%; left: 19.5%; width: 28%; height: auto;}
.top .visual_info .s3 .btn_live {position: absolute; top: 38%; left: auto; right: 19.5%; width: 28%; height: auto;}
.top .visual_info .btn_board {position: static; top: 419px; left: 401px; width: 94%; height: auto; padding-bottom: 20px; padding:0 3%; margin-top:0;}
.top .visual_info .btn_board p.note {
	float:right;
	font-size:13px;
	margin-top:16px;
	padding-right:0;
	color:#000;
	text-shadow:none;
	padding-bottom:13px;
}
.top .visual_info .set .btn_kifu img,
.top .visual_info .set .btn_live img {width: 100%;}

.top .section.live { margin: 0 5px; width: auto; z-index: 100; position: relative;}
.top .section.live .cf { padding: 10px 0 10px 0px; }
.top .section.live .embed { -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); margin: 0 auto 10px; float: none; width: 282px; }
.top .section.live .embed iframe { width: 282px !important; }
.top .section.live .btn_archives {clear: both; text-align: center; padding-top: 5px; width: 50%; margin:0 auto; }
.top .section.live .btn_archives a img {  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);}
.top .section.news dl { margin: 0px 0; height: 230px; overflow: auto;}
.top .section.news dt,
.top .section.news dd { padding: 2px 0; font-size: 14px; display: block;}
.top .section.news dt { padding-left: 15px; background: url(../img/ico_arrow_news.png) no-repeat left center; float: none; width: auto; display: block; }
.top .section.news dd { margin-left: 15px; margin-bottom: 10px; line-height: 1.4; }
.top .section.outline .info { padding-left: 0px; float: none; width: auto; }
.top .section.outline .info p { font-size: 14px; line-height: 1.7; }
.top .section.outline .info .module.list { margin-top: 10px; }
.top .section.outline .info .module.list dt,
.top .section.outline .info .module.list dd { padding: 15px 0; border-top: 1px solid #dbcaa2; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif; line-height: 22px; }
.top .section.outline .info .module.list dt { float: left; width: 50px; font-size: 14px; }
.top .section.outline .info .module.list dd { margin-left: 50px; font-size: 13px; }
.top .section.outline .info .module.list th,
.top .section.outline .info .module.list td { vertical-align: top; }
.top .section.outline .info .module.list th { padding-right: 0px; }
.top .section.outline .info .module.list dt { font-weight: bold; font-size: 16px; }
.top .section.outline .info .module.list dt.organizers { padding-top: 20px; }
.top .section.outline .info .module.list .banner { margin-right: 20px; float: none; width: auto; }
.top .section.outline .info .module.list .banner img { width: auto; }
.top .section.outline .embed { float: none; width: 305px; margin: 0 auto;}
.top .section.outline .caption { margin-top: 10px; font-weight: bold; font-size: 12px; }

.outline .main.global .section.schedule { margin-bottom: 25px; }
.outline .main.global .section.schedule .year2015 { float: none; text-align: center;}
.outline .main.global .section.schedule .year2016 { float: none; margin-top: 15px; text-align: center;}
.outline .main.global .section.schedule .year2016 img {width: 17.5%;}
.outline .main.global .section.schedule dt { margin-bottom: 8px; font-family: serif; font-size: 14px; }
.outline .main.global .module.list { margin: 0 0px; }
.outline .main.global .module.list dt,
.outline .main.global .module.list dd { padding: 10px 0; border-top: 1px solid #dbcaa2; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif; line-height: 22px; }
.outline .main.global .module.list dt { float: none; width: auto; font-size: 14px; font-weight: bold;}
.outline .main.global .module.list dd { margin-left: 0px; font-size: 13px; border: none; padding-top: 0;}
.outline .main.global .module.list th,
.outline .main.global .module.list td { vertical-align: top; }
.outline .main.global .module.list th { padding-right: 20px; }
.outline .main.global .module.list dt:first-child,
.outline .main.global .module.list dt:first-child + dd { padding-top: 0; border: none; }
.outline .main.global .section.summary,
.outline .main.global .section.denou { margin-bottom: 30px; }
.outline .main.global .section.denou,
.outline .main.global .section.tournament { padding: 9px; border: 1px solid #dbcaa2; background: rgba(255, 255, 255, 0.2); }
.outline .main.global .section.tournament .banner {width: 100%; margin: 0 auto 5px;}

/*.qualifier*/ .main.global .nav.grade { margin: 0 -10px 30px;}
/*.qualifier*/ .main.global .nav.grade li { float: left; width: 33.33%; height: auto;}
/*.qualifier */.main.global .nav.grade.pr li {
  float: left;
  width: 33.33%;
	position: relative;
  height: auto;
}
/*.qualifier */.main.global .nav.grade.pr a {
  display: block;
  width: auto;
  height: 0;
  text-indent: -9999px;
  padding-top: 34.27%;
}

/*.qualifier*/ .main.global .nav.grade a { display: block; padding: 0; width: auto; padding-top: 34.27%; height: 0;}
/*.qualifier */.main.global .nav.grade .n01 { background: url(../img/nav_sp_grade_01.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n02 { background: url(../img/nav_sp_grade_02.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n03 { background: url(../img/nav_sp_grade_03.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n04 { background: url(../img/nav_sp_grade_04.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n05 { background: url(../img/nav_sp_grade_05.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .n06 { background: url(../img/nav_sp_grade_06.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n01 { background: url(../img/nav_sp_grade_over01.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n02 { background: url(../img/nav_sp_grade_over02.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n03 { background: url(../img/nav_sp_grade_over03.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n04 { background: url(../img/nav_sp_grade_over04.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n05 { background: url(../img/nav_sp_grade_over05.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade .active.n06 { background: url(../img/nav_sp_grade_over06.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade.pr .p01 { background: url(../img/nav2_sp_grade_01.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade.pr .p02 { background: url(../img/nav2_sp_grade_02.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade.pr .p03 { background: url(../img/nav2_sp_grade_03.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade.pr .p04 { background: url(../img/nav2_sp_grade_04.png) no-repeat center ;  width: 25%;}
/*.qualifier */.main.global .nav.grade.pr .p05 { background: url(../img/nav2_sp_grade_05.png) no-repeat center ;  width: 25%;}
/*.qualifier */.main.global .nav.grade.pr .p06 { background: url(../img/nav2_sp_grade_06.png) no-repeat center ;  width: 25%;}
/*.qualifier */.main.global .nav.grade.pr .p07 { background: url(../img/nav2_sp_grade_07.png) no-repeat center ;  width: 25%;}
/*.qualifier */.main.global .nav.grade.pr .active.p01 { background: url(../img/nav2_sp_grade_over01.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade.pr .active.p02 { background: url(../img/nav2_sp_grade_over02.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade.pr .active.p03 { background: url(../img/nav2_sp_grade_over03.png) no-repeat center ; }
/*.qualifier */.main.global .nav.grade.pr .active.p04 { background: url(../img/nav2_sp_grade_over04.png) no-repeat center ;  width: 25%;}
/*.qualifier */.main.global .nav.grade.pr .active.p05 { background: url(../img/nav2_sp_grade_over05.png) no-repeat center ;  width: 25%;}
/*.qualifier */.main.global .nav.grade.pr .active.p06 { background: url(../img/nav2_sp_grade_over06.png) no-repeat center ;  width: 25%;}
/*.qualifier */.main.global .nav.grade.pr .active.p07 { background: url(../img/nav2_sp_grade_over07.png) no-repeat center ;  width: 25%;}
/*.qualifier*/ .main.global .nav.grade li { background-size: 100% auto !important; }

.main.global .nav.grade.pr .p04 a,
.main.global .nav.grade.pr .p05 a,
.main.global .nav.grade.pr .p06 a,
.main.global .nav.grade.pr .p07 a {padding-top: 45.62%;}

.qualifier .main.global .section.tournaments { margin-bottom: 35px; }
.qualifier .main.global .section.tournaments .block { float: none; padding-top: 5px; margin-top: -5px;}
.qualifier .main.global .section.tournaments .block:first-child { float: none; }
.qualifier .main.global .section.tournaments dt { margin: 15px 0; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif; font-weight: bold; font-size: 16px; text-align: left; line-height: 2; padding-left: 12px; }
.qualifier .main.global .section.tournaments dt.btn {
  padding-left: 12px;
  position: relative;
}
.qualifier .main.global .section.tournaments dt.btn a {position: absolute; top: 4px; right: 4px;}
.qualifier .main.global .section.tournaments dt.btn a img {  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);}
.qualifier .main.global .section.tournaments dd { padding-bottom: 25px; }
.qualifier .main.global .section.tournaments .note { font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif; font-size: 12px; line-height: 1.3; text-align: left; }
.qualifier .main.global .section.results { font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif; }
.qualifier .main.global .section.results .title.lv2 { padding-bottom: 0; border: none; margin-bottom: 15px;}
.qualifier .main.global .section.results .block { padding-top: 5px; margin-top: -5px; }
.qualifier .main.global .section.results table { border: 1px solid #dbcaa2; background: rgba(255, 255, 255, 0.2); width: 100%; }
.qualifier .main.global .section.results th,
.qualifier .main.global .section.results td { padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #e6dbc1; }
.qualifier .main.global .section.results tr:first-child th { border-top: none; }
.qualifier .main.global .section.results tr:first-child td { border: none; }
.qualifier .main.global .section.results th.hl { padding-left: 0; text-align: center; font-size: 16px; line-height: 20px; font-weight: bold; border-bottom: solid 2px #c09b3b;}
.qualifier .main.global .section.results td { font-weight: bold;  display: block;}
.qualifier .main.global .section.results .datetime { padding-left: 10px; width: auto; font-size: 14px; text-align: center; padding-top: 15px;}
.qualifier .main.global .section.results .player.n02 { width: 45%; font-size: 14px; float: left; border: none;}
.qualifier .main.global .section.results .player.n01 { width: 45%; font-size: 14px; text-align: right; float: left; border: none;}
.qualifier .main.global .section.results .vs { width: 10%; font-size: 11px; line-height: 14px; text-align: center; float: left; border: none;}
.qualifier .main.global .section.results .buttons { padding-right: 0px; border: none; clear: both; width: auto; margin: 0 auto; padding-bottom: 15px; text-align: center;}
.qualifier .main.global .section.results .button { margin-right: 7px; float: none; width: 62px; display: inline-block; }
.qualifier .main.global .section.results .button a { -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); display: inline-block; }
.qualifier .main.global .section.results .button img { display: inline-block; }

.howto .main.global .section.step { margin-bottom: 13px; padding-bottom: 47px; background: url(../img/ico_arrow_howto.png) no-repeat center bottom; }
.howto .main.global .section.step.n03 { margin-bottom: 40px; padding: 0; background: none; }
.howto .main.global .inner { padding: 9px; border: 1px solid #dbcaa2; background: rgba(255, 255, 255, 0.2); }
.howto .main.global .info { padding-left: 0px; float: none; width: auto; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif; font-size: 14px; line-height: 1.6; margin-bottom: 10px;}
.howto .main.global .info a { color: #000; }
.howto .main.global .image { float: none; width: auto; }
.howto .main.global .n01 .info { width: auto; }
.howto .main.global .n01 .image { width: 50%; margin: 0 auto;}
.howto .main.global .premium .inner { border-top: none; }
.howto .main.global .premium .info { width: auto; }
.howto .main.global .premium .image { width: 65%; margin: 0 auto; }

.profile .main.global .section.profile li { float: left; width: 50%; text-align: center; margin-bottom: 25px; }
.profile .main.global .section.profile li .photo img { border: solid 1px #dbcaa2; width: 80%;}
.profile .main.global .section.profile li a:hover .photo img { border: solid 1px #bb9c52;}
.profile .main.global .section.profile li a {color: #000;}
.profile .main.global .section.profile li a:hover {text-decoration: none; color: #894f06;}
.profile .main.global .section.profile li .name { font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif; font-weight: bold; margin-top: 8px; font-size: 15px; }
.profile .main.global .section.profile li .name small { font-size: 11px; margin-left: 8px; }
.profile .main.global .section.profile .note { clear: both; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif; font-size: 12px; text-align: left; padding: 20px 0 0; margin-bottom: 0px; line-height: 1.3; }


.kifu .main.global .section.kifu .wrap {border: none; background:none; padding: 0px; width: auto; margin: 20px auto 0;}
.kifu .main.global .section.kifu #board {background:#fff; padding: 20px; }
.kifu .main.global .section.kifu .btn {text-align: center; margin: 20px auto 0; width: 150px;}
.kifu .main.global .section.kifu .btn2 {text-align: center; margin: 20px auto 0; width: auto;}
.kifu .main.global .section.kifu .btn2 img {margin: 0 5px; width: 125px; display: inline;}
.kifu .main.global .section.kifu .note {text-align: center; margin-top: 15px; font-size: 10px; line-height: 1.3;}
.kifu .title.lv3 {font-size: 15px; font-weight: bold; text-align: left;}
.kifu .control_section {margin-left: -10px; margin-right: -10px;}


.watch .section.article { font-family: serif; margin-bottom: 30px; }
.watch .section.article .title.lv3 { font-size: 15px; line-height: 20px; text-align: center; padding:8px 6px; font-weight: bold;}
.watch .section.article .title.lv3 small { font-size: 15px; }
.watch .section.article .cf { background: rgba(255, 255, 255, 0.2); border-top: solid 1px #d9d9d9; padding: 10px 10px; }
.watch .section.article .cf .image { width: 220px; float: none; margin: 0 auto 0; }
.watch .section.article .cf .cont { width: auto; float: none; font-size: 14px; line-height: 1.6; }
.watch .section.article .cf .cont .reporter { font-size: 15px; line-height: 1.6; font-weight: bold; border-bottom: solid 1px #dbcaa2; padding: 0 0 3px; margin: 0 0 5px; }
.watch .section.article .cf .cont .btns { text-align: center; margin-top: 15px; }
.watch .section.article .cf .cont .btns img { margin-left: 5px; margin-right: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); display: inline; height: 27px; width: auto; }

.watch .wrap_final { background: none; background-color:#deb56f; border:none; padding: 0 0 10px;width:auto; margin:0 -10px 38px;
}
.watch .wrap_final .ttl_final img { display: block; padding-top:0;}
.watch .wrap_final .ttl_final {margin: 0px 0px 0;}
.watch .wrap_final .section.article { font-family: serif; margin-bottom: 22px; margin: -75% 10px 0; background-color: rgba(252, 252, 252, 0.922); padding:0 10px; position:relative;}
.watch .wrap_final .section.article .title.lv3 { margin:0 -10px 15px; }
.watch .wrap_final .section.article .cf { background: none; border: none; padding: 0; }
.watch .wrap_final .section.article .cf .cont .btns {
  text-align: center;
  margin-top: 15px;
}
.watch .wrap_final .section.article .cf .image {
  width: 220px;
  float: none;
}
.watch .wrap_final .section.article .cf .cont {
  width: auto;
  float: right;
  font-size: 15px;
  line-height: 24px;
  padding-top:12px;
}



.banners {
  width: auto;
	margin:40px auto 0;
}

.banners .banner {
  padding-left: 10px;
	padding-right:10px;
  float: none;
	margin-top:10px;
}


.howto .main.global .section.premium .title.lv3 {
	color:#fff;
	background-color:#c08730;
	background-image: url(../img/bg_h_2.png) ;
	background-position:10px center;
	background-repeat:no-repeat;
	padding-left:28px;
	line-height:30px;
}



.section.profile .yamazaki_pr {
  background-color: rgba(255, 255, 255, 0.2);
	padding:22px 15px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif;
}

.section.profile .yamazaki_pr .img {
	width:auto;
	float:none;
	text-align:center;
}

.section.profile .yamazaki_pr .img img {
	width:50%;
}

.section.profile .yamazaki_pr .detail {
	width:auto;
	float:none;
}

.section.profile .yamazaki_pr .detail h2 {
	font-size:20px;
	border-bottom:1px solid #dbcaa2;
	padding:10px 0;
	font-weight:bold;
}

.section.profile .yamazaki_pr .detail .text01 {
	font-size:14px;
	line-height:20px;
	padding:15px 0;
}

.section.profile .yamazaki_pr .detail h3 {
	font-size:16px;
	font-weight:bold;
	background:url(../img/bg_h_1.png) center left no-repeat;
	line-height:20px;
	padding-left:12px;
}

.section.profile .yamazaki_pr .detail .text02 {
	font-size:13px;
	line-height:21px;
	padding:13px 0 23px;
}

.section.profile .yamazaki_pr .detail .btns {
	text-align:center;
}

.section.profile .yamazaki_pr .detail .btn01 {
	width:auto;
	float:none;
	margin-bottom:10px;
	margin-right:0;
}

.section.profile .yamazaki_pr .detail .btn02 {
	width:auto;
	float:none;
	margin-bottom:10px;
	margin-right:0;
}

.section.profile .yamazaki_pr .detail .btn03 {
	width:auto;
	float:none;
}

.section.profile .yamazaki_pr .detail .btn01 img,
.section.profile .yamazaki_pr .detail .btn02 img,
.section.profile .yamazaki_pr .detail .btn03 img {
	width:50%;
}




.bannerArea.sp img {
  width: 320px;
  height: 50px;
}




.main.global .final_members {
	margin:30px auto 15px;
}

.main.global .final_members img {
	width:100%;
}


.top .visual_info .img .results .sato_results .win1 {
  width: 17.5%;
	position:absolute;
	top:8.5%;
	left:2px;
}
.top .visual_info .img .results .senda_results .win1 {
  width: 17.5%;
	position:absolute;
  top:8.5%;
	right:2px;
}
.top .visual_info .img .results img {
	width:100%;
}




}


/*[data-reactid=".0.0.0.2.0.0.0.0"]{ display: none;}
[data-reactid=".0.0.0.2.0.0.0.1"]{ display: none;}
[data-reactid=".0.0.0.2.0.0.0.2"]{ display: none;}
[data-reactid=".0.0.0.2.0.0.0.3"]{ display: none;}
[data-reactid=".0.0.0.2.0.0.0.e"]{ display: none;}
[data-reactid=".0.0.0.2.0.0.0.f"]{ display: none;}*/

.kifuforjs textarea.comment { display: none;}
/*.kifuforjs div.mochi div.mochimain { background-color: #ceaf44; }*/
