/*
Site Name: 三洋物産インターナショナル ライフセービングカップ 2018
Site URI: http://sanyo-lifesavingcup.com/
Author: Delightarts
Author URI: http://www.delightarts.com/
Version: 1.0
*/
@charset "utf-8";
body, html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	text-size-adjust:100%;
}

*{
	margin:0;
	padding:0;
	font-size:100%;
	line-height: 160%;
	color:#000000;
	font-weight:400;
	text-decoration:none;
}
body{
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000000;
	background:#ffffff;
	font-size:14px;
}
header, section, article, footer, nav, main, aside{
	display:block;
}
h1{
	font-size:200%;
	line-height:130%;
}
h2{
	font-size:150%;
	line-height:130%;
}
h3{
	font-size:125%;
	line-height:130%;
}
h4{
	font-size:110%;
	line-height:140%;
}
h5{
	font-size:105%;
	line-height:150%;
}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *{
	font-weight:700;
	font-feature-settings : "palt" 1;
}
br{
	line-height:100%;
}
a img {
	border:none;
}
.clear{
	float:none;
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
:-moz-selection{
    background:#137adb;
	color:#ffffff;
}
:selection{
    background:#137adb;
	color:#ffffff;
}
::-moz-selection{
    background:#137adb;
	color:#ffffff;
}
::selection{
    background:#137adb;
	color:#ffffff;
}
.anton{
	font-family: 'Anton', sans-serif;
}
.open_sans{
	font-family: 'Open Sans', sans-serif;
}
.oswald{
	font-family:'Oswald', sans-serif;
}
#container{
	padding-top:180px;
	width:100%;
	overflow:hidden;
}

/* ---------------- HEADER ---------------- */
#header{
	position:fixed;
	z-index:3;
	background:#ffffff;
	width:100%;
	height:180px;
	left:0;
	top:0;
}
#head{
	padding:25px 275px 25px 29px;
}
#head .parent{
	height:100%;
}
#logo{
	display:inline-block;
	width:26%;
	margin-right:-4px;
}
#logo a{
	display:table-cell;
	width:251px;
	height:60px;
	vertical-align:middle;
}
#logo img{
	display:block;
	width:100%;
}
#head_brn{
	max-width:652px;
	display:inline-block;
	margin-right:-4px;
	margin-left:12%;
	width:52%;
	height:60px;
}
#head_brn p{
	display:table-cell;
	width:519px;
	height:60px;
	vertical-align:middle;
}
#head_brn img{
	display:block;
	width:100%;
}
#head_nav{
	width:212px;
	top:40px;
	right:40px;
	position:absolute;
}
#head_nav #lang{
	display:inline-block;
	vertical-align:middle;
}
#head_nav #lang button{
	display:inline-block;
	font-size:78.57%;
	line-height:30px;
	color:#0e1445;
	font-weight:700;
	background:none;
	border:none;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	cursor:pointer;
}
#head_nav #lang button.japanese{
	font-size:90%;
	width:53px;
	text-align:right;
}
#head_nav #lang a{
	display:inline-block;
	font-size:78.57%;
	line-height:30px;
	color:#0e1445;
	font-weight:700;
	background:none;
	border:none;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	cursor:pointer;
}
#head_nav #lang a.japanese{
	font-size:90%;
	width:53px;
	text-align:right;
}

#head_nav ul{
	list-style:none;
	display:inline-block;
	margin-left:20px;
	line-height:30px;
	height:30px;
	vertical-align:middle;
	margin-right:-4px;
}
#head_nav ul li{
	display:inline-block;
	margin-left:15px;
	margin-right:-4px;
	line-height:30px;
	height:30px;
}
#head_nav ul li a{
	display:block;
}
#head_nav ul li a img{
	display:block;
}
#nav{
	width:100%;
	height:70px;
	background:#0e1445;
	position:fixed;
	top:110px;
	z-index:3;
	display:block;
}
#nav .wrapper{
	max-width:1000px;
	margin:0 auto;
}
#nav ul{
	list-style:none;
	width:100%;
	height:70px;
	/*display: flex;*/
	font-size: 0;
}
#nav ul li{
	/*display:table-cell;*/
	display: inline-block;
	line-height:70px;
	height:70px;
	position:relative;
	padding-left:1px;
	font-size: 14px;
}
#nav ul li:before{
	content:'';
	display:block;
	height:18px;
	width:1px;
	background:#2a3372;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
}
#nav ul li:last-of-type{
	padding-right:1px;
}
#nav ul li:last-of-type:after{
	content:'';
	display:block;
	height:18px;
	width:1px;
	background:#2a3372;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-9px;
}
#nav ul li a{
	display:block;
	line-height:70px;
	height:70px;
	color:#ffffff;
	font-weight:700;
	position:relative;
	padding:0 28px;
	overflow:hidden;
}
#nav ul li a:before{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0px;
	background:#137adb;
	z-index:0;
}
#nav ul li a span{
	display:block;
	line-height:70px;
	height:70px;
	color:#ffffff;
	font-weight:700;
	position:relative;
	z-index:1;
}
#nav ul li:first-of-type a{
	padding:0 33px;
}
#nav ul li.current a{
	cursor:default;
}
#nav ul li.current a:before{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:10%;
	width:80%;
	height:3px !important;
	background:#137adb;
}
#nav ul li.soon a{
	cursor:default;
	opacity: 0.7;
}
#nav ul li.soon a:before{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:10%;
	width:80%;
	height:0px !important;
}

/* ---------------- MAIN ---------------- */
#main{
	position:relative;
	z-index:3;
	background:#ffffff;
}

/* ----------- TOP ----------- */
.top #main{
	margin-top:calc(100vh - 180px);
	padding-bottom:90px;
}
.narrow .top #main{
	margin-top:1260px;
	margin-top:880px;
	margin-top:600px;
}
#top_title{
	width:100%;
	height:calc(100vh - 180px);
	position:absolute;
	left:0;
	top:180px;
	z-index:1;
	background-color:#000;
	overflow:hidden;
	min-height:1260px;
}
.narrow .top #top_title{
	min-height:880px;
	min-height:600px;
}
#top_title .relative{
	width:100%;
	height:100%;
	position:relative;
}
#top_title .backs{
	width:100%;
	height:calc(100vh - 180px);
	position:fixed;
	left:0;
	top:180px;
}
#top_title .texts{
	width:100%;
	height:calc(100vh - 180px);
	position:fixed;
	left:0;
	top:180px;
	/*mix-blend-mode: overlay;*/
}
.narrow #top_title .texts{
	position:absolute;
	top:0;
}
#top_title .contents{
	display:table;
	height:100%;
	width:100%;
	/*max-width:740px;*/
	max-width: 1340px;
	margin:0 auto;
	position:relative;
	z-index:2;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
#top_title .wrapper{
	display:table-row;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#top_title .title{
	display:table-cell;
	width:100%;
	height:100%;
	/*vertical-align:middle;*/
	vertical-align:middle;
	padding:100px 5px;
	min-height:680px;
}
#top_title .title .title_right{
	max-width: 980px;
	width: 75.3%;
	position: absolute;
	bottom: 17px;
	right: 172px;
}
#top_title .title .title_right img{
	opacity: 0.8;
}

.narrow #top_title .title .title_right{
	max-width: 200px;
}
#top_title .title .title_main{
	width: 43.4%;
	max-width: 501px;
	position: absolute;
	top: 80px;
	left: 8px;
}
#top_title  .title img{
	display:block;
	width:100%;
}
#top_title .bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#top_title .bg .left,
#top_title .bg .right{
	background-repeat:no-repeat;
	background-size:cover;
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	z-index:0;
}
#top_title .bg .left{
	background-position:400px top;
	left:-50%;
	-webkit-transition:background-position 1s, left 1s;
	transition:background-position 1s, left 1s;
}
#top_title .bg .right{
	background-position:-400px top;
	right:-50%;
	-webkit-transition:background-position 1s, right 1s;
	transition:background-position 1s, right 1s;
}
#top_title .bg.toShow .left{
	left:0;
	background-position:100% top;
	z-index:1;
}
#top_title .bg.toShow .right{
	right:0;
	background-position:0 top;
	z-index:1;
}
#top_title .bg1 .left{
	background-image:url(img/top/title_bg1_left.jpg?20190617);
}
#top_title .bg1 .right{
	background-image:url(img/top/title_bg1_right.jpg?20190617);
}
#top_title .bg2 .left{
	background-image:url(img/top/title_bg2_left.jpg?20190624);
}
#top_title .bg2 .right{
	background-image:url(img/top/title_bg2_right.jpg?20190624);
}
#top_title .bg3 .left{
	background-image:url(img/top/title_bg3_left.jpg?20190624);
}
#top_title .bg3 .right{
	background-image:url(img/top/title_bg3_right.jpg?20190624);
}
#top_title .bg4 .left{
	background-image:url(img/top/title_bg4_left.jpg?20190624);
}
#top_title .bg4 .right{
	background-image:url(img/top/title_bg4_right.jpg?20190624);
}
#top_title .bg5 .left{
	background-image:url(img/top/title_bg5_left.jpg?20190624);
}
#top_title .bg5 .right{
	background-image:url(img/top/title_bg5_right.jpg?20190624);
}

#top_title .bg6 .left{
	background-image:url(img/top/title_bg6_left.jpg?20190624);
}
#top_title .bg6 .right{
	background-image:url(img/top/title_bg6_right.jpg?20190624);
}
#top_title .bg7 .left{
	background-image:url(img/top/title_bg7_left.jpg);
}
#top_title .bg7 .right{
	background-image:url(img/top/title_bg7_right.jpg);
}
#top_title .bg8 .left{
	background-image:url(img/top/title_bg8_left.jpg);
}
#top_title .bg8 .right{
	background-image:url(img/top/title_bg8_right.jpg);
}
#top_title .bg9 .left{
	background-image:url(img/top/title_bg9_left.jpg);
}
#top_title .bg9 .right{
	background-image:url(img/top/title_bg9_right.jpg);
}
#top_title .bg10 .left{
	background-image:url(img/top/title_bg10_left.jpg);
}
#top_title .bg10 .right{
	background-image:url(img/top/title_bg10_right.jpg);
}
#top_title .bg11 .left{
	background-image:url(img/top/title_bg11_left.jpg);
}
#top_title .bg11 .right{
	background-image:url(img/top/title_bg11_right.jpg);
}


.narrow #title_scroll{
	display:none;
}
#title_scroll{
	position:absolute;
	left:50%;
	bottom:20px;
	display:block;
	width:100px;
	margin-left:-50px;
	text-align:center;
	z-index:2;
}
#title_scroll a{
	display:block;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:85.71%;
	font-weight:700;
	padding-bottom:50px;
	text-align:center;
	position:relative;
}
#title_scroll a:before{
	content:'';
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-16px;
	width:32px;
	background-image:url(img/top/scroll.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:16px;
	-webkit-transition:bottom 0.2s ease-out;
	transition:bottom 0.2s ease-out;
}
#title_scroll a:after{
	content:'';
	position:absolute;
	bottom:14px;
	left:50%;
	margin-left:-16px;
	width:32px;
	background-image:url(img/top/scroll.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:16px;
	-webkit-transition:bottom 0.2s ease-out;
	transition:bottom 0.2s ease-out;
}
#title_scroll.down2 a:before{
	bottom:16px;
}
#title_scroll.down a:after{
	bottom:10px;
}
.cover{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.section{
	padding-top:10px;
}
.section .wrapper{
	max-width:1000px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}
.section_title{
	padding:40px 0;
	padding:35px 0;
	text-align:center;
}
.section_title .title{
	display:inline-block;
	text-align:center;
	line-height:100%;
	padding-left:151px;
	padding-right:151px;
	position:relative;
	font-weight:500;
	font-weight:700;
	color:#0e1445;
	font-size:221.43%;
	letter-spacing:2px;
	font-family: 'Anton', sans-serif;
}
.top #results  .subtitle_results{
	line-height:100%;
	color:#0e1445;
	font-size:120%;
	padding-top:15px;
	padding-top:10px;
	font-weight:400;
	display:block;
	text-align:center;
}


.section_title .title a{
	color:#0e1445;
}
.section_title .title:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
	height:2px;
	width:121px;
	background:#0e1445;
	display:block;
}
.section_title .title:after{
	content:'';
	position:absolute;
	right:0;
	top:50%;
	margin-top:-1px;
	height:2px;
	width:121px;
	background:#0e1445;
	display:block;
}
#results .contents{
	padding:50px 0;
	background-image:url(img/top/results.jpg);
	background-position:center top;
}
.results_section .contents{
	padding:50px 0;
	background-image:url(img/top/results.jpg);
	background-position:center top;
}
#mix_result.results_section .contents{
	background-image:url(img/top/mix_results.jpg);
}


.results_table{
	width:100%;
	border-collapse:collapse;
}
.results_table thead th{
	color:#ffffff;
	font-weight:400;
	font-size:100%;
	vertical-align:middle;
	text-align:left;
	background:#0e1445;
	padding:12px 10px;
}
.results_table thead th:first-of-type{
	text-align:center;
	width:160px;
}
.results_table thead th:last-of-type{
	text-align:center;
	width:160px;
}
.results_table tbody td{
	padding:24px 10px;
	vertical-align:middle;
	text-align:left;
	background-color:#f8f8f8;
	font-weight:700;
	font-size:92.86%;
	background-position:left top;
	background-repeat:no-repeat;
}
.results_table tbody td a{
	font-weight:700;
}
.results_table tbody td a span{
	font-weight:700;
	display:inline-block;
}
.results_table tbody tr:nth-of-type(even) td{
	background-color:#ecedf5;
}
.results_table tbody td:first-of-type{
	text-align:center;
}
.results_table tbody td:last-of-type{
	text-align:center;
}
.results_table tbody tr.first td:first-of-type{
	background-image:url(img/first.png);
}
.results_table tbody tr.second td:first-of-type{
	background-image:url(img/second.png);
}
.results_table tbody tr.third td:first-of-type{
	background-image:url(img/third.png);
}


/* 2017/06/19 */
.top #results  .subtitle_results strong{
	line-height:100%;
	color:#0e1445;
	font-size:112.5%;
	font-weight:700;
	display:block;
	text-align:center;
}
.results_table.over_results.lastOfResults tbody tr.first td:first-of-type{
	background-image:url(img/the_first.png);
	background-position:30px center;
}
.results_table.over_results.lastOfResults tbody tr.second td:first-of-type{
	background-image:url(img/the_second.png);
	background-position:30px center;
}
.results_table.over_results.lastOfResults tbody tr.third td:first-of-type{
	background-image:url(img/the_third.png);
	background-position:30px center;
}
.results_table.over_results.lastOfResults tbody tr td:first-of-type{
	padding-left:60px;
}
.results_table.over_results.lastOfResults thead th:first-of-type{
	padding-left:60px;
	width:113px;
}
.results_table.over_results.lastOfResults tbody td .winner{
	font-weight:700;
	color:#d9af13;
	line-height:100%;
}
/* 2017/06/19 */


.results_table tbody td .flag{
	vertical-align:-3px;
	margin-right:20px;
	width:23px;
}

#flash-banner {
	text-align: center;
	padding-top: 60px;
}

#news{
	padding-bottom:50px;
}
#news .contents.wrapper{
	max-width:1218px;
}
.news_list{
	list-style:none;
	margin-left:-30px;
}
.news_list li{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:30px;
	width:25%;
	float:left;
}
.news_list li .image{
	display:block;
	width:100%;
}
.news_list li .image img{
	display:block;
	width:100%;
}
.news_list li .desc{
	padding:16px 20px;
	border:solid 1px #e8e8e8;
	border-top:none;
}
.news_list li .cat{
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#0e1445;
	font-size:95%;
}
.news_list li .text{
	display:block;
	font-weight:700;
	line-height:140%;
	font-size:107.14%;
	font-size:100%;
	padding-top:10px;
	padding-bottom:14px;
}
.news_list li .date{
	display:block;
	font-size:71.43%;
}
#highlight{
	padding-top:30px;
}
#highlight .contents{
	background-image:url(img/top/highlight.jpg);
	padding-bottom:80px;
	position:relative;
	z-index:0;
}
#highlight .contents:before{
	/* content:''; */
	/* width:100%; */
	/* height:100%; */
	/* position:absolute; */
	/* left:0; */
	/* top:0; */
	/* background-image:url(img/top/highlight_patern.png); */
	/* background-position:center center; */
	/* background-repeat:repeat; */
}


#highlight .wrapper{
	position:relative;
	max-width:1380px;
	padding-right:50px;
	padding-left:50px;
}
.section_head{
	text-align:center;
	padding-bottom:50px;
}
#highlight .section_head{
	padding-bottom:40px;
}
.section_head img{
	margin-top:-30px;
	width:220px;
}
.section_head p{
	text-align:center;
	padding-top:25px;
	display:block;
	color:#ffffff;
}
.highlight_list{
	list-style:none;
	margin-left:-30px;
}
.highlight_list li{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:30px;
	width:33.333333%;
	float:left;
}
.highlight_list li a{
	display:block;
	position:relative;
	overflow:hidden;
}
.highlight_list li .border{
	display:block;
	position:relative;
	overflow:hidden;
}
.highlight_list li a img{
	display:block;
	width:100%;
}
.highlight_list li .desc{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.8);
	width:100%;
}
.highlight_list li .desc .title{
	display:table-cell;
	padding:10px 5px 10px 30px;
	height:60px;
	width:450px;
	vertical-align:middle;
	font-size:90%;
}
.highlight_list li .desc .title strong{
	font-family: 'Anton', sans-serif;
	color:#ffffff;
	letter-spacing:2px;
	font-size:214.29%;
	line-height:100%;
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	margin-right:6px;
}
.highlight_list li .desc .title small{
	font-weight:700;
	color:#ffffff;
	font-size:100%;
	display:inline-block;
	vertical-align:middle;
}
#gallery{
	padding:0;
	position:relative;
	width:100%;
	overflow:hidden;
}
#gallery .wrapper{
	max-width:1500px;
	margin:0 auto;
	position:relative;
	padding:0;
}
#gallery .wrapper:before{
	content:'';
	display:block;
	position:absolute;
	background:#d63934;
	width:100%;
	right:100%;
	top:0;
    -ms-transform:rotate(45deg);
    -ms-transform-origin:right top;
    -webkit-transform:rotate(45deg);
    -webkit-transform-origin:right top;
    transform:rotate(45deg);
    transform-origin:right top;
	height:200%;
	margin-right:-200px;
	z-index:2;
}
#gallery .wrapper:after{
	content:'';
	display:block;
	position:absolute;
	background:#e5be23;
	width:100%;
	left:100%;
	bottom:0;
    -ms-transform:rotate(45deg);
    -ms-transform-origin:left bottom;
    -webkit-transform:rotate(45deg);
    -webkit-transform-origin:left bottom;
    transform:rotate(45deg);
    transform-origin:left bottom;
	height:200%;
	margin-left:-200px;
}
#gallery .bg_img{
	display:block;
	width:100%;
}
#gallery .contents{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
    padding-left:17.3%;
    padding-right:17.3%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#gallery .relative{
	position:relative;
	width:100%;
	margin:0 auto;
	height:100%;

	width:90%;
	height:90%;
	margin:5% auto;

}
#gallery a{
	text-decoration:none;
}
#gallery .image{
	display:block;
	position:absolute;
	background-color:#fff;
}
#gallery .image img{
	display:block;
	width:100%;
}
#gallery .img1{
	width:45%;
	left:0;
	top:11%;
}
#gallery .img2{
	width:52%;
	right:0;
	top:14.5%;
}
#gallery .img3{
	width:35%;
	right:17%;
	top:49%;
}
#gallery .title{
	display:inline-block;
	font-family: 'Anton', sans-serif;
	font-size:428.57%;
	line-height:53px;
	color:#0e1445;
	left:6%;
	top:11%;
	position:absolute;
	margin-top:-37px;
	letter-spacing:4px;
	z-index:2;
}
#gallery .title small{
	display:inline-block;
	font-size:25%;
	line-height:100%;
	color:#0e1445;
	margin-left:15px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:700;
	vertical-align:21px;
	letter-spacing:0;
}
#gallery .year{
	display:inline-block;
	font-family: 'Anton', sans-serif;
	font-size:357.14%;
	line-height:44px;
	color:#0e1445;
	right:0;
	top:14.5%;
	position:absolute;
	letter-spacing:10px;
    margin-right: -15px;
    margin-top: 103px;
    -ms-transform:rotate(90deg);
    -ms-transform-origin:right top;
    -webkit-transform:rotate(90deg);
    -webkit-transform-origin:right top;
    transform:rotate(90deg);
    transform-origin:right top;
}
#gallery .more{
	display:block;
	font-family: 'Anton', sans-serif;
	font-size:114.28%;
	width:22.2%;
	height:50px;
	border:solid 2px #0e1445;
	color:#0e1445;
	position:absolute;
	left:56%;
	top:86%;
	text-align:center;
	background:#ffffff;
	min-width: 178px;
}
#gallery .more span{
	display:block;
	position:relative;
	font-family: 'Anton', sans-serif;
	padding:0 5px;
	height:50px;
	line-height:50px;
	color:#0e1445;
	text-align:center;
	background:#ffffff;
	letter-spacing:1.5px;
}
#gallery .more span:before{
	content:'';
	display:block;
	position:absolute;
	left:-37%;
	height:2px;
	margin-top:-1px;
	top:50%;
	background:#0e1445;
	width:53%;
}
#gallery .more span:after{
	content:'';
	display:block;
	position:absolute;
	left:-2px;
	height:2px;
	margin-top:-1px;
	top:50%;
	background:#0e1445;
	width:17%;
}
#videos{
	padding-top:0;
}
#videos .contents{
    background-image: url(img/top/video_bg.jpg);
    padding-bottom:45px;
    padding-top:42px;
}
#videos .section_title .title{
	color:#ffffff;
}
#videos .section_title .title a{
	color:#ffffff;
}
#videos .section_title .title:before{
	background:#ffffff;
}
#videos .section_title .title:after{
	background:#ffffff;
}
#video_slide_container{
	width:100%;
	overflow-x:hidden;
	position:relative;
	padding-bottom:40px;
	max-width:2186px;
	max-width:1960px;
	margin:0 auto;
}
#video_slider{
	margin:0 auto;
	max-width:675px;
	max-width:755px;
	max-width:680px;
	width:100%;
}
#video_slider .element{
	display:none;
	padding:0 40px;
}
#video_slider .open_video_modal{
	background:#ffffff;
	display:block;
	position:relative;
}
#video_slider .open_video_modal .desc{
	color:#ffffff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	font-weight:700;
	padding:15px 20px;
	line-height:130%;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:rgba(0,0,0,0.5);
	-khtml-opacity:0;
	opacity:0;
	-webkit-transition: color 0.2s ease-out, -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;
	transition: color 0.2s ease-out, -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;
}

