@charset "utf-8";
.project{ background:#fff; margin-top:20px; padding:30px 80px;}

.project_sec { margin-top:20px;}
.project_sec h3{height:30px;line-height:30px;position:relative;font-size:32px; font-weight:normal; border-bottom:1px dotted #ccc; margin-bottom:20px;}
.project_sec h3 a{ position:absolute;right:0;top:5px;display:block; font-size:12px}



@media only screen and (max-width:800px) {
	.project{padding: 15px;}
	.project_sec h3{ font-size:18px}
}
