@charset "utf-8";
/* CSS Document */
@media all and (-ms-high-contrast: none){
	#cms_2-d .cate .cate_title{
		padding-top: 20px;
	}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
}