#video_slider .open_video_modal:before{
	content:'';
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 3px #ffffff;
	height:60px;
	width:60px;
	display:block;
	margin:-30px 0 0 -30px;
	-webkit-border-radius:80px;
	border-radius:80px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
	-khtml-opacity:0;
	opacity:0;
	-webkit-transition: background 0.2s, -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
	transition: background 0.2s, -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
#video_slider .open_video_modal:after{
	content:'';
	line-height:0px;
	display:block;
	border-style:solid;
	border-width:10px 0 10px 18px;
	margin:-10px 0 0 -7px;
	border-color:transparent transparent transparent #fff;
	position:absolute;
	top:50%;
	left:50%;
	height:0;
	width:0;
	z-index:2;
	-khtml-opacity:0;
	opacity:0;
	-webkit-transition:  -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
	transition: -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
#video_slider .currentSlide .open_video_modal{
	cursor:pointer;
}
#video_slider .currentSlide .open_video_modal:before{
	-khtml-opacity:1;
	opacity:1;
}
#video_slider .currentSlide .open_video_modal:after{
	-khtml-opacity:1;
	opacity:1;
}
#video_slider .currentSlide .open_video_modal .desc{
	-khtml-opacity:1;
	opacity:1;
}

#video_slider img{
	display:block;
	width:100%;
}
#video_slider .element:first-of-type{
	display:block;
}
#video_slider .sliderElement .element{
	display:block;
}
#video_slider .controls a{
	display:block;
	width:80px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0;
}
#video_slider .controls a.prev{
	left:-40px;
}
#video_slider .controls a.prev:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:36px;
	margin-top:-8px;
	border-left:solid 3px #ffffff;
	border-top:solid 3px #ffffff;
	width:12px;
	height:12px;
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#video_slider .controls a.next{
	right:-40px;
}
#video_slider .controls a.next:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:36px;
	margin-top:-8px;
	border-right:solid 3px #ffffff;
	border-top:solid 3px #ffffff;
	width:12px;
	height:12px;
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
#video_slider .pagination{
	list-style:none;
	text-align:center;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
#video_slider .pagination li{
	display:inline-block;
	margin:0 10px;
}
#video_slider .pagination li a{
	display:block;
	background:#ffffff;
	width:50px;
	height:5px;
}
#video_slider .pagination li.current a{
	background:#137adb;
}
#sns{
	padding-top:60px;
	padding-bottom:30px;
}
#sns .timeline ul{
	text-align:center;
	list-style:none;
}
#sns .timeline li{
	max-width:380px;
	width:100%;
	display:inline-block;
	margin-right:40px;
}
#sns .timeline li.list_tw{
	margin-left:40px;
	margin-right:0;
}
#sns .timeline li .tw_wrap{
	border:solid 1px #e2e9ed;
}
#instagram{
	padding-bottom:30px;
}
#instagram .wrapper{
	max-width:1000px;
}
.insta_list{
	list-style:none;
	margin-left:-30px;
}
.insta_list li{
	display:block;
	width:20%;
	padding-left:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.insta_list li:nth-of-type(n+6){
	display:none;
}
.insta_list li a{
	display:block;
	background-size:cover;
	background-position:center center;
}
.insta_list li a img{
	display:block;
	width:100%;
	-khtml-opacity:0;
	opacity:0;
}


#gallery_slide img{
	display:block;
	width:100%;
}
#gallery_slide .sliderInner{
	overflow:inherit !important;
}

#gallery_slide .controls a{
	display:block;
	width:80px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:-25px;
}
#gallery_slide .controls a.prev{
	left:-80px;
}
#gallery_slide .controls a.prev:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:36px;
	margin-top:-8px;
	border-left:solid 4px #ffffff;
	border-top:solid 4px #ffffff;
	width:16px;
	height:16px;
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#gallery_slide .controls a.next{
	right:-80px;
}
#gallery_slide .controls a.next:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:36px;
	margin-top:-8px;
	border-right:solid 4px #ffffff;
	border-top:solid 4px #ffffff;
	width:16px;
	height:16px;
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

#gallery_slide{
	text-align:center;
}
#gallery_slide .counter{
	display:inline-block;
	font-family: 'Anton', sans-serif;
	color:#ffffff;
	text-align:center;
	font-size:142.56%;
	-khtml-opacity:0;
	opacity:0;
	-webkit-transition:-khtml-opacity 0.2s ease-out, opacity 0.2s ease-out;
	transition:-khtml-opacity 0.2s ease-out, opacity 0.2s ease-out;
	margin-top:15px;
	padding-left:26px;
	background-image:url(img/counter_bg.png);
	background-repeat:no-repeat;
	background-position:left 8px;
}
#gallery_slide .currentSlide .counter{
	-khtml-opacity:1;
	opacity:1;
}


.top #modal{
	width:790px;
	margin-left:-395px;
}
.gallery_modal{
	display:none;
}
.youtube_modal{
	display:none;
}
.gallery_modal.opened{
	display:block;
}
.youtube_modal.opened{
	display:block;
}
.jla2018_modal{
	display: none;
}
.jla2018_modal .jla2018_box{
	text-align: center;
	background-color: #0f1344;
	max-width: 740px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 0.95;
}
.jla2018_modal .jla2018_box img.ifSp{
	display: none;
}
.jla2018_modal .jla2018_box .jla2018_text{
	width: 100%;
	max-width: 574px;
	padding-bottom: 35px;
}
.jla2018_modal .jla2018_box .jla2018_text2{
	max-width: 339px;
}
.gallery_modal.opened{
	display:block;
}
.jla2018_modal.opened{
	display:block;
}
.s_jla2018 #close_modal{
	top: 25px;
	right: 35px;
	background-image: url(img/top/jla2018_close.png);
	background-size: 24px;
	z-index: 2;
}

.top .sec_relative{
	position: relative;
}
.top .gotoSchedule{
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 23px;
	font-size: 100%;
	padding-right: 12px;
	background-image: url(img/small_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #0e1445;
}

/* ----------- INSIDE ----------- */
.inside #main{
	padding-bottom:80px;
}
.inside #main .wrapper{
	max-width:1000px;
	margin:0 auto;
	padding:0 15px;
}
#container.inside{
	padding-top:224px;
	padding-top:674px;
}
#breadcrumbs{
	position:fixed;
	left:0;
	top:180px;
	height:44px;
	z-index:2;
	background:#ffffff;
	width:100%;
}
#breadcrumbs .wrapper{
	max-width:1000px;
	margin:0 auto;
	padding:0 15px;
	position:relative;
}
#breadcrumbs p{
	display:block;
	color:#cacaca;
	font-size:82%;
	vertical-align:middle;
	padding:12px 0;
}
#breadcrumbs p a{
	display:inline-block;
	font-size:100%;
	color:#0e1445;
	vertical-align:middle;
}
#breadcrumbs p .sep{
	display:inline-block;
	font-size:100%;
	color:#cacaca;
	line-height:0;
	vertical-align:1px;
	margin:0 10px;
}
#breadcrumbs .sublink{
	font-size:90%;
	color:#0e1445;
	position:absolute;
	right:0;
	top:0;
	line-height:45px;
	height:45px;
	padding-right:30px;
	background-image:url(img/inside/sublink.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.inside_title{
	position:fixed;
	left:0;
	top:224px;
	height:450px;
	display:block;
	width:100%;
}
.inside_title .wrapper{
	max-width:1000px;
	margin:0 auto;
	padding:0 15px;
}
.inside_title .inside_title_bg{
	height:450px;
	display:table-cell;
	vertical-align:middle;
	width:10000px;
	text-align:center;
}
.inside_title .title_box{
	width:100%;
	display:table;
}
.inside_title .cont{
	display:table-row;
}
.inside_title .cont .spBar{
	display:table-cell;
	vertical-align:middle;
	position:relative;
	text-align:right;
}
.inside_title .cont span:nth-of-type(2){
	text-align:left;
}
.inside_title .cont .spBar:before{
    background:#236db3;
    content:'';
    display:inline-block;
    height:2px;
    width:100%;
}
.inside_title .cont .title{
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-family: 'Anton', sans-serif;
	font-size:342.86%;
	width:10px;
	padding:0 30px;
	font-weight:400;
	letter-spacing:4px;
	line-height:100%;
	white-space:nowrap;
}
.inside_title .subtitle{
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:142.86%;
	padding-top:15px;
	line-height:100%;
	letter-spacing:3px;
}

/* ----------- NEWS PAGE ----------- */
.news .inside_title{
	height:270px;
	background:#0e1445;
}
.news .inside_title .inside_title_bg{
	height:270px;
}
.news .inside_title .inside_title_bg .subtitle{
	font-size:92.86%;
}
#container.inside.news{
	padding-top:494px;
}

.inside.category .news_list li{
	padding-top:40px;
}
.inside.category .news_list li:nth-of-type(4n){
	clear:right;
}
.inside.category .news_list li:nth-of-type(4n+1){
	clear:left;
}
.inside.category .section{
	padding-top:40px;
}


.cat_title{
	display:block;
	text-align:center;
	line-height:100%;
	padding-top:20px;
	font-size:157.14%;
	color:#0e1445;
}

#news_head{
	padding-top:65px;
	border-bottom:solid 1px #dddddd;
	padding-bottom:18px;
}
#news_head .news_title{
	display:block;
	font-size:155%;
}
#news_head .bottom{
	padding-top:10px;
}
#news_head .bottom .date{
	font-size:80%;
	margin-right:11px;
}
#news_head .bottom .cat{
	font-size:80%;
	color:#0e1445;
	text-transform:uppercase;
}
#single .single_table{
	display:table;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	border-collapse:collapse;
}
#single .single_table .single_tr{
	display:table-row;
}
#single .single_table .single_tr .single_td{
	display:table-cell;
	vertical-align:top;
	text-align:left;
}
#single .single_table .single_tr #single_contents{
	padding-right:60px;
	max-width:740px;
	max-width:680px;
}
.news #single .share_sns ul li{
	margin-left:0;
	margin-right:10px;
}
#single_main h1{
	display:block;
	font-size:130%;
	padding-bottom:25px;
}
#single_main h2{
	display:block;
	font-size:125%;
	padding-bottom:25px;
}
#single_main h4{
	display:block;
	font-size:120%;
	padding-bottom:25px;
}
#single_main h5{
	display:block;
	font-size:115%;
	padding-bottom:25px;
}
#single_main strong{
	font-weight:700;
}
#single_main b{
	font-weight:700;
}
#single_main small{
	font-size:80%;
}
#single_main p{
	display:block;
	padding-bottom:25px;
	line-height:180%;
}
#single_main img{
	display:block;
	max-width:100%;
	height: auto !important;
}
.single_main_image{
	padding-bottom:30px;
}
#single_main .single_main_image img{
	width:100%;
}
#single_main .youtubeBox{
	margin-bottom:25px;
}

#single #single_main{
	max-width:980px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:55px;
}
.news #single #single_main{
	padding-bottom:20px;
}
#single #single_main .image{
	display:block;
	width:100%;
	position:relative;
}
#single #single_main .image.video:after{
	content:'';
	background-color:rgba(0,0,0,0.3);
	background-image:url(img/video_icon_l.png);
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
}
#single #single_main img{
	display:block;
	max-width:100%;
	height:auto !important;
}
#single #single_main .image.video{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
}
#single #single_main .single_image{
	margin-bottom:18px;
}
.video_container{
	position:relative;
	display:block;
	width:100%;
	margin-bottom:18px;
	background:#000000;
}
.youtubeBox{
    width: 100%;
}
.youtubeContainer{
    height:0;
    overflow:hidden;
    padding-bottom:28.1%;
    padding-top:28.1%;
    position:relative;
}
.youtubeContainer iframe,
.youtubeContainer object,
.youtubeContainer embed{
    border:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
.video_container .youtubeContainer iframe{
	-khtml-opacity:0;
	opacity:0;
}
#single_navigation{
	padding-top:30px;
	position:relative;
	border-top:solid 1px #dddddd;
	margin-top:30px;
}

#single_navigation .bottom_link{
	padding:0 100px;
}
#single_navigation .bottom_link .goBack{
	width:100%;
	max-width:136px;
	height:36px;
	line-height:36px;
	padding:0 10px;
}
#single_navigation .bottom_link .goBack span{
	font-size:92.86%;
	line-height:15px;
	padding-left:24px;
}
#single_navigation .bottom_link .goBack span:before{
	width:13px;
	height:13px;
	background-size:13px 13px;
}
#single_navigation .bottom_link .goBack span:after{
	width:13px;
	height:13px;
	background-size:13px 13px;
}
#single_navigation .next_nav{
	display:block;
	position:absolute;
	right:0;
	top:30px;
	line-height:40px;
	padding-right:22px;
	color:#0e1445;
	background-image:url(img/single_next.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
#single_navigation .prev_nav{
	display:block;
	position:absolute;
	left:0;
	top:30px;
	line-height:40px;
	padding-left:22px;
	color:#0e1445;
	background-image:url(img/single_prev.gif);
	background-repeat:no-repeat;
	background-position:left center;
}






#single #single_main .shares{
	position:relative;
	padding-right:230px;
}
.news #single #single_main .shares{
	padding-right:0;
}
#single_main .channel_image{
	position:relative;
	display:block;
	width:100%;
	margin-bottom:18px;
	background:#000000;
}
.share_sns ul{
	list-style:none;
}
.share_sns ul li{
    display:block;
    float:left;
	width:100px;
	margin-left:10px;
}
.share_sns ul li .sns_box{
    overflow:hidden;
    position:relative;
    display:block;
}
.share_sns ul li img{
    display:block;
    width:100%;
}
.share_sns ul li .hidden{
	display:block;
	width:100%;
	height:100%;
}

.share_sns ul li .hidden,
.share_sns ul li .hidden *{
	-khtml-opacity:0 !important;
	opacity:0 !important;
	position:absolute;
	right:0;
	top:0;
}
.share_sns ul li .hidden *{
	-moz-transform: scale(4);
	-moz-transform-origin: 0 0;
	-o-transform: scale(4);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(4);
	-webkit-transform-origin: 0 0;
	transform: scale(4);
	transform-origin: 0 0;
}


#single .single_table .single_tr #single_sidebar{
	width:260px;
	max-width:260px;
	padding-top:44px;
}
#single_sidebar .news_list{
    border-collapse:collapse;
    display:table;
    margin-left:0;
    width:100%;
}
#single_sidebar .news_list li{
    clear:both;
    display:table-row;
    float:none;
    padding:0;
    width:100%;
}
#single_sidebar .news_list li a.article{
    background:none;
    display:table-cell;
    width:70px;
    padding-bottom:20px;
    padding-top:20px;
    text-align:left;
    vertical-align:top;
	border-bottom:solid 1px #e0e0e0;
}
#single_sidebar .news_list li .caption{
    display:table-cell;
    padding-bottom:20px;
    padding-top:16px;
    padding-left:10px;
    text-align:left;
    vertical-align:top;
	border-bottom:solid 1px #e0e0e0;
}
#single_sidebar .news_list li .list_title{
    font-size:92.86%;
    line-height:140%;
    padding:0;
	font-weight:400;
	display:block;
}
#single_sidebar .news_list li .caption .date{
	line-height:100%;
    font-size:78.57%;
	display:block;
	padding-top:5px;
}



.side_section{
	padding-bottom:50px;
}
.side_title{
	display:block;
	font-size:100%;
	font-weight:700;
	border-bottom:solid 2px #0e1445;
	padding-bottom:15px;
}
.cat_list{
	list-style:none;
}
.cat_list li{
	display:block;
	padding:9px 0;
	border-bottom:solid 1px #e0e0e0;
	font-size:90%;
}
.cat_list li a{
	text-decoration:none;
	margin-right:5px;
	text-transform:uppercase;
}

/* ----------- GREETINGS PAGE ----------- */
.greetings .inside_title_bg{
	background-image:url(img/inside/greetings/title.jpg);
	background-position:center top;
}
.sliced_block{
	padding:0;
	position:relative;
	width:100%;
	overflow:hidden;
}
.sliced_block .inside{
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding:0;
}
.sliced_block .inside:before{
	content:'';
	display:block;
	position:absolute;
	background:#d63934;
	width:100%;
	right:100%;
	top:0;
    -ms-transform:rotate(35deg);
    -ms-transform-origin:right top;
    -webkit-transform:rotate(35deg);
    -webkit-transform-origin:right top;
    transform:rotate(35deg);
    transform-origin:right top;
	height:200%;
	margin-right:-200px;
	z-index:2;
	background: #2f98f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f98f6 -300%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-300%,#2f98f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2f98f6 -300%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2f98f6 -300%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2f98f6 -300%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2f98f6 -300%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f98f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.sliced_block .inside:after{
	content:'';
	display:block;
	position:absolute;
	background:#e5be23;
	width:100%;
	left:100%;
	bottom:0;
    -ms-transform:rotate(35deg);
    -ms-transform-origin:left bottom;
    -webkit-transform:rotate(35deg);
    -webkit-transform-origin:left bottom;
    transform:rotate(35deg);
    transform-origin:left bottom;
	height:200%;
	margin-left:-200px;
	background: #6aabe6; /* Old browsers */
	background: -moz-linear-gradient(top,  #6aabe6 0%, #e6f0f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6aabe6), color-stop(100%,#e6f0f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6aabe6 0%,#e6f0f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6aabe6 0%,#e6f0f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6aabe6 0%,#e6f0f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6aabe6 0%,#e6f0f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aabe6', endColorstr='#e6f0f8',GradientType=0 ); /* IE6-9 */
}
.inside #main .sliced_block .wrapper{
	position:relative;
	z-index:3;
}
.inside #main .sliced_block .wrapper:first-of-type{
	padding-top:100px;
}
.greeting .portrait{
	padding-bottom:100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:50px;
	padding-right:50px;
	width:34%;
}
.greeting .portrait img{
	display:block;
	width:100%;
}
.greeting .text{
	padding-bottom:100px;
	width:66%;
}
.greeting .left{
	float:left;
}
.greeting .right{
	float:right;
}
.greeting .portrait.left{
	padding-right:70px;
}
.greeting .portrait.right{
	padding-left:70px;
}
.greeting .portrait .photo{
	padding-bottom:6px;
	background-image:url(img/inside/greetings/border.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:100% 6px;
}
.greeting .portrait .title{
	padding-top:20px;
}
.greeting .portrait .position{
	display:block;
	padding-bottom:10px;
	line-height:150%;
}
.greeting .portrait .name{
	font-family:"小塚ゴシック Pr6N","小塚ゴシック Pro","小塚ゴシック Pro L","Kozuka Gothic Pro Light","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	display:block;
	font-size:171.43%;
	font-weight:300;
	padding-bottom:25px;
}
.greeting .portrait .name_en{
	font-family: 'Anton', sans-serif;
	display:block;
	font-size:128.57%;
	font-weight:400;
	color:#0e1445;
	letter-spacing:3px;
	text-transform:uppercase;
}
.greeting .text p{
	display:block;
	line-height:200%;
	padding-bottom:10px;
}

/* ----------- SUMMARY PAGE ----------- */
.summary .inside_title_bg{
	background-image:url(img/inside/summary/title.jpg);
	background-position:center top;
}
.summary_sec{
	padding-top:80px;
}
.summary_sec .title{
	display:block;
	text-align:center;
	color:#ffffff;
	background:#0e1445;
	font-weight:700;
	font-size:128.57%;
	line-height:100%;
	padding:25px 15px;
	margin-bottom:20px;
}
.summary_table{
	width:100%;
	border-collapse:collapse;
}
.summary_table th{
	font-weight:400;
	font-size:114.29%;
	color:#000000;
	text-align:left;
	width:135px;
	padding:28px 20px;
	border-bottom:solid 1px #e9ebee;
	vertical-align:top;
}
.summary_table td{
	font-size:114.29%;
	color:#000000;
	padding:28px 15px 28px 0;
	border-bottom:solid 1px #e9ebee;
	vertical-align:top;
}

.summary_table td a.blank {
	color: #137adb;
	padding-right:15px;
	background-image:url(img/ico_blank.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration:underline;
}
.summary_block{
	padding-top:79px;
	max-width:760px;
	margin:0 auto;
}
.summary_block_title{
	padding-bottom:28px;
	text-align:center;
}
.summary_title{
	display:block;
	text-align:center;
	color:#0e1445;
	font-size:157.14%;
	font-weight:400;
}
.summary_subtitle{
	display:inline-block;
	text-align:center;
	color:#0e1445;
	font-size:114.29%;
	font-weight:400;
	margin-top:7px;
}
.summary_subtitle:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	height:1px;
	width:30px;
	background:#0e1445;
}
.summary_subtitle:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	height:1px;
	width:30px;
	background:#0e1445;
}
.summary_subtitle.noline:before,
.summary_subtitle.noline:after{
	display: none;
}
.summary_block p{
	display:block;
	color:#000000;
	line-height:200%;
	padding-bottom:8px;
}
.summary_block p:last-of-type{
	padding-bottom:0;
}
.poster{
	max-width:640px;
	margin:0 auto;
	padding-top:80px;
}
.poster img{
	display:block;
	width:100%;
	border:solid 1px #e9ebee;
}

