@charset "UTF-8";

/* 機能に依存しないタグ毎の見栄えを定義する */

html {
 -webkit-text-size-adjust: 100%;
}

/* フッター定義 */
html.ua-desktop .uv_move_top,
html.ua-desktop .uv_move_bottom {
  display: none;
}

html.ua-desktop .uv_footer  {
  display: none;
}

/* ロゴ*/
html.ua-desktop div#header #layout #logo2 {
	display: none;
}

html:not(.ua-desktop) .uv_move_top,
html:not(.ua-desktop) .uv_move_bottom {
  position:fixed;
  right: 20px;
  margin: 5px auto;
  margin-right: -10px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  vertical-align:middle;
  z-index: 1000;
}

html:not(.ua-desktop) .uv_move_top {
  bottom: 110px;
  background-image: url("../image/mdImages/page_top.png");
  background-repeat: no-repeat;
}
html:not(.ua-desktop) .uv_move_bottom {
  bottom: 50px;
  background-image: url("../image/mdImages/page_bottom.png");
  background-repeat: no-repeat;
}

html:not(.ua-desktop) .uv_footer .inner {
  position: relative;
  background-color: #19448e ;
  text-align: left;
}

html:not(.ua-desktop) .uv_footer .inner .subnavi {
  display: inline-block;
  padding: 15px 10px 5px 10px;
  margin-bottom: 0px;
  vertical-align: top;
  width: auto;
  height: auto;
  min-height: 17px;
  float: none;
}

html:not(.ua-desktop) .uv_footer .inner .subnavi a,
html:not(.ua-desktop) .uv_footer .inner .subnavi span {
  display: none;
}

html:not(.ua-desktop) .uv_footer .inner .page_top {
  position: absolute;
  top:0px;
  right:0px;
  padding:10px 10px 10px 60px;
  background:url("../image/mdImages/ico_close.gif") no-repeat center;
  background-size:10px 10px;
  /* min-width:60px; */
  text-align:center;
  cursor:pointer;
}

html:not(.ua-desktop) #footer .uv_footer p.copyright {
  margin-top: -1px;
}

html:not(.ua-desktop) .uv_footer .copyright {
  background-color: #19448e;
  padding:10px;
  font-size:9px;
  text-align:center;
}

/* ロゴ*/
html:not(.ua-desktop) div#header #layout #logo2 {
	display: none;
}

/* タブ */
html:not(.ua-desktop) .uv_tab .uv_tab_button div {
  min-width: 15%;
}

html:not(.ua-desktop) .uv_tab .show_uv_tab_button {
  padding-top: 0;
  margin-bottom: -1px;
  height: 61px;
}

html:not(.ua-desktop) .uv_tab .show_uv_tab_button span {
  border: solid 1px #aaa;
  border-bottom-color: rgb(170, 170, 170);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #fff;
  border-bottom: none;
  color: #000000;
  padding: 20px 8px;
  z-index: 10;
  font-weight: 700;
}

html:not(.ua-desktop) .uv_tab .hide_uv_tab_button {
  padding-top: 11px;
  height: 70px;
  cursor: pointer;
}

html:not(.ua-desktop) .uv_tab .hide_uv_tab_button span {
  background-color: #084396;
  color: #fff;
  padding: 20px 8px;
}

html:not(.ua-desktop) .uv_tab .uv_tab_button_body {
  display: inline-block;
  margin-right: 1px;
}

html:not(.ua-desktop) .uv_tab .uv_tab_button_body span {
  border-top-right-radius: 9px;
  display: block;
  min-height: 20px;
  height: 100%;
  text-align: center;
  font-size: 11px;
}

/* アコーディオン */
html:not(.ua-desktop) .accordion_inner_opened,
html:not(.ua-desktop) .accordion_inner_closed {
  display: block;
}
html:not(.ua-desktop) tbody.accordion_inner_opened,
html:not(.ua-desktop) tbody.accordion_inner_closed {
  display: table-row-group;
}
html:not(.ua-desktop) table.accordion_inner_opened,
html:not(.ua-desktop) table.accordion_inner_closed {
  display: table;
}

/* PCのみに適用したいスタイル記述 */
/* 職員はPCのみなので、全てのセレクタに html:not(.ua-desktop) を付加する事 */
@media not screen and (max-width: 999px) {

html:not(.ua-desktop) body div#body {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

html:not(.ua-desktop) .uv_move_top,
html:not(.ua-desktop) .uv_move_bottom {
  display: none;
}

html:not(.ua-desktop) .uv_footer  {
  display: none;
}

/* PCのみに適用 これより上部に記述する事 */
}

