@charset "UTF-8";
/* CSS Document */

html, body{
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}


/*Header
------------------------------------------*/
header{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
header a{
	color: #333;
}
header h1{
	font-size: 3rem;
	line-height: 120%;
	text-align: center;
	padding: 10px 0;
}


/*Footer
------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}
footer p{
	text-align: center;
	font-size: 1rem;
	line-height: 100%;
	padding: 10px 0;
}


/*Common
------------------------------------------*/
.inner{
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#scrtop{
	position: fixed;
	bottom: 100px;
	right: 0;
	line-height: 0;
}
#scrtop>a{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	line-height: 100%;
	border-right: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#scrtop>a:hover{
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#contents{
	padding: 100px 0;
}
#contents p{
	font-size: 1.4rem;
	line-height: 160%;
	color: #333;
	text-align: left;
}
#contents>.inner{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
#contents .entry{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 260px;
	margin: 0 20px 40px 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .entry:nth-child(4n){
	margin-right: 0;
}
#contents .entry:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contents .entry>p.img{
	line-height: 0;
	width: 100%;
	margin: 0 auto 10px;
	position: relative;
	z-index: 2;
}
#contents .entry>p.img:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #0a7c2e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
#contents .entry>p.img img{
	width: 100%;
	height: auto;
}
#contents .entry>p.tx{
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
}
#contents .entry>p.tx a{
	color: #333;
}




@media screen and (min-width:768px){
	.sp{display: none !important;}
}

@media screen and (max-width:767px){
	.pc{display: none !important;}
}

@media print{
	body {
		zoom: 0.66;
		-webkit-print-color-adjust: exact;
	}
	.sp{display: none !important;}
}