@charset "utf-8";
/* CSS Document */

.desktopContainer checkbox{
	display:block;
	position:relative;
	width:17px;
	height:18px;
	background:url(../images/checkbox.png) top center no-repeat;
}

.desktopContainer .checkbox_v{
	background:url(../images/checkbox_v.png) top center no-repeat;
}

.mobileContainer checkbox{
	display:block;
	position:relative;
	width:30px;
	height:32px;
	background:url(../images/m_checkbox.png) top center no-repeat;
}


.mobileContainer .checkbox_v{
	background:url(../images/m_checkbox_v.png) top center no-repeat;
}