.societylist {
	width: 540px;
	margin-left: 170px;
	padding-top: 10px;
	z-index:100;
}
.societylist ul {
	list-style: none;
	margin:0;
	padding:0;
}
#sort>li {
	list-style:none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-indent: 10px;
}
#sort li:hover {
	background-color: #fcc;
}
.dropdown {
	display: inline-block;
	background: #fff;
	border: solid 1px black;
	position: relative;
	width: 450px;
	padding: 5px;
	cursor: pointer;
	z-index: 9999;
}
.dropdown > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 450px;
	border: 1px solid #666;
	border-top: none;
	background-color: #fff;
	height: 0;
	overflow: hidden;
}
.dropdown:hover > ul {
	height: auto;
}
.dropdown a {
	display: block;
	color: black;
	text-decoration: none;
}
.dropdown a:hover {
	background-color: #fcc;
}
.dropdown span::before {
	position: absolute;
	top: 40%;
	left: 95%;
	content: '';
	border-top: 7px solid #333;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}
.cate_clear {
	margin-left: 470px;
	margin-top: -36px;
}
.cate_clear a {
	display:block;
	border: 1px solid #333;
	text-decoration:none;
	width: 65px;
	text-align:center;
	color:#333;
	height: 34px;
}
.container {
	width: 540px;
	margin-left: 182px;
	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;
}
.yeararea {
	width: 100%;
	margin-top: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	display:block;
}
h2 span {
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
}
h2 span::before, h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 1.5em;
	height: 1px;
	background-color: black;
}
h2 span::before {
	left: 100%;
}
h2 span::after {
	right: 100%;
}
.box {
	width: 155px;
	border: 1px solid #999;
	margin-right: 20px;
	margin-bottom: 20px;
}
.cate_aha {
	background: rgb(204,0,0);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_acc {
	background: rgb(179,0,12);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_esc {
	background:rgb(250,23,15);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_asco {
	background: rgb(14,9,153);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_rsna {
	background: rgb(73,176,245);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_isc {
	background: rgb(241,196,15);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_sabcs {
	background: rgb(230,126,34);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_aacr {
	background: rgb(231,76,60);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_apa {
	background: rgb(55,179,21);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_esh {
	background: rgb(244,114,208);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_ipa {
	background: rgb(130,90,44);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.cate_wcbp {
	background: rgb(160,82,45);
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: 12px;
	margin:0;
	text-align:center;
}
.society {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align:center;
}
.day {
	background: url(../img/home/kaiki-icon.gif) no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 13px;
	text-indent: 30px;
	margin-left:10px;
}
.venue {
	background: url(../img/home/kaisaichi-icon.gif) no-repeat;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 13px;
	text-indent: 40px;
	margin-left:10px;
}
.link {
	text-align:center;
}
#scroll_top {
	cursor: pointer;
	position: fixed;
	right: 280px;
	bottom: 30px;
}
#scroll_top.topbtn {
	padding: 5px;
	font-size: 12px;
	display: inline-block;
	border: 1px solid #666;
	border-radius: 1px;
}