html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #404040;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="button"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
input[type="button"].button_active {
  background-color: #41719c !important;
}
input[type="text"],
input[type="password"] {
  padding: 8px 4px;
  font-size: 14pt;
}
/* 画面タイトル */
div.title {
  padding: 8px;
  color: #fff;
  border-bottom: solid 1px #707070;
  font-size: 14pt;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 97%;
  background-color: #404040;
  z-index: 10;
}
div.title div {
  float: left;
  margin-right: 4px;
}
div.title div a {
  color: #fff;
  text-decoration: none;
}
div.title a {
  color: #fff;
  text-decoration: none;
}
div.title a div.img {
  text-align: center;
  font-size: 8pt;
  color: #fff;
}
div.title a div.img img {
  width: 30px;
  margin-bottom: 4px;
  vertical-align: middle;
}
div.title a #btnBack {
  padding-right: 12px;
}
div.title a div.small {
  padding-top: 6px;
  font-size: 9pt;
}
div.title a div.noselect {
  color: #313131;
}
div.title div.text {
  padding-top: 12px;
  margin-left: 0px;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right!important;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}
input[type="button"].desbtn {
  color: #fff;
  background-color: #5b9bd5;
  border: solid 2px #41719c;
  border-radius: 4px;
  padding: 8px;
}
input[type="button"].desbtnOrange {
  color: #fff;
  background-color: #ed7139;
  border: solid 2px #ed7139;
  border-radius: 4px;
  padding: 8px;
}
input[type="button"].disabled {
  background-color: #333;
  border-color: #111;
  color: #999;
}
select {
  font-size: 12pt;
}
#message_alert,
#message_confirm,
#message_show,
#message_confirm_checkbox,
#message_confirm_textbox {
  display: none;
  position: fixed;
  /*background-color:@popup-background-color;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
#message_alert table,
#message_confirm table,
#message_show table,
#message_confirm_checkbox table,
#message_confirm_textbox table {
  width: 90%;
  height: 100%;
}
#message_alert table tr,
#message_confirm table tr,
#message_show table tr,
#message_confirm_checkbox table tr,
#message_confirm_textbox table tr {
  /*background-color:rgba(0,0,0,0);*/
}
#message_alert table tr td,
#message_confirm table tr td,
#message_show table tr td,
#message_confirm_checkbox table tr td,
#message_confirm_textbox table tr td {
  color: #111;
  text-align: center;
  line-height: 1.7;
  height: 100%;
  vertical-align: middle;
}
#message_alert table tr td div.row,
#message_confirm table tr td div.row,
#message_show table tr td div.row,
#message_confirm_checkbox table tr td div.row,
#message_confirm_textbox table tr td div.row {
  background-color: #fff;
  padding: 24px 24px 0 24px;
  border-radius: 4px;
  font-weight: bold;
  border: solid 1px #707070;
}
#message_alert table tr td div.checkbox_area,
#message_confirm table tr td div.checkbox_area,
#message_show table tr td div.checkbox_area,
#message_confirm_checkbox table tr td div.checkbox_area,
#message_confirm_textbox table tr td div.checkbox_area {
  margin: 12px 0;
}
#message_alert table tr td div.button_area,
#message_confirm table tr td div.button_area,
#message_show table tr td div.button_area,
#message_confirm_checkbox table tr td div.button_area,
#message_confirm_textbox table tr td div.button_area {
  text-align: right;
}
#message_alert table tr td div.button_area input[type="button"],
#message_confirm table tr td div.button_area input[type="button"],
#message_show table tr td div.button_area input[type="button"],
#message_confirm_checkbox table tr td div.button_area input[type="button"],
#message_confirm_textbox table tr td div.button_area input[type="button"] {
  color: #5b9bd5;
  background-color: #fff;
  border-color: #fff;
  padding: 18px;
}
#message_show table tr td div.row {
  padding-bottom: 24px;
}
#message_confirm_textbox table {
  width: 94%;
}
#message_confirm_textbox table tr td {
  width: 100%;
}
#message_confirm_textbox table tr td div.row {
  text-align: left;
}
#message_confirm_textbox table tr td div.row input[type="text"] {
  width: 96%;
}
table tr.solid td,
table tr.solid_close td {
  text-align: right;
  background-color: #404040;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
table tr.solid td input,
table tr.solid_close td input {
  margin-right: 2px;
}
/** 課金誘導ポップアップ */
#executebill {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 5000;
  padding: 36px 0;
  margin: 0;
}
#executebill div.scroll_y {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#executebill table {
  height: 100%;
}
#executebill table div.subheader {
  position: relative;
  background-image: url('../img/paid/header.png');
  background-size: contain;
}
#executebill table div.subheader div.btn_close_icon {
  text-align: right;
  padding: 6px;
  width: 30px;
}
#executebill table div.subheader div.btn_close_icon img {
  width: 80%;
}
#executebill table div.subheader div.btn_go_body,
#executebill table div.subheader div.btn_check {
  /*position: relative;*/
  position: absolute;
  text-align: center;
}
#executebill table div.subheader div.btn_go_body img,
#executebill table div.subheader div.btn_check img {
  width: 90%;
}
#executebill table div.subbody {
  position: relative;
}
#executebill table div.subbody > img {
  width: 100%;
}
#executebill table div.subbody div.btn_pay {
  text-align: center;
  position: absolute;
}
#executebill table div.subbody div.btn_pay img {
  width: 90%;
}
/* iPhone専用 ここから 2017-05-26@Jun*/
#executebill table div.subbody div.btn_applesub {
	text-align: center;
	position: absolute;
}
#executebill table div.subbody div.btn_rule {
	text-align: center;
	position: absolute;
}
#executebill table div.subbody div.btn_function {
	text-align: center;
	position: absolute;
}
#executebill table div.subbody div.btn_function img,
#executebill table div.subbody div.btn_applesub img,
#executebill table div.subbody div.btn_rule img {
	width: 90%;
}
/* iPhone専用 ここまで 2017-05-26@Jun */
#executebill table div.subbody div.btn_close_text {
  text-align: center;
  position: absolute;
  width: 100%;
}
#executebill table div.subbody div.btn_close_text img {
  width: 30%;
}
/** プログレスバー */
#progressBar {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 5000;
}
#progressBar div.progress_contents {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 46%;
  padding: 10px 40px;
  text-align: center;
}
#progressBar div.progress_contents div.progress_base {
  margin-bottom: 36px;
}
#progressBar div.progress_contents div.progress_base div.progress_max {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #999;
  height: 32px;
  border-radius: 8px;
}
#progressBar div.progress_contents div.progress_base div.progress_value {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  background-color: #5b9bd5;
  height: 32px;
  border-radius: 8px;
}
#progressBar div.progress_contents div.progress_base div.progress_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 8px;
}
#progressBar div.progress_contents div.progress_cancel {
  margin-top: 12px;
}
/* フリックリストスタイル */
div.fliclists {
  color: #fff;
  margin-top: 70px;
  margin-bottom: 140px;
}
div.fliclists div.nolist {
  padding: 12px;
  color: #707070;
}
div.fliclists div.gray {
  color: #aaa;
}
div.fliclists div.subtitle {
  padding: 12px;
  color: #ed7139;
  font-weight: bold;
  background-color: #202020;
}
div.fliclists div.subtitle2 {
  padding-left: 24px;
  /*color: #ed7139;*/
  color: #fff;
  font-weight: bold;
  background-color: #707070;
}
div.fliclists div.used {
  color: #ed7139;
}
div.fliclists div.yellow {
  color: #ffd966;
}
div.fliclists div.list {
  height: 62px;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #707070;
}
div.fliclists div.list div.list_left {
  overflow: hidden;
  height: 62px;
  vertical-align: middle;
  position: absolute;
  display: none;
  top: 0;
}
div.fliclists div.list div.list_left div div {
  margin-top: 4px;
  text-align: center;
  margin-left: 10px;
  font-size: 9pt;
  line-height: 1.4em;
}
div.fliclists div.list div.list_left div div img {
  width: 40px;
}
div.fliclists div.list div.list_contents {
  width: 100%;
  height: 62px;
  vertical-align: middle;
  background-color: #404040;
  position: relative;
  z-index: 1;
}
div.fliclists div.list div.list_contents div {
  display: table-cell;
  height: 62px;
  vertical-align: middle;
}
div.fliclists div.list div.list_contents div.accessory {
	float: right;
	padding: 20px 0;
	margin-right: 16px;
}
div.fliclists div.list div.list_contents div.accessory img {
	width:12px;
	height:12px;
}
div.fliclists div.list div.list_contents div.checkbox {
  margin-left: 12px;
  overflow: hidden;
}
div.fliclists div.list div.list_contents div.checkbox div {
  width: 24px;
}
div.fliclists div.list div.list_contents div.checkbox div input {
  display: none;
}
div.fliclists div.list div.list_contents div.checkbox div img {
  width: 100%;
}
div.fliclists div.list div.list_contents div.number {
  width: 20px;
  margin-right: 12px;
}
div.fliclists div.list div.list_contents div.image_icon {
  width: 20px;
  margin-right: 12px;
}
div.fliclists div.list div.list_contents div.image_icon img {
  width: 100%;
}
div.fliclists div.list div.list_contents div.date {
  width: 60px;
  margin-right: 12px;
}
div.fliclists div.list div.list_contents div.name {
  white-space: nowrap;
  overflow: hidden;
  width: 160px;
}
div.fliclists div.list div.list_contents div.name div.img {
  height: auto;
  margin-right: 4px;
}
div.fliclists div.list div.list_contents div.name div.img img {
  width: 18px;
}
div.fliclists div.list div.list_contents div.name div.text {
  height: auto;
}
div.fliclists div.list div.list_contents div.name div.sub {
  height: auto;
  padding-top: 4px;
  font-size: 9pt;
  text-align: right;
}
div.fliclists div.list div.list_contents div.name span.yellow {
  color: #ffd966;
}
div.fliclists div.list div.list_right {
  overflow: hidden;
  height: 62px;
  vertical-align: middle;
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  z-index: 0;
}
div.fliclists div.list div.list_right div div {
  margin-top: 4px;
  text-align: center;
  margin-right: 8px;
  font-size: 9pt;
  line-height: 1.4em;
}
div.fliclists div.list div.list_right div div img {
  width: 40px;
}
/* リスト下部の画面切り替えボタン */
div.flic_maplist_button,
div.flic_gpslist_button,
div.flic_planlist_button {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #404040;
  border-top: solid 1px #707070;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  z-index: 1800;
  pointer-events: auto; /*add-191205*/
}
div.flic_maplist_button div.maplist_local,
div.flic_maplist_button div.maplist_server,
div.flic_gpslist_button div.gpslist_local,
div.flic_gpslist_button div.gpslist_server,
div.flic_planlist_button div.planlist_local,
div.flic_planlist_button div.planlist_server,
div.flic_planlist_button div.planlist_yamapla {
  width: 50%;
  margin: auto;
  text-align: center;
}
div.flic_planlist_button div.planlist_local,
div.flic_planlist_button div.planlist_server,
div.flic_planlist_button div.planlist_yamapla {
  width: 33%;
}
div.flic_maplist_button div.maplist_local img,
div.flic_maplist_button div.maplist_server img,
div.flic_gpslist_button div.gpslist_local img,
div.flic_gpslist_button div.gpslist_server img {
  width: 20%;
}
div.flic_planlist_button div.planlist_local img,
div.flic_planlist_button div.planlist_server img,
div.flic_planlist_button div.planlist_yamapla img {
  width: 30%;
}
div.flic_maplist_button div.maplist_local div,
div.flic_maplist_button div.maplist_server div,
div.flic_gpslist_button div.gpslist_local div,
div.flic_gpslist_button div.gpslist_server div,
div.flic_planlist_button div.planlist_local div,
div.flic_planlist_button div.planlist_server div,
div.flic_planlist_button div.planlist_yamapla div {
  margin-top: 4px;
  font-size: 11pt;
  color: #fff;
}
div.flic_maplist_button div.maplist_local div.noselect,
div.flic_maplist_button div.maplist_server div.noselect,
div.flic_gpslist_button div.gpslist_local div.noselect,
div.flic_gpslist_button div.gpslist_server div.noselect,
div.flic_planlist_button div.planlist_local div.noselect,
div.flic_planlist_button div.planlist_server div.noselect,
div.flic_planlist_button div.planlist_yamapla div.noselect {
  color: #000;
}