/* ----------- COMPETITION PAGE ----------- */
.competition .inside_title_bg{
	background-image:url(img/inside/competition/title.jpg);
	background-position:center top;
}
.inside.competition #main{
	padding-bottom:20px;
}
.competition .highlight_list{
	margin-left:-1px;
}
.competition .highlight_list li{
	padding-left:1px;
	padding-top:15px;
	padding-bottom:15px;
}
.competition .highlight_list li:nth-of-type(3n){
	clear:right;
}
.competition .highlight_list li:nth-of-type(3n+1){
	clear:left;
}
.competition .section.members{
	padding-top:0;
	padding-bottom:45px;
}
.inside.competition  #main .section .contents.wrapper{
	max-width:1080px;
}
.competition  .highlight_list li .desc .title{
	padding-left:20px;
	overflow:hidden;
	position:relative;
}
.competition  .highlight_list li .desc .title:before{
	content:'';
	display:block;
	width:26px;
	height:26px;
	background:#137adb;
	position:absolute;
	left:0;
	top:-18px;
    -ms-transform:rotate(45deg);
    -ms-transform-origin:left top;
    -webkit-transform:rotate(45deg);
    -webkit-transform-origin:left top;
    transform:rotate(45deg);
    transform-origin:left top;
}
.competition .highlight_list li .desc .title strong{
	display:block;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:142.86%;
	letter-spacing:1px;
}
.competition .highlight_list li .desc .title small{
	display:block;
	font-size:85.71%;
	font-weight:400;
	padding-top:8px;
	line-height:100%;
}
#container.inside.competition.single{
	padding-top:565px;
}
.inside.competition.single #main{
	padding-bottom:80px;
}
.inside.competition #main .desc_wrapper{
	padding-top: 60px;
	max-width: 1080px;
}
.inside.competition #main .desc_wrapper .description{
	line-height: 200%;
}
.competition.single .inside_title{
	height:340px;
}
.competition.single .inside_title .subtitle{
	font-size:128.57%;
}
.competition.single .inside_title .inside_title_bg{
	height:340px;
}
#comp_outline{
	padding-top:60px;
	padding-bottom:50px;
}
#comp_outline .left{
	width:50%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:50px;
}
#comp_outline .left img{
	width:100%;
	display:block;
}
#comp_outline .right{
	width:50%;
	float:right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:10px;
}
#comp_outline .right .title{
	display:block;
	font-size:200%;
	font-family: 'Anton', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	color:#0e1445;
	padding-bottom:20px;
}
#comp_outline .right .subtitle{
	display:block;
	font-size:150%;
	color:#0e1445;
	line-height:150%;
	letter-spacing:2px;
	padding-bottom:18px;
}
#comp_outline p{
	display:block;
	color:#0e1445;
	line-height:200%;
}
.comp_schedule{
	padding-top:60px;
}
.comp_schedule .schedule_title{
	display:block;
	font-size:107.14%;
	font-family:'Oswald', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	color:#0e1445;
	padding-bottom:10px;
}
.comp_schedule .comp_schedule_list{
	list-style:none;
}
.comp_schedule .comp_schedule_list li{
	display:block;
	padding:13px 20px;
	background:#f8f8f8;
	font-size:92.76%;
	text-transform:uppercase;
}
.comp_schedule .comp_schedule_list li strong{
	font-weight:700;
	text-transform:lowercase;
}
.comp_schedule .comp_schedule_list li:nth-of-type(even){
	background:#ecedf5;
}
#comp_point{
	/*padding-top:70px;*/
	padding-top:0;
}
#comp_point .contents{
	height:460px;
}
#comp_point .wrapper{
	position:relative;
}
#comp_point .title{
	display:block;
	position:absolute;
	left:15px;
	top:-70px;
	font-family: 'Anton', sans-serif;
	font-weight:400;
	color:#0e1445;
	font-size:535.71%;
	text-transform:uppercase;
	line-height:100%;
	letter-spacing:2px;
}
#comp_point .title small{
	display:block;
	font-family: 'Anton', sans-serif;
	color:#0e1445;
	font-size:37.33%;
	font-weight:100;
	line-height:100%;
	letter-spacing:1px;
	padding-bottom:10px;
}
#comp_point .toTheRight{
	text-align:right;
}
#comp_point p{
	display:inline-block;
	position:relative;
	width:550px;
	padding:20px 25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#ffffff;
	margin-top:-140px;
	text-align:left;
	line-height:180%;
	color:#0e1445;
}
#comp_point p strong{
	display:block;
	font-weight:700;
	font-size:142.86%;
	padding-bottom:5px;
	line-height:130%;
	color:#0e1445;
}

/* ----------- SCHEDULE PAGE ----------- */
.schedule .inside_title_bg{
	background-image:url(img/inside/schedule/title.jpg);
	background-position:center top;
}
.normal_title{
	padding-top:50px;
	text-align:center;
	padding-bottom:25px;
	position:relative;
}
.normal_title .title{
	display:block;
	font-size:157.14%;
	color:#0e1445;
}
.normal_title .gotoTop{
	display:inline-block;
	position:absolute;
	right:20px;
	bottom:23px;
	font-size:100%;
	padding-right:12px;
	background-image:url(img/small_arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#0e1445;
}

.normal_title .schedule_desc{
	display:block;
	font-size:78.57%;
	color:#0e1445;
	line-height:100%;
    padding-bottom:4px;
    padding-top:12px;
}
.schedule .inside_title{
	position:relative;
	top:inherit;
}
#container.inside.schedule{
	padding-top:224px;
}
.schedule_tab{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:80px;
}
.schedule_tab ul{
	display:block;
	max-width:1000px;
	margin:0 auto;
	list-style:none;
	height:80px;
}
.schedule_tab ul li{
	display:block;
	width:50%;
	float:left;
	text-align:center;
	height:80px;
}
.schedule_tab ul li a{
	display:table-cell;
	text-align:center;
	text-decoration:none;
	padding:5px 10px;
	background:#0e1445;
	color:#ffffff;
	height:70px;
	vertical-align:middle;
	width:500px;
	font-size:128.57%;
	font-weight:700;
	line-height:100%;
}
.schedule_tab ul li a span{
	display:inline-block;
	color:#ffffff;
	font-weight:700;
	line-height:100%;
	font-size:90%;
}
.schedule_tab ul li a strong{
	color:#ffffff;
	font-weight:400;
	line-height:100%;
	font-family: 'Anton', sans-serif;
	font-size:166.66%;
	letter-spacing:3px;
}
.schedule_tab ul li a strong small{
	color:#ffffff;
	font-weight:400;
	line-height:100%;
	font-family: 'Anton', sans-serif;
	font-size:66.66%;
	letter-spacing:2px;
	margin-left:8px;
}
.schedule_tab ul li.current a{
	background:#ffffff;
	color:#0e1445;
	cursor:default;
}
.schedule_tab ul li.current a span{
	color:#0e1445;
}
.schedule_tab ul li.current a strong{
	color:#0e1445;
}
.schedule_tab ul li.current a strong small{
	color:#0e1445;
}
.one_tab{
	display:none;
}
.one_tab.selected{
	display:block;
}
.results_table.schedule .results_link{
	display:block;
	color:#ffffff;
	text-decoration:none;
	width:106px;
	height:28px;
	line-height:28px;
	font-weight:700;
	font-size:90%;
	text-align:center;
	margin:0 auto;
	background:#137adb;
	border:solid 2px transparent;
}
.results_table.schedule tr{
	position:relative;
}
.results_table.schedule tbody td{
	padding-top:25px;
	padding-bottom:24px;
}
.results_table.schedule tbody tr.has_result td{
	padding-top:19px;
	padding-bottom:19px;
}
.results_table.schedule tr.has_result td:first-of-type{
	background-image:url(img/has_result.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.results_table.schedule tbody tr.has_result.last td{
	color:#ffffff;
	background-color:#137adb;
}
.results_table.schedule tbody tr.has_result.last td a{
	color:#ffffff;
}
.results_table.schedule tbody tr.has_result.last .results_link{
	color:#137adb;
	background:#ffffff;
}
.results_table.schedule tr.has_result.last td:first-of-type{
	background-image:url(img/last_result.gif);
	background-position:30px center;
	background-repeat:no-repeat;
}

#women_result .contents{
	background-image:url(img/inside/schedule/results_women.jpg);
}
#men_result .contents{
	background-image:url(img/inside/schedule/results_men.jpg);
}
.results_table.simple_result thead th:nth-of-type(2){
	width:235px;
	padding-left:30px;
}
.results_table.simple_result tbody td:nth-of-type(2){
	padding-left:30px;
}
.results_table.simple_result tbody td.sp_member{
	display:none;
}
.results_table.simple_result tbody tr.schedule_member_sp{
	display:none;
}
.results_table .member_link{
	display:block;
	position:relative;
	padding-left:47px;
}
.results_table .member_link span{
	display:block;
}
.results_table .member_link span.image{
	width:33px;
	height:33px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	-webkit-border-radius:40px;
	border-radius:40px;
}
.results_table .member_link span.image img{
	display:block;
	width:100%;
	margin-top:-1px;
}
.results_table.simple_result thead th:first-of-type{
	width:111px;
}
.inside_title .cont .title{
	text-transform:uppercase;
}
.inside_title .date{
	display:block;
	font-weight:700;
	color:#ffffff;
	padding-bottom:10px;
	padding-top:6px;
}
.inside_title .date strong{
	font-weight:400;
	color:#ffffff;
	font-family: 'Anton', sans-serif;
	font-size:171.43%;
	letter-spacing:3px;
}
.inside_title .date small{
	color:#ffffff;
	font-family: 'Anton', sans-serif;
	font-size:62.5%;
	letter-spacing:2px;
	margin-left:5px;
}
.schedule.single .inside_title{
	height:340px;
}
.schedule.single .inside_title .inside_title_bg{
	height:340px;
}
.schedule.single .inside_title .subtitle{
	font-size:128.57%;
	padding-top:18px;
}
.result_nav{
	text-align:center;
	padding-top:59px;
}
.result_nav a{
	display:inline-block;
	padding:6px 30px 6px 10px;
	border:solid 1px #ffffff;
	font-family: 'Anton', sans-serif;
	text-align:left;
	width:80px;
	line-height:100%;
	letter-spacing:2px;
	font-size:114.29%;
	color:#ffffff;
	margin:0 8px;
	position:relative;
}
.result_nav a:after{
	content:'';
	display:block;
	position:absolute;
	width:11px;
	height:100%;
	background-image:url(img/anchor.png);
	background-position:center center;
	background-repeat:no-repeat;
	right:10px;
	top:0;
}
.schedule.single .section_title{
	padding-bottom:25px;
}
.schedule.single .section_title .title{
	color:#137adb;
	font-size:271.43%;
}
.schedule.single .section_title .subtitle{
	color:#137adb;
	line-height:100%;
	font-size:114.29%;
	padding-top:3px;
}
.results_table .member_link{
	line-height:100%;
	min-height:33px;
}
.results_table .member_link span.name{
	color:#000000;
	font-weight:400;
	font-size:92.31%;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
	letter-spacing:1px;
	line-height:100%;
	padding-top:5px;
}
.results_table .member_link span.name_en{
	color:#909090;
	font-weight:400;
	font-size:76.92%;
}
.results_table.simple_result.double td .member_link span.name{
	display:inline-block;
	width:60%;
	vertical-align:top;
	letter-spacing:-1px;
	padding-right:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.results_table.simple_result.double td .member_link span.name_en{
	display:inline-block;
	width:40%;
	vertical-align:top;
	text-transform:inherit;
}
.results_table.simple_result thead th:last-of-type{
	padding-left:0;
	width:140px;
}
.results_table.simple_result tbody td:nth-of-type(4){
	padding-left:0;
	text-align:right;
	padding-right:50px;
}
.results_table.simple_result.double thead th:nth-of-type(2){
	width:240px;
}
.results_table.simple_result.double tbody td{
	padding-top:20px;
	padding-bottom:20px;
}
.results_table.simple_result.double td .member_link span.image{
	top:-5px;
}
.results_table.simple_result.pair td{
	padding:19px 10px;
}
.results_table.simple_result.pair td .member_link{
	display:inline-block;
	width:50%;
	vertical-align:top;
	margin-top:5px;
	margin-bottom:5px;
	padding-right:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:-4px;
}
.results_table.simple_result.pair thead th:nth-of-type(2){
	width:180px;
	padding-left:15px;
}
.results_table.simple_result.pair thead th:first-of-type{
	width:95px;
}
.results_table.simple_result.pair tbody td:nth-of-type(2){
	padding-left:15px;
}
.results_table.simple_result.pair td .member_link span.name{
	/*letter-spacing:-1px;*/
}
.results_table.simple_result.team tbody td{
	padding-top:10px;
	padding-bottom:10px;
}
.results_table.simple_result.team td .member_link{
	display:inline-block;
	width:50%;
	vertical-align:top;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:-4px;
}
.results_table.simple_result.team thead th:nth-of-type(2){
	width:180px;
	padding-left:15px;
}
.results_table.simple_result.team thead th:first-of-type{
	width:95px;
}
.results_table.simple_result.team tbody td:nth-of-type(2){
	padding-left:15px;
}
.results_table.simple_result.team td .member_link span.name{
	letter-spacing:-1px;
	letter-spacing:0.5px;
}
.results_table.simple_result.team td .member_link span.image{
	top:8px;
}

/* ----------- FEDERATIONS PAGE ----------- */
.federations .inside_title_bg{
	background-image:url(img/inside/federations/title.jpg);
	background-position:center top;
}
.federations_list{
	list-style:none;
	padding: 0px 28px 0 28px;
}
.federations_list li{
	display:inline;
}
.federations_list li .country{
	display:inline-block;
	vertical-align:top;
	width:33.3333%;
	margin-right:-4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:80px 28px 0 28px;
}
.federations_list li .country a{
	display:block;
	text-decoration:none;
}
.federations_list li .country .image{
	position:relative;
}
.federations_list li .country .image .bg{
	display:block;
	width:100%;
}
.federations_list li .country .image .flag{
	display:block;
	width:58%;
	position:absolute;
	left:0;
	top:0;
}
.federations_list li .country .title{
	border-top:solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
	padding:4px 30px 5px 5px;
	height:100px;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:600px;
}
.federations_list li .country .title:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:13px;
	margin-top:-8px;
	border-right:solid 3px #0e1445;
	border-top:solid 3px #0e1445;
	width:10px;
	height:10px;
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.federations_list li .country .title strong{
	display:block;
	color:#0e1445;
	font-family: 'Anton', sans-serif;
	font-size:229.87%;
	letter-spacing:1.5px;
	line-height:100%;
	font-weight:700;
    word-wrap: break-word;
	hyphens: auto;
}
.federations_list li .country .title strong span{
	line-height:0;
}
.federations_list li .country .title small{
	display:block;
	color:#0e1445;
	font-size:85.71%;
	padding-top:5px;
	font-weight:700;
	line-height:100%;
}
.federations_comment{
	padding:18px 56px 0 56px;
}
.summary .federations_comment{
	padding:10px 0 0 0;
	font-size:14px;
}


.federations_comment p{
	display:block;
	padding-left:11px;
	position:relative;
	text-align:left;
	color:#0e1445;
	font-size:78.57%;
}
.federations_comment p:before{
	content:'※';
	position:absolute;
	left:0;
	top:0;
}

#container.inside.federations.single{
	padding-top:494px;
}
.federations.single .inside_title{
	height:270px;
	-khtml-opacity:1;
	opacity:1;
}
.federations.single .inside_title .inside_title_bg{
	height:270px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#0e1445;
}
.federations.single .inside_title .title{
    color:#ffffff;
    display:block;
    font-family:"Anton",sans-serif;
    font-size:357.14%;
    font-weight:400;
    letter-spacing:4px;
    line-height:100%;
}
.federations.single .inside_title .flag{
    display:block;
	width:44px;
	margin:0 auto 30px auto;
}
.federations.single .inside_title .subtitle{
	font-size:92.86%;
	padding-bottom:25px;
}
.section.page_subtitle{
	padding:45px 0;
	text-align:center;
}
.section.page_subtitle p{
	display:block;
	color:#0e1445;
	text-align: left;
}
.section.page_subtitle p.strong{
	font-weight:700;
	font-size:157.14%;
	padding-bottom:8px;
}
.federations.single .inside_title .relative{
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:1000px;
	height:100%;
}
.federations.single .inside_title .wrapper{
    display:table-cell;
    height:270px;
    margin:0 auto;
    max-width:1000px;
    padding:0 15px;
    vertical-align:middle;
    width:1000px;
}
.federations.single .inside_title .uniform{
	display:block;
	position:absolute;
	right:0;
	bottom:0;
}
.federations.single .federations_title p:nth-child(2){
	text-align: left;
}

.section.blueBg{
	background:#ecedf5;
}
.members_list{
	list-style:none;
	margin-left:-1px;
}
.members_list li{
	width:20%;
	float:left;
	padding-left:1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.members_list li a{
	display:block;
	width:100%;
	text-decoration:none;
}
.members_list li a .border{
	display:block;
}
.members_list li .photo{
	display:block;
	width:100%;
}
.members_list li .desc{
	display:block;
	padding:20px 15px 15px 15px;
	background:#0e1445;
	overflow:hidden;
	position:relative;
}
.members_list li .desc:after{
	content:'';
	display:block;
	width:26px;
	height:26px;
	background:#137adb;
	position:absolute;
	left:0;
	top:-18px;
    -ms-transform:rotate(45deg);
    -ms-transform-origin:left top;
    -webkit-transform:rotate(45deg);
    -webkit-transform-origin:left top;
    transform:rotate(45deg);
    transform-origin:left top;
}
.members_list li .desc:after{
	content:'';
	display:block;
	width:26px;
	height:26px;
	background:#137adb;
	position:absolute;
	left:0;
	top:-18px;
    -ms-transform:rotate(45deg);
    -ms-transform-origin:left top;
    -webkit-transform:rotate(45deg);
    -webkit-transform-origin:left top;
    transform:rotate(45deg);
    transform-origin:left top;
}
.members_list li .desc strong{
	display:block;
	color:#ffffff;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	line-height:140%;
	letter-spacing:1px;
}
.members_list li .desc small{
	display:block;
	color:#ffffff;
	font-size:71.43%;
}
.section.members{
	padding-top:15px;
	padding-bottom:60px;
}
.members .section_title{
	padding-bottom:25px;
	padding-top:45px;
}
.members .section_title .title{
	color:#137adb;
	font-size:271.43%;
}

.members .section_title .title:before{
	background:#137adb;
}
.members .section_title .title:after{
	background:#137adb;
}
.schedule .section_title .title:before{
	background:#137adb;
}
.schedule .section_title .title:after{
	background:#137adb;
}

.members .section_title .subtitle{
	color:#137adb;
	display:block;
	line-height:100%;
	font-size:114.29%;
	padding-top:5px;
}
.members .coming_soon{
	display:block;
	text-align:center;
	font-weight:700;
	color:#137adb;
	font-family:'Open Sans',sans-serif;
	font-size:107.14%;
	letter-spacing:1px;
	padding-bottom:18px;
	padding-top:13px;
	line-height:100%;
}

.section.coach{
	margin-top:55px;
	position:relative;
}
.section.coach .section_title{
	padding:0;
}
.section.coach .section_title .title{
	padding:0;
	position:absolute;
	top:-15px;
	left:0;
	width:100%;
	text-align:center;
}
.section.coach .section_title .title:before{
	display:none;
}
.section.coach .section_title .title:after{
	display:none;
}
.inside #main .section.coach .contents{
	padding-top:44px;
	padding-bottom:50px;
}
.coach_box{
	max-width:775px;
	margin:0 auto;
}
.coach_table{
	width:100%;
	border-collapse:collapse;
	background:#ffffff;
}
.coach_table th{
	padding:40px 0 40px 45px;
	width:160px;
	vertical-align:top;
}
.coach_border{
	width:160px;
	height:160px;
	position:relative;
	overflow:hidden;
	-webkit-border-radius:200px;
	border-radius:200px;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
}
.coach_table th img{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	-khtml-opacity:0;
	opacity:0;
}
.coach_table td{
	padding:40px 45px 40px 45px;
	vertical-align:middle;
}
.coach_table td .title{
	display:block;
	font-size:114.29%;
	color:#0e1445;
	padding-bottom:10px;
	letter-spacing:1px;
}
.coach_table td p{
	display:block;
	font-size:92.86%;
	color:#0e1445;
	line-height:160%;
	padding-bottom:10px;
}
.coach_table td .name{
	display:block;
	font-size:85.71%;
	color:#0e1445;
	padding-top:5px;
}