/* タブレットのみに適用したいスタイル記述 */
/* 職員はPCのみなので、全てのセレクタに html:not(.ua-desktop) を付加する事 */
@media screen and (min-width: 601px) and (max-width: 999px) {

html:not(.ua-desktop) body {
  background-color: #f5f5f8;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

html:not(.ua-desktop) body div#body {
  margin: auto 15px;
}

/* iOS独自のスタイルを解除するために定義 */
html:not(.ua-desktop) input.button {
  -webkit-appearance: none;
}

/* IE10以上の矢印に対応 */
html:not(.ua-desktop) select::-ms-expand {
  display: none;
}

/* ヘッダー */
html:not(.ua-desktop) body #title {
  min-width:auto;
  background-image: none;
}

html:not(.ua-desktop) body #title h1 {
  font-size:16px;
  font-weight:700;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-image: none;
  text-align: left;
}

html:not(.ua-desktop) body #title h1 #titlebar {
  padding-top:3px;
  background-size:24px 3px;
}

html:not(.ua-desktop) body #title h1 span {
  display:block;
  border-left:solid 5px #084396;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  background-color: #084396;
  background-size:29px 120px;
  padding:8px;
}

/* ヘルプボタン */
html:not(.ua-desktop) .help {
  display: none;
}

/* カレンダー */
html:not(.ua-desktop) .cal-select-year {
    width: 65px;
}

html:not(.ua-desktop) .cal-select-month {
    width: 45px;
}

/* フッター定義 */
html:not(.ua-desktop) .uv_move_top {
  display: inline-block;
}

html:not(.ua-desktop) address.copyright  {
  display: none;
}

html:not(.ua-desktop) .uv_footer  {
  color: #fff;
  display: block;
}

/* マルチデバイスで表示しない項目 */
html:not(.ua-desktop) .md_display_none {
  display: none !important;
}

html:not(.ua-desktop) .md_display_inline {
  display:inline !important;
}

/* テーブル */
html:not(.ua-desktop) table.condition caption {
    background: #d0d0d0;
}

html:not(.ua-desktop) table.condition caption strong {
  border-bottom: 0px;
}

html:not(.ua-desktop) table.detail caption strong ,
html:not(.ua-desktop) table.list caption strong ,
html:not(.ua-desktop) table.condition caption strong {
    background-image: none;
    padding: 0px 0px;
}

html:not(.ua-desktop) table.detail,
html:not(.ua-desktop) table.list,
html:not(.ua-desktop) table.condition {
  width: 100%;
  font-size: 14px;
}

html:not(.ua-desktop) table.detail {
  border-collapse: collapse;
}

html:not(.ua-desktop) table.detail caption strong,
html:not(.ua-desktop) table.list caption strong {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-top: 1.5em;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom-width: 0px;
}

html:not(.ua-desktop) table.detail caption strong > div,
html:not(.ua-desktop) table.list caption strong > div {
  display: block !important;
  font-size:16px;
  color:#222;
  background:url("../image/mdImages/bg_h2.gif") repeat-x bottom left;
  background-size:1px 5px;
  padding-bottom:5px !important;
}

html:not(.ua-desktop) table.detail tr {
  border-top: solid 2px #d9d1b8;
}

html:not(.ua-desktop) table.detail tr td {
  min-height: 21px;
}

html:not(.ua-desktop) table.detail tr th,
html:not(.ua-desktop) table.detail tr td {
  vertical-align: middle;
  padding: 3px 5px;
  border-right: solid 0px;
  border-bottom: solid 0px;
  border-left: solid 0px;
}

html:not(.ua-desktop) table.detail tr th {
  background: #d6d6d8;
  color: #000000;
  font-weight: bold;
}

html:not(.ua-desktop) table.detail tr td {
  background: #e5e5e7;
  color: #000000;
}

html:not(.ua-desktop) table.list {
  border-collapse: collapse;
}

html:not(.ua-desktop) table.list tr th,
html:not(.ua-desktop) table.list tr td {
  min-height: 36px;
  vertical-align: middle;
  padding: 3px 5px;
  border:solid 1px #ccc;
}
html:not(.ua-desktop) table.list tr th {
    font-weight:700;
    text-align:center;
    background: #084396;
    color: #fff;
}

html:not(.ua-desktop) table.list tr td {
    background:#FFF;
    color:#555;
}

/* ナビ */
html:not(.ua-desktop) ul.navi {
  width: auto;
  height: auto;
  overflow:hidden;
  padding: 0px;
  margin: 0px;
  border-top:solid 1px #d9d1b8;
  border-bottom:solid 1px #d9d1b8;
  background-color:#d9d1b8;
}

