@charset "utf-8";
@media only screen and (min-width: 600px) {

/*=================================
アイキャッチここから
=================================*/
.eye{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.eye img{
	width: 104px;
	height: auto;
	margin: 50px auto 0;
	display: block;
}
.eye h2{
	text-align: center;
	margin-top: 35px;
	font-size: 17px;
	font-weight: 800;
	line-height: 27px;
	letter-spacing: 1px;
	margin-bottom: 70px;
}


/*=================================
mainここから
=================================*/
main{
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.single_bg{
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
main section.main{
	display: block;
	float: left;
	width: 725px;
	height: auto;
	padding-bottom: 85px;
}
main section.main div.single_area{
	width: 100%;
	height: auto;
}
main section.main div.single_area img{
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 10px auto;
	display: block;
}
main section.main div.single_area h3{
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 2px solid #181818;
	margin-bottom: 15px;
}

main section.main div.single_area p{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
main section.main div.single_area a.to_archive{
	width: 200px;
	height: auto;
	padding: 10px 0;
	display: block;
	margin: 100px auto 0;
	background-color: #B7DCF0;
	background-color: #333333;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	border-bottom: 0;
}

}



































/*=================================
SP用CSS
=================================*/

@media only screen and (max-width: 599px) {
.sp_none{
	display: none!important;
}
body{
	min-width: 100%;
	background-color: #fff;
}

/*=================================
アイキャッチここから
=================================*/
.eye{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.eye img{
	width: auto;
	height: 45px;
	margin: 25px auto 0;
	display: block;
}
.eye h2{
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 800;
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

/*=================================
mainここから
=================================*/
main{
	width: 100%;
	height: auto;
	overflow: hidden;
}

main section.main{
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
}
main section.main div.single_area{
	width: 100%;
	height: auto;
}
main section.main div.single_area h3{
	margin: 33px 0 15px;
	padding: 5px 0 15px;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	border-bottom: 2px solid #181818;
}
main section.main div.single_area img{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 10px auto;
	display: block;
}
main section.main div.single_area p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
main section.main div.single_area a.to_archive{
	width: 165px;
	height: auto;
	padding: 10px 0;
	display: block;
	margin: 30px auto 0;
	background-color: #333333;
	color: #fff;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 800;
	border-bottom: 0;
}





}

