@charset "utf-8";

/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/

html {
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1.6;
	color: #FFF;
	background: #000;
	word-break: break-all;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: url(../img/gotop_bg_off.png) repeat;
    text-decoration: none;
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    display: block;
    border-radius: 10px 10px 10px 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: url(../img/gotop_bg_on.png) repeat;
}

*:focus {
	outline: none;
}
.clear {
	clear: both;
}
a {
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
hr {
	clear: both;
	height: 3px;
	border-bottom: #333 1px solid;
	border-right: none;
	border-left: #333 20px solid;
	border-top: none;
}
hr.hr_2 {
	clear: both;
	height: 1px;
	border-bottom: #333 1px solid;
	border-right: none;
	border-left: #333 0px solid;
	border-top: none;
}
.center {
	text-align: center;
}
.center img {
	max-width: 96%;
	height: auto;
}
.center_img {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.center_img img {
	max-width: 100%;
	height: auto;
}
.center_img_02,
.center_img_03 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.center_img_02_tokuten {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.center_img_02 img,
.center_img_02_tokuten img {
	max-width: 50%;
	height: auto;
}
.center_img_03 img {
	max-width: 33%;
	height: auto;
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_70 {
	margin-bottom: 70px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_50 {
	margin-top: 50px;
}
.none {
	display: none;
}
.strong {
    font-weight: bold;
	font-size: 110%;
	color: rgba(240, 228, 42, 1.0);
}
.weak {
	color: #777;
}
.txt_big {
	font-weight: bold;
	font-size: 20px;
}
.txt_m {
	font-size: 16px;
}
.txt_s {
	font-size: 12px;
}

.td_only {
	display: none;
}
.tb-sp {
	display: none;
}
.sp_only {
	display: none;
}
.right {
	text-align: right;
}

/*=========================メニュー========*/

.l_main {
  display: none; }

.header_inner {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000; }

.header_wrap {
  position: relative;
  width: 100%;
  height: 80px; }

/*nav=====*/
#nav {
  background: #000;
  position: relative;
  width: 100%;
  text-align: center;
  top: 0px;
  left: 0;
  z-index: 10000;
  border-bottom: 2px solid #8d8444;
}
ul.nav_list {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
ul.nav_list li {
	width: 100%;
	background: #000;
  border-bottom: 1px solid #333;
  z-index: 10000; }

ul.nav_list li a {
  display: block;
  height: 80px;
  line-height: 100px;
  background: url(../img/nav_off.png) center no-repeat;
}
ul.nav_list li a:hover {
  background: url(../img/nav_on.png) center no-repeat;
}
ul.nav_list li a.active {
  background: url(../img/nav_on.png) center no-repeat;
}
ul.nav_list li.no_link_outline {
	background: #000 url(../img/nav_outline_none.png) center no-repeat;
  }
ul.nav_list li.no_link_yosen {
  background: #000 url(../img/nav_yosen_none.png) center no-repeat;
}
ul.nav_list li.no_link_tournament {
  background: #000 url(../img/nav_tournament_none.png) center no-repeat;
}

ul.nav_list li.no_link {
  height: 80px;
  line-height: 80px;
  color: #6a6a6a;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
/*header_nav=====*/
header {
	z-index: 10000;
}
.nav_box {
  display: none;
}

/*nav smaller=====*/
#nav.smaller ul.nav_list li a {
  height: 60px;
  line-height: 80px;
}

#nav.smaller ul.nav_list li.no_link {
  height: 60px;
  line-height: 80px;
}

/*=========================テキスト========*/
p.p_center {
	text-align: center;
}
p a {
	color: rgba(240, 228, 42, 1.0);
	text-decoration: underline;
	font-weight: bold;
}
p a:hover {
	color: rgba(240, 228, 42, 0.7);
	background: rgba(255, 255, 255, 0.2);
}

ul.base_li li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 8px;
}
ul.base_li li a {
	color: #f0e42a;
	text-decoration: underline;
	font-weight: bold;
}
ul.base_li li a:hover {
	color: #b4aa0c;
	background: #222;
}

ul.base_s_li {
	margin-bottom: 8px;
}
ul.base_s_li li {
	text-indent: -1em;
	margin-bottom: 3px;
}
ul.base_li ul.atten_li {
	margin-bottom: 8px;
}
ul.atten_li li {
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 3px;
}
.ml_35 {
	margin-left: 35px;
}
.ml_1em {
	margin-left: 1em;
}
/*=========================イメージ========*/
.img_center {
	width: 100%;
	text-align: center;
}
.img_center img {
	max-width: 100%;
	height: auto;
}

/*=========================メインビジュアル========*/
#main_kv {
	width: 100%;
	height: 812px;
	background: #000 url(../img/main_v_bg.jpg) top center no-repeat;
	position: relative;
	margin-top: 80px;
	xmargin-bottom: 50px;
}
#main_kv #taisen_logo {
	position: absolute;
	top: 15px;
	left: 30px;
}
#main_kv #cara {
	position: absolute;
	top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
#main_kv #catch {
	position: absolute;
	top: 60px;
    left: 50%;
    transform: translateX(-50%);
  opacity: 0;
  -webkit-animation-duration: 0.8s;
  animation-delay: 0.8s;
}
#main_kv #taikai_logo {
	position: absolute;
	top: 560px;
    left: 50%;
    transform: translateX(-50%);
} 


