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

.new {
	margin-top:30px;
	width:100%;
}

.new img {
	width:100%;
	border:solid 1px #CCCCCC;
	margin:-1px;
}

.news-text {
	margin-top:50px;
}

.news-text p {
	margin-top:20px;
}

.news-text h2 {
	margin-top:50px;
}



/* smartphone  */
@media screen and (min-width:480px){
	
}

/* tablet */
@media screen and (max-width:768px){
	
}

/* below 768px~1170px */
@media screen and (min-width:768px) and ( max-width:1170px) {
	
}

/* above 1170px */
@media screen and (min-width:1170px) {

}