@charset "UTF-8";
#top {
	font-family: 'News Cycle', sans-serif;
	padding: 0 10px;
	box-sizing: border-box;
}
.top_bg {
	background: url(../common/sq_top.png) center top;
	background-size: 33px;
}
#top > div:first-of-type {
	padding: 99px 0 99px 0;
}
#top > div:first-of-type img {
	width: 231px;
}
#top ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 99px 0;
}
#top li {
	font-size: 26px;
	letter-spacing: 5px;
	width: 50%;
	box-sizing: border-box;
	opacity: 0.8;
	float: left;
}
#top li:nth-of-type(1) {
	background: url(../img/photo_001.jpg)center;
	background-size: cover;
	margin: 0 0 15px 0;
	border-right: #fff solid 2px;
}
#top li:nth-of-type(2) {
	background: url(../img/photo_002.jpg) center;
	background-size: cover;
	border-left: #fff solid 2px;
}
#top li a {
	color: #fff;
	background: rgba(180,180,180,0.4);
	padding: 80px 0;
	display: block;
	transition: all 0.2s linear;
}
#top li a:hover {
	color: #fff;
	background: rgba(255,255,255,0.4);
	padding: 80px 0;
	display: block;
}
#top ul:after {
	content: "";
	clear: both;
	display: block;
}
@media only screen and (max-width: 600px) {
	#top {
		padding: 0 20px;
	}
	#top li {
		width: 100%;
		float: none;
	}
	#top li:nth-of-type(1) {
		margin: 0 0 15px 0;
		border-right: none;
	}
	#top li:nth-of-type(2) {
		border-left: none;
	}
	#top li a {
		padding: 60px 0;
	}
	#top li a:hover  {
		padding: 60px 0;
	}
}
@media only screen and (max-width: 420px) {
	#top > div:first-of-type {
	padding: 66px 0 66px 0;
	}
	#top ul {
	padding: 0 0 48px 0;
}
}
@media only screen and (max-width: 380px) {
	#top > div:first-of-type {
	padding: 33px 0 33px 0;
	}
	#top ul {
	padding: 0 0 48px 0;
}
	#top li a {
		padding: 55px 0;
	}
	#top li a:hover  {
		padding: 55px 0;
	}
}
@media only screen and (max-width: 320px) {
	.top_bg {
	background: url(../common/sq_top.png) center top;
	background-size: 22px;
	}
	#top > div:first-of-type {
	padding: 44px 0 44px 0;
	}
	#top > div:first-of-type img {
	width: 154px;
	}
	#top ul {
	padding: 0 0 33px 0;
}
	#top li a {
		padding: 40px 0;
	}
	#top li a:hover  {
		padding: 40px 0;
	}
}