html:not(.ua-desktop) .navi .navi_number {
  width: 100%;
  height: auto;
  text-align:center;
  padding:10px;
  border-bottom:solid 1px #d9d1b8;
  margin-bottom:0;
}

html:not(.ua-desktop) .navi .navi_page {
  display: block;
  width: auto;
  float: none;
  text-align:center;
  padding:15px 0px;
  background-color:#fff;
}

html:not(.ua-desktop) .navi .navi_page > font,
html:not(.ua-desktop) .navi .navi_page > a {
  padding: 6px 12px;
  display: inline-block;
}

html:not(.ua-desktop) .navi .navi_page > font:first-child,
html:not(.ua-desktop) .navi .navi_page > a:first-child {
  background: url("../image/mdImages/ico_arrow_prev.gif") no-repeat left center;
  background-size: 8px 12px;
  padding-left: 20px;
}

html:not(.ua-desktop) .navi .navi_page > font:last-child,
html:not(.ua-desktop) .navi .navi_page > a:last-child {
  background: url("../image/mdImages/ico_arrow_next.gif") no-repeat right center;
  background-size: 8px 12px;
  padding-right: 20px;
}

/* radio checkbox */
html:not(.ua-desktop) div.checkbox,
html:not(.ua-desktop) span.checkbox,
html:not(.ua-desktop) div.radio {
  display: block !important;
  float: none;
}

html:not(.ua-desktop) div.radio,
html:not(.ua-desktop) span.checkbox,
html:not(.ua-desktop) div.checkbox {
  position: relative;
  height: 44px;
}

html:not(.ua-desktop) div.radio input[type=radio],
html:not(.ua-desktop) span.checkbox input[type=checkbox],
html:not(.ua-desktop) div.checkbox input[type=checkbox] {
  padding:0;
  position:absolute;
  top:10px;
  left:14px;
  opacity: 0;
  display: none;
}

html:not(.ua-desktop) div.radio input[type=radio] + label {
  background-image:URL("../image/mdImages/bg_radio.png");
}

html:not(.ua-desktop) span.checkbox input[type=checkbox] + label,
html:not(.ua-desktop) div.checkbox input[type=checkbox] + label {
	background-image:URL("../image/mdImages/bg_check.png");
}

html:not(.ua-desktop) div.radio input[type=radio] + label,
html:not(.ua-desktop) span.checkbox input[type=checkbox] + label,
html:not(.ua-desktop) div.checkbox input[type=checkbox] + label {
  display:block;
  padding:10px 10px 10px 40px;
  background-repeat:no-repeat;
  background-position:10px center;
  background-size:20px 20px;
  background-color:#FFF;
  border:solid 2px #CCC;
  margin:0 0 5px;
  width:80%;
}

html:not(.ua-desktop) div.radio input[type=radio]:checked + label {
  background-image:URL("../image/mdImages/bg_radio_ac.png");
  background-color:#FAEAD4;
}

html:not(.ua-desktop) span.checkbox input[type=checkbox]:checked + label,
html:not(.ua-desktop) div.checkbox input[type=checkbox]:checked + label {
	background-image:URL("../image/mdImages/bg_check_ac.png");
  background-color:#FAEAD4;
}

/* ボタン定義 */
html:not(.ua-desktop) .button_main {
  text-align:center;
}
html:not(.ua-desktop) input.button {
  background-image: none;
  background-color: #c2ac42;
  border-top: solid 3px #c2ac42;
  border-bottom: solid 3px #6e6125;
  border-radius: 0;
  text-align:center;
  color: #fff;
  margin-bottom:10px;
  cursor:pointer;
  max-width:300px;
  width:100% !important;
  height: 100%;
  min-height: 35px;
  white-space: pre-wrap;
  border-left: hidden;
  border-right: hidden;
}

html:not(.ua-desktop) input:disabled.button {
  color:#444;
  border:1px solid silver;
  background-image:none;
  background-color:#e6e6e6
}

html:not(.ua-desktop) .btn_entry {
  background:url(../image/mdImages/ico_arrow_right_wh.png) no-repeat left center;
  background-size:10px 10px;
  display:inline-block;
  padding-left:20px;
}

html:not(.ua-desktop) .btn_cancel {
  background:url(../image/mdImages/ico_close_wh.png) no-repeat left center;
  background-size:8px 9px;
  display:inline-block;
  padding-left:20px;
}

html:not(.ua-desktop) .fix_button {
  background-image:url(../image/mdImages/sch-0000/u5.png);
  width:320px;
  height:60px;
  z-index:1003;
  position:fixed;
  left:50%;
  margin-left:-160px;
  bottom:0;
}