/* リスト下部の削除・ダウンロードボタン */
div.flic_close_button,
div.flic_upload_button {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #404040;
  border-top: solid 1px #707070;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  z-index: 2000;
  pointer-events: auto; /*add-191205*/
}
div.flic_close_button {
  background-color: #604040;
}
div.flic_upload_button {
  background-color: #404060;
}
div.flic_close_button div.delete_box,
div.flic_close_button div.all_check,
div.flic_upload_button div.all_check,
div.flic_upload_button div.upload_box {
  width: 50%;
  margin: auto;
  text-align: center;
}
div.flic_close_button div.delete_box img,
div.flic_close_button div.all_check img,
div.flic_upload_button div.all_check img,
div.flic_upload_button div.upload_box img {
  width: 20%;
}
div.flic_close_button div.delete_box div,
div.flic_close_button div.all_check div,
div.flic_upload_button div.all_check div,
div.flic_upload_button div.upload_box div {
  margin-top: 4px;
  font-size: 11pt;
  color: #fff;
}
div.hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
/* 一覧の詳細本体デザイン */
#list_buttons {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #404040;
  z-index: 500;
  color: #fff;
  font-size: 11pt;
  white-space: nowrap;
  /*border: solid 24px #fff;*/
}
/* 一覧の詳細ヘッダーデザイン */
#list_buttons div.list_buttons_header {
  padding: 8px;
  color: #fff;
  border-bottom: solid 1px #707070;
  font-size: 14pt;
  font-weight: bold;
  width: 97%;
  margin-bottom: 12px;
  background-color: #404040;
}
#list_buttons div.list_buttons_header div.button_close {
  /*width: 70px;*/
  text-align: center;
  font-size: 8pt;
}
#list_buttons div.list_buttons_header div.button_close div.button_img img {
  width: 30px;
  margin-bottom: 4px;
  vertical-align: middle;
}
#list_buttons div.list_buttons_header div.button_close div.button_text {
  padding-top: 0px;
  margin-left: 4px;
}
#list_buttons div.list_buttons_header div.button_close_text {
  padding-top: 12px;
  padding-left: 12px;
  font-size: 12pt;
}

#list_buttons div.button_area {
  width: 92px;
  padding: 24px;
  text-align: center;
  margin-left: 12px;
}
#list_buttons div.button_area div.button_img img {
  width: 40%;
}
#list_buttons div.button_area div.button_text {
  margin-top: 12px;
}
/* 課金ダイアログ */
#billController {
  position: fixed;
  bottom: 0;
  left: 34px;
  padding: 12px;
  background-color: #ccc;
}
#billSelector {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 100000;
  padding-top: 24px;
  font-size: 14pt;
}
#billSelector div.test_title {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 24px;
}
#billSelector label {
  display: block;
  margin-bottom: 12px;
}
div.button_close_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: :nowrap;
}
/** ボタンハイライト無効 */
a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input[type="button"]:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
input[type="button"].hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