.staff_list{
	list-style:none;
	border-top:solid 1px #ecedf5;
	border-bottom:solid 1px #ecedf5;
	padding-left:10px;
	padding-right:10px;
}
.staff_list li{
	display:block;
	width:25%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
.staff_list li .table{
	display:table;
	width:100%;
	vertical-align:middle;
	border-collapse:collapse;
}
.staff_list li .table .tr{
	display:table-row;
}
.staff_list li .table .tr .image{
	display:table-cell;
	width:80px;
	vertical-align:top;
}
.staff_list li .table .tr .image .img{
	display:block;
	width:80px;
	height:80px;
	-webkit-border-radius:100px;
	border-radius:100px;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.staff_list li .table .tr .image .img img{
	display:block;
	width:80px;
	height:80px;
	-khtml-opacity:0;
	opacity:0;
}
.staff_list li .table .tr .desc{
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
}
.staff_list li .table .tr .desc .position{
	display:block;
	font-size:85.71%;
	font-weight:700;
	color:#0e1445;
}
.staff_list li .table .tr .desc .name{
	display:block;
	font-family:'Oswald', sans-serif;
	font-weight:400;
	font-size:100%;
	text-transform:uppercase;
	color:#0e1445;
	letter-spacing:1px;
	padding-top:3px;
	padding-bottom:5px;
}
.staff_list li .table .tr .desc .name_jp{
	display:block;
	font-size:71.43%;
	font-weight:100;
	color:#0e1445;
	letter-spacing:1px;
}
.section.staff{
	padding-top:0;
	padding-bottom:45px;
}
.section.staff .section_title{
	padding-top:0;
	padding-bottom:15px;
}
.section.staff .section_title .title{
	font-size:171.43%;
}
.section.staff .section_title .title:after{
	display:none;
}
.section.staff .section_title .title:before{
	display:none;
}




.bottom_link{
	padding-top:50px;
	text-align:center;
}
.bottom_link.noPad{
	padding-top:0;
}
.bottom_link .goBack{
	display:block;
	margin:0 auto;
	max-width:476px;
	border:solid 2px #137adb;
	text-decoration:none;
	padding:22px 0;
	text-align:center;
	background-color:#fafcfe;
}
.bottom_link .goBack span{
	display:inline-block;
	padding-left:33px;
	font-size:128.57%;
	font-weight:700;
	color:#137adb;
	line-height:100%;
	line-height:21px;
	position:relative;
}
.bottom_link .goBack span:before{
	content:'';
	display:block;
	width:18px;
	height:18px;
	position:absolute;
	left:0;
	top:1.5px;
	background-image:url(img/inside/goBack.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#container.flash .bottom_link .goBack span:before{
	background-image:url(img/inside/goTop.png);
	}
.standalone_link{
	padding-top:30px;
	text-align:center;
}
.standalone_link a{
	display:inline-block;
	text-decoration:none;
	text-align:center;
}
.standalone_link a span{
	display:inline-block;
	padding-right:23px;
	font-size:128.57%;
	font-weight:700;
	color:#137adb;
	line-height:18px;
	height:18px;
	position:relative;
}
.standalone_link a span:after{
	content:'';
	display:block;
	width:8px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background-image:url(img/blue_arrow.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
#modal_bg{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.7);
	z-index:8;
	display:none;
	-khtml-opacity:0;
	opacity:0;
}
#modal{
	position:fixed;
	left:50%;
	margin-left:-375px;
	top:200px;
	width:750px;
	z-index:9;
	display:none;
	-khtml-opacity:0;
	opacity:0;
}
#modal.absolute{
	position:absolute;
}
.modal_opened #modal_bg{
	display:block;
}
.modal_opened #modal{
	display:block;
}
.modal_member.opened{
	display:block;
}
.modal_member{
	display:none;
	background:#e6e7ec;
}
.modal_member .contain{
	background-position:right top;
	background-repeat:no-repeat;
	padding:50px 50px 50px 298px;
	min-height:240px;
	position:relative;
}
.modal_member .contain .photo{
	display:block;
	position:absolute;
	left:50px;
	top:50px;
}
.modal_member .contain .country{
	display:block;
	color:#0e1445;
	font-size:92.86%;
	margin-top:15px;
	position:relative;
	padding-left:43px;
	line-height:100%;
}
.modal_member .contain .country span{
	color:#0e1445;
	display:inline-block;
	line-height:130%;
	/* margin-right:5px; */
}
.modal_member .contain .country .flag{
	width:29px;
	display:block;
	position:absolute;
	left:0;
	top:-1px;
}
.modal_member .contain .name{
	display:block;
	color:#0e1445;
	font-weight:400;
	font-size:257.15%;
	line-height:110%;
	padding-top:15px;
	padding-bottom:6px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'Anton', sans-serif;
}
.modal_member .contain p{
	display:block;
	color:#0e1445;
	font-size:85.71%;
	line-height:180%;
}
.modal_member .contain p span{
    display:block;
    padding-bottom:2px;
    padding-left:67px;
    padding-left: 0;
    position:relative;
}
.modal_member .contain p span strong{
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.modal_member .contain p strong.title{
	display:block;
	font-weight:900;
	padding-bottom:4px;
}
.modal_member .contain p strong.title:nth-of-type(2){
	padding-top:15px;
}
.modal_member .contain .subname{
	font-size:92.86%;
	padding-bottom:20px;
	line-height:160%;
}
.modal_member .member_comment{
	display:block;
	padding:30px 50px 35px 50px;
	position:relative;
	background:#0e1445;
	position:relative;
	overflow:hidden;
}
.modal_member .member_comment:after{
	content:'';
	display:block;
	width:70px;
	height:70px;
	background:#137adb;
	position:absolute;
	left:0;
	top:-49px;
    -ms-transform:rotate(45deg);
    -ms-transform-origin:left top;
    -webkit-transform:rotate(45deg);
    -webkit-transform-origin:left top;
    transform:rotate(45deg);
    transform-origin:left top;
}
.modal_member .member_comment .title{
	display:block;
	color:#ffffff;
	font-weight:400;
	font-size:142.86%;
	line-height:100%;
	padding-bottom:15px;
	letter-spacing:2px;
	font-family: 'Anton', sans-serif;
}
.modal_member .member_comment p{
	display:block;
	color:#ffffff;
	font-size:92.76%;
}
#close_modal{
	position:absolute;
	top:-50px;
	right:0;
	display:block;
	width:30px;
	height:30px;
	background-image:url(img/inside/close_modal.png);
	background-repeat:no-repeat;
	background-position:center center;
}

/* ----------- ACCESS PAGE ----------- */
.access .inside_title_bg{
	background-image:url(img/inside/access/title.jpg);
	background-position:center top;
}
#map_canvas{
	width:100%;
	height:260px;
}
.maps iframe{
    pointer-events:none;
}
.access_head{
	padding-top:59px;
	padding-bottom:36px;
	text-align:center;
}
.access_head .subtitle{
	display:block;
	text-align:center;
	font-weight:700;
	font-size:114.29%;
	line-height:100%;
	color:#137adb;
	letter-spacing:1px;
}
.access_head .title{
	display:block;
	text-align:center;
	font-weight:400;
	font-size:200%;
	line-height:130%;
	color:#022066;
	padding:15px 0 20px 0;
	letter-spacing:3px;
}
.access_head .desc{
	display:block;
	text-align:center;
	color:#137adb;
}
.access_contents{
	padding:54px 50px 0 50px;
}
.access_title{
	display:block;
	line-height:26px;
	padding-left:10px;
	border-left:solid 4px #137adb;
	color:#022066;
	font-weight:700;
	font-size:114.29%;
	letter-spacing:1px;
	margin-bottom:15px;
}
.access_table{
	width:100%;
	border-collapse:collapse;
	border-top:solid 1px #dddddd;
}
.access_table td{
	padding:10px 30px 10px 10px;
	border-bottom:solid 1px #dddddd;
	font-size:92.86%;
	color:#022066;
	font-weight:100;
}
.access_table.bus td:nth-of-type(1){
	width:85px;
}
.access_table.bus td:nth-of-type(2){
	width:265px;
}
.access_table.bus td:nth-of-type(3){
	width:50px;
}
.access_table.bus td:nth-of-type(4){
	width:50px;
}
.access_table.bus td:nth-of-type(5){
	text-align:center;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}
.access_contents .table{
	display:table;
	width:100%;
	border-collapse:collapse;
}
.access_contents .table .tr{
	display:table-row;
}
.access_contents .table .tr .td{
	display:table-cell;
	vertical-align:top;
}
.access_contents .table .tr .td.left{
	width:370px;
	padding-right:50px;
}
.access_table.train td{
	padding:10px 20px 10px 10px;
}
.access_table.car td:first-of-type{
	width:100px;
}

.access_contents .kome{
	display:block;
	padding-top:16px;
	padding-left:10px;
	padding-bottom:1px;
	font-size:85.71%;
}
.access_contents .kome span{
	display:block;
	position:relative;
	padding-left:12px;
	color:#022066;
	line-height:170%;
}
.access_contents .kome span:before{
	content:'※';
	position:absolute;
	left:0;
	top:0;
	color:#022066;
}
.access_contents .kome a{
	color:#137adb;
	text-decoration:underline;
}


/* ----------- ENGLISH ------------*/

#container.english.inside{
	padding-top:566px;
}
.english #header{
	height:116px;
}
.english .inside_title{
	top:116px;
}
.english .greeting .portrait .title{
	padding-top:24px;
}
.english .greeting .portrait .position{
	line-height:150%;
	font-family: 'Open Sans', sans-serif;
	font-size:85.71%;
}
.english .greeting .portrait .name_en{
	font-size:184%;
	letter-spacing:1px;
}
.english .greeting .text p{
	text-align:justify;
}



/* ---------------- FOOTER ---------------- */
.to_top.onPc{
	display:block;
	width:44px;
	height:44px;
	border:solid 3px #ffffff;
	background-image:url(img/to_top.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-border-radius:60px;
	border-radius:60px;
	position:absolute;
	position:fixed;
	right:-60px;
	bottom:30px;
	filter:blur(10px);
	-webkit-transition:right 0.3s ease-out, filter 0.3s ease-out 0.1s;
	transition:right 0.3s ease-out, filter 0.3s ease-out 0.1s;
}
.to_top.onPc.ready{
	right:30px;
	filter:blur(0);
}
#footer{
    position:relative;
    z-index:3;
}
.inside #footer{
	border-top:solid 8px #0e1445;
}
#footer .wrapper{
    max-width:1000px;
	margin:0 auto;
	text-align:center;
}
.footer_link{
	background:#0e1445;
	padding:30px 0;
}
.footer_link a{
	display:inline-block;
	border:solid 2px #ffffff;
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
	text-align:center;
	padding:20px 40px 20px 75px;
	font-size:127.57%;
	font-size:124%;
	position:relative;
}
.footer_link a:before{
    background-color:#ffffff;
    background-position:left top;
    background-repeat:no-repeat;
    -webkit-border-radius:30px;
    border-radius:30px;
    color:#0e1445;
    content:">";
    display:block;
	font-weight:900;
    font-size:11px;
    height:18px;
    left:40px;
    letter-spacing:-2px;
    line-height:17px;
    position:absolute;
    text-align:center;
    top:24px;
    width:18px;
}
.footer_link a small{
	display:inline-block;
	color:#ffffff;
	font-weight:700;
	padding-left:60px;
	font-size:77.77%;
	position:relative;
	vertical-align:2px;
}
.footer_link a small:before{
	content:'';
	display:block;
	background:#ffffff;
	position:absolute;
	left:16px;
	top:50%;
	margin-top:-1px;
	height:2px;
	width:30px;
}
#site_foot{
	background-image:url(img/footer_bg.jpg);
	background-position:center top;
	height:460px;
	width:100%;
}
#site_foot .wrapper{
	padding-top:219px;
}
#site_foot .foot_logo{
	display:block;
	margin:0 auto 30px auto;
	width:109px;
}
#site_foot .foot_logo a{
	display:block;
	width:100%;
}
#site_foot .foot_logo img{
	display:block;
	width:100%;
}
#site_foot .foot_sns{
	list-style:none;
}
#site_foot .foot_sns li{
	display:inline-block;
	margin:0 5px;
}
#site_foot .foot_sns li a{
	display:block;
	width:33px;
}
#site_foot .foot_sns li a img{
	display:block;
	width:100%;
}
#site_foot #copyrights{
	display:block;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:85.71%;
	font-weight:700;
	padding-top:24px;
	letter-spacing:1px;
}
.onTablet{
	display:none !important;
}
.ifSp{
	display:none !important;
}

/* --- COMMING SOON --- */
.schedule .comming_soon{
	padding-top: 60px;
}
.comming_soon{
	padding-top: 80px;
	text-align: center;
}
.comming_soon .comming_soon_inner{
	max-width: 590px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #0e1445;
	display: table;
	height: 156px;
	margin: 0 auto 35px;
}
.comming_soon .comming_soon_cont{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.comming_soon .comming_soon_cont:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #0e1445;
	top: 50%;
	left: 50%;
	margin-left: -15px;
}
.comming_soon .comming_soon_title{
	font-family:'Oswald', sans-serif;
	font-weight: 600;
	font-size: 157.142%;
	letter-spacing: 1px;
	padding-bottom: 30px;
}
.comming_soon .comming_soon_text{
	font-size: 114.285%;
	font-weight: 600;
	letter-spacing: 2px;
}
.comming_soon .comming_soon_home{
	color: #8689a2;
	line-height: 1;
}
.competition .comming_soon{
	padding-bottom: 60px;
}

/* PC ONLY */
@media screen and (min-width: 900px){
	#nav.fixed{
		position:fixed;
		left:0;
		top:-70px;
	}
	#nav.shown{
		top:0;
		z-index:4;
		-webkit-transition:top 0.3s ease-out;
		transition:top 0.3s ease-out;
	}
	#nav.trans{
		top:-70px;
		z-index:4;
		-webkit-transition:top 0.2s ease-out;
		transition:top 0.2s ease-out;
	}
}


