/*
Theme Name: SB2018 Theme
Theme URI: http://www.www.www/
Description: This is my SB2018 theme.
*/
@import "css/navi.css";
@import "css/form.css";
@import "css/footer.css";

/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 14px;
	font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	line-height: 1.7;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	} 
	
html.osMac body, body.osMac {
    font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}
	
/* --------------------------------------------------
	テキスト
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, a { color: #333; line-height: 1.4;}
h1 { font-size: 300%; margin: 0 0 20px; font-weight: bold;}
h2 { font-size: 230%; margin: 0 0 20px; font-weight: bold;}
h3 { font-size: 150%; margin: 0 0 20px; }
h4 { font-size: 130%; margin: 0 0 20px; }
h5 { font-size: 100%; margin: 0 0 20px; }
h6 { font-size: 80%; margin: 0 0 20px; }

h2.title { font-size: 240%; margin: 0 0 10px; line-height: 1.4;}
h3.midashi { font-size: 150%; margin: 0 0 20px; line-height: 1.2; border-bottom: 2px solid #333;}

h3.bar { color:#fff; background-color:#333; font-size: 120%; margin: 0 0 20px;padding: 5px 0 5px 10px; line-height:1.5;display:block;}

h4.line { border-bottom: 1px solid #333;}

h5.link { font-weight: normal; font-size: 13px;}

p { font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
	margin: 0 0 30px;
	padding:0;
	}

p.mincho {
	font-size: 150%; margin: 0 0 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}

a {
	text-decoration: none;
	}	
	
a:hover {
	opacity: 0.6;
	color: #888;
	text-decoration: none;
		-webkit-transition: all 0.3s;
            transition: all 0.3s;
	}
	
div {
	color: #333;
	}
	
span {
	color: #333;
	}

span.syouhai {
	color: #333;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	}
	
.red {
	color: #C00;
	}

.cha {
	color: #917347;
	}

.pink {
	color: #F9C !important;
	}

.green {
	color: #6C6 !important;
	}

.blue {
	color: #6CF !important;
	}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

hr {
	color: inherit;
	border: none;
	clear: both;
}

/* --------------------------------------------------
	リスト
-------------------------------------------------- */
li {
	list-style: none;
	}
	
/* --------------------------------------------------
	イメージ
-------------------------------------------------- */
img {
	border: none;
	margin: 0;
	padding: 0;
	}
/* --------------------------------------------------
	ヘッダー
-------------------------------------------------- */
header {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0 5%;
	position: fixed;
	z-index: 999999;
	background-color: #fff;
	background-repeat: repeat;
	border-bottom: 1px solid #aaa;
	}

#logo {
	width: 200px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	float: left;
	}

#logo img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

#sidelink {
	position: fixed;
	width: 35px;
	height: 386px;
	top: 50%;
	right: 0;
	margin:0;
	margin-top:-200px;
	padding:0;
	z-index: 99999999;
}

#side-amateur,#side-ticket {
	width: 35px;
	height: 123px;
	margin:0;
	padding:0;
}

#side-amateur img,#side-ticket img {
	width: 35px;
	height: 123px;
	margin:0;
	padding:0;
}

#side-movie {
	width: 35px;
	height: 140px;
	margin:0;
	padding:0;
}

#side-movie img {
	width: 35px;
	height: 140px;
	margin:0;
	padding:0;
}

/* --------------------------------------------------
	ヘッダーイメージ
-------------------------------------------------- */
#head-image {
	clear: both;
	width: 100% !important;
	margin: 0 auto 0;
	padding:0;
	position: relative;
	overflow: hidden;
	}

#head-image img {
	width: 100%;
	margin: 84px auto 0;
	padding:0;
	vertical-align: middle;
	text-align: center !important;
	object-fit: cover;
	}

#head-image a:hover {
	opacity: 1.0;
	}

.section-newfight {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 5px;
	background-image: url(image/back-newfight.jpg);
	background-repeat: repeat;
	}

.section-newfight .inner {
	width: 90%;
	max-width: none;
	padding: 0;
	position: relative;
}

