body{
	margin:0;
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    	font-size: 15px;
    	color: #2d2d2d;
	line-height:0;
}
.contents{
	width:1120px;
	margin:0 auto;
	line-height:1.5;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.relative{
	position:relative;
}
a{
	text-decoration: none;
	color: #5f5f5f;
	font-weight:bold;
}
a:hover{
	color:gray;
	font-weight:bold;

}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -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;
}
p{
	margin:0;
}
.n-footer{
	margin:50px 0 0;
}
.p-t80{
	padding-top:80px;
}
@media only screen and (max-width:500px){
	.index a {
	    color: white;
	}
}