/*=========================臨時お知らせ========*/
.attention_box {
	width: 960px;
	border: 1px solid;
	padding: 20px 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	xcolor: #de728e;
}
.attention_box h3 {
	font-size: 20px;
    padding-bottom: 5px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
/*=========================ニュース========*/
.content_news {
	width: 1100px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.content_news h2 {
	width: 698px;
	height: 148px;
	background: url(../img/title_news.png) no-repeat right top;
	margin-bottom: 10px;
}
.item .news_img {
	margin-bottom: 10px;
	border: 1px solid #333;
	overflow: hidden;
}
.item .news_img img {
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.item .news_img img:hover {
	transform: scale(1.1);
}
.content_news a {
	color: #FFF;
	text-decoration: none;
}
.content_news h3 {
	font-size: 20px;
}

/*=========================お知らせ========*/
.content_info {
	width: 750px;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.content_info h2 {
	display: block;
	background: url(../img/title_info.png) left top no-repeat;
	width: 300px;
	height: 58px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.content_info ::-webkit-scrollbar {
  width: 7px;
}
.content_info ::-webkit-scrollbar-track-piece {
  width: 7px;	
  background-color: #303030;
}
.content_info ::-webkit-scrollbar-thumb {
  width: 7px;
  background-color: #676767;
}
.content_info ::-webkit-scrollbar-corner {
	background: #2e182e;
}
.content_info .info_box {
	width: 716px;
	height: auto;
	border: 2px solid #8d8444;
	padding: 15px;
}
.content_info .info_box .info {
	height: 100px;
	Xheight: 150px;
	overflow: auto;
}
.content_info .info_box dt {
	float: left;
	width: 25%;
}
.content_info .info_box dd {
	float: left;
	width: 73%;
	padding-right: 2%;
}
.content_info .info_box dd a {
	color: #f0e42a;
	text-decoration: none;
}
.content_info .info_box dd a:hover {
	color: #b4aa0c;
}

/*=========================スケジュール========*/
.content_schedule {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 60px;
	background: url(../img/bg_schedule.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
}
.content_schedule h2 {
	display: block;
	background: url(../img/title_schedule.png) left top no-repeat;
	width: 450px;
	height: 58px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.content_schedule h2 {
	font-size: 22px;
	margin-bottom: 30px;
}
.content_schedule dt {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 5px 20px;
	border: 1px solid;
}
.content_schedule dd {
	font-size: 26px;
	margin-bottom: 30px;
}

/*=========================大会について========*/
.content_about {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	backgronud-size: cover;
	overflow: hidden;
}
.content_about h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
.content_about .content_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.content_about .content_txt {
	width: 40%;
	margin-top: 30px;
	float: right;
}
.content_about .content_img {
	float: left;
	width: 55%;
}
.content_about .content_img img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/*=========================第2階層汎用========*/
#bg_other {
	background: url(../img/bg_title.jpg) top center no-repeat fixed;
	padding-top: 90px;
	padding-bottom: 100px;
	position: relative;
}
.other h1 {
	width: 550px;
	height: auto;
	margin: 50px auto 0px;
}
.other h1 img {
	width: 100%;
	height: auto;
}
#bg_other #taikai_logo {
	position: absolute;
	xtop: 90px;
	left: 30px;
	width: 250px;
	height: auto;
}
#bg_other #taikai_logo img {
	width: 100%;
	height: auto;
}
.bc_list {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.bc_list a {
	color: #FFF;
	font-weight: bold;
}
.pager {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.pager a {
	display: inline-block;
	padding: 5px 20px;
	border: solid 1px #ccc;
	color: #FFF;
	text-decoration: none;
	background: #333 url(../img/nav_off_sp.png) center no-repeat;
	background-size: cover;
}
.pager a:hover {
	background: #000 url(../img/nav_on_sp.png) center no-repeat;
	background-size: cover;
}
.pager .prev {
	float: left;
	width: 48%;
	text-align: right;
}
.pager .next {
	float: right;
	width: 45%;
	text-align: left;
}

.content_base {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
	backgronud-size: cover;
	overflow: hidden;
	margin-top: -51px; /* グローバルメニューずれ調整 */
	padding-top: 51px; /* グローバルメニューずれ調整 */
}

.content_base .content_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	clear: both;
}
.content_base .content_s_box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	clear: both;
}
.content_base .atten_box {
	width: 900px;
	padding: 15px 30px;
	xbackground: #222;
	background: url("../img/info/atten_bg.jpg") repeat-y;
	border: 2px solid #8d8444;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	clear: both;
}
.content_base .atten_box2 {
	width: 84%;
	padding: 15px 3%;
	xbackground: #222;
	background: url("../img/info/atten_bg.jpg") repeat-y;
	border: 2px solid #8d8444;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	clear: both;
	xborder-radius: 5px;
}
.content_base h2 {
	font-size: 30px;
}
.content_base h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
.content_base .content_txt_r {
	width: 55%;
	float: right;
}
.content_base .content_img_l {
	float: left;
	width: 40%;
}
.content_base .content_txt_l {
	width: 55%;
	float: left;
}
.content_base .content_img_r {
	float: right;
	width: 40%;
}
.content_base .content_txt_s_r {
	float: right;
	width: 37%;
	border-left: #333 1px solid;
	padding: 15px 0% 15px 3%;
}
.content_base .content_img_r img,
.content_base .content_img_l img {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}


.content_base table {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.content_base table td {
	border: 1px solid #777;
	padding: 8px 10px;
}
.content_base table.base_table td {
	background: rgba(000, 000, 000, 0.5);
}
.content_base table.point_table td {
	text-align: center;
}
.content_base table th {
	border: 1px solid #777;
	padding: 8px 20px;
	background: #0F1053;
}
.content_base table tr.winner_tr {
	background: #2A4530;
}

/* 天覇table */
.scroll table{
width:96%;
margin-bottom: 10px;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #333;
}
.scroll::-webkit-scrollbar-thumb {
 background: #777;
}

.content_base table.tenha_table th,
.content_base table.tenha_table td {
	border: 2px solid #8d8444;
}
.content_base table.tenha_table td {
	background: #C6C9B1;
	color: #000000;
	position: relative;
}
.content_base table.tenha_table td.no {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.content_base table.tenha_table tr.tr_yosen-2022winner td.title {
	background: #295161;
	color: #FFF;
}
.content_base table.tenha_table tr.tr_yosen-one_day td.title {
	background: #26293D;
	color: #FFF;
}
.content_base table.tenha_table tr.tr_yosen-oltn td.title {
	background: #2A4530;
	color: #FFF;
}
.content_base table.tenha_table tr.tr_yosen-haishin td.title {
	background: #473D1F;
	color: #FFF;
}
.content_base table.tenha_table tr.tr_yosen-tenkatoitsu td.title {
	background: #3A293F;
	color: #FFF;
}
.content_base table.tenha_table tr.tr_yosen-ranking td.title {
	background: #531D1E;
	color: #FFF;
}
.content_base table.tenha_table td.center {
	text-align: center;
}
.content_base table.tenha_table td span.decision {
	color: red;
	border: 2px solid;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
	display:inline-block;
	transform: rotate(-5deg);
	position: absolute;
	top: 5px;
	right: 10px;
}
.content_base table.tenha_table span.kunshu {
	color: white;
	border: 2px solid;
	padding: 5px 10px;
	margin: 3px 5px;
	font-weight: bold;
	display:inline-block;
}

.content_base table.tenha_table tr.tr_yosen-2022winner span.kunshu {
	background: #295161;
}
.content_base table.tenha_table tr.tr_yosen-one_day span.kunshu {
	background: #26293D;
}
.content_base table.tenha_table tr.tr_yosen-oltn span.kunshu {
	background: #2A4530;
}
.content_base table.tenha_table tr.tr_yosen-haishin span.kunshu {
	background: #473D1F;
}
.content_base table.tenha_table tr.tr_yosen-tenkatoitsu span.kunshu {
	background: #3A293F;
}
.content_base table.tenha_table tr.tr_yosen-ranking span.kunshu {
	background: #531D1E;
}
	
.content_base table td.td_right {
	text-align: right;
}
.content_base table.big_table {
	font-size: 20px;
	width: 96%;
}
.content_base table.big_table td {
	padding: 8px 5px 5px;
	border: none;
	border-bottom: 1px solid #333;
	clear: both;
	vertical-align: top;
}

.content_base table a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid;
	padding: 0px 10px;
	border-radius: 15px;
}
.content_base table a:hover {
	color: #000;
	background: #FFF;
}
.content_base table a.yosen_link {
	color: #FFF;
	text-decoration: underline;
	border: none;
	padding: 0px 0px;
	border-radius: 0px;
}
.content_base table a.yosen_link:hover {
	color: #FFF;
	background: #444;
}
h3.about_taikai {
	margin-top: 10px;
	text-align: center;
}
h3.about_taikai img {
	max-width: 100%;
	height: auto;
}
.btn_gray {
	display: inline-block;
	color: #333;
	background: #666;
	font-size: 20px;
	text-decoration: none;
	border: 3px solid #333;
	padding: 5px 15px;
	border-radius: 30px;
	margin-bottom: 10px;
}
.button a {
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	border: 3px solid;
	padding: 5px 15px;
	border-radius: 30px;
	margin-bottom: 10px;
}
.button a:hover {
	color: #000;
	background: #FFF;
}
/*=========================お知らせコンテンツ========*/
.info_content {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -51px; /* グローバルメニューずれ調整 */
	padding-top: 51px; /* グローバルメニューずれ調整 */
}
.info_content .content_head {
	background: url("../img/info/info_content_top.png") top no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0%;
	padding-bottom: 2%;
}
.info_content .content_main {
	width: 888px;
	background: url("../img/info/info_content_bg.png") top repeat-y;
	background-size: 100%;
	padding: 20px 60px 50px;
	xmargin-top: -20px;
	overflow: hidden;
}
.info_content .content_foot {
	background: url("../img/info/info_content_bottom.png") bottom no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0%;
	padding-bottom: 2%;
}
.info_content .date {
	text-align: right;
	margin-bottom: 5px;
}
.info_content h3 {
	font-size: 22px;
	font-weight: bold;
    padding-bottom: 10px;
	border-bottom: #333 1px solid;
}
.info_content h4 {
	font-size: 20px;
    padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: #333 1px solid;
}
.info_content h5 {
	font-weight: bold;
	font-size: 120%;
    color: rgba(240, 228, 42, 1.0);
}
.info_content dl dt {
    float: left;
}
.info_content dl dd {
    margin-left: 9em;
}
.info_content span.kunshu {
	color: white;
	border: 2px solid;
	padding: 5px 10px;
	margin: 3px 5px;
	font-weight: bold;
	display:inline-block;
}
/*=========================大会概要コンテンツ========*/
.content_base table.flow_t {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.content_base table.flow_t .flow_numb {
	width: 2em;
	text-align: center;
	vertical-align: middle;
	background: linear-gradient(to right, #b33b05 0%, #642800 100%);
	border: 2px solid #8d8444;
	font-weight: bold;
}
.content_base table.flow_t .flow_details {
	width: auto;
	padding: 15px 3% 15px 3%;
	background: url("../img/info/atten_bg.jpg") repeat-y;
	border: 2px solid #8d8444;
}
#area_regu {
	margin-top: -60px; /* グローバルメニューずれ調整 */
	padding-top: 60px; /* グローバルメニューずれ調整 */
}
#hongkong_regu {
	margin-top: -60px; /* グローバルメニューずれ調整 */
	padding-top: 60px; /* グローバルメニューずれ調整 */
}
#kiyaku {
	margin-top: -60px; /* グローバルメニューずれ調整 */
	padding-top: 90px; /* グローバルメニューずれ調整 */
}
#entry_1day {
	margin-top: -60px; /* グローバルメニューずれ調整 */
	padding-top: 60px; /* グローバルメニューずれ調整 */
}
#rule_1day {
	margin-top: -60px; /* グローバルメニューずれ調整 */
	padding-top: 60px; /* グローバルメニューずれ調整 */
}
#access_osaki {
	margin-top: -60px; /* グローバルメニューずれ調整 */
	padding-top: 60px; /* グローバルメニューずれ調整 */
}

/*=========================予選コンテンツ========*/
ul.yosen_menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
ul.yosen_menu li {
	width: 24.5%;
}
ul.yosen_menu li a {
	display: block;
	width: 100%;
}
ul.yosen_menu li img,
ul.yosen_menu li a img {
	width: 100%;
	height: auto;
}
.content_left_b {
	float: left;
	width: 68%;
}
.content_right_s {
	float: right;
	width: 27%;
	text-align: center;
	font-size: 14px;
}
.content_right_s img {
	width: 100%;
	height: auto;
}
.content_right_s_color {
	float: right;
	width: 27%;
	background: #222;
	padding: 1.5%;
}
.content_center_color {
	width: 80%;
	background: #222;
	padding: 1.5%;
	margin-left: auto;
	margin-right: auto;
}

.accordion_box {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
	position: relative;
    cursor: pointer;
	xmargin-top: -51px; /* グローバルメニューずれ調整 */
	xpadding-top: 51px; /* グローバルメニューずれ調整 */
}
.accordion_box h2 {
	xwidth: 408px;
	xheight: 148px;
	xmargin-bottom: 5px;
}
h2.title_s {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 30px;
  display: block;
  background: linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2.title_hokkaido {
	background: url(../img/yosen/title_hokkaido.png) no-repeat top left;
}
h2.title_higashinihon {
	background: url(../img/yosen/title_higashinihon.png) no-repeat top left;
}
h2.title_kanto_a {
	background: url(../img/yosen/title_kanto_a.png) no-repeat top left;
}
h2.title_kanto_b {
	background: url(../img/yosen/title_kanto_b.png) no-repeat top left;
}
h2.title_kanto_c {
	background: url(../img/yosen/title_kanto_c.png) no-repeat top left;
}
h2.title_hokuriku {
	background: url(../img/yosen/title_hokuriku.png) no-repeat top left;
}
h2.title_toukai_a {
	background: url(../img/yosen/title_toukai_a.png) no-repeat top left;
}
h2.title_toukai_b {
	background: url(../img/yosen/title_toukai_b.png) no-repeat top left;
}
h2.title_kansai_a {
	background: url(../img/yosen/title_kansai_a.png) no-repeat top left;
}
h2.title_kansai_b {
	background: url(../img/yosen/title_kansai_b.png) no-repeat top left;
}
h2.title_nishinihon_a {
	background: url(../img/yosen/title_nishinihon_a.png) no-repeat top left;
}
h2.title_nishinihon_b {
	background: url(../img/yosen/title_nishinihon_b.png) no-repeat top left;
}
h2.title_hongkong {
	background: url(../img/yosen/title_hongkong.png) no-repeat top left;
}
.content_base .accordion_box table.big_table {
	width: auto;
	margin-left: 2%;
	margin-right: 35px;
}
.content_base .accordion_box table.big_table td {
	border: none;
}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 50px;
	height: 50px;
	float: right;
	xmargin-right: 5px;
	margin-top: -30px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、×切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	top: 5px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.close_content {
	display: none;
	width: 100%;
	margin-top: 20px;
}
.open_content {
	display: inline;
	width: 100%;
}

.yosen_content ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.yosen_content ul li {
	box-sizing: border-box;
	border: 1px solid #777;
	padding: 20px;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.yosen_content ul li:nth-child(3n) {
	margin-right: 0px;
}
.yosen_content h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
.yosen_content .address {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}
.yosen_content dl {
	margin-bottom: 10px;
}
.yosen_content dt {
	float: left;
}
.yosen_content dd a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid;
	padding: 0px 10px;
	border-radius: 15px;
}
.yosen_content dd a:hover {
	color: #000;
	background: #FFF;
}
.yosen_content ul li li {
	box-sizing: border-box;
	border: none;
	padding: 0px;
	float: none;
	width: auto;
	margin-right: 0%;
	margin-bottom: 0px;
}

.yosen_content .winner {
	padding: 5px;
	text-align: center;
	background: #641E4D;
}
.yosen_content .winner span {
	font-weight: bold;
	font-size: 18px;
}

/*=========================エリア決勝大会========*/
.area_li {
	margin-bottom: 40px;
	margin-top: -60px; /* グローバルメニューずれ調整 */
	padding-top: 60px; /* グローバルメニューずれ調整 */
}

.area_li h2 {
	width: 408px;
	height: 58px;
	margin-bottom: 5px;
}
.area_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.area_details {
	position: relative;
	width: 60%;
	z-index: 300;
}
.area_img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40%;
	height: auto;
	overflow: hidden;
}
.area_img img {
	width: 100%;
	height: auto;
}

.area_img .caption {
	width: 90%;
	text-align: center;
	color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.area_img .comment {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
}
.area_img:hover .comment {
	opacity: 1;	/* マスクを表示する */
}

.content_base table.area_table {
	width: 96%;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}
.content_base table.area_table td {
	padding: 8px 5px 5px;
	border: none;
	border-bottom: 1px solid #333;
	clear: both;
	vertical-align: top;
} 


/*=========================全国決勝大会========*/
#final_tn,
#regulation {
	margin-top: -60px; /* グローバルメニューずれ調整 */
	padding-top: 60px; /* グローバルメニューずれ調整 */
}
.content_center_color_g {
	width: 80%;
	background: #222;
	padding: 30px 1.5%;
	margin-left: auto;
	margin-right: auto;
background-image: url(../img/report/entry_bg_top.png),
	url(../img/report/entry_bg_bottom.png);
background-repeat: no-repeat,
	no-repeat;
background-position:
    top left,
	bottom right;
}
.winner_li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.winner_li li {
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.winner_li li img {
	width: 100%;
	height: auto;
}
.winner_img {
	xposition: absolute;
	xright: 0px;
	xtop: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.winner_img .caption {
	width: 90%;
	text-align: center;
	color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.winner_img .comment {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
}
.winner_img:hover .comment {
	opacity: 1;	/* マスクを表示する */
}


/*=========================レポート========*/
.report_li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.report_li li {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 10px;
}
.report_li li img {
	width: 100%;
	height: auto;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.report_li li a img:hover {
	transform: scale(1.1);
}

.content_left {
	float: left;
	width: 47%;
}
.content_right {
	float: right;
	width: 47%;
}
.content_left img,
.content_right img {
	width: 100%;
	height: auto;
}

.content_left_sp {
	float: left;
	width: 47%;
}
.content_right_sp {
	float: right;
	width: 47%;
}
.content_left_sp img,
.content_right_sp img {
	width: 100%;
	height: auto;
}
.img_left {
	float: left;
	width: 47%;
	margin-right: 6%;
}
.img_right {
	float: right;
	width: 47%;
	margin-left: 6%;
}

.movie {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
	overflow: hidden;
}
.movie_float {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.movie_float:nth-child(2n) {
	margin-right: 0%;
}

.movie .movie_box {
  position: relative;
  float: right;
  margin-left: 30px;
  width: 100%;
  padding-top: 56.25%;
}
.movie .movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*=========================フッター========*/
footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #333;
	padding-top: 50px;
	padding-bottom: 100px;
	xbackground: url(../img/bg_pattern_dark.gif) center top repeat;
	color: #FFF;
}

footer .link_li {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
footer .link_li li {
	float: left;
	width: 170px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 30px;
}

footer .sponsorship {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
footer .sponsorship_s {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#sns_li {
	width: 140px;
	xfloat: right;
	xmargin-top: 15px;
	xmargin-right: 30px;
	margin: 0px auto 0px auto;
}
#sns_li li {
	float: left;
	margin-right: 10px;
	padding-bottom: 50px;
}
#sns_li li:last-child {
	margin-right: 0px;
}

footer .sega_logo {
	width: 156px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
footer .copy {
	clear: both;
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
footer .copy a {
	text-decoration: underline;
	color: #FFF;
}
footer .copy a:hover {
	color: #CCC;
}
footer .sponsorlogo {
	display: flex;
	margin:0 auto;
	width:590px;
    clear:both;
}

/*-----------------------------------------------------	*/
/*	for - 1100px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1100px) {
.pc_only {
	display: none;
}
.td_only {
	display: inherit;
}
.tb-sp {
	display: inherit;
}
.tb-sp_txt {
	display: inline;
}
	
.center_img {
	width: 96%;
}
.center_img_02,
.center_img_03 {
	width: 96%;
}

/*=========================メニュー========*/
ul.nav_list {
	width: 100%;
  }

/*=========================メインビジュアル========*/
#main_kv {
	height: 0px;
	background: #000 url(../img/main_v_bg_tb.jpg) top right no-repeat;
	background-size: 100%;
	padding-bottom: 74%;
}
#main_kv #taisen_logo {
	width: 25%;
	top: 2%;
	left: 1%;
}
#main_kv #cara {
	width: 100%;
	top: -10%;
}
#main_kv #catch {
	width: 30%;
	top: 3%;
}
#main_kv #taikai_logo {
	width: 55%;
	top: 65%;
}
#main_kv img {
	width: 100%;
	height: auto;
}

/*=========================臨時のお知らせ========*/
.attention_box {
	width: 92%;
	padding: 1% 2%;
}
.attention_box h3 {
	font-size: 16px;
}
/*=========================ニュース========*/
.content_news {
	width: 96%;
}

/*=========================お知らせ========*/
.content_info {
	width: 96%;
}
.content_info h2 {
	float: none;
	margin-bottom: 10px;
}
.content_info .info_box {
	float: none;
	padding: 3%;
	width: 93%;
}
.content_info .info_box dt {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.content_info .info_box dd {
	float: none;
	width: 98%;
}

/*=========================大会について========*/
.content_about .content_box {
	width: 96%;
}

/*=========================第2階層汎用========*/
#bg_other #taikai_logo {
	left: 1%;
	width: 25%;
}
.other h1 {
	width: 60%;
	height: auto;
	margin: 50px auto 0px;
}
.bc_list {
	width: 96%;
}
.pager {
	width: 96%;
}

.content_base .content_box {
	width: 96%;
}
.content_base .content_s_box {
	width: 90%;
}

.content_base .atten_box {
	width: 84%;
	padding: 15px 3%;
	background: #222;
}


/*=========================お知らせコンテンツ========*/
.info_content {
	max-width: 96%;
}
.info_content .content_head {
	background: url("../img/info/info_content_top.png") top no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0%;
	padding-bottom: 3%;
}
.info_content .content_main {
	width: 90%;
	padding: 3% 5% 50px;
	margin-top: 0px;
}
/*=========================予選コンテンツ========*/
.content_center_color {
	width: 96%;
}
.yosen_content ul li {
	padding: 2%;
	width: 49%;
	margin-right: 2%;
}
.yosen_content ul li:nth-child(3n) {
	margin-right: 2%;
}
.yosen_content ul li:nth-child(even) {
	margin-right: 0px;
}
/*=========================全国決勝大会========*/
.winner_img .caption {
	width: 100%;
	text-align: left;
  position: relative;
  top: 0%;
  left: 0%;
  transform: translateY(-0%) translateX(-0%);
  -webkit- transform: translateY(-0%) translateX(-0%);
}
.winner_img .comment {
	font-size: 12px;
	width: 100%;
	height: auto;
	position: relative;
	opacity: 1;	/* マスクを表示しない */
}

/*=========================レポート========*/
.content_center_color_g {
	width: 96%;
}
.movie {
  width: 100%;
}
/*=========================フッター========*/
#sns_li {
	xmargin-right: 20px;
}

