@charset "utf-8";

/*-----------------------------------------
pageTitle
-----------------------------------------*/
#pageTitle .icon {
	background: url(../images/bg_pagetitle.png) no-repeat 6px 50%;
	background-size: 36px auto;
}

/*-----------------------------------------
support
-----------------------------------------*/
#contents #support {
	padding-top: 50px;
}

#contents #support #supportList li a {
	border: 1px solid #DDD;
	padding: 19px;
}

@media all and (max-width: 599px){
	/*-----------------------------------------
	pageTitle
	-----------------------------------------*/
	#pageTitle .icon {
		background-position: 5px 50%;
		background-size: 26px auto;
	}

	#contents #support {
		padding-top: 20px;
	}

}