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


body{
	width:810px;
	height:auto;
	background-image:url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin:0 auto;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.main{
	text-align:center;
	margin-top:500px;
	}
.main .info{
	margin: -50px auto 20px;
	padding: 20px;
	font-size: 20px;
	background-color: rgba(255,255,255,0.7);
}
.main .info img{
	width: 100%;
}
.main .info ul{
	width: 67%;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
.main .info ul li{
	display: inline-block;
	list-style: none;
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	padding: 5px;
	box-sizing: border-box;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
    vertical-align: top;
}
.main .info ul li span{
	display: block;
	font-size: 1.6rem;
}
.main .info .border{
	border: 1px solid #000;
    padding: 5px;
    display: inline-block;
    margin: 10px;
}
.main .info p{
	text-align: left;
	margin: 0 auto;
}
/*ごあいさつ*/

.txt_box{
	width:760px;
	text-align:left;
	margin-left:25px;
	line-height:25px;
	letter-spacing:0.1em;
}

.txt_boxr{
	text-align:right;
	margin-right:25px;
	line-height:25px;
}

.txt_boxr span{
	font-size:25px;
	margin-left:10px;
}

/*開催要項*/

.gaiyou{
	width:760px;
	margin-top:30px;
	}

.t_box{
	margin-top:30px;
	margin-left:25px;
}
.t_box p{
	font-size: 2rem;
}
table{
	width:760px;
	border:solid #999 1px;
	border-collapse:collapse;
	margin-bottom:50px;
}

.inbox{
	width:520px;
	border:none;
	margin-bottom: 0;
}

.tdl{
	width:100px;
	border:none;
	font-weight:bold;
	}

.tdr{
	width:auto;
	border:none;
	}

td{
	border:solid #999 1px;
}

.green{
	width:200px;
	text-align:left;
	vertical-align:text-top;
	background-color:#5e9955;
	color:#FFF;
	padding:25px 20px 20px 20px;
	line-height:25px;
	}

.white{
	width:560px;
	text-align:left;
	padding:20px 10px 20px 20px;
	line-height:25px;
	}

.white span{
	/*margin:0 10px;*/
}

.under{
	font-weight:bold;
	text-decoration:underline;
}

.mp{
	width:130px;
	border:none;
	vertical-align:text-top;
}

.nm{
	width:90px;
	border:none;
	vertical-align:text-top;
}

.mp2{
	width:auto;
	border:none;
}

/*エントリー*/

.entry{
	width:760px;
	margin:50px auto;
	}

.entry2{
	width:760px;
	margin-left:25px;
}

.fax{
	margin-right:12px;
	float:left;
	position:relative;
	text-align:center;
	width:370px;
}

.fax2{
	font-size:24px;
	position:relative;
	top:-95px;
	color:#158db9;
	font-weight:bold;
	z-index:100;
}

.mail{
	position:relative;
	float:right;
	margin:0 auto;
	text-align:center;
	width:370px;
}

.mail2{
	position:relative;
	top:-98px;
	font-size:24px;
	color:#158db9;
	font-weight:bold;
	z-index:100;
}


/*スポンサー*/

.sponsors{
	margin-top:50px;
	margin-bottom:50px;
}
.sponsors ul{
	margin: 0;
	padding: 0;
}
.sponsors ul li{
	display: inline-block;
	list-style: none;
}
.bnr{
	margin-right:20px;
}

.clear { clear:both; }
.clear hr { display:none; }
