@charset "utf-8";
main.schedule {
	padding-bottom: 68px;
}
.wrapper section.top > h3 {
	margin-bottom: 5px;
}
main.schedule section.top .border {
	height: 40px;
}
main .wrapper section dl dd {
	margin-bottom: 0;
}
main .wrapper section dl a {
	text-decoration: underline;
}
.top h2 {
	font-weight:bold;
}
.top h3 {
	margin:80px 0 20px 0;
	position: relative;
	font-size:32px;
	font-weight:bold;
	width:290px;
	height:70px;

}

.top h3 img {
	position: absolute;
	left:0;
	top:0;
}
dl dt {
	display: inline-block;
	vertical-align: top;
	width:275px;
	padding-bottom:10px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
}
dl dt > small {
	font-weight: normal;
}
dl dt.dt1-3 {
}
dl {
	font-size: 0;
}
dl dd {
	width: calc(100% - 275px);
	display: inline-block;
	vertical-align: top;
	padding-bottom:20px;
	line-height: 1.6;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* 予選大会詳細 */
.wrapper section.middle > h3 {
		margin: 0 0 36px 0;
}
.block-pref {
	margin-bottom: 72px;
}
.middle .pref-ttl {
	color: #ff4c6a;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
.wrapper section.middle .pref_dl {
	display: table;
}
.wrapper section.middle .pref_dl.pref_dl__middle {
	margin-top: 4px;
}	
.wrapper section.middle .pref_dl dt{
	float: none;
	width: 95px;
	display: table-cell;
	padding-bottom: 0;
}
.wrapper section.middle .pref_dl dd{
	float: none;
	display: table-cell;
	line-height: 1.8;
	padding-bottom: 0;
}
main.schedule .wrapper .middle {
	margin-top: 55px;
}