/* 入力 */
html:not(.ua-desktop) button,
html:not(.ua-desktop) input,
html:not(.ua-desktop) select,
html:not(.ua-desktop) textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size:inherit;
  line-height:inherit;
}

html:not(.ua-desktop) input[type="text"] {
  border:2px solid #ccc;
  background-color:#fff;
  color:#000;
  padding:6px 3px;
  max-width:100%;
}

html:not(.ua-desktop) input[type="text"]:focus {
  background-color:#faead4;
}

html:not(.ua-desktop) #body select {
  -webkit-appearance:none;
  -moz-appearance:none!important;
  appearance:none;
  padding:10px 40px 10px 10px;
  background-color:#FFF;
  -o-transition:none;
  background-image:url(../image/mdImages/ico_arrow_select.gif);
  background-position:right 50%;
  background-repeat:no-repeat;
  background-size:30px auto;
  border:2px solid #CCC;
  color:#333;
  max-width:100%;
}

html:not(.ua-desktop) #body select:focus {
  background-color:#faead4;
}

html:not(.ua-desktop) .support input.support_name {
  background-color: transparent;
  color: #666666;
  border: 0px;
  margin: 0px 0px 0px 4px;
}

/* タブ */
html:not(.ua-desktop) div.uv_tab {
  display: block !important;
}

html:not(.ua-desktop) .uv_tab * {
  box-sizing: border-box;
}

html:not(.ua-desktop) .uv_table_base .hide_uv_body {
  display: none;
}

html:not(.ua-desktop) .uv_table_base .show_uv_body {
  display: block;
}

html:not(.ua-desktop) .uv_tab .uv_tab_button_body span {
  border-top-right-radius: 9px;
  display: block;
  min-height: 35px;
  height: 100%;
  text-align: center;
}