/* HOVER EVENTS */
@media screen and (min-width: 900px){
	#nav ul li a:before{
		-webkit-transition:height 0.2s;
		transition:height 0.2s;
	}
	#nav ul li.current a:hover:before{
		height:3px;
	}
	#nav ul li a:hover:before{
		height:70px;
	}
	.section_head .title{
		-webkit-transition:all 0.6s;
		transition:all 0.6s;
		-webkit-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
		-webkit-transform-origin: 50% 80px 0;
		transform-origin: 50% 80px 0;
	}
	.section_head.showed .title{
		-webkit-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0);
	}
	.section_head.over .title{
		-webkit-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0);
	}

	#videos .section_title .title a,
	.section_title .title a{
		-webkit-transition:color 0.3s;
		transition:color 0.3s;
	}
	#videos .section_title .title a:hover,
	.section_title .title a:hover{
		color:#137adb;
	}

	.schedule_tab ul li a{
		-webkit-transition:background 0.3s;
		transition:background 0.3s;
	}
	.schedule_tab ul li a:hover{
		background:#137adb;
	}
	.schedule_tab ul li.current a:hover{
		background:#ffffff;
	}
	#news_head .bottom .cat:hover{
		text-decoration:underline;
	}

	#gallery .bg_img{
		-khtml-opacity:0;
		opacity:0;
		-webkit-transition: -khtml-opacity 0.8s ease-out, opacity 0.8s ease-out;
		transition: -khtml-opacity 0.8s ease-out, opacity 0.8s ease-out;
		z-index:0;
	}
	#gallery .bg_img.showed{
		-khtml-opacity:1;
		opacity:1;
		width: 108%;
	}
	#gallery a{
		-khtml-opacity:0;
		opacity:0;
		-webkit-transition: -khtml-opacity 0.4s ease-out, opacity 0.4s ease-out;
		transition: -khtml-opacity 0.4s ease-out, opacity 0.4s ease-out;
	}
	#gallery a.showed{
		-khtml-opacity:1;
		opacity:1;
	}
	#gallery .image{
		margin-top:250px;
		-webkit-transition: margin-top 0.5s, -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;
		transition: margin-top 0.5s, -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;
	}
	#gallery .image.showed{
		margin-top:0;
		-khtml-opacity:1;
		opacity:1;
	}
	#gallery .image{
		overflow:hidden;
		background:#fff;
	}
	#gallery .image img{
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
		background:#000;
	}
	#gallery .image:hover img{
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		-o-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
		-khtml-opacity:0.6;
		opacity:0.6;
	}
	.news_list li .image{
		overflow:hidden;
		background:#000;
		position:relative;
	}
	.news_list li .image img{
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
		background:#000;
	}
	.news_list li .image:hover img{
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		-o-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
		-khtml-opacity:0.6;
		opacity:0.6;
	}
	#nav ul li.current a:hover{
		background:none;
	}
	.highlight_list li a:before{
		content:'';
		width:0;
		height:4px;
		background:#ffffff;
		display:block;
		right:0;
		top:0;
		-webkit-transition:width 0.08s, background 0.5s ease-out;
		transition:width 0.08s, background 0.5s ease-out;
		position:absolute;
		z-index:2;
	}
	.highlight_list li a:after{
		content:'';
		width:4px;
		height:0;
		background:#ffffff;
		display:block;
		top:0;
		left:0;
		-webkit-transition:height 0.08s, background 0.5s ease-out;
		transition:height 0.08s, background 0.5s ease-out;
		position:absolute;
	}
	.highlight_list li a .border:before{
		content:'';
		width:0;
		height:4px;
		background:#ffffff;
		display:block;
		left:0;
		bottom:0;
		-webkit-transition:width 0.08s, background 0.5s ease-out;
		transition:width 0.08s, background 0.5s ease-out;
		position:absolute;
		z-index:2;
	}
	.highlight_list li a .border:after{
		content:'';
		width:4px;
		height:0;
		background:#ffffff;
		display:block;
		right:0;
		bottom:0;
		-webkit-transition:height 0.08s, background 0.5s ease-out;
		transition:height 0.08s, background 0.5s ease-out;
		position:absolute;
	}
	.highlight_list li a.top:before{
		width:100%;
		background:#137adb;
	}
	.highlight_list li a.top.left:after{
		height:100%;
		background:#137adb;
	}
	.highlight_list li a.top.left.bottom .border:before{
		width:100%;
		background:#137adb;
	}
	.highlight_list li a.top.left.bottom.right .border:after{
		height:100%;
		background:#137adb;
	}
	.members_list li a{
		background:#000000;
		overflow:hidden;
		position:relative;
	}
	.members_list li a .border{
		display:block;
		overflow:hidden;
		position:relative;
	}
	.members_list li a:before{
		content:'';
		width:0;
		height:4px;
		background:#ffffff;
		display:block;
		right:0;
		top:0;
		-webkit-transition:width 0.08s, background 0.5s ease-out;
		transition:width 0.08s, background 0.5s ease-out;
		position:absolute;
		z-index:2;
	}
	.members_list li a:after{
		content:'';
		width:4px;
		height:0;
		background:#ffffff;
		display:block;
		top:0;
		left:0;
		-webkit-transition:height 0.08s, background 0.5s ease-out;
		transition:height 0.08s, background 0.5s ease-out;
		position:absolute;
	}
	.members_list li a .border:before{
		content:'';
		width:0;
		height:4px;
		background:#ffffff;
		display:block;
		left:0;
		bottom:0;
		-webkit-transition:width 0.08s, background 0.5s ease-out;
		transition:width 0.08s, background 0.5s ease-out;
		position:absolute;
		z-index:2;
	}
	.members_list li a .border:after{
		content:'';
		width:4px;
		height:0;
		background:#ffffff;
		display:block;
		right:0;
		bottom:0;
		-webkit-transition:height 0.08s, background 0.5s ease-out;
		transition:height 0.08s, background 0.5s ease-out;
		position:absolute;
	}
	.members_list li a.top:before{
		width:100%;
		background:#137adb;
	}
	.members_list li a.top.left:after{
		height:100%;
		background:#137adb;
	}
	.members_list li a.top.left.bottom .border:before{
		width:100%;
		background:#137adb;
	}
	.members_list li a.top.left.bottom.right .border:after{
		height:100%;
		background:#137adb;
	}

	.members_list li a .photo{
		-webkit-transition:-webkit-transform 0.3s, -o-transform 0.3s, transform 0.3s, -khtml-opacity 0.3s, opacity 0.3s;
		transition:-webkit-transform 0.3s, -o-transform 0.3s, transform 0.3s, -khtml-opacity 0.3s, opacity 0.3s;
		background:#000000;
	}
	.members_list li a:hover .photo{
		-webkit-transform: scale3d(1.04, 1.04, 1.04);
		-o-transform: scale3d(1.04, 1.04, 1.04);
		transform: scale3d(1.04, 1.04, 1.04);
		-khtml-opacity:0.7;
		opacity:0.7;
	}
	#gallery .image .cont{
		display:block;
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
	}
	#gallery .image .border{
		display:block;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	#gallery .image .cont:before{
		content:'';
		width:0;
		height:4px;
		background:#ffffff;
		display:block;
		right:0;
		top:0;
		-webkit-transition:width 0.08s, background 0.5s ease-out;
		transition:width 0.08s, background 0.5s ease-out;
		position:absolute;
		z-index:2;
	}
	#gallery .image .cont:after{
		content:'';
		width:4px;
		height:0;
		background:#ffffff;
		display:block;
		top:0;
		left:0;
		-webkit-transition:height 0.08s, background 0.5s ease-out;
		transition:height 0.08s, background 0.5s ease-out;
		position:absolute;
	}
	#gallery .image .border:before{
		content:'';
		width:0;
		height:4px;
		background:#ffffff;
		display:block;
		left:0;
		bottom:0;
		-webkit-transition:width 0.08s, background 0.5s ease-out;
		transition:width 0.08s, background 0.5s ease-out;
		position:absolute;
		z-index:2;
	}
	#gallery .image .border:after{
		content:'';
		width:4px;
		height:0;
		background:#ffffff;
		display:block;
		right:0;
		bottom:0;
		-webkit-transition:height 0.08s, background 0.5s ease-out;
		transition:height 0.08s, background 0.5s ease-out;
		position:absolute;
	}
	#gallery .image.top .cont:before{
		width:100%;
		background:#137adb;
	}
	#gallery .image.top.left .cont:after{
		height:100%;
		background:#137adb;
	}
	#gallery .image.top.left.bottom .border:before{
		width:100%;
		background:#137adb;
	}
	#gallery .image.top.left.bottom.right .border:after{
		height:100%;
		background:#137adb;
	}
	#gallery .image{
		overflow:hidden;
		background:#fff;
	}
	#gallery .image.showed{
		background:#000;
	}
	#video_slider .currentSlide .open_video_modal:hover .desc{
		color:#137adb;
	}

	#video_slider .element a{
		background:#000;
		overflow:hidden;
	}
	#video_slider .currentSlide .element a img{
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
		background:#fff;
		-khtml-opacity:1;
		opacity:1;
	}
	#video_slider  .element a img{
		-khtml-opacity:0.3;
		opacity:0.3;
	}
	#video_slider .currentSlide .element a:hover img{
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		-o-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
		-khtml-opacity:0.6;
		opacity:0.6;
	}
	#video_slider .element a .cont{
		display:block;
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
	}
	#video_slider .element a .border{
		display:block;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	#video_slider .element a .cont:before{
		content:'';
		width:0;
		height:4px;
		background:#ffffff;
		display:block;
		right:0;
		top:0;
		-webkit-transition:width 0.08s, background 0.5s ease-out;
		transition:width 0.08s, background 0.5s ease-out;
		position:absolute;
		z-index:2;
	}
	#video_slider .element a .cont:after{
		content:'';
		width:4px;
		height:0;
		background:#ffffff;
		display:block;
		top:0;
		left:0;
		-webkit-transition:height 0.08s, background 0.5s ease-out;
		transition:height 0.08s, background 0.5s ease-out;
		position:absolute;
	}
	#video_slider .element a .border:before{
		content:'';
		width:0;
		height:4px;
		background:#ffffff;
		display:block;
		left:0;
		bottom:0;
		-webkit-transition:width 0.08s, background 0.5s ease-out;
		transition:width 0.08s, background 0.5s ease-out;
		position:absolute;
		z-index:2;
	}
	#video_slider .element a .border:after{
		content:'';
		width:4px;
		height:0;
		background:#ffffff;
		display:block;
		right:0;
		bottom:0;
		-webkit-transition:height 0.08s, background 0.5s ease-out;
		transition:height 0.08s, background 0.5s ease-out;
		position:absolute;
	}
	#video_slider .element a.top .cont:before{
		width:100%;
		background:#137adb;
	}
	#video_slider .element a.top.left .cont:after{
		height:100%;
		background:#137adb;
	}
	#video_slider .element a.top.left.bottom .border:before{
		width:100%;
		background:#137adb;
	}
	#video_slider .element a.left.bottom.right .border:after{
		height:100%;
		background:#137adb;
	}
	#video_slider .open_video_modal:hover:before{
		border-color:#137adb;
	}
	#video_slider .open_video_modal:hover:after{
		border-color:transparent transparent transparent #137adb;
	}
	.highlight_list li a{
		background:#000000;
	}
	.highlight_list li a img{
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
		background:#000000;
	}
	.highlight_list li a:hover img{
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		-o-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
		-khtml-opacity:0.6;
		opacity:0.6;
	}
	.highlight_list li a .title strong,
	.highlight_list li a .title small{
		-webkit-transition:color 0.5s;
		transition:color 0.5s;
	}
	.highlight_list li a:hover .title strong,
	.highlight_list li a:hover .title small{
		color:#137adb;
	}
	#video_slider .pagination li.current a{
		-webkit-transition:background 0.3s;
		transition:background 0.3s;
	}


	.share_sns ul li .sns_box,
	.standalone_link a,
	#breadcrumbs .sublink,
	#breadcrumbs p a,
	.federations_list li .country .image .flag,
	#title_scroll a,
	#site_foot .foot_sns li a img,
	#site_foot .foot_logo a img,
	.insta_list li a,
	#head_nav ul li a img,
	#head_nav #lang,
	#logo a img,
	.news_list li .cat,
	.news_list li .text{
		-webkit-transition:-khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;
		transition:-khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;
	}

	.share_sns ul li .sns_box:hover,
	.standalone_link a:hover,
	#breadcrumbs .sublink:hover,
	#breadcrumbs p a:hover,
	#title_scroll a:hover,
	.insta_list li a:hover,
	#head_nav #lang:hover,
	.news_list li .cat:hover,
	.news_list li .text:hover{
		-khtml-opacity:0.6;
		opacity:0.6;
	}


	.results_table.schedule tbody tr.has_result .results_link{
		-webkit-transition:background 0.3s, color 0.3s, border 0.3s;
		transition:background 0.3s, color 0.3, border 0.3s;
	}
	.results_table.schedule tbody tr.has_result .results_link:hover{
		border:solid 2px #137adb;
		background:#ffffff;
		color:#137adb;
	}
	.results_table.schedule tbody tr.has_result.last .results_link:hover{
		/*background:#0e1445;
		color:#ffffff;*/
		border:solid 2px #ffffff;
		background:#137adb;
		color:#ffffff;
	}
	.cat_list li a:hover,
	#single_sidebar .news_list li .list_title:hover,
	#single_navigation .prev_nav:hover,
	#single_navigation .next_nav:hover,
	.results_table tbody td a:hover{
		text-decoration:underline;
	}
	.federations_list li .country .image:hover .flag,
	#site_foot .foot_sns li a:hover img,
	#site_foot .foot_logo a:hover img{
		-khtml-opacity:0.7;
		opacity:0.7;
	}
	#head_nav ul li a img,
	#logo a img{
		background:#ffffff;
	}
	#head_nav ul li a:hover img,
	#logo a:hover img{
		-khtml-opacity:0.5;
		opacity:0.5;
	}
	.footer_link a{
		-webkit-transition:color 0.3s, background-color 0.3s;
		transition:color 0.3s, background-color 0.3s;
	}
	.footer_link a:before{
		-webkit-transition:color 0.3s, background-color 0.3s;
		transition:color 0.3s, background-color 0.3s;
	}
	.footer_link a small{
		-webkit-transition:color 0.3s;
		transition:color 0.3s;
	}
	.footer_link a small:before{
		-webkit-transition:background 0.3s;
		transition:background 0.3s;
	}
	.footer_link a:hover{
		color:#0e1445;
		background-color:#ffffff;
	}
	.footer_link a:hover:before{
		color:#ffffff;
		background-color:#0e1445;
	}
	.footer_link a:hover small{
		color:#0e1445;
	}
	.footer_link a:hover small:before{
		background:#0e1445;
	}
	#gallery .more span{
		-webkit-transition:color 0.3s, background 0.3s;
		transition:color 0.3s, background 0.3s;
	}
	#gallery .more:hover span{
		color:#ffffff;
		background:#0e1445;
	}
	#gallery .more span:after{
		-webkit-transition:background 0.3s;
		transition:background 0.3s;
	}
	#gallery .more:hover span:after{
		background:#ffffff;
	}
	#video_slider .controls a.prev:before{
		-webkit-transition:border-color 0.3s;
		transition:border-color 0.3s;
	}
	#video_slider .controls a.next:before{
		-webkit-transition:border-color 0.3s;
		transition:border-color 0.3s;
	}
	#video_slider .controls a.prev:hover:before{
		border-color:#137adb;
	}
	#video_slider .controls a.next:hover:before{
		border-color:#137adb;
	}


	.federations_list li .country .title:after{
		-webkit-transition:border-color 0.3s;
		transition:border-color 0.3s;
	}
	.federations_list li .country .title strong{
		-webkit-transition:color 0.3s;
		transition:color 0.3s;
	}
	.federations_list li .country .title small{
		-webkit-transition:color 0.3s;
		transition:color 0.3s;
	}

	.federations_list li .country .title:hover:after{
		border-color:#137adb;
	}
	.federations_list li .country .title:hover strong{
		color:#137adb;
	}
	.federations_list li .country .title:hover small{
		color:#137adb;
	}

	.inside_title{
		-khtml-opacity:0;
		opacity:0;
		-webkit-transition:-khtml-opacity 0.4s, opacity 0.4s;
		transition:-khtml-opacity 0.4s, opacity 0.4s;
	}
	.schedule.single .inside_title{
		-khtml-opacity:1;
		opacity:1;
	}
	.inside_title.ready{
		-khtml-opacity:1;
		opacity:1;
	}
	.inside_title .cont .spBar:before{
		width:0;
		-webkit-transition:width 0.3s 0.6s;
		transition:width 0.3s 0.6s;
	}
	.inside_title.ready .cont .spBar:before{
		width:100%;
	}

	.results_table tbody td a .flag{
		-webkit-transition:-khtml-opacity 0.3s, opacity 0.3s;
		transition:-khtml-opacity 0.3s, opacity 0.3s;
	}
	.results_table tbody td a:hover .flag{
		-khtml-opacity:0.6;
		opacity:0.6;
	}
	.results_table tbody td a span{
		border-bottom:solid 1px transparent;
		-webkit-transition:border 0.3s;
		transition:border 0.3s;
	}
	.results_table tbody td a:hover span{
		border-bottom:solid 1px #000;
	}
	.results_table tbody td a.member_link .image{
		-webkit-transition:-khtml-opacity 0.3s, opacity 0.3s;
		transition:-khtml-opacity 0.3s, opacity 0.3s;
		border:none;
	}
	.results_table tbody td a.member_link:hover .image{
		-khtml-opacity:0.6;
		opacity:0.6;
		border:none;
	}
	.results_table tbody td a.member_link:hover{
		text-decoration:none;
	}
	.results_table tbody td a.member_link span.name{
		display:inline-block;
	}
	.results_table tbody td a.member_link span.name_en{
		border:none;
	}
	.results_table tbody td a.member_link:hover span.name_en{
		border:none;
	}
	.result_nav a{
		-webkit-transition:color 0.3s, background 0.3s;
		transition:color 0.3s, background 0.3s;
	}
	.result_nav a:before{
		content:'';
		display:block;
		position:absolute;
		width:11px;
		height:100%;
		background-image:url(img/anchor2.png);
		background-position:center center;
		background-repeat:no-repeat;
		right:10px;
		top:0;
		-khtml-opacity:0;
		opacity:0;
		-webkit-transition:-khtml-opacity 0.3s, opacity 0.3s;
		transition:-khtml-opacity 0.3s, opacity 0.3s;
	}

	.result_nav a:after{
		-webkit-transition:-khtml-opacity 0.3s, opacity 0.3s;
		transition:-khtml-opacity 0.3s, opacity 0.3s;
	}
	.result_nav a:hover{
		background:#ffffff;
		color:#000000;
	}
	.result_nav a:hover:after{
		-khtml-opacity:0;
		opacity:0;
	}
	.result_nav a:hover:before{
		-khtml-opacity:1;
		opacity:1;
	}

	.bottom_link .goBack{
		-webkit-transition:background-color 0.3s;
		transition:background-color 0.3s;
	}
	.bottom_link .goBack span{
		-webkit-transition:color 0.3s;
		transition:color 0.3s;
	}
	.bottom_link .goBack span:after{
		content:'';
		display:block;
		width:18px;
		height:18px;
		position:absolute;
		left:0;
		top:1.5px;
		background-image:url(img/inside/goBack2.png);
		background-position:left top;
		background-repeat:no-repeat;
		-khtml-opacity:0;
		opacity:0;
		-webkit-transition:-khtml-opacity 0.3s, opacity 0.3s;
		transition:-khtml-opacity 0.3s, opacity 0.3s;
	}
	#container.flash .bottom_link .goBack span:after{
		background-image:url(img/inside/goTop2.png);
	}
	.bottom_link .goBack span:before{
		-webkit-transition:-khtml-opacity 0.3s, opacity 0.3s;
		transition:-khtml-opacity 0.3s, opacity 0.3s;
	}

	.bottom_link .goBack:hover{
		background-color:#137adb;
	}
	.bottom_link .goBack:hover span{
		color:#fafcfe;
	}
	.bottom_link .goBack:hover span:after{
		-khtml-opacity:1;
		opacity:1;
	}
	.bottom_link .goBack:hover span:before{
		-khtml-opacity:0;
		opacity:0;
	}
	.comming_soon .comming_soon_home:hover{
		-webkit-transition:-khtml-color 0.3s, color 0.3s;
		transition:-khtml-color 0.3s, color 0.3s;
	}
	.comming_soon .comming_soon_home:hover{
		color: #0e1445;
	}


/* ----------- FLASH PAGE ----------- */
#container.flash {
	padding-top: 494px;
}
.flash .inside_title_bg{
	background-image:url(img/inside/flash/title.jpg);
	background-position:center top;
}
.flash .inside_title {
	height: 270px;
}
.flash .inside_title .inside_title_bg {
    height: 270px;
}

#container.flash .post {
    border-bottom:solid 1px #e9ebee;
    padding-bottom:100px;
}
#container.flash .post:last-child {
	border-bottom:none;
	padding-bottom:80px;
}
#container.flash h4 {
	text-align:center;
	font-size: 152%;
	padding-top:100px;
}
#container.flash h4 a {
	text-decoration: underline;
}
#container.flash .data {
	color: #999999;
	text-align:center;
	font-size: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.flash .inside_title .cont .spBar {
	display: none;
}

.flash_table {
    width: 100%;
    border-collapse: collapse;
}
.flash_table thead th:first-of-type {
    text-align: center;
    width: 160px;
}
.flash_table thead th {
    color: #ffffff;
    font-weight: 400;
    font-size: 100%;
    vertical-align: middle;
    text-align: left;
    background: #0e1445;
    padding: 12px 10px;
}
.flash_table thead th:first-of-type {
    text-align: center;
    width: 210px;
}
.flash_table thead th:nth-child(2) {
    width: 550px;
}
.flash_table thead th {
    color: #ffffff;
    font-weight: 400;
    font-size: 100%;
    vertical-align: middle;
    text-align: left;
    background: #0e1445;
    padding: 12px 10px;
    text-align: center;
}
.flash_table tbody tr {
}
.flash_table tbody td {
    padding: 24px 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 112.86%;
    background-position: left top;
    background-repeat: no-repeat;
}
.flash_table tbody td .country {
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 56px;
	background-size: 34px auto;
}
.flash_table tbody td .country.australia {
	background-image: url(img/inside/federations/flags/australia.gif);
}
.flash_table tbody td .country.spain {
	background-image: url(img/inside/federations/flags/spain.gif);
}
.flash_table tbody td .country.new-zealand {
	background-image: url(img/inside/federations/flags/new-zealand.gif);
}
.flash_table tbody td .country.south-africa {
	background-image: url(img/inside/federations/flags/south-africa.gif);
}
.flash_table tbody td .country.japan-a {
	background-image: url(img/inside/federations/flags/japan-a.gif);
}
.flash_table tbody td .country.japan-b {
	background-image: url(img/inside/federations/flags/japan-b.gif);
}
.flash_table tbody td .country.hong-kong {
	background-image: url(img/inside/federations/flags/hong-kong.gif);
}
.flash_table tbody tr:nth-child(odd) td {
    background-color: #f8f8f8;
}
.flash_table tbody tr:nth-child(even) td {
    background-color: #ecedf5;
}
.flash_table tbody td .rank,
.flash_table tbody td .point,
.flash_table tbody td .blank {
	font-weight:bold;
}
.flash_table tbody td .rank,
.flash_table tbody td .blank {
	position: relative;
}
.flash_table tbody td .rank:before {
	content:'';
	position: absolute;
	width: 26px;
	height: 26px;
	left: 30px;
}
.flash_table tbody td .rank.up:before {
	background-image: url(img/inside/flash/icon_up.png);
}
.flash_table tbody td .rank.stay:before {
	background-image: url(img/inside/flash/icon_stay.png);
}
.flash_table tbody td .rank.down:before {
	background-image: url(img/inside/flash/icon_down.png);
}
#container.flash .info {
	margin-top: 40px;
}




}

@media screen and (max-width: 1200px){
	#head{
		padding-right:173px;
	}
	#head_nav #lang{
		position:absolute;
		right:27px;
		top:-37px;
	}
	#head_nav #lang button.japanese{
		margin-right:10px;
	}
	#head_nav{
		width:116px;
		top:58px;
	}
	#head_nav ul{
		margin-left:0;
	}
	#head_nav ul li{
		margin-left:8px;
	}
}

@media screen and (max-width: 1050px){
	#nav ul li a{
		padding:0 19px;
	}
	#nav ul li:first-of-type a{
		padding: 0 24px;
	}
	#nav .wrapper{
		max-width:855px;
	}
	#head{
		padding-left:15px;
		padding-right:148px;
	}
	#head_nav{
		right:15px;
	}
}


/* TABLE SIZE */
@media screen and (max-width: 900px){
	.onTablet{
		display:block !important;
	}
	br.onTablet{
		display:inline !important;
	}
	.onPc{
		display:none !important;
	}

/* ---------------- HEADER ---------------- */
	#header{
		height:65px;
		z-index:5;
	}
	#head{
		padding:0 55px;
	}
	#head_nav{
		display:none;
	}
	#head_brn{
		display:none;
	}
	#nav{
		display:none;
	}
	#container{
		padding-top:65px;
	}
	#container.inside{
		padding-top:65px;
	}
	#logo{
		float:none;
		margin:0 auto;
		width:150px;
	}
	#open_menu{
		position:absolute;
		top:14px;
		left:10px;
		display:block;
		width:45px;
	}
	#open_menu img{
		display:block;
		width:100%;
	}
	#head .parent{
		text-align:center;
	}

