@charset "utf-8";
/* CSS Document */

.setbox{
	margin-top:-10px;
}

.textbox01{
	width: 75vw;
	height: 1000px;
	text-align: left;
	padding: 20px 0;
	margin:0 auto;
	margin-top: 0px;
}

.text01_in{
	font-size:0.9em;
}

/* 協賛 */
.sponsorship_box{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 75vw;
	margin: 0 auto;
}

.sponsorship{
	display: flex;
	flex-direction: column;
	width: 75vw;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
	margin: 0 auto;
	margin-left: -15px;
}
.balls{
	display: flex;
	flex-direction: column;
	width: 75vw;
	margin-top: 25px;
	align-content: flex-start;
	
}
.sponsorship2{
	display: flex;
	flex-direction: column;
	width: 75vw;
	height: 200px;
	justify-content: center;
	padding: 25px;
	margin-left: -30px;
		
}
.b01{
	display: flex;
	flex-direction: column;
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 600;
	font-style: normal;
	width: 75vw;
	height: 50px;
	padding: 5px;
	font-size: 1.1em;
	background-color: #B7B7B7;
	text-align: center;
}



.b02{
	width: 280px;
	height: 100px;
	text-align: center;
	padding: 25px;
	margin: 0 auto;
	margin-left: -30px;
}

/* Menu */

.menubox{
	display: none;
}
.menubox_mobile{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width:100%;
	height: 190px;
	font-family: tbudgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.7em;
	text-align: center;
	margin-top: 10px;
}

 ul {
   display:table;
   margin: 0 auto;
   padding: 0;
   width: 80%;
   text-align: center;
 }
 ul li {
   display: table-cell;
   min-width: 50px;
   height: 28px;
   padding-top: 10px;
 }
 ul li a {
   display: block;
   width: 100%;
   padding: 10px 0;
   text-decoration: none;
   color: #555;
   font-weight: bold;
 }
 ul li:hover {
   background-color: #CDCDCD;
 }


/* footer */
.site-footer{
    background: #bfbfbf;
    width: 100%;
	overflow: hidden;
}

.footerbox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background:#fff;
	font-family: tbudgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.7em;
	color: #000;
	width: 100%;
	height: 40px;
	padding: 10px;
}
.copyright{
    text-align: center;
	letter-spacing: 0.2em;
	text-decoration: none;
	float: right;
	margin-right: 35px;
	font-size:0.8em;
}

.footer_addposi{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width:300px;
	font-family: tbudgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.6em;
	color: #fff;
	z-index: 12500;
}

.footer_iconbox{
	display: none;
	flex-direction: row;
}
.footer_icon{
	width: 50%;
	height: 80px;
	border-top: solid 1px #192f62;
	border-bottom: solid 1px #192f62;
	background-color: #192f62;
	text-align: center;
	padding: 25px;
	color: #fff;
	font-size:0.7em;
	letter-spacing: 0.3em;
	font-weight: 100;
	
}

/* twitter枠の設定 */
.twitterbox{
	width: 85vw;
	height: 340px;
	margin-top: 360px;
	
}
