@charset "UTF-8";
/* CSS Document */
.wrapper-contents_top{
margin-top: 50px;
}



@media screen and (max-width:999px){
.wrapper-contents_top{
margin-top: 100px!important;
}	
}

.contents-item_img{
	position: relative;
}


.contents-item_img img{
	width: 100%;
	max-width: 580px;
}

.contents-item_news{
	margin: 0 auto;
}

.nav_main li:first-child:hover{
opacity: 1;
}

	
.logo_sp img:hover{
opacity: 1;
}

.top-caption a{
position: absolute;
font-size: 10px;
right: 100px;
bottom:-10px;
padding: 0 5px;
color: #000;
}

.nav_main li:first-child img{
   width: 225.5px;
}

@media screen and (max-width:999px){
.top-caption a{
position: absolute;
font-size: 10px;
right: 10px;
bottom:-10px;
padding: 0 5px;
color: #000;
}
	
}





