@charset "UTF-8";
/* icon */
[class*=icon-]:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 4px 10px;
	background: url(../../img/common/spr_icon.png) no-repeat 0 0;
}
._S [class*=icon-]:after {
	background: url(../../img/common/m_spr_icon.png) no-repeat 0 0;
	background-size: 250px;
}
/* button icon */
.icon-link:after {
	width: 15px;
	height: 15px;
}
.icon-link.link-type01:after {
	background-position: -17px 0;
}
.icon-link.link-type02:after {
	background-position: -34px 0;
}
.icon-detail:after {
	width: 7px;
	height: 11px;
	background-position: -67px 0;
}
.icon-detail.detail-type01:after {
	background-position: -75px 0;
}
.icon-all:after {
	width: 11px;
	height: 7px;
	background-position: -85px 0;
}
.icon-all.all-open:after {
	background-position: -98px 0;
}
.icon-down:after {
	width: 16px;
	height: 16px;
	background-position: 0 -17px;
}
.down-type01:after {
	width: 17px;
	height: 17px;
	background-position: -17px -52px;
}
.icon-down.down-type02:after {
	background-position: -18px -17px;
}
.icon-reset:after {
	float: left;
	width: 20px;
	height: 16px;
	margin: 10px 8px 0 0;
	background-position: -72px -17px;
}
.icon-listen:after {
	width: 14px;
	height: 15px;
	background-position: 0 -35px;
}
._S .icon-link:after {
	width: 11px;
	height: 11px;
}
._S .icon-link.link-type01:after {
	background-position: -15px 0;
}
._S .icon-link.link-type02:after {
	background-position: -30px 0;
}
._S .icon-detail:after {
	width: 5px;
	height: 9px;
	background-position: -45px 0;
}
._S .icon-detail.detail-type01:after {
	background-position: -54px 0;
}
._S .icon-all:after {
	width: 8px;
	height: 5px;
	background-position: -63px 0;
}
._S .icon-all.all-open:after {
	background-position: -75px 0;
}
._S .icon-down:after {
	width: 12px;
	height: 12px;
	background-position: 0 -15px;
}
._S .down-type01:after {
	background-position: -32px -15px;
}
._S .down-type02:after {
	background-position: -16px -15px;
}
._S .icon-reset:after {
	width: 15px;
	height: 11px;
	margin: 12px 8px 0 0;
	background-position: -48px -15px;
}
._S .icon-listen:after {
	width: 12px;
	height: 13px;
	background-position: 0 -31px;
}