html:not(.ua-desktop) .uv_table_base {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

html:not(.ua-desktop) .uv_table_base > div {
  font-size: 16px;
  color: #222;
  background: url(../bower_components/univision/images/bg_h2.gif) repeat-x bottom left;
  background-size: auto;
  background-size: 1px 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

html:not(.ua-desktop) .uv_table_base .uv_table_caption {
  display: table-caption;
  padding-top: 1.5em;
}

html:not(.ua-desktop) .uv_tab_body {
  border: solid 1px #aaa;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

html:not(.ua-desktop) .warns {
  width: 90%;
}

/* タブ */
html:not(.ua-desktop) div.uv_tab {
  display: block !important;
}

html:not(.ua-desktop) .uv_tab * {
  box-sizing: border-box;
}

html:not(.ua-desktop) .uv_table_base .hide_uv_body {
  display: none;
}

html:not(.ua-desktop) .uv_table_base .show_uv_body {
  display: block;
}

html:not(.ua-desktop) .uv_tab .uv_tab_button_body span {
  border-top-right-radius: 9px;
  display: block;
  min-height: 35px;
  height: 100%;
}

html:not(.ua-desktop) .uv_table_base {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

html:not(.ua-desktop) .uv_table_base > div {
  font-size: 16px;
  color: #222;
  background: url(../bower_components/univision/images/bg_h2.gif) repeat-x bottom left;
  background-size: auto;
  background-size: 1px 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

html:not(.ua-desktop) .uv_table_base .uv_table_caption {
  display: table-caption;
  padding-top: 1.5em;
}

html:not(.ua-desktop) .uv_tab_body {
  border: solid 1px #aaa;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

html:not(.ua-desktop) .warns {
  width: 90%;
}


/* uvタブ機能 */
html:not(.ua-desktop) .tabs {
   border: transparent 2px solid;
   box-sizing: border-box;
   min-width: 30px;
}

html:not(.ua-desktop) .tabs .sidebar {
    display: none;
}

html:not(.ua-desktop) .tabs a {
	border-top-right-radius: 9px;
}

html:not(.ua-desktop) .tabs a.tab_active {
  background: none;
  border: solid 1px #aaa;
  border-bottom-style: solid;
  background-color: #fff;
  border-bottom: none;
  color: #000000;
  padding: 20px 3px;
  z-index: 10;
  font-weight: 700;
  min-height: 20px;
  height: 100%;
}
html:not(.ua-desktop) .tabs a.tab_inactive {
  background: none;
  border: solid 1px #aaa;
  border-bottom-style: solid;
  border-bottom: none;
  background-color: #084396;
  color: #fff;
  padding: 20px 3px;
  z-index: 10;
  font-weight: 700;
  min-height: 20px;
  height: 100%;
}
html:not(.ua-desktop) .tabs td {
    white-space: nowrap;
}
html:not(.ua-desktop) .tabs a.tab_inactive:hover {
  background: none;
  background-color: #084396;
  color: #fff;
}

html:not(.ua-desktop) .tab_area_close_button {
    display: none;
}

html:not(.ua-desktop) .selected_tab {
    display: none;
}

/* タブ 領域 */
html:not(.ua-desktop) .tab_area {
    margin: 1em 0px 0px 0px;
}

html:not(.ua-desktop) .tab_body {
  border: solid 1px #aaa;
  background-color: #fff;
  margin-bottom: 20px;
  margin: -5px;
}

/* エラーメッセージ */
html:not(.ua-desktop) .errors {
  max-width: 95%;
  width: auto;
}

/* 候補検索 */
html:not(.ua-desktop) .candidate .result {
  height: auto;
}

/* 区切りのイメージ */
html:not(.ua-desktop) .clear {
  background: none;
  width: 0px;
}

html:not(.ua-desktop) .candidate .result table.list tr th,
html:not(.ua-desktop) .candidate .result table.list tr td {
  border:solid 1px #ccc;
}

/* リンクに下線や色をつけない */
html:not(.ua-desktop) .md_display_text_decoration_none a:link{
  text-decoration: none;
  color: #000;
}

/* タブレットのみに適用 これより上部に記述する事 */
}

/* スマートフォンのみに適用したいスタイル記述 */
/* 職員はPCのみなので、全てのセレクタに html:not(.ua-desktop) を付加する事 */
@media only screen and (max-width: 600px) {

html:not(.ua-desktop) body {
  background-color: #f5f5f8;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

html:not(.ua-desktop) body div#body {
  margin: auto 7px;
}

/* iOS独自のスタイルを解除するために定義 */
html:not(.ua-desktop) input.button {
  -webkit-appearance: none;
}

/* IE10以上の矢印に対応 */
html:not(.ua-desktop) select::-ms-expand {
  display: none;
}

/* ヘッダー */
html:not(.ua-desktop) body #title {
  min-width:auto;
  background-image: none;
  margin-bottom: 5px;
}

html:not(.ua-desktop) .data_not_found  {
	margin: 4em auto 4em auto;
	text-align: center;
}

html:not(.ua-desktop) body #title h1 {
  font-size:16px;
  font-weight:700;
  color: #fff;
  padding-right: 7px;
  padding-left: 7px;
  background-image: none;
  text-align: left;
}

html:not(.ua-desktop) body #title h1 #titlebar {
  padding-top:3px;
  background-size:24px 3px;
}

html:not(.ua-desktop) body #title h1 span {
  display:block;
  border-left:solid 5px #084396;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  background-color: #084396;
  background-size:29px 120px;
  padding:8px;
}

/* ヘルプボタン */
html:not(.ua-desktop) .help {
  display: none;
}

/* フッター定義 */
html:not(.ua-desktop) .uv_move_top {
  display: inline-block;
}

/* カレンダー */
html:not(.ua-desktop) .cal-select-year {
    width: 65px;
}

html:not(.ua-desktop) div.cal-container {
  left: 0px !important;
  width: 100%;
}

html:not(.ua-desktop) td.cal-day-cell {
  height: 28px;
}

html:not(.ua-desktop) .cal-select-month {
    width: 45px;
}

html:not(.ua-desktop) address.copyright  {
  display: none;
}

html:not(.ua-desktop) .uv_footer  {
  color: #fff;
  display: block;
}

/* マルチデバイスで表示しない項目 */
html:not(.ua-desktop) .md_display_none {
  display: none !important;
}

html:not(.ua-desktop) .md_display_inline {
  display:inline !important;
}

/* テーブルの横セル表示を縦表示へ切り替える */
html:not(.ua-desktop) table.detail tr,
html:not(.ua-desktop) table.list tr {
  width: auto;
}

html:not(.ua-desktop) table.detail th,
html:not(.ua-desktop) table.detail td,
html:not(.ua-desktop) table.list td {
  display: block;
  width: auto;
}

/* テーブル */
html:not(.ua-desktop) table.condition caption {
    background: #d0d0d0;
}

html:not(.ua-desktop) table.condition caption strong {
  border-bottom: 0px;
}

html:not(.ua-desktop) table.detail caption strong ,
html:not(.ua-desktop) table.list caption strong ,
html:not(.ua-desktop) table.condition caption strong {
    background-image: none;
    padding:0px 0px;
}

html:not(.ua-desktop) table.detail caption strong,
html:not(.ua-desktop) table.list caption strong {
    border-bottom: solid 1px #202020;
}

html:not(.ua-desktop) table.detail,
html:not(.ua-desktop) table.list,
html:not(.ua-desktop) table.condition {
  width: 100%;
  font-size: 14px;
}

html:not(.ua-desktop) table.list {
  border-spacing: 0px 2px;
  background-color: #084396;
}

html:not(.ua-desktop) table.detail {
  border-collapse: collapse;
}

html:not(.ua-desktop) table.detail caption {
  display: none;
}

html:not(.ua-desktop) table.detail tr,
html:not(.ua-desktop) table.list tr {
  border-top: solid 2px #d9d1b8;
  padding:20px 10px;
}

html:not(.ua-desktop) table.detail tr td {
  min-height: 16px;
}

html:not(.ua-desktop) table.detail tr th,
html:not(.ua-desktop) table.detail tr td {
  border: 0px;
  vertical-align: middle;
  padding: 2px 0px;
}

html:not(.ua-desktop) table.list tr td {
  border: 0px;
  vertical-align: middle;
  padding: 2px 0px;
}

html:not(.ua-desktop) table.detail tr th {
  background: #d6d6d8;
  color: #000000;
  font-weight: bold;
}

html:not(.ua-desktop) table.detail tr td {
  background: #e5e5e7;
  color: #000000;
}

html:not(.ua-desktop) table.list tr th {
  display:none;
}

html:not(.ua-desktop) table.list tr td span.list_detail_label {
  display:inline;
}

html:not(.ua-desktop) table.list tr,
html:not(.ua-desktop) table.list tr td {
  text-align:left;
  background:#FFF;
  color:#555;
  padding: 4px 3px;
}

html:not(.ua-desktop) table.detail caption strong,
html:not(.ua-desktop) table.list caption strong {
  height: auto;
}
/*
html:not(.ua-desktop) table.uv_box_table_2 {
  position:relative;
  padding:10px;
  border-collapse:separate;
  border:1px solid #000;
  background-color:#fff;
  width:100%
}

html:not(.ua-desktop) table.uv_box_table_2 > tbody > tr > td,
html:not(.ua-desktop) table.uv_box_table_2 > tbody > tr > th,
html:not(.ua-desktop) table.uv_box_table_2> tr > td ,
html:not(.ua-desktop) table.uv_box_table_2> tr > th {
  padding:3px 5px;
  display:block;
  background-color:#fff;
}

html:not(.ua-desktop) table.uv_box_table_2 > tbody > tr > th,
html:not(.ua-desktop) table.uv_box_table_2> tr > th {
  width:7em;
  font-weight:400;
  float:left
}

html:not(.ua-desktop) table.uv_box_table_2 > tbody > tr > td,
html:not(.ua-desktop) table.uv_box_table_2 > tr > td {
  border-bottom:solid 1px #AAA;
  padding-left:100px;
  min-height:2em
}
*/
/* ナビ */
html:not(.ua-desktop) ul.navi {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  border-top: solid 1px #d9d1b8;
  border-bottom: solid 1px #d9d1b8;
  background-color: #d9d1b8;
}

html:not(.ua-desktop) .navi .navi_number {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px #d9d1b8;
  margin-bottom: 0;
}

html:not(.ua-desktop) .navi .navi_page {
  display: block;
  width: auto;
  float: none;
  text-align: center;
  padding: 15px 0px;
  background-color: #fff;
}

html:not(.ua-desktop) .navi .navi_page > font,
html:not(.ua-desktop) .navi .navi_page > a {
  padding: 6px 12px;
  display: inline-block;
}

html:not(.ua-desktop) .navi .navi_page > font:first-child,
html:not(.ua-desktop) .navi .navi_page > a:first-child {
  background: url("../image/mdImages/ico_arrow_prev.gif") no-repeat left center;
  background-size: 8px 12px;
  padding-left: 20px;
}

html:not(.ua-desktop) .navi .navi_page > font:last-child,
html:not(.ua-desktop) .navi .navi_page > a:last-child {
  background: url("../image/mdImages/ico_arrow_next.gif") no-repeat right center;
  background-size: 8px 12px;
  padding-right: 20px;
}

/* radio checkbox */
html:not(.ua-desktop) div.checkbox,
html:not(.ua-desktop) span.checkbox,
html:not(.ua-desktop) div.radio {
  display: block !important;
  float: none;
}

html:not(.ua-desktop) div.radio,
html:not(.ua-desktop) span.checkbox,
html:not(.ua-desktop) div.checkbox {
  position: relative;
  height: 100%;
  font-size: 0px;
}

html:not(.ua-desktop) div.radio input[type=radio],
html:not(.ua-desktop) span.checkbox input[type=checkbox],
html:not(.ua-desktop) div.checkbox input[type=checkbox] {
  padding:0;
  position:absolute;
  top:10px;
  left:14px;
  opacity: 0;
  width: 95%;
}

html:not(.ua-desktop) div.radio input[type=radio] + label {
  background-image:URL("../image/mdImages/bg_radio.png");
}

html:not(.ua-desktop) span.checkbox input[type=checkbox] + label,
html:not(.ua-desktop) div.checkbox input[type=checkbox] + label {
	background-image:URL("../image/mdImages/bg_check.png");
}

html:not(.ua-desktop) div.radio input[type=radio] + label,
html:not(.ua-desktop) span.checkbox input[type=checkbox] + label,
html:not(.ua-desktop) div.checkbox input[type=checkbox] + label {
  display:block;
  padding:10px 10px 10px 40px;
  background-repeat:no-repeat;
  background-position:10px center;
  background-size:20px 20px;
  background-color:#FFF;
  border:solid 2px #CCC;
  margin:0 0 0px;
  font-size: 14px;
  white-space: normal;
}

html:not(.ua-desktop) div.radio input[type=radio]:checked + label {
	background-image:URL("../image/mdImages/bg_radio_ac.png");
  background-color:#FAEAD4;
}

html:not(.ua-desktop) span.checkbox input[type=checkbox]:checked + label,
html:not(.ua-desktop) div.checkbox input[type=checkbox]:checked + label {
  background-image:URL("../image/mdImages/bg_check_ac.png");
  background-color:#FAEAD4;
}

/* ボタン定義 */
html:not(.ua-desktop) input.button {
  background-image: none;
  background-color: #c2ac42;
  border-top: solid 3px #c2ac42;
  border-bottom: solid 3px #6e6125;
  border-radius: 0;
  padding:10px 10px;
  text-align:center;
  color: #fff;
  margin-bottom:10px;
  cursor:pointer;
  width:100% !important;
  height: 100%;
  min-height: 35px;
  white-space: pre-wrap;
  border-left: hidden;
  border-right: hidden;
  font-size: 14px;
}

html:not(.ua-desktop) input:disabled.button {
  color:#444;
  border:1px solid silver;
  background-image:none;
  background-color:#e6e6e6
}

html:not(.ua-desktop) .btn_entry {
  background:url(../image/mdImages/ico_arrow_right_wh.png) no-repeat left center;
  background-size:10px 10px;
  display:inline-block;
  padding-left:20px;
}

html:not(.ua-desktop) .btn_cancel {
  background:url(../image/mdImages/ico_close_wh.png) no-repeat left center;
  background-size:8px 9px;
  display:inline-block;
  padding-left:20px;
}

html:not(.ua-desktop) .fix_button {
  background-image:url(../image/mdImages/sch-0000/u5.png);
  width:320px;
  height:60px;
  z-index:1003;
  position:fixed;
  left:50%;
  margin-left:-160px;
  bottom:0;
}

/* 入力 */
html:not(.ua-desktop) button,
html:not(.ua-desktop) input,
html:not(.ua-desktop) select,
html:not(.ua-desktop) textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size:inherit;
  line-height:inherit;
}

html:not(.ua-desktop) input[type="text"] {
  border:2px solid #ccc;
  background-color:#fff;
  color:#000;
  padding:7px 4px;
  max-width:100%;
}

html:not(.ua-desktop) input[type="text"]:focus {
  background-color:#faead4;
}

html:not(.ua-desktop) #body select {
  -webkit-appearance:none;
  -moz-appearance:none!important;
  appearance:none;
  padding:10px 40px 10px 10px;
  background-color:#FFF;
  -o-transition:none;
  background-image:url(../image/mdImages/ico_arrow_select.gif);
  background-position:right 50%;
  background-repeat:no-repeat;
  background-size:30px auto;
  border:2px solid #CCC;
  color:#333;
  width:100%;
}