.newfight-left {
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.newfight-right {
	float: right;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.newfight-left h2 { font-size: 240%; margin: 0 0 10px; color: #fff; line-height: 1.2;}
.newfight-left h3 { font-size: 140%; margin: 0 0 20px; color: #fff; line-height: 1.2;}

#page-image {
	clear: both;
	width: 100% !important;
	margin: 0 auto 0;
	padding:0;
	position: relative;
	overflow: hidden;
	}

#page-image img {
	width: 100%;
	margin: 84px auto 0;
	padding:0;
	vertical-align: middle;
	text-align: center !important;
	object-fit: cover;
	}

/* --------------------------------------------------
	リンク NEW FIGHT
-------------------------------------------------- */
.link-btn-nf {
	float: right;
	margin: 0 auto 10px;
	width: auto;
	text-align: center;
	background-color: #777;
	}

.link-btn-nf a.fight-link {
	display: block;
	background-color:#fff;
	color: #555 !important;
	text-decoration: none !important;
	padding: 5px 20px;
	text-align: center;
	font-size: 95%;
	margin: 0 auto;
	cursor: pointer;
	width: 160px;
	clear: both;
	font-weight: bold;
	}	

.link-btn-nf a.ticket-link {
	display: block;
	background-color:#c00;
	color: #fff !important;
	text-decoration: none !important;
	padding: 5px 20px;
	text-align: center;
	font-size: 95%;
	margin: 0 auto;
	cursor: pointer;
	width: 160px;
	clear: both;
	font-weight: bold;
	}
		
/* --------------------------------------------------
	コンテンツ
-------------------------------------------------- */
#content-top {
	width: 100%;
	margin: auto;
	padding: 0;
	}

#content-sub {
	width: 100%;
	margin: auto;
	padding: 100px 0 0;
	border-top: 1px solid #999;
	}

section.sub p {
	text-align: center;
	}

section.sub .box p {
	text-align: left;
	}
		
.inner {
	width: 90%;
	max-width: 980px;
	clear: both;
	margin: 0 auto 0;
	padding: 75px 0;
	}

.box {
	width: 100%;
	clear: both;
	margin: 0 auto 40px;
	padding: 0;
	}

.box-fighter {
	width: 100%;
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	}
	
/* --------------------------------------------------
	TOP
-------------------------------------------------- */
.section {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

.section-fight {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 0px;
	}

.section-news {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 50px;
	}
	
.section-fight .inner,.section-news .inner {
	padding: 0;
	position: relative;
}

.section-fight-gray {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 5px;
	background-image: url(image/back-gray.jpg);
	background-repeat: repeat;
	}

.section-fight-gray .inner {
	padding: 0;
	position: relative;
}


/* --------------------------------------------------
	SNS
-------------------------------------------------- */
.section-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 30px;
	background-image: url(image/back-sns.jpg);
	background-repeat: repeat;
	}

.section-sns .inner {
	padding: 0;
	max-width: 1500px;
}

.title-sns {
	width: 100%;
	max-width: 160px;
	margin: 0 0 15px;
	padding: 0;
	}

.title-sns img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

.box-twi {
	float: left;
	width: 31%;
	height: auto;
	margin: 0 3.5% 10px 0;
	padding: 0;
	overflow: hidden;
	}

.box-fb {
	float: left;
	width: 31%;
	height: auto;
	margin: 0 3.5% 10px 0;
	padding: 0;
	overflow: hidden;
	}
	
.box-insta {
	float: right;
	width: 31%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	}

