* {
	margin:0px;
	padding:0px;
	font-family: sans-serif;
}

html,body {
	margin:0px;
	padding:0px;
	font-size: 13px;
	line-height:1.5;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}


body {/*border:2px solid #666666;*/
	overflow-y: scroll;/*ブラウザのスクロールを事前に出す（協賛ページで一瞬消えるのを防ぐため）*/
	margin:0px;
	padding:0px;
	text-align:center;
	box-sizing: border-box;
}

/* div {border:1px solid #666666;} */

h1 {
	margin: 20px 0 10px 0px;
	padding:0px;
	border-bottom: 1px solid #333;
	line-height:1.8;
}

h2 {/* border:1px solid blue; */
	margin: 0px 0px 30px 0px;
	padding:0px;
}

.cap {
	text-align: center;
	padding-top:2px;
	font-size:0.8em;
	color:#666;
	text-align:center;
	width:100%;
}

#cap {
	padding-top:5px;
	width:100%;
	font-size:0.85em;
	color:#666;
	text-align:center;
}

#topbox {
	margin:0 auto;
	width:100%;
	height:64px;
	background:#000000
}

#title {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	height:50px;
}

#title_main {
	float:left;
}

#title_sub {
	float:right;
	color:#ffffff;
	margin-top:35px;
	margin-right:50px;
}


#main {/* border:1px solid #666; */
	width: 840px;
	padding: 0;
	margin: 0 auto;
	padding: 0 10px;
	text-align:left;
}

#menu {
	width:900px;
	height:45px;
	margin-left:7px;
	background:#009900;
}

#main_img {
	width:900px;
	height:400px;
	margin-left:7px;
	background:#999999;
}

#main_img2 {
	width:900px;
	height:200px;
	margin-left:7px;
	background:#999999;
}

#honbun {
	width:850px;
	margin: 18px auto;
	color:#333333;
	text-align: justify;
	text-justify: inter-ideograph;
}


#honbun2 {
	width:800px;
	margin: 18px auto;
	color:#333333;
	text-align: justify;
	text-justify: inter-ideograph;
}

#honbun3 {/* border:1px solid blue; */
	width:780px;
	padding:0;
	margin: 0px auto 0px;
	color:#333333;
	text-align: justify;
	text-justify: inter-ideograph;
}

body > #container {
	height: auto;
} 

#footerbox {
	margin:0 auto;
	width:100%;
	height:60px;
	background:url(../img/footer_bg.png) repeat-x;
	background-position: bottom;
	height:230px;
}

#footer {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:914px;
	height:230PX;
	background:url(../img/footer.png);
	background-repeat: no-repeat;
}

a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.normal {
	color:blue;
	text-decoration:underline;
}



#copyright {
	position: absolute;
	bottom: 17px;
	line-height: 1.2;
	color:#ffffff;
	text-decoration:none;
	width:914px;
}

#copyright a {
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
}
#copyright a:hover {
	font-size:10pt;
	color:#ffffff;
	text-decoration:underline;
}

#obi {
	width:800px;
	height:30px;
	line-height:30px;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	padding-left:50px;
	background:url(../img/obi.gif);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-left:0px;
}

#obi2 {
	width:550px;
	height:30px;
	line-height:30px;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	padding-left:0px;
	background:url(../img/obi.gif);
	background-repeat: no-repeat;
}

.clear {
	clear:both;
}

a.overwhite{
	background-color:#ffffff;
	display:block;
	margin: 0 0 0 0;
}

a.overwhite:hover img{
	cursor:pointer;
	filter: alpha(opacity=60);/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";/* ie 8 */
	-moz-opacity:0.6;/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;/* Safari 1.x */
	opacity:0.6;
	zoom:1;
}


.newsbox {
	margin: 5px 0;
	padding:1px 3px;
	text-align:left;
	padding-left:4.0em;
	text-indent:-4.0em;
	line-height:1.1;
}

a.news {
	color:#333333;
	text-decoration:none;
}

a.news:hover {
	text-decoration:underline;
}

a.news2 {
	color:red;
	text-decoration:none;
}
a.news2:hover {
	text-decoration:underline;
}

a.mail{
	color:#ffffff;
	text-decoration:none;
}
a.mail:hover {
	text-decoration:underline;
}

.tabbox {/*border:solid 1px #ccc;*/
	width:800px;
	margin:6px 0px -32px 57px;
	display: flex;
	flex-wrap: nowrap; /* 折り返しを防ぐ */
	overflow-x: auto; /* 水平方向にスクロール */
	white-space: nowrap; /* 折り返し防止 */}

.tabbox::after {
	content: "";
	display: block;
	clear: both;
}

.tabsp {
	flex: 0 0 auto; /* 子要素のサイズを固定 */
	width:5px;
	height:24px;
	line-height:30px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}

a.tabon {
	color:#333;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	width:70px;
	height:24px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #fff;
	line-height:24px;
	border-radius: 4px 4px 0px 0px;
	float:left;
	background: #fff;
}

a.taboff {
	color:#999;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	width:70px;
	height:24px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:24px;
	border-radius: 4px 4px 0px 0px;
	float:left;
	background: #eee;
}