footer .sega_logo {
	clear: both;
	width: 90%;
}
footer .copy {
	text-align: left;
	display: block;
	max-width: 90%;
}

}

/*-----------------------------------------------------	*/
/*	for - 700px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:700px) {
body {
	font-size: 14px;
}

.center_img_02_tokuten {
	width: 70%;
}
#page-top {
    right: 0px;
}
#page-top a {
	padding: 20px 10px;
    border-radius: 10px 0px 0px 10px;
}

/*=========================ハンバーガーメニュー========*/
.l_main {
  display: inline;
  height: auto; }

.main_cover {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s; }

.main_cover.active {
  height: 100%;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000; }

.header_inner {
  width: 500px;
  height: 51px;
  border-bottom: 1px solid #333;
  position: fixed;
  top: 0;
  right: 0;
  xbackground: #000;
  z-index: 10000; }

.header_wrap {
  position: relative;
  width: 100%;
  height: 50px; }

/*nav=====*/
#nav {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  top: 51px;
  left: 0;
  z-index: 10000; }
ul.nav_list {
  display: block;
}
ul.nav_list li {
  float: none;
  width: 100%;
  z-index: 10000;}

ul.nav_list li a {
  display: block;
  height: 50px;
  line-height: 72px;
  background: url(../img/nav_off_sp.png) center no-repeat;
}
ul.nav_list li a:hover {
  background: url(../img/nav_on_sp.png) center no-repeat;
}
ul.nav_list li a.active {
  background: url(../img/nav_on_sp.png) center no-repeat;
}
ul.nav_list li.no_link {
  height: 50px;
  line-height: 50px;
  color: #6a6a6a;
}
ul.nav_list li.no_link_outline {
	height: 50px;
	line-height: 50px;
	background: #000 url(../img/nav_outline_none.png) center no-repeat;
  }