.box-twi .sns-inner,.box-fb .sns-inner,.box-insta .sns-inner {
	width: 100% !important;
	height: 450px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

.box-insta .sns-inner {
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

.fb-page {
    width: 100% !important;
}
.box-fb .sns-inner > .fb-page > span,
.box-fb .sns-inner iframe {
    width: 100% !important;
}
	
.sbi_follow_btn {
	margin-bottom: 10px !important;
}

/* --------------------------------------------------
	タイトル
-------------------------------------------------- */
div.title {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 5px solid #333;
	}
	
.title-img {
	width: 60%;
	max-width: 480px;
	margin: 0 0 5px;
	padding: 0;
	}

.title-img img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn {
	margin: 0 auto 30px;
	width: auto;
	text-align: center;
	}

.link-btn a {
	display: inline-block;
	position: relative;
	background-color:#555;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 20px;
	text-align: center;
	font-size: 95%;
	margin: 0 auto;
	cursor: pointer;
	min-width: 180px;
	}

/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn-big {
	margin: 0 auto 50px;
	width: auto;
	text-align: center;
	}

.link-btn-big a {
	display: inline-block;
	position: relative;
	background-color:#555;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 40px;
	text-align: center;
	font-size: 120%;
	margin: 0 auto;
	cursor: pointer;
	background-image: url(image/back-biglink.jpg);
	background-repeat: repeat;
	}
	
/* --------------------------------------------------
	リンク TOP
-------------------------------------------------- */
.link-btn-top {
	margin: 0 auto 30px;
	width: auto;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 0;
	}

.link-btn-top a {
	display: inline-block;
	position: relative;
	background-color:#777;
	color: #fff !important;
	text-decoration: none !important;
	padding: 5px 20px;
	text-align: center;
	font-size: 95%;
	margin: 0 auto;
	cursor: pointer;
	min-width: 160px;
	}	

/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn-one {
	margin: 0 2.6% 0 0;
	width: 23%;
	text-align: center;
	float: left;
	}

.link-btn-two {
	margin: 0 2.6% 0 0;
	width: 23%;
	text-align: center;
	float: left;
	}

.link-btn-three {
	margin: 0 2.6% 0 0;
	width: 23%;
	text-align: center;
	float: left;
	}
		
.link-btn-four {
	margin: 0 0 0 0;
	width: 23%;
	text-align: center;
	float: left;
	}
		
.link-btn-one a,.link-btn-two a,.link-btn-three a,.link-btn-four a {
	display: block;
	position: relative;
	background-color:#555;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 0;
	text-align: center;
	font-size: 110%;
	margin: 0 auto;
	cursor: pointer;
	background-image: url(image/back-biglink.jpg);
	background-repeat: repeat;
	opacity: 0.6;
	}

.link-btn-one a:hover,.link-btn-two a:hover,.link-btn-three a:hover,.link-btn-four a:hover {
	opacity: 1.0;
	}

body.page-template-page-fightersb .link-btn-one a {
	opacity: 1.0;
	}

body.page-template-page-fighterjapan .link-btn-two a {
	opacity: 1.0;
	}

body.page-template-page-fighterworld .link-btn-three a {
	opacity: 1.0;
	}

body.page-template-page-fighterlist .link-btn-four a {
	opacity: 1.0;
	}
		
/* --------------------------------------------------
	2
-------------------------------------------------- */
.box-left {
	float: left;
	width: 60%;
	height: auto;
	margin: 0;
	padding: 30px 0 0;
	overflow: hidden;
	}

.box-right {
	float: right;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box-right img {
	margin: 0 auto 5px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
		
.box-left img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
.box-left .image {
	float: left;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.box-left .text {
	float: right;
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box-left .image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}


		
.image100 {
	padding: 0;
	width: 100%;
	}

.image100 img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

				
/* --------------------------------------------------
	ニュースページ
-------------------------------------------------- */
ul.news-page {
	margin: 0 0 60px;
	border-top: 1px dotted #aaa;
	}
	
ul.news-page li {
	list-style-type: none;
	line-height: 2.0;
	padding: 15px 0;
	border-bottom: 1px dotted #aaa;
	}

ul.news-page li a {
	color: #555;
	height: 2.0;
	padding: 0;
	-webkit-text-size-adjust: none;
	}

ul.news-page li a:hover {
	color: #888;
	}

ul.news-page li span {
	float: left;
	line-height: 2.0;
	color: #555;
	font-size: 90%;
	-webkit-text-size-adjust: none;
	margin: 1px 30px 0 0;
	letter-spacing: 1px;
	}
	
/* --------------------------------------------------
	ページ送り
-------------------------------------------------- */
p.pagenation {
	font-size: 10px;
	overflow: hidden;
	}

span.oldpage {
	float: left;
	}

span.newpage {
	float: right;
	}
	
/* --------------------------------------------------
	横2並び
-------------------------------------------------- */
.box2 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	}
	
.box2-left {
	float: left;
	width: 47%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-right {
	float: right;
	width: 47%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-left img,.box2-right img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

/* --------------------------------------------------
	S-cup
-------------------------------------------------- */
h2.history {
	background-color: #333;
	color: #fff;
	font-size: 150%;
	margin: 60px 0;
	letter-spacing: normal;
}

.inner-scup {
	width: 90%;
	max-width: 980px;
	clear: both;
	margin: 0 auto 0;
	padding: 55px 0 75px;
	}
	
.s-cup {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	text-align: left;
	}

.s-cup h3 {
	font-size: 170%;
	line-height: 1.2;
	margin: 0 0 15px;
	padding: 0;
	border-bottom: 3px solid #333;
}

.s-cup h4 {
	margin: 0 0 15px;
	padding: 0;
}


.box2-left70 {
	float: left;
	width: 60%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-right30 {
	float: right;
	width: 35%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-left30 {
	float: left;
	width: 35%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-right70 {
	float: right;
	width: 60%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}
	
.box2-left30 img,.box2-right30 img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.s-cup-logo {
	width: 90%;
	max-width: 400px;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	overflow: hidden;
	}
	
.s-cup-logo img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
	
/* --------------------------------------------------
	パンくずリスト
-------------------------------------------------- */
#breadcrumb  {
	margin-bottom: 5px;
	}

#breadcrumb div {
	display: inline;
	}

/* --------------------------------------------------
	ページ番号リンク
-------------------------------------------------- */
p.pagenum {
	text-align: center;
	}

p.pagenum a, p.pagenum span {
	color: #fff;
	border-radius: 3px;
	padding: 5px 7px;
	}

p.pagenum a {
	background-color: #555;
	}

p.pagenum a:hover {
	background-color: #ccc;
	color: #555;
	}

p.pagenum span  {
	background-color: #ccc;
	color: #555;
	}

#menuList {
	display: none;
}

/* --------------------------------------------------
	会社概要
-------------------------------------------------- */
p.gaiyou {
	text-align: center;
	font-size: 200%;
	margin: 0 auto 40px;
}

table.data {
	clear: both;
	width: 100%;
	max-width: 680px;
	color: #555;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	}

tr {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	}

tr.last {
	border-bottom: none;
	border-collapse: collapse;
	}

td {
	border-collapse: collapse;
	}
			
table.data a {
	color: #444;
	border-bottom: 1px dotted #ccc;
	}
	
table.data td {
	line-height: 1.7;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 12px 20px 10px;
	}

table.data td.category {
	border-right: 1px solid #ccc;
	padding-left: 0;
	padding-right: 5px;
	}

table.dt {
	clear: both;
	width: 100%;
	color: #555;
	margin: 15px auto 30px;
	padding: 0;
	border-collapse: collapse;
	}
			
table.dt a {
	color: #555;
	border-bottom: 1px dotted #ccc;
	}
	
table.dt td {
	line-height: 1.7;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	background-color: rgba(255,255,255,0.7); 
	padding: 5px 20px 4px;
	}

table.dt td.category {
	border-right: 1px solid #ccc;
	padding-left: 0;
	padding-right: 5px;
	text-align: center;
	}

/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn {
	margin: 0 auto;
	width: auto;
	text-align: center;
	}

.link-btn a {
	padding: 0;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	}
	
/* --------------------------------------------------
	 ギャラリー タブ
-------------------------------------------------- */
ul.tab {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 40px;
	}

ul.tab-news {
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	overflow: hidden;
	height: 40px;
	}
	
ul.tab li,ul.tab-news li {
	list-style-type:none;
	width: 20%;
	margin: 0;
	height: 36px;
	float:left;
	font-size: 100%;
	overflow:hidden;
	}

ul.tab li:first-child,ul.tab-news li:first-child {
	border-left: none;
	margin: 0;
	}
	
ul.tab li:last-child,ul.tab-news li:last-child {
	border-left: none;
	margin: 0;
	}
	
ul.tab li a,ul.tab-news li a {
	outline:none;
	display: block;
	color: #fff;
	font-weight: 400;
	line-height: 36px;
	text-align:center;
	border-radius: 0;
	opacity: 0.6;
	}

ul.tab li a:hover,ul.tab-news li a:hover {
	text-decoration:none;
	color:#fff;
	opacity: 1.0;
	}

ul.tab li.all a,ul.tab-news li.all a {
	background-color: #e74c3c;
	}

ul.tab li.fight a,ul.tab-news li.fight a {
	background-color: #f1c40f;
	}

ul.tab li.interview a,ul.tab-news li.interview a {
	background-color: #27ae60;
	}

ul.tab li.media a,ul.tab-news li.media a {
	background-color: #3498db;
	}

ul.tab li.etc a,ul.tab-news li.etc a {
	background-color: #9b59b6;
	}
					
ul.tab li a span,ul.tab-news li a span {
	color: #fff;
	}
	
ul.tab li a.selected {
	text-decoration:none;
	color: #fff;
	cursor:default;
	opacity: 1.0;
	}

ul.panel-gallery {
	margin:0;
	padding:0;
	}

ul.panel-gallery li {
	list-style-type:none;
	height: auto;
}

.box-g {
	margin: 30px 0 0;
	padding: 0;
	width: 100%;
}

li.poster {
	float: left;
	width: 22.75%;
	margin: 0 3% 20px 0;
}

li:nth-child(4).poster {
	float: left;
	margin-right: 0%;
}

li:nth-child(4).poster {
	float: left;
	margin-right: 0%;
}

h3.fight-title {
	font-size: 100%;
	margin: 0 0 5px;
	line-height: 1.2 !important;
}

h3.fight-title a {
	line-height: 1.0 !important;
}


h3.fighter-name {
	font-size: 100%;
	margin: 0 0 10px;
}

p.fight-data {
	font-size: 100%;
	margin: 0 0 15px;
	line-height: 1.3;
}

.poster-image {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	overflow: hidden;
	}

.poster-image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

div.fight-data {
	margin-bottom: 10px;
}
	
/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn-syousai {
	margin: 0 auto 30px;
	width: auto;
	text-align: center;
	width: 100%;
	}

.link-btn-syousai a {
	display: block;
	position: relative;
	background-color:#fff;
	color: #555 !important;
	text-decoration: none !important;
	padding: 2px 0;
	text-align: center;
	font-size: 95%;
	margin: 0 auto;
	cursor: pointer;
	border: 1px solid #555;
	}	

.link-btn-syousai a:hover {
	background-color:#555;
	color: #fff !important;
	opacity: 1.0;
	}	
	
/* --------------------------------------------------
	ニュース一覧
-------------------------------------------------- */
ul.fight {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0;
}

li.news-box {
	float: left;
	width: 22.75%;
	margin: 0 3% 20px 0;
	display:table-cell;
}

li:nth-child(4n+4).news-box {
	float: left;
	margin-right: 0%;
}

h3.news-title {
	font-size: 100%;
	line-height: 1.3;
	margin: 0 0 15px;
	min-height: 35px;
}

p.news-data {
	font-size: 13px;
	line-height: 17px;
	margin: 0 10px 7px 0;
	
}

li.news-data {
	font-size: 14px;
	line-height: 1.0;
	margin: 0;
	
}

.news-data span {
	font-size: 10px;
	line-height: 15px;
	height: 13px;
	margin: 0 0 0 0;
	padding: 0;
	width: 80px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.news-data span.cate-fight {
	background-color: #f1c40f;
	}

.news-data span.cate-interview {
	background-color: #27ae60;
	}

.news-data span.cate-media {
	background-color: #3498db;
	}

.news-data span.cate-etc {
	background-color: #9b59b6;
	}

.news-data span.result {
	background-color: #333;
	}
	
.news-image {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	max-height: 148px;
	overflow: hidden;
	}

.news-image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

/* --------------------------------------------------
	選手一覧
-------------------------------------------------- */
ul.fighter {
	margin: 0;
	padding: 0;
}

li.fighter-box {
	float: left;
	width: 22.75%;
	margin: 0 3% 15px 0;
}

li:nth-child(4n+4).fighter-box {
	float: left;
	margin-right: 0%;
}

/* --------------------------------------------------
	選手情報
-------------------------------------------------- */
.section-about {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.fighter-image,.fighter-data {
	float: left;
	width: 30%;
	height: auto;
	margin: 0;
	margin-right: 5%;
}

.fighter-twi {
	float: right;
	width: 30%;
	height: 438px;
	margin: 0;
	margin-right: 0;
	background-color: #aaa;
	overflow: hidden;
}

.fighter-twi .inner {
	margin: 0;
	margin-right: 0;
	padding: 15px 5% 10px;
	width: 90%;
	height: 440px;
}

.fighter-image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

.fighter-gallery {
	float: left;
	width: 30%;
	height: auto;
	margin: 0;
	margin-right: 5%;
}

.fighter-gallery li {
	float: left;
	width: 33.3%;
	height: auto;
}

.fighter-gallery img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

.fighter-senreki {
	float: right;
	width: 65%;
	height: auto;
	margin: 0;
	margin-right: 0;
}


/* --------------------------------------------------
	senreki
-------------------------------------------------- */
.fighter-senreki table {
	clear: both;
	width: 100%;
	color: #444;
	margin: 0 auto 60px;
	padding: 0;
	}
	
.fighter-senreki table a {
	color: #444;
	border-bottom: 1px solid #ccc;
	}
	
.fighter-senreki table tr {
	line-height: 1.2;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	background-color: #eee;
	border-bottom: none;
	padding: 50px;
	}

.fighter-senreki table tr:nth-child(even){ background: #ddd; }

.fighter-senreki table td.taikai {
	line-height: 1.5;
	width: 50%;
	margin: 0;
	padding: 10px 10px 10px 20px;
	font-weight: 400;
	text-align: left;
	}

.fighter-senreki table td.taikai span {
	font-size: 80%;
	}
	
.fighter-senreki table td.syouhai {
	font-size: 90%;
	line-height: 1.2;
	width: 20%;
	margin: 0;
	padding: 10px 10px 10px;
	font-weight: 400;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.fighter-senreki table td.syouhai span {
	font-size: 200%;
	font-weight: bold;
	}

.fighter-senreki table td.fightername {
	line-height: 1.2;
	margin: 0;
	padding-left: 10px;
	font-weight: 400;
	text-align: left;
	}	

.fighter-image,.fighter-data {
	float: left;
	width: 30%;
	height: auto;
	margin: 0;
	margin-right: 5%;
}

.fight-image-s {
	float: left;
	width: 32%;
	margin: 0 0;
	overflow: hidden;
}

.fight-text-s {
	float: right;
	width: 65%;
	margin: 0;
	margin-right: 0;
	padding: 0;
}

.fight-image-s img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

.box-fighterlist {
	width:100%;
	height: auto;
	margin: 50px 0 0;
}

ul.fighterlist {
	width:100%;
	height: auto;
	margin: 0;
}

ul.fighterlist li {
	float: left;
	width: 21%;
	height: auto;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 10px;
	list-style: outside square;
	font-size: 110%;
	line-height: 1.5;
}
	
/* --------------------------------------------------
	schedule
-------------------------------------------------- */
.schedule table {
	clear: both;
	width: 100%;
	color: #444;
	margin: 0 auto 50px;
	padding: 0;
	border: 1px solid #ccc;
	}

.schedule table a {
	color: #444;
	border-bottom: 1px dotted #ccc;
	}
	
.schedule th {
	line-height: 1.7;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px 6px;
	}

.schedule th.day {
	line-height: 1.7;
	width: 180px;
	background-color: #333;
	color: #fff;
	margin: 0;
	padding: 10px 0px 6px 15px;
	font-weight: 400;
	text-align: left;
	}
			
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 記事内写真 */
div.post img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

/* --------------------------------------------------
	ジム
-------------------------------------------------- */
.gym-list table {
	clear: both;
	width: 100%;
	margin: 0 auto 60px;
	padding: 0;
	}
	
.gym-list table a {
	color: #fff;
	}
	
.gym-list table tr {
	line-height: 1.4;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 50px;
	}

.gym-list table td {
	line-height: 1.5;
	margin: 0;
	padding: 10px 10px 10px 20px;
	font-weight: 400;
	text-align: left;
	}

.gym-list table th.name {
	width: 26%;
	padding-right: 2%;
}

.gym-list table td.address {
	width: 40%;
	padding-right: 2%;
	}

.gym-list table td.tel {
	width: 23%;
	padding-right: 2%;
	}

.gym-list table td.homepage {
	width: 10%;
	padding: 0;
	text-align: center;
	}
	
.gym-list table td.homepage a {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: #aaa;
	display: block;
	}

/* --------------------------------------------------
	HUMAN OF SB
-------------------------------------------------- */
.section-hosb {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	}

li.hosb-box {
	float: left;
	width: 45%;
	margin: 0 10% 20px 0;
}

li:nth-child(2n+2).hosb-box {
	float: left;
	margin-right: 0%;
}

li.hosb-box .hosb-image {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto 10px;
}

li.hosb-box .hosb-image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

.hosb-mainimage {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto 25px;
	background-color: #555;
}

.hosb-mainimage img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

h3.hosb-title { font-size: 150%; margin: 0 0 10px; line-height: 1.2; min-height:55px;}
p.hosb-vol {font-size: 140%; font-weight: normal; margin:0;}
h4.hosb-name { font-size: 150%; margin: 0; line-height: 1.2;}

.hosb-interview h4 { font-size: 150%; margin: 0 0 20px; }
.hosb-interview h5 { font-size: 120%; margin: 0 0 20px; }

.hosb-interview {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	padding:0 5%;
	}
	
.hosb-interview p {
	font-size: 14px;
	line-height: 1.8;
	text-decoration: none;
	margin: 0 0 20px;
	padding:0;
	}

.hosb-box p {
	margin: 0 0 5px;
}

.link-btn-interview {
	margin: 0 auto 30px;
	width: auto;
	text-align: center;
	}

.link-btn-interview a {
	display: inline-block;
	position: relative;
	background-color:#777;
	color: #fff !important;
	text-decoration: none !important;
	padding: 8px 0;
	text-align: center;
	font-size: 95%;
	margin: 0 auto;
	cursor: pointer;
	width: 100%;
	}

.hosb-profile {
	border: 1px solid #555;
	margin: 50px auto 60px;
	padding: 20px;
	}
	
.profile-image {
	float: left;
	width: 47%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.profile-image img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.profile-text {
	float: right;
	width: 46%;
	height: auto;
	margin: 0 0 13px;
	padding: 20px 2% 0;
	overflow: hidden;
	}

.profile-text h4 { font-size: 180%; margin: 0 0 10px; line-height: 1.2;}
.profile-text h5 { font-size: 110%; margin: 0 0 20px; line-height: 1.2;}
.profile-text p { font-size: 100%; margin: 0; line-height: 1.5;}

/* 記事内の画像 */
.aligncenter  {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
padding-right: 30px;
padding-bottom: 30px;
}

.alignright {
float: right;
padding-left: 30px;
padding-bottom: 30px;
}

h2.title {
	line-height: 1.2;
}

h3.fighter {
	font-size: 150%;
	line-height: 1.0;
	margin: 0 0 5px;
}

h3.fighter span {
	font-size: 70%;
	line-height: 1.0;
}

h3.fighter img {
	vertical-align: bottom;
}

h5.bar {
	font-size: 120%;
	line-height: 1.2;
	background-color: #333;
	color: #fff;
	text-indent: 5px;
	padding: 5px 5px;
}


.mainimage,.fight-image {
	margin:0 0 20px;
	padding:0;
	width: 100%;
}

.mainimage img,.fight-image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

ul.gallery {
	margin:0;
	padding:0;
	width: 100%;
}

ul.gallery li {
	margin:0 0 20px;
	padding:0;
	width: 20%;
	float: left;
}

ul.gallery li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

/* --------------------------------------------------
	会社概要
-------------------------------------------------- */
.company table {
	clear: both;
	width: 100%;
	color: #444;
	margin: 0 auto 30px;
	padding: 0;
	border: 1px solid #ccc;
	}
	
.company th {
	line-height: 1.7;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px 6px;
	}

.company th.category {
	line-height: 1.7;
	width: 100px;
	background-color: #333;
	color: #fff;
	margin: 0;
	padding: 10px 0px 6px 15px;
	font-weight: 400;
	text-align: left;
	}

ul.logo_list {
	width:100%;
	height: auto;
	margin: 30px 0 30px;
	padding-left: 0.25%;
}

ul.logo_list li {
	float: left;
	width: 19%;
	height: auto;
	display: block;
	margin-right: 1%;
	margin-bottom: 10px;
}

ul.logo_list li:nth-child(5n+5) {
	float: left;
	margin-right: 0%;
}

ul.logo_list li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
	border: 1px solid #555;
}

.box-youtube {
    max-width: 780px;
	margin: 0 auto 50px;
}

.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

table.rule {
	margin: 0 0 40px;
	padding: 0;
}

table.rule tr {
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #fff;
	height: 50px;
}

th.number {
	background-color: #333;
	color: #fff;
	padding:5px 30px 2px;
	line-height: 1.5;
	font-size: 20px;
	margin: 0 0 20px;
	display: block;
}

th.text {
	color: #333;
	line-height: 1.5;
	font-size: 200%;
	text-align: left;
	padding-left: 20px;
	vertical-align: top;
	}
	
/* --------------------------------------------------
	2
-------------------------------------------------- */
.box-rule {
	margin: 0 auto 20px;
	padding: 10px 0;
	clear: both;
	border-bottom: 1px dotted #aaa;
}

.rule-image-left {
	float: left;
	width: 25%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
	}

.rule-text-right {
	float: right;
	width: 70%;
	height: auto;
	margin: 0;
	padding: 20px 0 0;
	overflow: hidden;
	}
		
.rule-image-left img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.box-rule2 {
	margin: 0 auto 20px;
	padding: 0;
	clear: both;
}

.rule-left {
	float: left;
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.rule-right {
	float: right;
	width: 25%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
	}
		
.rule-right img {
	margin: 0 auto 20px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

/* --------------------------------------------------
	ランキング
-------------------------------------------------- */
.champion-w,.champion-j {
	float: left;
	width: 22%;
	height: auto;
	margin: 0 3% 0px 0;
	padding: 0;
	overflow: hidden;
	}

.ranking {
	float: right;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
		
.champion-w img,.champion-j img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

/* --------------------------------------------------
	検索
-------------------------------------------------- */
.searchspace {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: url(image/back-cont.jpg);
	background-repeat: repeat;
	}

.searchspace .inner {
	padding: 20px 0;
	position: relative;
	max-width: none;
	width: 90%;
	max-width: 980px;
}

#search {
	float: left;
	width: 55%;
	margin: 5px 0 0;
}

#search input#s {
	width: 75%;
	padding: 0 3px;
	background-color:#fff;
	border: 2px solid #fff;
}

#search input#s:focus {
	border: 2px solid #777;
	background-color:#eee;
}


#search input#searchsubmit {
	width: 80px;
	border: none;
	padding: 4px;
	background-color: #333;
	color: #fff;
	cursor: pointer;
	margin-left: 5px;
}

#search input#searchsubmit:hover {
	background-color: #777;
	cursor: pointer;
	-webkit-transition: all .5s;
    transition: all .5s;
}

.drop {
	float:right;
	width: 40%;
}

.ranking-drop {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.gym-drop {
	float: left;
	width: 49%;
}

.megamenu > li {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #333;
	text-align: center;
}

.megamenu > li:hover {
    background: #555;
    -webkit-transition: all .5s;
    transition: all .5s;
	color: #fff;
}

.megamenu > li:hover a {
	opacity: 1.0;
}


.megamenu > li a {
    display: block;
    color: #fff;
	 line-height: 40px;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.megamenu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
}

.megamenu .menu__second-level li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* floatクリア */
.megamenu:before,
.megamenu:after {
    content: " ";
    display: table;
}

.megamenu:after {
    clear: both;
}

.megamenu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #555;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	text-align: left;
}

li.menu__mega:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 22%;
	margin: 0 1% 0 2%;
    border: none;
	list-style-type: square;
	background-color: transparent;
}

li.menu__mega ul.menu__second-level > li a {
	line-height: 1.5;
	margin: 0 0 15px;
}


li.menu__mega ul.menu__second-level > li:hover a {
	color: #fff;
	opacity: 0.8;
}

li.menu__mega ul.menu__second-level > li:nth-child(5n+4) {
}

#HEAVEY,#MIDDLE,#S-WELTER,#WELTER,#S-LIGHT,#LIGHT,#S-FEATHER,#FEATHER,#S-BANTAM,#W-BANTAM,#W-FLY,#M-MINI {
  margin-top: -100px;
  padding-top: 100px;
}

#CAESERGYM,#CAESERGYM-SHINKOIWA,#CAESERGYM-SIBUYA,#ARES,#GSB,#RYUSEI,#PHANTOM,#CAESER-RIKI,#FOD,#SHUKO,#RISSHI,#FUBUKI,#SISIN,#SOUWER,#HAMAKKO,#TIA {
  margin-top: -100px;
  padding-top: 100px;
}


.ghonyaku {
		border: none !important;
		position: fixed;
		top: -5px;
		right: 20px;
}

.pankuzu {
	width: 100%;
	margin: 0;
	padding: 1px 0;
	background-color: #333;
}

.breadcrumbs {
	width: 90%;
	margin: 0 auto;
	color: #fff;
}

.breadcrumbs span {
	color: #fff;
	font-size: 12px;
}

#slides {
	width: 100%;
	margin: 0;
	padding: 1px 0;
	background-color: #ddd;
}

#slides .inner {
	width: 90%;
	max-width: 980px;
	clear: both;
	margin: 0 auto 0;
	padding: 3px 0;
	}

ul.tab-fighter {
	clear: both;
	margin: 0 auto 0;
}

ul.tab-fighter li {
	list-style-type:none;
	width: 10%;
	margin: 0;
	height: 36px;
	float:left;
	font-size: 100%;
	overflow:hidden;
	}

ul.tab-fighter li:first-child {
	border-left: none;
	margin: 0;
	}
	
ul.tab-fighter li:last-child {
	border-left: none;
	margin: 0;
	}

ul.tab-fighter  li a {
	outline:none;
	display: block;
	color: #fff;
	font-weight: 400;
	line-height: 36px;
	text-align:center;
	border-radius: 0;
	opacity: 0.5;
	background-color: #777;
	border-right: 2px solid #fff;
	}

ul.tab-fighter  li a:hover {
	text-decoration:none;
	color:#fff;
	opacity: 1.0;
	}

ul.tab-fighter li a.selected {
	text-decoration:none;
	color: #fff;
	cursor:default;
	opacity: 1.0;
	}

.link-btn-ranking {
	margin: 0 6% 0 0;
	width: 47%;
	text-align: center;
	float: left;
	}

.link-btn-sb {
	margin: 0 10% 0 0;
	width: 47%;
	text-align: center;
	float: left;
	}
		
.link-btn-list {
	margin: 0 0 0 0;
	width: 47%;
	text-align: center;
	float: left;
	}
		
.link-btn-ranking a,.link-btn-sb a,.link-btn-list a {
	display: block;
	position: relative;
	background-color:#555;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 0;
	text-align: center;
	font-size: 110%;
	margin: 0 auto;
	cursor: pointer;
	background-image: url(image/back-biglink.jpg);
	background-repeat: repeat;
	opacity: 0.6;
	}

.link-btn-ranking a:hover,.link-btn-sb a:hover,.link-btn-list a:hover {
	opacity: 1.0;
}