/* ------------- NAVIGATION ------------- */
	#nav_sp{
		display:none;
	}
	.menu_opened #nav_sp{
		display:block;
	}
	.menu_opened{
		background:#0e1445;
	}
	.menu_opened #hide_navi{
		height:0;
		overflow:hidden;
	}
	.menu_opened #container{
		padding:0;
	}
	.menu_opened .top #top_title,
	.menu_opened #footer{
		display:none;
	}
	.menu_opened #header{
		position:relative;
	}
	#close_menu{
		display:none !important;
	}
	.menu_opened  #close_menu{
		display:block !important;
	}
	.menu_opened  #open_menu{
		display:none !important;
	}
	#nav_sp .wrapper{
		padding:0 0 20px 0;
		position:relative;
	}
	#nav_sp ul.main_nav_sp{
		list-style:none;
	}
	#nav_sp ul.main_nav_sp li{
		display:block;
		border-bottom:solid 1px #161d53;
	}
	#nav_sp ul.main_nav_sp li a{
		display:block;
		padding:12px 40px 12px 20px;
		text-decoration:none;
		font-size:107.14%;
		color:#ffffff;
		text-align:left;
		font-weight:700;
		line-height:140%;
		position:relative;
	}
	#nav_sp ul.main_nav_sp li a:after{
		content:'';
		display:block;
		width:7px;
		height:12px;
		position:absolute;
		right:20px;
		top:50%;
		margin-top:-3.5px;
		background-image:url(img/sp/sp_nav_arrow.gif);
		background-size:7px 12px;
		background-repeat:no-repeat;
		background-position:center center;
	}

	#nav_sp ul.main_nav_sp li a.soon {
		opacity: 0.7;
	}

	#nav_sp ul.sns_nav_sp{
		list-style:none;
		text-align:center;
		padding-top:30px;
		padding-bottom:26px;
	}
	#nav_sp ul.sns_nav_sp li{
		display:inline-block;
		width:35px;
		margin:0 5px;
	}
	#nav_sp ul.sns_nav_sp li a{
		display:block;
		width:100%;
	}
	#nav_sp ul.sns_nav_sp li a img{
		display:block;
		width:100%;
	}
	#lang_sp button{
	    background:#161d53;
		border:none;
		color:#ffffff;
		cursor:pointer;
		width:95px;
		margin:0 auto;
		height:30px;
		display:block;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
		font-size:78.57%;
		line-height: 30px;
	}
	#lang_sp a{
	    background:#161d53;
		border:none;
		color:#ffffff;
		cursor:pointer;
		width:95px;
		margin:0 auto;
		text-align:center;
		height:30px;
		display:block;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
		font-size:78.57%;
		line-height: 30px;
	}
	#close_menu{
		display:block;
		left:10px;
		position:absolute;
		top:14px;
		width:45px;
	}
	#close_menu img{
		display:block;
		width:100%;
	}

/* ---------------- MAIN ---------------- */

/* ----------- TOP ----------- */
	#top_title{
		height: calc(100vh - 65px);
		top:65px;
	}
	#top_title .backs{
		top:65px;
		height: calc(100vh - 65px);
	}
	.narrow .top #top_title{
		min-height:calc(100vh - 65px);
		position:relative;
		top:0;
		height:auto;
	}
	.narrow .top #main{
		margin-top: calc(100vh - 65px);
		margin-top:0;
		padding-bottom:0;
	}
	.top #main{
		margin-top: calc(100vh - 65px);
		margin-top:0;
	}
	#top_title .bg .left{
		background-position:100px top;
	}
	#top_title .bg .right{
		background-position:-100px top;
	}
	#top_title .bg1 .left{
		background-image:url(img/sp/top/title_bg1_left.jpg?20190617);
	}
	#top_title .bg1 .right{
		background-image:url(img/sp/top/title_bg1_right.jpg?20190617);
	}
	#top_title .bg2 .left{
		background-image:url(img/sp/top/title_bg2_left.jpg?20190624);
	}
	#top_title .bg2 .right{
		background-image:url(img/sp/top/title_bg2_right.jpg?20190624);
	}
	#top_title .bg3 .left{
		background-image:url(img/sp/top/title_bg3_left.jpg?20190624);
	}
	#top_title .bg3 .right{
		background-image:url(img/sp/top/title_bg3_right.jpg?20190624);
	}
	#top_title .bg4 .left{
		background-image:url(img/sp/top/title_bg4_left.jpg?20190624);
	}
	#top_title .bg4 .right{
		background-image:url(img/sp/top/title_bg4_right.jpg?20190624);
	}
	#top_title .bg5 .left{
		background-image:url(img/sp/top/title_bg5_left.jpg?20190624);
	}
	#top_title .bg5 .right{
		background-image:url(img/sp/top/title_bg5_right.jpg?20190624);
	}

	#top_title .bg6 .left{
		background-image:url(img/sp/top/title_bg6_left.jpg?20190624);
	}
	#top_title .bg6 .right{
		background-image:url(img/sp/top/title_bg6_right.jpg?20190624);
	}
	#top_title .bg7 .left{
		background-image:url(img/sp/top/title_bg7_left.jpg);
	}
	#top_title .bg7 .right{
		background-image:url(img/sp/top/title_bg7_right.jpg);
	}
	#top_title .bg8 .left{
		background-image:url(img/sp/top/title_bg8_left.jpg);
	}
	#top_title .bg8 .right{
		background-image:url(img/sp/top/title_bg8_right.jpg);
	}
	#top_title .bg9 .left{
		background-image:url(img/sp/top/title_bg9_left.jpg);
	}
	#top_title .bg9 .right{
		background-image:url(img/sp/top/title_bg9_right.jpg);
	}
	#top_title .bg10 .left{
		background-image:url(img/sp/top/title_bg10_left.jpg);
	}
	#top_title .bg10 .right{
		background-image:url(img/sp/top/title_bg10_right.jpg);
	}
	#top_title .bg11 .left{
		background-image:url(img/sp/top/title_bg11_left.jpg);
	}
	#top_title .bg11 .right{
		background-image:url(img/sp/top/title_bg11_right.jpg);
	}


	#top_title{
		position:relative;
		top:0;
		height:auto;
		min-height:calc(100vh - 65px);
	}
	#top_title .title .title_right{
		right: 20px;
		display: none;
	}
	#top_title .title{
		padding:15px 30px;
		min-height: calc(100vh - 65px);
	}
/*
	#top_title #title_h_chk.s_img_narrow .main_img_sp{
		padding-bottom: 100px;
	}
*/
	#top_title #title_h_chk.s_img_narrow_h .main_img_sp img{
		height: auto;
		width: auto;
		max-width: 500px;
		max-height: 579px;
	}
	#top_title .texts{
		height: auto;
		min-height: calc(100vh - 65px);
		position:relative;
		top:0;
	}
	.narrow #top_title .texts{
		height: auto;
		min-height: calc(100vh - 65px);
		position:relative;
	}
	#top_title .contents{
		height: calc(100vh - 65px);
		max-width:560px;
		max-width:100%;
		padding-left: 0;
		padding-right: 0;
	}
	.narrow #top_title .contents{
		height: calc(100vh - 65px);
	}
	.narrowSp .main_img_sp{
		opacity:0;
	}

	.main_img_sp{
		/*padding:25px 0;*/
		padding:10px 0 10px;
		position:fixed;
		left:0;
		top:65px;
		z-index:1;
		width:100%;
		height:calc(100vh - 65px);
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		opacity:1;

	}
	.main_img_sp img{
		display:block;
		width:100%;
		/*max-width:560px;*/
		margin:0 auto;
	}
	.narrowSp img.positionner{
		opacity:1;
	}
	img.positionner{
		opacity:0;
		max-width:560px;
		margin:0 auto;
	}
	.top_banner{
		display:block;
		width:100%;
		position:relative;
		z-index:2;
		background:#0e1445;
	}
	.top_banner img{
		display:block;
		width:100%;
		margin:0 auto;
		max-width:560px;
	}
	.section_title{
		position:relative;
		padding:30px 0;
	}
	.section_title:before{
		background:#0e1445;
		content:'';
		display:block;
		height:2px;
		left:0;
		margin-top:-1px;
		position:absolute;
		top:50%;
		width:100%;
	}
	.section_title .title{
		padding-right:15px;
		padding-left:15px;
		background:#ffffff;
		font-size:164.29%;
		letter-spacing:2px;
	}
	.top .section_title .title{
		letter-spacing:1px;
	}
	.section_title .title:before{
		display:none;
	}
	.section_title .title:after{
		display:none;
	}
	.results_table thead th:first-of-type{
		width:50px;
	}
	.results_table thead th:last-of-type{
		width:90px;
	}
	.results_table tbody td:last-of-type{
		text-align:right;
		padding-right:20px;
	}


/* 2017/06/19 */
	.results_table.over_results.lastOfResults tbody tr.first td:first-of-type {
		background-position: 15px center;
		line-height:120%;
		background-image:url(img/sp/the_first.png);
		background-size:25px auto;
	}
	.results_table.over_results.lastOfResults tbody tr.second td:first-of-type {
		background-position: 15px center;
		background-image:url(img/sp/the_second.png);
		background-size:25px auto;
	}
	.results_table.over_results.lastOfResults tbody tr.third td:first-of-type {
		background-position: 15px center;
		background-image:url(img/sp/the_third.png);
		background-size:25px auto;
	}
	.results_table.over_results.lastOfResults tbody tr td:first-of-type{
		padding-left: 28px;
	}
	.top #results .subtitle_results{
		padding-top:0;
		padding-bottom:25px;
		margin-top:-15px;
		font-size:85.71%;
	}
/* 2017/06/19 */

/* 2018/05/14 */
	.jla2018_modal .jla2018_box img.ifPc{
		display: none;
	}
	.jla2018_modal .jla2018_box img.ifSp{
		display: block !important;
	}
	.jla2018_modal .jla2018_box .jla2018_text,
	.jla2018_modal .jla2018_box .jla2018_text2{
		width: 100%;
		max-width: none;
	}
	.s_jla2018 #close_modal{
		top: 25px;
		right: 35px;
		background-image: url(img/top/jla2018_close.png);
		background-size: 34px;
		width: 34px;
		height: 34px;
	}
	.jla2018_modal .jla2018_box .jla2018_text{
		padding-bottom: 0;
	}
/* 2018/05/14 */



	.top #results .subtitle_results{
		padding-top:0;
		padding-bottom:25px;
		margin-top:-15px;
		font-size:105%;
	}

	#flash-banner {
		text-align: center;
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#flash-banner img {
		width: 100%;
	}
	#news{
		padding-top:20px;
		padding-bottom:40px;
	}
	#news .section_title{
		padding:20px 0;
	}
	.news_list{
		display:table;
		margin:0;
		width:100%;
	}
	.news_list li{
		display:table-row;
		float:none;
		padding:0;
		width:100%;
	}
	.news_list li .image{
		display:table-cell;
		vertical-align:top;
		width:100px;
		padding:15px 0;
		border:none;
		border-bottom:solid 1px #e8e8e8;
	}
	.news_list li .desc{
		display:table-cell;
		vertical-align:top;
		padding:10px 0 15px 15px;
		border:none;
		border-bottom:solid 1px #e8e8e8;
	}
	.news_list li:first-of-type .image{
		padding-top:5px;
	}
	.news_list li:first-of-type .desc{
		padding-top:0;
	}
	.news_list li .text{
		padding:0;
		font-weight:400;
		font-size:90%;
		padding-bottom:3px;
	}
	.news_list li .date{
		font-size:68%;
	}
	.news_list li .cat{
		font-size:71.43%;
		line-height:100%;
		letter-spacing:1px;
	}
	#highlight .section_head{
		padding-bottom:15px;
	}
	.section_head p{
		text-align:left;
		padding-top:10px;
	}
	.highlight_list{
		margin:0;
	}
	.highlight_list li{
		padding:0;
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.highlight_list li .desc .title{
		padding-left:15px;
		padding-right:15px;
		padding-top:15px;
		padding-bottom:13px;
		height:25px;
		width:1000px;
	}
	.highlight_list li .desc .title strong{
		font-size:164.29%;
		margin-right:5px;
	}
	.highlight_list li .desc .title small{
		font-size:95%;
		vertical-align:-2px;
	}
	.section_head img.onTablet{
		display:inline !important;
		width:135px;
		margin-top:-60px;
	}
	#highlight .contents{
		padding-bottom:10px;
	}
	#highlight .contents .section_head p br{
		display:none;
	}
	#highlight .contents{
		background-image:url(img/sp/top/highlight.jpg);
		background-size:100% auto;
		background-color:#000000;
		background-position:center top;
		background-repeat:no-repeat;
	}
	#highlight .contents:before{
		display:none;
	}
	#highlight .wrapper{
		max-width:560px;
		padding-left:20px;
		padding-right:20px;
	}
	#gallery{
		background-image:url(img/sp/top/gallery_bg.jpg);
		background-position:center bottom;
		background-repeat:no-repeat;
		background-size: 100% auto;
	}
	#gallery .wrapper:before{
		margin-right:-65px;
	}
	#gallery .wrapper:after{
		margin-left:-65px;
	}
	#gallery .contents{
		padding-left:35px;
		padding-right:35px;
		padding-top:63px;
		padding-bottom:75px;
	}
	#gallery .relative{
		max-width:560px;
		margin:0 auto;
		width:100%;
		height:100%;
	}
	#gallery .bg_img{
		display:none;
	}
	#gallery .contents{
		position:relative;
		left:inherit;
		top:inherit;
		width:100%;
	}
	#gallery .image,
	#gallery .img1,
	#gallery .img2,
	#gallery .img3{
		position:relative;
		left:inherit;
		right:inherit;
		top:inherit;
		width:100%;
		margin-bottom:15px;
	}
	#gallery .title{
		font-size:275%;
		top:0;
		margin-top:-32px;
		letter-spacing:2px;
	}
	#gallery .title small{
		vertical-align:15px;
		font-size:30%;
	}
	#gallery .more{
		position:relative;
		left:inherit;
		right:inherit;
		top:inherit;
		margin:50px auto 0 auto;
		width:100%;
		min-width:222px;
		height:auto;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		max-width:222px;
	}
	#gallery .more span:after{
		display:none;
	}
	#gallery .more span:before{
		display:none;
	}
	#gallery .more span{
		height:auto;
		padding:10px 0;
		line-height:100%;
		letter-spacing:2px;
	}
	#gallery .year{
		font-size:214.29%;
		letter-spacing:4px;
		top:0;
		margin-right:-23px;
		margin-top:100px;
	}
	#videos .contents{
		padding-top:10px;
		padding-bottom:30px;
	}
	#videos .wrapper{
		display:table;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#videos .section_title{
		display:table-row;
	}
	#videos .section_title:before{
		display:none;
	}
	#videos .section_title .title{
		background:none;
		display:table-cell;
		padding-top:25px;
		width:50px;
		padding-bottom:20px;
		vertical-align:middle;
	}
	#videos .section_title .spBar{
		display:table-cell;
		padding-top:30px;
		padding-bottom:30px;
		vertical-align:middle;
	}
	#videos .section_title .spBar:before{
		display:block;
		width:100%;
		height:2px;
		content:'';
		background:#ffffff;
	}
	#video_slider{
		max-width:calc(100% - 60px);
	}
	#video_slider .element{
		padding:0 5px;
	}
	#video_slider .controls a{
		width:25px;
		background-color:rgba(0,0,0,0.7);
		background-size:30px auto;
		background-position:center center;
	}
	#video_slider .controls a.prev{
		left:-30px;
		background-image:url(img/sp/top/prev.jpg);
	}
	#video_slider .controls a.prev:before{
		display:none;
	}
	#video_slider .controls a.next{
		right:-30px;
		background-image:url(img/sp/top/next.jpg);
	}
	#video_slider .controls a.next:before{
		display:none;
	}
	#video_slider .pagination li{
		margin:0 6px;
	}
	#video_slider .pagination li a{
		width:30px;
		height:4px;
	}
	#video_slider .open_video_modal .desc{
		font-size:85.71%;
		padding:10px;
		background:none;
	}
	#video_slider .open_video_modal{
		background:#000;
	}
	#video_slider .open_video_modal img{
		opacity:0.7;
	}
	#sns{
		padding-top:30px;
		padding-bottom:10px;
	}
	#sns .timeline li{
		width:100%;
		display:block;
		margin:0;
		height:306px;
		overflow:hidden;
		max-width:500px;
		margin:0 auto;
		border-bottom:1px solid #e2e9ed;
	}
	#sns .timeline li.list_tw{
		margin:0 auto;
	}
	#sns .timeline li.list_fb{
		margin-bottom:30px;
	}
	.fb-page,
	.fb-page span,
	.fb-page span iframe[style] {
		width: 100% !important;
	}
	#sns .timeline li.list_fb{
		border-bottom:none;
	}
	#fb_feed .fb_iframe_widget{
		width:100% !important;
	}
	#fb_feed .fb_iframe_widget span{
		width:100% !important;
	}
	#fb_feed .fb_iframe_widget span iframe{
		width:100% !important;
	}
	#instagram{
		padding-bottom:0;
	}
	#instagram .section_title{
		padding:20px 0;
	}
	.insta_list{
		margin-left:-15px;
	}
	.insta_list li{
		width:33.33333%;
		padding-left:15px;
		padding-bottom:15px;
	}
	.insta_list li:nth-of-type(n+6){
		display:block;
	}

	.top #modal{
		width:100%;
		left:0;
		margin:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-left:15px;
		padding-right:15px;
		margin-top:-110px;
	}
	#gallery_slide .counter{
		position:absolute;
		left:0;
		top:-35px;
		background-image:url(img/sp/counter_bg.png);
		background-size:10px 10px;
		background-position:left 6px;
		padding-left:20px;
		margin-top:0;
		font-size:107.14%;
	}
	#gallery_slide .controls{
		position:absolute;
		left:0;
		bottom:-43px;
		height:28px;
		text-align:center;
		width:100%;
	}
	#gallery_slide .controls a,
	#gallery_slide .controls a.prev,
	#gallery_slide .controls a.next{
		position:relative;
		display:inline-block;
		width:40%;
		height:28px;
		left:inherit;
		right:inherit;
		top:inherit;
		background-color:#137adb;
		-webkit-border-radius:5px;
		border-radius:5px;
		margin:0 10px;
	}
	#gallery_slide .controls a.next:before{
		border-right:2px solid #ffffff;
		border-top:2px solid #ffffff;
		height:8px;
		width:8px;
		left:50%;
		margin-left:-3px;
		margin-top:-5px;
	}
	#gallery_slide .controls a.prev:before{
		border-left:2px solid #ffffff;
		border-top:2px solid #ffffff;
		height:8px;
		width:8px;
		left:50%;
		margin-left:-3px;
		margin-top:-5px;
	}

	.top .gotoSchedule.onTablet{
		display: inline-block !important;
		position: relative;
		right: auto;
		bottom: auto;
		top: -15px;
		left: 50%;
		font-size: 78.57%;
		text-align: center;
		padding-right: 15px;
		background-image: url(img/sp/small_arrow.gif);
		background-size: 6px auto;
		transform: translateX(-50%);
		margin-bottom: 10px;
	}

/* ----------- INSIDE PAGES ----------- */
	.inside #main{
		padding-bottom:50px;
	}
	.inside_title{
		position:relative;
		left:inherit;
		top:inherit;
		height: 160px;
	}
	.inside_title .inside_title_bg{
		height: 160px;
	}
	.inside_title .cont .title{
		font-size:242.86%;
		letter-spacing:3px;
		padding-left:10px;
		padding-right:10px;
		white-space:normal;
	}
	.inside_title .cont .spBar:before{
		height:3px;
	}
	.inside_title .subtitle{
		font-size:92.76%;
		padding-top:10px;
	}
	.inside #footer{
		border:none;
	}
	.inside .to_top{
		background-color:#0e1445;
		height:50px;
		background-image:url(img/sp/to_top2.gif);
		background-size:20px auto;
		background-position:center center;
		background-repeat:no-repeat;
	}

