body {
	font-family:"Yu Gothic Medium", "$B^b%4%7%C%/(B Medium", YuGothic, "$B^b%4%7%C%/BN(B", "$B%R%i%.%N3Q%4(B Pro W3", "$B%a%$%j%*(B", sans-serif;
}

#head-copy {
	line-height: 1.2;
}

li {
	list-style: none;
}

a:hover {
	text-decoration: underline;
}

.pagination {
	margin: 0 0 30px;
}
.pagination a {
	color: #000;
	margin: 0 2px 0;
}

.attention {
	text-align: center;
	margin: 30px 0;
	line-height: 10;
}

.content-nav {
	display: none;
}

#page-title {
	margin: 0 0 10px 0;
}

#menu {
	height: auto;
	margin-bottom: 24px;
}

#menu:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.menu-message {
	height: 80px;
}

.menu-program {
	height: 80px;
	border-bottom: 6px solid #000;
}

#alpha {
	display: inline-block;
	width: 520px;
	margin: 0 20px 0 0;
	vertical-align: top;
}


#beta {
	display: inline-block;
	vertical-align: top;
	width: 170px;
}
#beta li {
	position: relative;
	line-height: 1.5;
	padding: 0 0 0 10px;
}
#beta li:before {
	content: ">";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.widget-calendar {
margin: 0 0 18px 0;
text-align: center;
padding: 18px 0;
width: 100%;
	box-sizing: border-box;
	border: 1px solid #0e0b0a;
}
.widget-calendar table {
	display: inline-block;
}
.widget-calendar a {
	color: #000;
}

.widget-archive-monthly {
margin: 0 0 18px 0;
padding: 18px 16px;
width: 100%;
	box-sizing: border-box;
	border: 1px solid #0e0b0a;
}
.widget-archive-monthly h3 {
	margin: 0 0 20px 0;
	text-align: center;
}
.widget-archive-monthly a {
	color: #000;
}

.widget-recent-entries {
width: 100%;
padding: 18px 16px;
	box-sizing: border-box;
	border: 1px solid #0e0b0a;
}
.widget-recent-entries h3 {
	text-align: center;
	margin: 0 0 20px 0;
}
.widget-recent-entries a {
	color: #000;
}

.entry-asset {
padding: 30px 40px;
margin: 0 0 50px 0;
	box-sizing: border-box;
	border: 1px solid #0e0b0a;
}

.asset-body {
	
}

.asset-body h2 {
	line-height: 1.5;	
	font-size: 20px;
	margin: 0 0 7px 0;
}

.entry-date { 
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 7px 0;
	line-height: 1.5;	
}

.entry-body { 
	line-height: 1.5;	
}



@media screen and (max-width: 721px) {

	#alpha {
		display: block;
		width: auto;
		margin: 0;
	}


	#beta {
		display: block;
		width: auto;
		vertical-align: top;
	}

	.widget-calendar {
		display: none;
	}

	.widget-recent-entries {
		display: none;
	}
		
	.attention {
		margin: 30px 0;
		line-height: 2;
	}

}