a.taboff:hover {
	color:#333;
	border-bottom:1px solid #fff;
	background: #fff;

}

span.m5 {
	display: inline-block;
	width: 5em;
}
span.m7 {
	display: inline-block;
	width: 7em;
}
span.m9 {
	display: inline-block;
	width: 9em;
}
span.m17 {
	display: inline-block;
	width: 17em;
}

.submenubox {
	float:right;
	width:410px;
	height:56px;
	margin:5px 0px 0px 0px;
}

.submenubox2 {
	float:right;
}
.submenu {
	float:right;
	height:24px;
	line-height:24px;
	margin:0px 0px 0px 4px;
	padding:0px 7px;
	border-radius: 5px;
	background: #444;
	color:#777;
	font-size:14px;
	text-align:center;
}

a.submenuon {
	float:right;
	height:24px;
	line-height:24px;
	margin:0px 0px 0px 5px;
	padding:0px 7px;
	border-radius: 5px;
	background: #ff9900;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}

a.submenuon:hover {
	background: #ff0000;
	color:#fff;
	font-weight:bold;
}

a.submenu2on {		/*2段目参加申込*/
	float:right;
	height:24px;
	line-height:24px;
	margin:0px 0px 0px 5px;
	padding:0px 7px;
	border-radius: 5px;
	background: #009900;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}

a.submenu2on:hover {		/*2段目参加申込*/
	background: #ff0000;
	color:#fff;
	font-weight:bold;
}

a.sankaliston {
	line-height:24px;
	margin:0px 0px 0px 5px;
	padding:3px 14px 6px 14px;
	border-radius: 5px;
	background: #ff9900;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	text-align:center;
}

a.sankaliston:hover {
	background: #ff0000;
	color:#fff;
	font-weight:bold;
}



.submenu3box {border:1px solid #ff0000;		/*協賛広告お願い*/
	float:left;
	width:410px;
	overflow: hidden;
	margin:5px 0px 0px 0px;
}
a.submenu3on {		/*協賛広告お願い*/
	float:right;
	height:24px;
	line-height:24px;
	margin:0px 0px 0px 5px;
	padding:0px 7px;
	border-radius: 5px;
	background: #33aaff;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}

a.submenu3on:hover {		/*協賛広告お願い*/
	background: #ff0000;
	color:#fff;
	font-weight:bold;
}



.sankabox {
	font-size: 20px;
	color: #fff;
	line-height:1.4;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding: 11px 11px 11px 11px;
	margin: 5px 5px 5px 0px;
	border-radius: 5px;
	box-shadow: 3px 3px 7px -1px #bbb;
	background-color: #FF0000;
	float: left;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sankabox:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.sankaboxoff {
	font-size: 20px;
	color: #fff;
	line-height:1.4;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding: 11px 11px 11px 11px;
	margin: 5px 5px 5px 0px;
	border-radius: 5px;
	box-shadow: 3px 3px 7px -1px #bbb;
	background-color: #FF0000;
	float: left;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


a.waiting {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height:1.4;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding: 11px 11px 11px 11px;
	margin: 10px 5px 10px 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 7px -1px #bbb;
	background-color: #FF0000;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a.waiting:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.waitingoff {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height:1.4;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding: 11px 11px 11px 11px;
	margin: 10px 5px 10px 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 7px -1px #bbb;
	background-color: #FF0000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.kyocho {
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
	text-decoration-color:#FF0000;
}

div#qr2 {
	width:300px;
	display:inline-block;
	padding: 6px 12px 6px 6px;
	border-radius: 5px;
	font-size: px;
	float: left;
	margin: 5px 0px 5px 0px;
	box-shadow: 3px 3px 7px -1px #ddd;
	border: solid 1px #ddd;
	background-color: #ffffff;
}

/*強調−上下ボーダー*/
.kyocho2 {
	color: red;
	font-weight:bold;
	border-top:solid 1px red;
	border-bottom:solid 1px red;
	width:330px;
	padding:4px 0 4px 0;
	text-align:center;
}

.ft_b {
	font-weight:bold;
}


.ft_16 {
	font-size:16px;
}

.ft_18 {
	font-size:18px;
}

.ft_20 {
	font-size:20px;
}

.ft_22 {
	font-size:22px;
}
.ft_24 {
	font-size:24px;
}
.ft_26 {
	font-size:26px;
}
.ft_28 {
	font-size:28px;
}

.marquee {
	padding: 0;
	overflow: hidden;
	margin: 0 0 -7px 0;
	/*border: 1px #ccc solid;
	border-radius: 5px;
	background-color: #eee;*/
}

.marquee-text {
	padding: 0;
	margin: 0 0 -10px 0;
	display: inline-block;
	padding-left: 100%;
	white-space: nowrap;
	animation: marquee 13s linear infinite;
}

.footer {
	width:100%;
	margin: 0 auto;
	padding:0 30px;
	box-sizing: border-box;

}

.copy { /* border:solid 1px red; */
	padding: 8px 0 13px;
	text-align: center;
	border-top: 1px solid #333;
	
}

#honbun3 p {margin: 10px 0;}




@keyframes marquee {
	0% { transform: translate(0); }
	100% { transform: translate(-100%); }
}









