@charset "Shift_JIS";





.btnClose {
	cursor     : pointer;
	border     : 0px;
	width      : 148px;
	height     : 32px;
	background : url('../img_sp/btn_close_off.gif') no-repeat;
}

.btnClose_on {
	cursor     : pointer;
	border     : 0px;
	width      : 148px;
	height     : 32px;
	background : url('../img_sp/btn_close_on.gif') no-repeat;
}



.btnDisp_c {
	cursor     : pointer;
	border     : 0px;
	width      : 148px;
	height     : 32px;
	background : url('../img_sp/btn_view_off.gif') no-repeat;
	float:center;

}
.btnDisp_c_on {
	cursor     : pointer;
	border     : 0px;
	width      : 148px;
	height     : 32px;
	background : url('../img_sp/btn_view_on.gif') no-repeat;
	float:center;
}

