@charset "utf-8";

/*
 *
 *	special style
 *
 */

/*======================================
	specialList
======================================*/
.specialList {
	padding-top: 3em;
	border-top: #ddd solid 1px;
}
.specialList ul li {
	line-height: 0;
	margin-bottom: 3em;
	text-align: center;
}

.specialList ul li img {
	width: 100%;
}





/*============================================================================

	responsive

============================================================================*/
@media screen and (max-width:960px) {

}



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

}



@media screen and (max-width:480px) {
/*======================================
	specialList
======================================*/
.specialList ul li {
	margin-bottom: 10px;
}

}