@charset "utf-8";
/* CSS Document */

.cate_box{
	margin-bottom: 75px;
}

.intro{
	margin-bottom: 20px;
}

.cate_content{
	padding: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.first_box{
	margin-bottom: 50px;
}

.mb25{
	margin-bottom: 25px;
}

.cate_content h3{
	background-image: url(../images/eye_catch.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position:0 2px;
	margin-bottom: 5px;
}

.flt_l{
	float: left;
}

.flt_r{
	float: right;
}
.second_box h4{
	background-image: url(../images/eye_catch_sub.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position:0 2px;
}

.second_box{
	margin-left: 10px;
	margin-bottom: 30px;
}

.third_box{
	margin-left: 0;
	margin-bottom: 30px;
}

.third_box h4{
	color: white;
	background-color: #74A9E5;
	padding: 2px;
}

.third_box p{
	margin: 5px;
}

@media screen and (max-width:376px) {
	.second_box h4{
		    background-position: 0 4px;
	}
}