html:not(.ua-desktop) #body select:focus {
  background-color:#faead4;
}

html:not(.ua-desktop) .support input.support_name {
  background-color: transparent;
  color: #666666;
  border: 0px;
  margin: 0px 0px 0px 4px;
  width: 98%;
}

/* タブ */
html:not(.ua-desktop) div.uv_tab {
  display: block !important;
}

html:not(.ua-desktop) .uv_table_base .hide_uv_body {
    display: none;
}

html:not(.ua-desktop) .uv_table_base .show_uv_body {
    display: block;
}
html:not(.ua-desktop) .uv_tab * {
    box-sizing: border-box;
}

html:not(.ua-desktop) .uv_table_base {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

html:not(.ua-desktop) .uv_table_base > div {
  font-size: 16px;
  color: #222;
  background: url(../bower_components/univision/images/bg_h2.gif) repeat-x bottom left;
  background-size: auto;
  background-size: 1px 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

html:not(.ua-desktop) .uv_table_base .uv_table_caption {
  display: table-caption;
  padding-top: 1.5em;
}

html:not(.ua-desktop) .uv_tab_body {
  border: solid 1px #aaa;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

html:not(.ua-desktop) .warns {
  width: 85%;
}

/* uvタブ機能 */
html:not(.ua-desktop) .tabs {
   border: transparent 2px solid;
   box-sizing: border-box;
   width: 100%;
}

html:not(.ua-desktop) .tabs .sidebar {
    display: none;
}

html:not(.ua-desktop) .tabs a {
	border-top-right-radius: 9px;
}

html:not(.ua-desktop) .tabs a.tab_active {
  background: none;
  border: solid 1px #aaa;
  border-bottom-color: rgb(170, 170, 170);
  border-bottom-style: solid;
  background-color: #fff;
  border-bottom: none;
  color: #000000;
  padding: 20px 2px;
  z-index: 10;
  min-width: inherit;
  min-height: 20px;
  height: 100%;
  font-size: 11px;
}
html:not(.ua-desktop) .tabs a.tab_inactive {
  background: none;
  border-bottom: none;
  background-color: #084396;
  color: #fff;
  padding: 20px 2px;
  z-index: 10;
  min-width: inherit;
  min-height: 20px;
  height: 100%;
  font-size: 11px;
}

html:not(.ua-desktop) .tabs td {
  white-space: nowrap;
}

html:not(.ua-desktop) .tab_area_close_button {
  display: none;
}

html:not(.ua-desktop) .selected_tab {
  display: none;
}

/* タブ 領域 */
html:not(.ua-desktop) .tab_area {
  margin: 1em 0px 0px 0px;
}

html:not(.ua-desktop) .tab_body {
  border: solid 1px #aaa;
  background-color: #fff;
  margin-bottom: 20px;
  margin: -6px;
}

/* エラーメッセージ */
html:not(.ua-desktop) .errors {
  max-width: 95%;
  width: auto;
}

html:not(.ua-desktop) .warns_no_image {
  max-width: 95%;
  width: auto;
}

/* 候補検索 */
html:not(.ua-desktop) .candidate {
  padding: 0px 5px 0px 5px;
}

html:not(.ua-desktop) .candidate .result {
  height: auto;
}

html:not(.ua-desktop) .candidate .condition table th,
html:not(.ua-desktop) .candidate .condition table td {
  display: block;
}

html:not(.ua-desktop) .candidate .result table td.body_radio,
html:not(.ua-desktop) .candidate .result table td.body_code {
  width: 100%;
  border-right: inherit;
}

html:not(.ua-desktop) .candidate .condition input.button {
    width: auto;
    margin: 0px;
}

html:not(.ua-desktop) .candidate .result table td.body_radio {
    text-align: left;
}

/* 区切りのイメージ */
html:not(.ua-desktop) .clear {
  background: none;
  width: 0px;
}

/* 虫眼鏡 */
html:not(.ua-desktop) .support input.search {
  background: url("../image/magnifier.png") no-repeat center center;
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
}

/* アコーディオン */
html:not(.ua-desktop) .accordion_header {
  position: relative;
  background-color: #084396;
  color: #fff;
}
html:not(.ua-desktop) table caption.accordion_header {
  border: solid 2px;
  padding-top: 1em;
}
html:not(.ua-desktop) table caption.accordion_header strong {
  display: inline-block;
  border: 0;
  margin: 0;
  color: #fff;
}

html:not(.ua-desktop) .accordion_child_header {
  position: relative;
  background-color: #084396;
  color: #fff;
}

html:not(.ua-desktop) .accordion_header_opened::before {
  content: "－";
  position: -webkit-sticky;
  position: sticky;
  left: 5px;

}

html:not(.ua-desktop) .accordion_header_closed::before {
  content: "＋";
  left: 10px;
}

html:not(.ua-desktop) .accordion_inner_closed,
html:not(.ua-desktop) tbody.accordion_inner_closed,
html:not(.ua-desktop) table.accordion_inner_closed {
  display: none;
}

/* リンクに下線や色をつけない */
html:not(.ua-desktop) .md_display_text_decoration_none a:link{
  text-decoration: none;
  color: #000;
}

/* スマートフォンのみに適用 これより上部に記述する事 */
}
