@charset "UTF-8";

.mainPhoto {
    background: url("../image/news/main.jpg") no-repeat 0 90%;
    background-size: 100%;
}

.newsWrap {
    max-width: 900px;
    margin: 0 auto 120px;;
}

.newsWrap .date {
	margin-bottom: 10px;
}

.newsWrap .title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.newsWrap .title p {
	line-height: 1.6;
}


@media screen and (max-width:768px) { 

	.underPage .wrap p, .underPage .wrap dd, .underPage .wrap li {
		font-size: 14px;
	}	
	
	.newsWrap {
		margin: 0 auto 60px;
	}
	
	
	

}

@media screen and (min-width:769px) and (max-width:1024px) { 


	

}