/* ----------- NEWS PAGE ----------- */
	#container.inside.news{
		padding-top:65px;
	}
	.menu_opened #container.inside.news{
		padding-top:0;
	}

	.inside.category.news .news_list{
		border-top:none;
	}
	.inside.category.news .news_list:first-of-type{
		border-top:solid 1px #e8e8e8;
	}
	.inside.category.news .news_list li:first-of-type .image{
		padding-top:15px;
	}
	.inside.category.news .news_list li:first-of-type .desc{
		padding-top:10px;
	}
	.inside.category .section{
		padding-top:30px;
	}
	.inside.category #single_sidebar{
		padding-top:40px;
	}
	.cat_title{
		padding-bottom:25px;
		padding-top:0;
		margin-top:-5px;
		font-size:121.43%;
	}
	.inside.category.news .news_list:after{
		display:none;
	}
	#single .single_table,
	#single .single_table .single_tr,
	#single .single_table .single_tr .single_td,
	#single .single_table .single_tr #single_contents,
	#single .single_table .single_tr #single_sidebar{
		display:block;
		width:100%;
		max-width:100%;
		padding-right:0;
		padding-left:0;
	}

	#single .news_list li:first-of-type .image{
		padding:0;
	}
	#single .news_list li .image{
		padding:0;
		border:none;
	}
	#single_navigation .bottom_link .goBack{
		line-height:30px;
	}
	#single_navigation .bottom_link .goBack span{
		line-height:15px;
	}
	#single_navigation .bottom_link .goBack span:before{
		top:1px;
	}
	.news #single .share_sns{
		max-width:400px;
		max-width:280px;
		margin:0 auto;
	}
	.news #single .share_sns ul{
		margin-left:-20px;
	}
	.news #single .share_sns ul li{
		width:50%;
		margin:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-left:20px;
	}
	.news .inside_title{
		height:160px;
	}
	.news .inside_title .inside_title_bg{
		height:160px;
	}
	.news .inside_title .inside_title_bg .subtitle{
		font-size:85.71%;
	}
	#news_head{
		padding-top:20px;
		padding-right:15px;
		padding-left:15px;
		padding-bottom:15px;
	}
	.inside #main .wrapper.noPadSp{
		padding-right:0;
		padding-left:0;
	}
	#news_head .news_title{
		font-size:114.29%;
	}
	#news_head .bottom{
		padding-top:5px;
	}
	#news_head .bottom .date{
		font-size:75.57%;
		margin-right:5px;
	}
	#news_head .bottom .cat{
		font-size:75.57%;
	}
	.news #single #single_main{
		padding-top:25px;
		padding-bottom:5px;
	}

	#single_main h1{
		font-size:107%;
		padding-bottom:15px;
	}
	#single_main h2{
		font-size:105%;
		padding-bottom:15px;
	}
	#single_main h4{
		font-size:103%;
		padding-bottom:15px;
	}
	#single_main h5{
		font-size:100%;
		padding-bottom:15px;
	}
	#single_main p{
		padding-bottom:15px;
		line-height:150%;
	}
	.single_main_image{
		padding-bottom:15px;
	}
	#single_main .youtubeBox{
		margin-bottom:15px;
	}
	#single_navigation{
		margin-top:25px;
		padding-top:25px;
	}
	#single_navigation .prev_nav{
		top:23px;
		background-image:url(img/sp/single_prev.gif);
		padding-left:18px;
		font-size:85.71%;
		background-size:8px auto;
		margin-right:210px;
		height:40px;
		overflow:hidden;
	}
	#single_navigation .next_nav{
		top:23px;
		background-image:url(img/sp/single_next.gif);
		background-size:8px auto;
		padding-right:18px;
		font-size:85.71%;
		margin-left:225px;
		height:40px;
		overflow:hidden;
	}
	#single .single_table .single_tr #single_sidebar{
		padding-top:40px;
		background-size:8px auto;
	}
	#single_navigation .bottom_link{
		padding:0 83px;
	}
	#single_navigation .bottom_link .goBack span{
		font-size:85.71%;
	}
	#single_navigation .bottom_link .goBack{
		max-width:106px;
		height:32px;
		line-height:32px;
	}
	.side_title{
		font-size:118%;
		padding-bottom:10px;
	}
	.side_section{
		padding-bottom:40px;
	}
	.side_section:last-of-type{
		padding-bottom:0;
	}
	.cat_list li{
		padding:12px 0;
	}
	#single_sidebar .news_list li a.article{
		width:100px;
		padding-top:15px;
		padding-bottom:15px;
	}
	#single_sidebar .news_list li .caption{
		padding-top:13px;
		padding-bottom:15px;
		padding-left:20px;
	}






/* ----------- GREETINGS PAGE ----------- */
	.greetings .inside_title_bg{
		background-image:url(img/sp/inside/greetings/title.jpg);
		background-position:center top;
	}
	.inside #main .sliced_block .wrapper{
		padding-top:0;
	}
	.inside #main .sliced_block .wrapper:first-of-type{
		padding-top:0;
	}
	.greeting .left,
	.greeting .right,
	.greeting .text,
	.greeting .portrait,
	.greeting .portrait.right,
	.greeting .portrait.left{
		float:none;
		width:100%;
		clear:both;
		padding:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.greeting .portrait,
	.greeting .portrait.right,
	.greeting .portrait.left{
		padding-left:25px;
		padding-bottom:25px;
		padding-left:154px;
		min-height:184px;
	}
	.greeting .portrait .photo{
		background-image:url(img/sp/inside/greetings/border.gif);
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width:129px;
		position:absolute;
		left:25px;
		top:25px;
	}
	.greeting .portrait .title{
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-left:20px;
	}
	.sliced_block .inside:before{
		display:none;
	}
	.sliced_block .inside:after{
		display:none;
	}
	.inside #main .sliced_block .wrapper{
		overflow:hidden;
	}
	.inside #main .sliced_block .wrapper .greeting{
		z-index:3;
		position:relative;
		padding-top:25px;
	}
	.inside #main .sliced_block .wrapper:before{
		content:'';
		display:block;
		position:absolute;
		background:#d63934;
		width:140px;
		right:100%;
		top:0;
		-ms-transform:rotate(35deg);
		-ms-transform-origin:right top;
		-webkit-transform:rotate(35deg);
		-webkit-transform-origin:right top;
		transform:rotate(35deg);
		transform-origin:right top;
		height:310px;
		margin-right:-170px;
		z-index:2;
		background: #9dc7ee; /* Old browsers */
		background: -moz-linear-gradient(top,  #9dc7ee 0%, #f0f6fb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dc7ee), color-stop(100%,#f0f6fb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #9dc7ee 0%,#f0f6fb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #9dc7ee 0%,#f0f6fb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #9dc7ee 0%,#f0f6fb 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #9dc7ee 0%,#f0f6fb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dc7ee', endColorstr='#f0f6fb',GradientType=0 ); /* IE6-9 */
	}
	.greeting .text p{
		line-height:160%;
	}
	.greeting .text{
		padding-bottom:15px;
	}
	.greeting .text.last{
		padding-bottom:0;
	}
	.greeting .portrait .position{
		font-size:85.71%;
	}
	.greeting .portrait .name{
		font-size:157.14%;
	}
	.greeting .portrait .name_en{
		font-size:107.14%;
		letter-spacing:1px;
	}

/* ----------- SUMMARY PAGE ----------- */
	.summary .inside_title_bg{
		background-image:url(img/sp/inside/summary/title.jpg);
		background-position:center top;
	}
	.summary_sec{
		padding-top:25px;
	}
	.summary_sec .title{
		font-size:121.43%;
		line-height:150%;
		padding:15px 15px;
		margin:0;
	}
	.summary_table,
	.summary_table tbody,
	.summary_table tr,
	.summary_table th,
	.summary_table td{
		display:block;
		width:100%;
		padding:0;
		border:none;
		font-size:100%;
	}
	.summary_table tr{
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		border-bottom:1px solid #e9ebee;
		padding:15px 10px;
	}
	.summary_table th{
		font-weight:700;
	}
	.summary_block{
		padding-top:49px;
	}
	.summary_block_title{
		padding-bottom:17px;
	}
	.summary_title{
		font-size:135.71%;
	}
	.summary_subtitle{
		font-size:100%;
	}
	.summary_block p{
		line-height:165%;
		padding-bottom:13px;
	}
	.poster{
		padding:35px 35px 0 35px;
	}

/* ----------- COMPETITION PAGE ----------- */
	.competition .inside_title_bg{
		background-image:url(img/sp/inside/competition/title.jpg);
		background-position:center top;
	}
	.competition .highlight_list li{
		float:left;
		padding-left:1px;
		padding-bottom:10px;
		padding-top:10px;
		width:50%;
		margin:0;
	}
	.competition .highlight_list li:nth-of-type(3n){
		clear:none;
	}
	.competition .highlight_list li:nth-of-type(3n+1){
		clear:none;
	}
	.competition .highlight_list li:nth-of-type(even){
		clear:right;
	}
	.competition .highlight_list li:nth-of-type(odd){
		clear:left;
	}
	.highlight_list li .desc .title{
		font-size:100%;
	}
	.competition .highlight_list li .desc .title strong{
		font-size:85.71%;
	}
	.competition .highlight_list li .desc .title small{
		font-size:64.29%;
	}
	.competition .highlight_list li .desc .title{
		padding:15px;
	}
	.competition .normal_title{
		padding-top:25px;
		padding-bottom:15px;
	}
	.competition .section.members{
		padding-bottom:15px;
	}
	.inside.competition #main{
		padding-bottom:25px;
	}
	#container.inside.competition.single{
		padding-top:65px;
	}
	.menu_opened #container.inside.competition.single{
		padding-top:0;
	}
	.inside.competition #main .desc_wrapper{
		padding-top: 30px;
	}
	.inside.competition #main .desc_wrapper .description{
		line-height: 165%;
	}
	.competition.single .inside_title{
		height:260px;
	}
	.competition.single .inside_title .inside_title_bg{
		height:260px;
	}
	#comp_outline{
		padding-top:31px;
		padding-bottom:30px;
	}
	#comp_outline .right{
		float:none;
		clear:both;
		width:100%;
		padding:0;
		padding-bottom:30px;
	}
	#comp_outline .left{
		float:none;
		clear:both;
		width:100%;
		padding:0 15px;
	}
	#comp_outline .right .title{
		font-size:164.29%;
		padding-bottom:8px;
	}
	#comp_outline .right .subtitle{
		font-size:121.43%;
		padding-bottom:8px;
	}
	#comp_outline p{
		line-height:150%;
	}
	.comp_schedule{
		padding-top:31px;
	}
	.comp_schedule .schedule_title{
		padding-bottom:5px;
		font-size:100%;
	}
	.comp_schedule .comp_schedule_list li{
		padding:10px 15px;
	}
	#comp_point{
		padding-top:0;
		position:relative;
	}
	#comp_point .title{
		font-size:321.43%;
		top:0;
		letter-spacing:1px;
	}
	#comp_point .title small{
		font-size:46.66%;
		padding-bottom:4px;
	}
	#comp_point .bgSp{
		display:block;
		width:100%;
	}
	#comp_point p{
		display:block;
		margin:0;
		width:100%;
		padding:18px 0 0 0;
	}
	.inside.competition.single #main{
		padding-bottom:50px;
	}
	#comp_point p{
		line-height:150%;
	}
	#comp_point p strong{
		font-size:121.13%;
		padding-bottom:7px;
	}

/* ----------- SCHEDULE PAGE ----------- */
	.schedule .inside_title .cont .title{
		width:170px;
	}
	.schedule .inside_title{
		height:auto;
		height:340px;
	}
	.schedule .inside_title_bg{
		background-image:url(img/sp/inside/schedule/title.jpg);
		background-position:center top;
		height:340px;
	}
	#container.inside.schedule{
		padding-top:65px;
	}
	.schedule_tab{
		height:auto;
		display:table;
	}
	.schedule_tab ul{
		display:table-row;
		width:100%;
		height:auto;
	}
	.schedule_tab ul li{
		display:table-cell;
		width:50%;
		height:100%;
		float:none;
		vertical-align:middle;
	}
	.schedule_tab ul li a{
		font-size:92.86%;
		height:100%;
		display:block;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:18px 10px 15px 16px;
		line-height:140%;
	}
	.schedule_tab ul li a strong{
		font-size:176.92%;
		display:inline-block;
		letter-spacing:1px;
	}
	.schedule_tab ul li a small{
		font-size:65.22%;
	}
	.normal_title{
		padding-top:24px;
		padding-bottom:16px;
	}
	.schedule .results_section{
		padding-top:0;
	}
	.normal_title .title{
		font-size:120%;
	}
	.normal_title .gotoTop{
		display:inline-block;
		position:relative;
		right:inherit;
		bottom:inherit;
		font-size:78.57%;
		margin-top:10px;
		margin-bottom:5px;
		text-align:center;
		padding-right:15px;
		background-image:url(img/sp/small_arrow.gif);
		background-size:6px auto;
	}

	.normal_title .schedule_desc{
	    padding-bottom:2px;
		padding-top:7px;
	}

	.inside.schedule #main .one_tab .contents .wrapper{
		padding-right:0;
		padding-left:0;
	}
	.results_table.schedule,
	.results_table.schedule tbody,
	.results_table.schedule tbody tr,
	.results_table.schedule tbody tr.has_result td,
	.results_table.schedule tbody tr td{
		display:block;
		width:100%;
		padding:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		text-align:left;
		background:none;
	}
	.results_table.schedule tbody tr{
		padding:15px 15px;
		background-color:#f8f8f8;
	}
	.results_table.schedule tbody tr td{
		line-height:140%;
	}
	.results_table.schedule tbody tr td a{
		line-height:100%;
	}
	.results_table.schedule tbody tr:nth-of-type(2n){
		background-color:#ecedf5;
	}
	.results_table.schedule tbody tr.has_result .results_link{
		display:block;
		width:68px;
		height:24px;
		line-height:24px;
		position:absolute;
		right:15px;
		top:50%;
		margin-top:-13px;
		font-size:85%;
	}
	.results_table.schedule tbody tr.has_result{
		padding-right:100px;
	}
	.results_table.schedule tbody tr.has_result:before{
		content:'';
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:15px;
		height:15px;
		background-image:url(img/sp/has_result.png);
		background-size:15px 15px;
		background-repeat:no-repeat;
		background-position:left top;
	}
	.results_table.schedule tbody tr.has_result.last{
		background-color:#137adb;
	}
	.results_table.schedule tbody tr td:first-of-type{
		font-weight:100;
		font-size:78.57%;
		color:#000000;
		padding-bottom:2px;
	}
	.results_table.schedule tr.has_result td:first-of-type{
		background-image:none;
	}
	.results_table.schedule tr.has_result.last td:first-of-type{
		background-image:none;
	}
	.results_table.schedule tbody tr.has_result.last td{
		color:#ffffff;
	}
	.results_table.schedule tbody tr.has_result.last td a{
		color:#ffffff;
	}
	.results_table.schedule tbody tr.has_result.last .results_link{
		color:#137adb;
		background:#ffffff;
	}
	.results_table.schedule .results_link:before{
		display:none;
	}
	.results_table.schedule tbody tr.has_result.last td:first-of-type:after{
		content:'';
		display:inline-block;
		width:11px;
		height:12px;
		background-image:url(img/sp/last_result.gif);
		background-size:11px 12px;
		background-repeat:no-repeat;
		background-position:left top;
		margin-left:10px;
		vertical-align:-1px;
	}
	.inside.schedule #main .results_section .contents .wrapper{
		padding-right:0;
		padding-left:0;
	}
	#women_result .contents{
		background:none;
	}
	#men_result .contents{
		background:none;
	}
	.result_nav{
		position:absolute;
		bottom:25px;
		padding:0;
		left:0;
		text-align:center;
		width:100%;
	}
	.result_nav a:after{
		background-image:url(img/sp/anchor.png);
		background-size:11px 7px;
		width:11px;
	}
	.result_nav a{
		padding-bottom:7px;
	}
	.results_table.simple_result.pair tbody td:nth-of-type(2),
	.results_table.simple_result.team tbody td:nth-of-type(2),
	.results_table.simple_result tbody td:nth-of-type(2),
	.results_table.simple_result tbody td:first-of-type,
	.results_table.simple_result tbody td:last-of-type,
	.results_table.simple_result tbody td:nth-of-type(4),
	.results_table.simple_result tbody td:first-of-type,
	.results_table.simple_result,
	.results_table.simple_result tbody,
	.results_table.simple_result tbody tr,
	.results_table.simple_result tbody td{
		display:block;
		width:100%;
		padding:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		text-align:left;
	}
	.results_table.simple_result tbody td.pc_member{
		display:none;
	}
	.results_table.simple_result tbody td.sp_member{
		display:block;
		padding-left:15%;
		padding-top:15px;
		padding-bottom:15px;
		padding-right:15px;
		border-top:solid 1px #dadbe5;
		clear:both;
		float:none;
	}
	.results_table.simple_result tbody tr{
		background-color:#f8f8f8;
	}
	.results_table.simple_result tbody tr:nth-of-type(2n){
		background-color:#ecedf5;
	}
	.results_table.simple_result tbody tr td:first-of-type{
		width:15%;
		float:left;
		text-align:center;
		padding-top:20px;
		padding-bottom:20px;
	}
	.results_table.simple_result.pair tbody td:nth-of-type(2),
	.results_table.simple_result.team tbody td:nth-of-type(2),
	.results_table.simple_result tbody tr td:nth-of-type(2){
		width:65%;
		float:left;
		padding-top:20px;
		padding-bottom:20px;
	}
	.results_table.simple_result tbody tr td:nth-of-type(4){
		width:20%;
		float:left;
		padding-top:20px;
		padding-bottom:20px;
		text-align:right;
		padding-right:15px;
		font-size:85.71%;
	}
	.results_table.simple_result.double td .member_link span.name_en{
		display:block;
		width:100%;
	}
	.results_table.simple_result.double td .member_link span.name{
		padding:0;
		display:block;
		width:100%;
	}
	.results_table.simple_result.double td .member_link span.image{
		top:0;
	}
	.results_table.simple_result.pair td.sp_member{
		padding-bottom:2px;
	}
	.results_table.simple_result.pair td .member_link{
		display:block;
		width:100%;
		margin:0;
		margin-bottom:12px;
	}
	.results_table.simple_result.team td.sp_member{
		padding-bottom:2px;
	}
	.results_table.simple_result.team td .member_link{
		display:block;
		width:100%;
		margin:0;
		margin-bottom:12px;
	}
	.schedule.single .results_section{
		padding-top:15px;
		padding-bottom:0;
	}
	.schedule.single .section_title{
		padding-bottom:20px;
		padding-top:20px;
	}
	.schedule.single .section_title .subtitle{
		font-size:85.71%;
		padding-top:5px;
	}
	.schedule.single .section_title .title{
		background:none;
		font-size:164.26%;
		padding-left:97px;
		padding-right:97px;
	}
	.schedule.single .section_title:before{
		display: none;
	}
	.schedule.single .section_title{
		overflow:hidden;
		padding-bottom:20px;
		padding-top:20px;
	}
	.schedule.single .section_title{
		overflow:hidden;
		padding-bottom:20px;
		padding-top:20px;
	}
	.schedule.single .section_title .title:before{
		display:block;
		width:82px;
	}
	.schedule.single .section_title .title:after{
		display:block;
		width:82px;
	}