ul.nav_list li.no_link_yosen {
  height: 50px;
  line-height: 50px;
  background: #000 url(../img/nav_yosen_none.png) center no-repeat;
}
ul.nav_list li.no_link_tournament {
  height: 50px;
  line-height: 50px;
  background: #000 url(../img/nav_tournament_none.png) center no-repeat;
}
/*header_nav=====*/
header {
	z-index: 10000;
}
.nav_box {
  display: inline;
  width: 60px;
  height: 50px;
  position: fixed;
  top: 0px;
  right: 0px;
	background: #000;
	overflow: hidden;
  z-index: 10000; 
}
.header_nav {
  width: 30px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  cursor: pointer;
}

.nav_line {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s; }

.nav_line1 {
  top: 0;
  bottom: auto;
  margin-bottom: 10px; }

.nav_line2 {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.nav_line3 {
  bottom: 0;
  top: auto; }

.header_nav.active .nav_line2 {
  right: -60px; }
.header_nav.active .nav_line1 {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg); }
.header_nav.active .nav_line3 {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg); }

.header_inner {
  width: 100%;
  background: #000; }

.pc-tb {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: inherit;
}

/*=========================メインビジュアル========*/
#main_kv {
	margin-top: 51px;
	margin-bottom: 0px;
	xpadding-bottom: 110%;
	padding-bottom: 75%;
	overflow: hidden;
}
@supports (-ms-ime-align: auto) {
#main_kv {
	margin-top: 29px;
}
}
#main_kv #taisen_logo {
	width: 25%;
	top: 4%;
	left: 1%;
}
#main_kv #cara {
	width: 120%;
	top: -1%;
}
#main_kv #catch {
	width: 35%;
	top: 11%;
}
#main_kv #taikai_logo {
	width: 55%;
	top: 73%;
}

