<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* スマートフォン　英語版 en */

/*
警視庁-犯罪情報マップ
BASECOLOR: 27479b
*/

/* =====================================
	ボタン画像
====================================== */

/* Backボタン */
#search #search_head a img {
    display: none;
}

#search #search_head a#search_back {
    display: block;
    width: 58px;
    height: 29px;
    background: transparent url(../../Content/images/en/btn_back.png) no-repeat 0 0;
}

/* View the mapボタン */
#search li.now_address a {
    background: url(../../Content/images/en/btn_map_view.png) no-repeat 98% center;
}

/* on off ボタン*/
.icheckboxui {
    background: #2472d4 url(../../Content/images/en/form-checkbox.png) no-repeat 0 0;
}
#view_select .check_all .check_all_checkbox {
    background: #2472d4 url(../../Content/images/en/form-checkbox.png) no-repeat 0 0;
}
#view_select .check_all .uncheck_all_checkbox {
    background: #2472d4 url(../../Content/images/en/form-checkbox.png) 0 0 no-repeat;
    background-position: 100% 0%;
}
</pre></body></html>