@charset "utf-8";


.pc_none { display: none;}
.sp_none { display: block;}


@media screen and (max-width:768px){
	
	
	#topicPath {
		display: none!important;
	}
	
	div#content { width:100%!important; float:none;font-size:14px; }
	
	#content_inner {
		padding: 80px 0 50px!important;
		margin: 0!important;
	}
	
	#content_inner img {
		width: 100%;
		height: auto;
		vertical-align: bottom!important;
		line-height: 1.0em!important;
	}

	
	.pc_none { display: block;}
	.sp_none { display: none;}
	
	.pc_none div { margin-top: -1px;}
	
	
}