/*=========================NEWS========*/
.content_news h2 {
	max-width: 70%;
	height: 0px;
	padding-bottom: 20%;
	background: url(../img/title_news.png) no-repeat right top;
	background-size: contain;
}
/*=========================スケジュール========*/
.content_schedule h2 {
	max-width: 96%;
	height: 0px;
	padding-bottom: 13%;
	background: url(../img/title_schedule.png) left top no-repeat;
	background-size: contain;

}
.content_schedule h2 {
	font-size: 22px;
	margin-bottom: 30px;
}
/*=========================大会について========*/
.content_about .content_txt {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.content_about .content_img {
	float: none;
	width: 100%;
}

/*=========================第2階層汎用========*/
#bg_other {
	background: url(../img/bg_title_sp.jpg) top center no-repeat fixed;
	background-size: 100%;
	padding-top: 80px;
	xpadding-top: 10px;
	position: relative;
}
	
.pager a {
	padding: 5px 5px;
}
	
#bg_other #taikai_logo {
	xtop: 60px;
	width: 30%;
}
.other h1 {
	width: 80%;
	height: auto;
	margin: 50px auto 0px;
}
.content_base .content_txt_l,
.content_base .content_txt_r {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.content_base .content_img_l,
.content_base .content_img_r {
	float: none;
	width: 100%;
}
.content_base .content_img_l li,
.content_base .content_img_r li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.content_base .content_img_l li:nth-child(even),
.content_base .content_img_r li:nth-child(even) {
	margin-right: 0%;
}
.content_base .content_txt_s_r {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 15px 0% 15px 0%;
	border-left: none;
	border-top: #333 1px solid;
}
h2.title_big {
	max-width: 96%;
}
h2.title_big img {
	width: 100%;
	height: auto;
}
.content_base table td {
	padding: 8px 10px;
}
.content_base table th {
	padding: 8px 10px;
}
.content_base table.big_table {
	margin-bottom: 10px;
	font-size: 16px;
}
.content_base table.big_table td {
	border: 1px solid #333;
}
	
/*=========================お知らせコンテンツ========*/
.info_content {
	max-width: 96%;
}
.info_content .content_head {
	background: url("../img/info/info_content_top.png") top no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0%;
	padding-bottom: 3%;
}
	
/*=========================予選コンテンツ========*/
ul.yosen_menu {
	flex-wrap: wrap;
}
ul.yosen_menu li {
	width:47%;
}
.content_left_b {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.content_right_s {
	clear: both;
	float: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.content_right_s_color {
	clear: both;
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.accordion_box h2 {
	max-width: 85%;
	xheight: 0px;
	xpadding-bottom: 19%;
	background-size: contain;
}
h2.title_s {
	font-size: 22px;
}
.content_base .accordion_box table.big_table {
	margin-left: 2%;
	margin-right: 55px;
}
.content_base .accordion_box table.big_table td {
	border: 1px solid #333;
}
.yosen_content ul li {
	padding: 2%;
	width: 100%;
	margin-right: 0%;
}
.yosen_content ul li:nth-child(3n) {
	margin-right: 0%;
}
.yosen_content ul li:nth-child(even) {
	margin-right: 0px;
}
	
/*=========================大会概要========*/
.content_base table.flow_t {
	width: 96%;
}
.content_base table.flow_t .flow_numb {
	width: 1.5em;
}
	
/*=========================エリア大会コンテンツ========*/
.area_li h2 {
	max-width: 80%;
	height: 0px;
	padding-bottom: 11%;
	background-size: contain;
}
.area_details {
	width: 100%;
	margin-bottom: 30px;
}
.area_img {
	position: static;
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.area_img .caption {
  position: static;
  transform: translateY(-0%) translateX(5%);
  -webkit- transform: translateY(-0%) translateX(5%);
}
.area_img .comment {
	position: static;
	opacity: 1;	/* マスクを表示しない */
}
	
/*=========================全国決勝大会========*/
.winner_li li {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}
	
/*=========================レポート========*/
.report_li li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 10px;
}
.content_left_sp {
	float: none;
	width: 100%;
}
.content_right_sp {
	float: none;
	width: 100%;
}
	
.movie_float {
	float: none;
	width: 100%;
	margin-right: 0%;
	overflow: hidden;
}
/*=========================フッター========*/
footer .link_li {
	width: 360px;
	max-width: 75%;
}
footer .link_li li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
footer .link_li li img {
	width: 100%;
	height: auto;
}

#sns_li {
	xmargin-top: 20px;
}

footer .sponsorlogo {
	margin:0 auto;
	max-width: 96%;

}
footer .sponsorship {
	width: 35%;
	margin: 0 1%;
	margin-bottom: 50px;
}
footer .sponsorship img {
    margin: 0;
    margin-bottom: 50px;
    width: 100%;
}
footer .sponsorship_s {
	width: 28%;
	margin: 0 0 0 4%;
	margin-bottom: 50px;
}	
footer .sponsorship_s img {
	width: 94%;
	margin: 0;

}
}
/*-----------------------------------------------------	*/
/*	for - 480px以下の記述　*/
/*-----------------------------------------------------	*/
@media screen and (max-width:480px) {
	
/*=========================お知らせコンテンツ========*/

.info_content .content_head {
	background: url("../img/info/info_content_top.png") top no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0%;
	padding-bottom: 3%;
}
}