/* ----------- FEDERATIONS PAGE ----------- */
	.federations .inside_title_bg{
		background-image:url(img/sp/inside/federations/title.jpg);
	}
	.federations_list{
		padding:15px 0 0 0;
	}
	.federations_list li{
		display:block;
		width:100%;
		padding-bottom: 15px;
	}
	.federations_list li:last-child{
		padding-bottom: 0;
	}
	.federations_list li .country{
		width:50%;
		padding:30px 5px 0 5px;
	}
	.federations_list li .country .title{
		padding:15px 15px 12px 4px;
		/*display:block;
		width:100%;*/
		/*-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;*/
		height:inherit;
	}
	.federations_list li .country .title strong{
		font-size:142.87%;
		font-weight:100;
		letter-spacing:1px;
	}
	.federations_list li .country .title strong span{
		display:inline-block;
	}
	.federations_list li .country .title:after{
		border-right:2px solid #0e1445;
		border-top:2px solid #0e1445;
		width:7px;
		height:7px;
		margin-top:-4px;
		right:5px;
	}
	.federations_list li .country .title small{
		font-size:71.43%;
		font-weight:400;
	}
	.federations_comment{
		padding:15px 0 0 0;
	}
	.summary .federations_comment{
		padding:5px 0 0 0;
		font-size:90%;
	}
	.federations_comment p{
		font-size:100%;
		padding-left:14px;
	}
	#container.inside.federations.single{
		padding-top:65px;
	}
	.menu_opened #container.inside.schedule{
		padding-top:0;
	}
	.menu_opened #container.inside.federations.single{
		padding-top:0;
	}
	.federations.single .inside_title .inside_title_bg{
		background-size:auto 100%;
		background-size:contain;
		background-position:center center;
		height:220px;
	}
	.federations.single .inside_title .flag{
		width:42px;
		margin-bottom:20px;
	}
	.federations.single .inside_title .title{
		font-size:242.86%;
		letter-spacing:3px;
	}
	.federations.single .inside_title .subtitle{
		font-size:85.71%;
	}
	.federations.single .inside_title{
		height:auto;
	}
	.federations.single .inside_title .wrapper{
		height:auto;
		display:block;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.federations.single .inside_title .uniform{
		width:72px;
		right:15px;
	}
	.federations.single .federations_title p{
		text-align: left;
	}
	.section.page_subtitle{
		padding:25px 0;
	}
	.section.page_subtitle p{
		font-size:85.71%;
	}
	.section.page_subtitle p.strong{
		font-size:121.43%;
		line-height:140%;
	}
	.section.members{
		padding-bottom:35px;
	}
	.members .section_title .title{
		font-size:164.26%;
		background:none;
		padding-left:97px;
		padding-right:97px;
	}
	.members .section_title{
		overflow:hidden;
		padding-bottom:20px;
		padding-top:20px;
	}
	.members .section_title:before{
		display:none;
	}
	.members .section_title .title:before{
		display:block;
		width:82px;
	}
	.members .section_title .title:after{
		display:block;
		width:82px;
	}
	.members .section_title .subtitle{
		font-size:85.71%;
		padding-top:5px;
	}
	.members .coming_soon{
		font-size:85.71%;
		padding-bottom:11px;
		padding-top:8px;
	}




	.members_list{
		margin:0;
		width:100%;
	}
	.members_list li{
		width:100%;
		float:none;
		padding:0;
		display:block;
		margin-bottom:1px;
		background:#0e1445;
	}
	.members_list li a{
		display:table;
		width:100%;
	}
	.members_list li a .border{
		display:table-row;
	}
	.members_list li .member{
		display:table-row;
	}
	.members_list li .photo{
		display:table-cell;
		width:80px;
		vertical-align:middle;
	}
	.members_list li .desc{
		display:table-cell;
		width:100%;
		vertical-align:middle;
		padding:5px 35px 5px 20px;
		height:auto !important;
	}
	.members_list li .desc:after{
		height:36px;
		width:36px;
		top:-25px;
	}
	.members_list li a .desc:before{
		content:'';
		display:block;
		position:absolute;
		top:50%;
		right:15px;
		margin-top:-4px;
		border-right:solid 2px #ffffff;
		border-top:solid 2px #ffffff;
		width:8px;
		height:8px;
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.members_list li .desc strong{
		font-size:110%;
		line-height:125%;
	}
	.members_list li .desc small{
		padding-top:6px;
		line-height:120%;
	}
	.section.coach{
		margin-top:30px;
	}
	.section.coach .section_title .title{
		background:none;
		top:-23px;
	}
	.section.coach .section_title:before{
		display:none;
	}
	.inside #main .section.coach .contents{
		padding-top:20px;
		padding-bottom:35px;
	}
	.section.staff .section_title:before{
		display:none;
	}
	.staff_list{
		padding-top:10px;
		padding-bottom:10px;
	}
	.section.staff{
		padding-bottom:20px;
		margin-top:-2px;
	}

	.section.staff .section_title{
		padding-bottom:18px;
	}
	.staff_list{
		padding:0;
		border-bottom:none;
	}
	.staff_list li{
		width:100%;
		float:none;
		clear:both;
		padding-top:15px;
		padding-bottom:15px;
		padding-left:0;
		padding-right:0;
		border-bottom:1px solid #ecedf5;
	}
	.staff_list li .table .tr .image{
		width:70px;
	}
	.staff_list li .table .tr .image .img{
		width:70px;
		height:70px;
	}
	.staff_list li .table .tr .image .img img{
		width:70px;
		height:70px;
	}
	.staff_list li .table .tr .desc .name{
		font-size:110%;

	}
	.bottom_link{
		padding-top:30px;
	}
	.bottom_link .goBack{
		padding:12px 0;
		max-width:280px;
	}
	.bottom_link .goBack span{
		font-size:100%;
		padding-left:23px;
		line-height:22px;
	}
	.bottom_link .goBack span:before{
		background-image:url(img/sp/inside/goBack.gif);
		width:13px;
		height:13px;
		background-size:13px 13px;
		top:5px;
	}
	.standalone_link{
		padding-top:25px;
	}
	.standalone_link a span{
		font-size:100%;
		padding-right:22px;
	}
	.standalone_link a span:after{
		background-image:url(img/sp/blue_arrow.gif);
		width:7px;
		height:11px;
		background-size:7px 11px;
		margin-top:-5px;
	}
	#modal{
		width:100%;
		left:0;
		margin:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-left:15px;
		padding-right:15px;
		margin-top:-150px
	}
	.modal_member .member_head{
		padding:20px;
		position:relative;
		background-position: right top;
		background-repeat: no-repeat;
		background-size:contain;
	}
	.modal_member .contain{
		padding:0 0 20px 118px;
		background:none !important;
		min-height:118px;
	}
	.modal_member .contain .photo{
		left:0;
		top:0;
		width:98px;
	}
	.modal_member .contain .country{
		margin-top:0;
		font-size:78.57%;
	}
	.modal_member .contain .country span{
		display:block;
		line-height:100%;
		padding-bottom:5px;
		margin-right:0;
	}
	.modal_member .contain .country .flag{
		top:0;
	}
	.modal_member .contain .name{
		font-size:164.29%;
		padding-top:10px;
		padding-bottom:5px;
	}
	.modal_member .contain .subname{
		font-size:78.57%;
		line-height:130%;
		padding-bottom:0;
	}
	.modal_member .palmares{
		font-size:85.71%;
		line-height:160%;
	}
	.modal_member .palmares span{
		display:block;
		padding-bottom:0;
		padding-left:54px;
		position:relative;
		line-height:150%;
	}
	.modal_member .palmares span strong{
		display:block;
		position:absolute;
		left:0;
		top:0;
	}
	.modal_member .palmares strong.title{
		display:block;
		font-weight:900;
		padding-bottom:4px;
	}
	.modal_member .palmares strong.title:nth-of-type(2){
		padding-top:15px;
	}

	.modal_member .member_comment{
		padding:25px 20px;
	}
	.modal_member .member_comment:after{
		top:-70px;
	}
	.modal_member .member_comment .title{
		font-size:121.43%;
		padding-bottom:10px;
	}
	#close_modal{
		right:15px;
		width:20px;
		height:20px;
		background-image:url(img/sp/inside/close_modal.png);
		background-size:20px 20px;
		top:-35px;
	}
	.section_title{
		line-height:100%;
	}
	.section_title .title{
		line-height:100%;
	}
	#results{
		padding-top:15px;
	}
	#results .section_title{
		padding-bottom:25px;
		padding-top:25px;
		line-height:100%;
	}
	#results .section_title .title{
		line-height:100%;
	}
	#results .contents{
		background:none;
		padding-top:0;
		padding-bottom:0;
	}
	#results .contents .wrapper{
		padding:0;
	}
	.results_section{
		padding-top:15px;
	}
	.results_section .section_title{
		padding-bottom:25px;
		padding-top:25px;
		line-height:100%;
	}
	.results_section .section_title .title{
		line-height:100%;
	}
	.results_section .contents{
		background:none;
		padding-top:0;
		padding-bottom:0;
	}
	.results_section .contents .wrapper{
		padding:0;
	}
	.results_table thead{
		display:none;
	}
	.results_table tbody td{
		padding:18px 0;
		font-size:100%;
	}
	.results_table tbody td:first-of-type{
		width:75px;
		background-size:20px 20px;
	}
	.results_table tbody td:last-of-type{
		padding-left:10px;
		padding-right:20px;
		text-align:right;
		font-size:85.71%;
		width:40px;
	}
	.results_table tbody td .flag{
		margin-right:15px;
	}
	.inside_title .date{
		font-size:85.71%;
		line-height:100%;
	}
	.inside_title .date strong{
		font-size:175%;
		line-height:100%;
	}
	.inside_title .date small{
		font-size:61.90%;
		line-height:100%;
	}
	.schedule.single .inside_title .subtitle{
		font-size:92.86%;
		line-height:100%;
		padding-bottom:25px;
	}

/* ----------- ACCESS PAGE ----------- */
	.access .inside_title_bg{
		background-image:url(img/sp/inside/access/title.jpg);
		background-position:center top;
	}
	.inside.access #main .wrapper{
		padding:0;
	}
	.access_head{
		padding-top:15px;
		padding-bottom:20px;
		padding-left:15px;
		padding-right:15px;
	}
	.access_head .subtitle{
		font-size:100%;
	}
	.access_head .title{
		font-size:142.86%;
		line-height:150%;
		padding:10px 0 5px 0;
	}
	.access_head .desc{
		font-size:90%;
	}
	.access_contents{
		padding:30px 15px 0 15px;
	}
	.access_title{
		margin-bottom:11px;
	}
	.access_contents .table,
	.access_contents .table .tr,
	.access_contents .table .tr .td,
	.access_contents .table .tr .td.left{
		display:block;
		width:100%;
	}
	.access_contents .table .tr .td.left{
		padding-bottom:30px;
	}
	.access_contents .kome{
		padding-left:0;
		padding-top:10px;
	}
	.access_contents .kome span{
		line-height:140%;
	}
	.access_table td{
		padding:10px 15px 12px 0;
	}
	.access_table td *{
		color:#022066;
	}
	.access_table.bus td:nth-of-type(1){
		width:85px;
	}
	.access_table.bus td:nth-of-type(2){
		width:inherit;
	}
	.access_contents p.alone{
		display:block;
		padding-bottom:11px;
		font-size:92.86%;
		color:#022066;
	}
	.access_table.train td{
		padding:10px 10px 10px 0;
	}


/* ------------ ENGLISH --------------- */
	#container.english.inside{
		padding-top:65px;
	}
	.english #header{
		height:65px;
	}
	.english .inside_title{
		top:inherit;
	}
	.menu_opened #container.english.inside{
		padding-top:0;
	}
	.english .greeting .portrait .name_en{
		font-size:154%;
	}
	.english .greeting .text p{
		text-align:left;
		padding-left:10px;
		padding-right:10px;
	}


/* ---------------- FOOTER ---------------- */
	.to_top{
		background-color:#ffffff;
		width:100%;
		display:block;
		position:relative;
		height:57px;
		background-image:url(img/sp/to_top.gif);
		background-size:20px auto;
		background-position:center 15px;
		background-repeat:no-repeat;
	}
	.footer_link{
		padding:20px 15px;
	}
	.footer_link a{
		padding:10px 30px;
		display:block;
		font-size:104%;
		line-height:150%;
	}
	.footer_link a small{
		display:block;
		padding:0;
		padding-top:2px;
		text-align:center;
		font-weight:400;
	}
	.footer_link a small:before{
		display:none;
	}
	.footer_link a:before{
		display:none;
	}
	.footer_link a:after{
		background-image:url(img/sp/arrow.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:9px auto;
		content:'';
		display:block;
		height:100%;
		right:15px;
		position:absolute;
		top:0;
		width:9px;
	}
	#site_foot .foot_logo{
		width:80px;
		margin-bottom:20px;
	}
	#site_foot .foot_sns li a{
		width:30px;
	}
	#site_foot{
		background-image:url(img/sp/footer_bg.jpg);
		background-position:center top;
		height:auto;
	}
	#site_foot .wrapper{
		padding-top:90px;
	}
	#site_foot #copyrights{
		font-size:64.29%;
		padding:8px 10px 15px 10px;
		letter-spacing:0;
	}
/* --- COMMING SOON --- */
	.schedule .comming_soon{
		padding-top: 25px;
	}
	.competition .comming_soon{
		padding-bottom: 25px;
	}
	.comming_soon{
		padding-top: 25px;
	}
	.comming_soon .comming_soon_inner{
		height: 96px;
		margin-bottom: 15px;
	}
	.comming_soon .comming_soon_title{
		font-size: 114.285%;
		padding-bottom: 20px;
	}
	.comming_soon .comming_soon_text{
		font-size: 85.714%;
		letter-spacing: 1px;
	}
	.comming_soon .comming_soon_home{
		font-size: 85.714%;
	}


/* ----------- FLASH PAGE ----------- */
	.flash .inside_title_bg{
		background-image:url(img/sp/inside/flash/title.jpg);
		background-position:center top;
	}
	.inside.flash #main .wrapper{
		padding:0;
	}
	.flash_head{
		padding-top:15px;
		padding-bottom:20px;
		padding-left:15px;
		padding-right:15px;
	}
	.flash_head .subtitle{
		font-size:100%;
	}
	.flash_head .title{
		font-size:142.86%;
		line-height:150%;
		padding:10px 0 5px 0;
	}
	.flash_head .desc{
		font-size:90%;
	}
	.flash_contents{
		padding:30px 15px 0 15px;
	}
	.flash .inside_title .cont .spBar {
		display: none;
	}

#container.flash .post {
    border-bottom:solid 1px #e9ebee;
    padding-bottom: 30px;
}
#container.flash .post:last-child {
	border-bottom:none;
	padding-bottom: 0px;
}
#container.flash h4 {
	color: #fff;
	text-align:center;
	font-size: 132%;
	background-color: #0e1445;
	padding: 20px 15px 0px;
}
#container.flash h4 a {
	color: #fff;
	text-decoration: underline;
}
#container.flash .data {
	color: #fff;
	text-align:center;
	font-size: 92%;
	padding: 0 0 20px 0;
	background-color: #0e1445;
}

.flash_table {
    width: 100%;
    border-collapse: collapse;
}
.flash_table thead {
	display: none;
}
.flash_table tbody tr {
}
.flash_table tbody td {
    padding: 18px 10px;
    vertical-align: middle;
    text-align: left;
    font-weight: 700;
    font-size: 112.86%;
    background-position: left top;
    background-repeat: no-repeat;
}
.flash_table tbody td:nth-child(1) {
    padding: 18px 0 18px 10px;
    width: 28%;
}
.flash_table tbody td:nth-child(2) {
    padding: 18px 0;
}
.flash_table tbody td:nth-child(3) {
    padding: 18px 18px 18px 0;
    text-align: right;
}
.flash_table tbody td .country {
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 38px;
	background-size: 24px auto;
}
.flash_table tbody td .country.australia {
	background-image: url(img/inside/federations/flags/australia.gif);
}
.flash_table tbody td .country.spain {
	background-image: url(img/inside/federations/flags/spain.gif);
}
.flash_table tbody td .country.new-zealand {
	background-image: url(img/inside/federations/flags/new-zealand.gif);
}
.flash_table tbody td .country.south-africa {
	background-image: url(img/inside/federations/flags/south-africa.gif);
}
.flash_table tbody td .country.japan-a {
	background-image: url(img/inside/federations/flags/japan-a.gif);
}
.flash_table tbody td .country.japan-b {
	background-image: url(img/inside/federations/flags/japan-b.gif);
}
.flash_table tbody td .country.hong-kong {
	background-image: url(img/inside/federations/flags/hong-kong.gif);
}
.flash_table tbody tr:nth-child(odd) td {
    background-color: #f8f8f8;
}
.flash_table tbody tr:nth-child(even) td {
    background-color: #ecedf5;
}
.flash_table tbody td .rank,
.flash_table tbody td .point,
.flash_table tbody td .blank {
	font-weight:bold;
}
.flash_table tbody td .rank,
.flash_table tbody td .blank
 {
	position: relative;
	padding-left: 50px;
}
.flash_table tbody td .rank:before {
	content:'';
	position: absolute;
	width: 25px;
	height: 25px;
	left: 5px;
}
.flash_table tbody td .rank.up:before {
	background-image: url(img/inside/flash/icon_up.png);
}
.flash_table tbody td .rank.stay:before {
	background-image: url(img/inside/flash/icon_stay.png);
}
.flash_table tbody td .rank.down:before {
	background-image: url(img/inside/flash/icon_down.png);
}
#container.flash .info {
	margin: 20px 20px 0;
}


}

/* LARGE SMARTPHONES SIZE */
@media screen and (max-width: 600px){
	.coach_table,
	.coach_table tr,
	.coach_table th,
	.coach_table td,
	.coach_table thead,
	.coach_table tbody{
		display:block;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.coach_border{
		margin:0 auto;
	}
	.coach_table{
		max-width:500px;
		margin:0 auto;
	}
	.coach_table th{
		padding:25px 15px;
	}
	.coach_table td{
		padding:0 20px 25px 20px;
	}
	.coach_table td .title{
		font-size:100%;
		padding-bottom:8px;
	}
	.coach_table td p{
		font-size:100%;
		padding-bottom:8px;
	}
	.coach_table td .name{
		font-size:80%;
		padding-top:2px;
	}
/* 2018/05/14 */
	.jla2018_modal .jla2018_box{
			padding-top: 30px;
			padding-bottom: 30px;
	}
	.s_jla2018 #close_modal{
		background-size: 17px;
		width: 17px;
		height: 17px;
	}
/* 2018/05/14 */
}

/* SMARTPHONES SIZE */
@media screen and (max-width: 420px){
	body{
		font-size:13px;
	}
	.ifSp{
		display:block !important;
	}
	.ifPc{
		display:none !important;
	}
	.competition .highlight_list{
		margin:0;
	}
	.competition .normal_title{
		padding-bottom:12.5px;
	}
	.competition .highlight_list li{
		float:none;
		clear:both;
		padding-left:0;
		width:100%;
		padding-top:12.5px;
		padding-bottom:12.5px;
	}
	.competition .highlight_list li .desc .title strong{
		font-size:128.57%;
		line-height:120%;
	}
	.competition .highlight_list li .desc .title small{
		font-size:78.57%;
		padding-top:7px;
	}
	.competition .highlight_list li .desc .title{
		padding:18px 15px;
	}
	.competition .highlight_list li:nth-of-type(odd){
		clear:both;
	}
	.competition .highlight_list li:nth-of-type(even){
		clear:both;
	}
	.modal_member .palmares span{
		padding-left: 0px;
	}
	#video_slider .open_video_modal:before{
		height:50px;
		width:50px;
		margin:-25px 0 0 -25px;
		border-width:2px;
	}
	#video_slider .open_video_modal:after{
		border-width:8px 0 8px 14px;
		margin:-7px 0 0 -4px;
	}
	.to_top{
		height:38px;
		background-position:center 5px;
	}
	#top_title #title_h_chk.s_img_narrow_h .main_img_sp img{
		max-width: 400px;
		max-height: 463px;
	}

}

@media screen and (max-width: 350px){
	.summary_sec .title br.onTablet{
		display:none !important;
	}
	#logo{
		width:150px;
	}
	#logo a{
		height:65px;
	}
	.greeting .portrait,
	.greeting .portrait.right,
	.greeting .portrait.left{
		padding-left:115px;
		min-height:165px;
	}
	.greeting .portrait .photo{
		background-image:url(img/sp/inside/greetings/border.gif);
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width:115px;
		left:5px;
	}
	#videos .section_title .title{
		padding-top:20px;
		padding-bottom:20px;
	}
	#video_slider .controls a.prev{
		background-image:url(img/sp/top/prev2.jpg);
	}
	#video_slider .controls a.next{
		background-image:url(img/sp/top/next2.jpg);
	}
	#gallery .more{
		margin-bottom:-30px;
		margin-top: 60px;
	}
	.schedule_tab ul li a{
		padding:10px 10px 7px 10px;
	}
	.section_head img.onTablet{
		width:115px;
	}
	#video_slider .open_video_modal:before{
		width:50px;
		height:50px;
		margin:-25px 0 0 -27px;
		border-width:2px;
	}
	#video_slider .open_video_modal:after{
		border-width:9px 0 8px 15px;
		margin:-8px 0 0 -7px;
	}
	#top_title #title_h_chk.s_img_narrow_h .main_img_sp img{
		max-width: 300px;
		max-height: 347px;
	}
}


/* --------------------- ENGLISH --------------------- */
html.ja-JP .ifEnglish{
	display:none !important;
}
html.en .ifJapanese{
	display:none !important;
}
#nav ul li a span.english{
	display:none;
}
html.en #nav ul li a span.english{
	display:block;
	font-family: "Open Sans",sans-serif;
}
html.en #nav ul li a span.japanese{
	display:none;
}
html.en .modal_member .contain p span{
    /* padding-left:40px; */
}
html.en .federations_list li .country .title small{
	display:none;
}
html.en #gallery .title small{
	display:none;
}
html.en .highlight_list li .desc .title small{
	display:none;
}
html.en .inside_title .subtitle{
	/* display:none; */
}

html.en .members_list li .desc small{
	display:none;
}
html.en .members .section_title .subtitle{
	display:none;
}
html.en .staff_list li .table .tr .desc .name_jp{
	display:none;
}
html.en .schedule.single .section_title .subtitle{
	display:none;
}
html.en .results_table tbody td a.member_link span.name_en{
	display:none;
}
html.en .results_table .member_link span.name{
	padding-top:10px;
}
html.en .results_table.team.mix .member_link span.name{
	padding-bottom:10px;
}
html.en .greeting .portrait .name{
	display:none;
}

html.en .greeting .portrait .title{
	padding-top:24px;
}
html.en .greeting .portrait .position{
	line-height:150%;
	font-family: 'Open Sans', sans-serif;
	font-size:85.71%;
}
html.en .greeting .portrait .name_en{
	font-size:184%;
	letter-spacing:1px;
}
html.en .greeting .text p{
	text-align:justify;
}


_:-ms-input-placeholder, :root #top_title .title {
	vertical-align: middle;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) {
	#top_title .title{
		vertical-align: middle;
	}
}
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
}

/* 2018 result */

#top_title .title img{
	max-width: 776px;
	margin: 0 auto;
}

#top_title .main_img_sp img{
	max-width: 560px;
}
#top_title .main_img_sp{
    padding: 15px 30px;
}
