﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* ----------------------------------------------
 基礎設定
---------------------------------------------- */
body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Osaka, Arial, sans-serif;
    font-size: 88%;/*small;*/
    line-height:1.4; /*1.3*/
    background-color: #FFF; 
    background-color: rgba(255, 255, 255, 1);
}

button, checkbox, file, password, radio, reset, submit, text, textarea, A
{
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Arial, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

select
{
    padding: 1px;
    font-family: 'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
}

option
{
    line-height: 1;
    font-family: 'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
}

BLOCKQUOTE, Q
{
    font-family: 'ＭＳ ゴシック' , 'Osaka－等幅' , 'Courier New', 'Courier', monospace;
    color: #000000;
}


/* ----------------------------------------------
 見出し
---------------------------------------------- */
.HTMLEditorContainer h1:before
{
    content: "[h1はコンテンツ内で使用できません] ";
}

.HTMLEditorContainer h1,
.reDropDownBody h1,
.Contents h1
{
    font-size: large;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: line-through;
}

.HTMLEditorContainer h2,
.reDropDownBody h2,
.Contents h2
{
/*    background: #4C4C4C url("../../../Images/background_stripe.png") repeat; *//* IE8 */
/*    background: rgba(0, 0, 0, 0.7) url("../../../Images/background_stripe.png") repeat;*/
  background: #CBDDF7;
  border-radius: 10px;
    color: #000;
    font-size: x-large;
    font-weight: bold;
    margin: 5px 0;
    padding: 14px 10px 8px 15px;
}

.HTMLEditorContainer h3,
.reDropDownBody h3,
.Contents h3
{
/*    background: #ffffff url("../../../Images/background_stripe.png") repeat;*/ /* IE8 */
/*    background: rgba(0, 0, 0, 0) url("../../../Images/background_stripe.png") repeat;*/
    border-bottom: 3px solid #004D99;
    color: #000000;
    font-size: large;
    font-weight: bold;
    margin: 5px 0;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h4,
.reDropDownBody h4,
.Contents h4
{
/*    border: 1px solid #cccccc; */
    color: #004D99;
    font-size: large;
    font-weight: bold;
    margin: 5px 0;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h5,
.reDropDownBody h5,
.Contents h5
{
/*    border-bottom: 1px solid #cccccc; */
    border-left: 4px solid #004D99;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0;
    padding: 7px 10px 6px 11px;
}

.HTMLEditorContainer h6,
.reDropDownBody h6,
.Contents h6
{
    border-bottom: 1px solid #004D99;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0;
    padding: 7px 10px 6px 13px;
}


/* ----------------------------------------------
 大枠
---------------------------------------------- */
#pagetop,
#BaseTable
{
    margin: auto;
}


/* ----------------------------------------------
 システムメニュー
---------------------------------------------- */
#SystemMenu
{
}


/* ----------------------------------------------
 ヘッダー
---------------------------------------------- */
#HeaderPane
{
    margin: auto;
    width: auto;
}


/* ----------------------------------------------
 中間ペイン群
---------------------------------------------- */
#Middle
{
    margin: auto;
    width: auto;
}


/* ----------------------------------------------
 左ペイン幅
---------------------------------------------- */
#LeftPane
{
    float: left;
}


/* ----------------------------------------------
 MAIN(中央)ペイン
---------------------------------------------- */
#ContentPane
{
    float: left;
}


/* ----------------------------------------------
 右ペイン
---------------------------------------------- */
#RightPane
{
    float: right;
}


/* ----------------------------------------------
 フッター
---------------------------------------------- */
#FooterPane
{
    margin: auto;
    width: auto;
}


/* ----------------------------------------------
 モジュール基礎設定
---------------------------------------------- */
.ModuleReference
{
    background: #ffffff;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
}

#HeaderPane .ModuleReference,
#FooterPane .ModuleReference
{
    width: 1000px;
    clear: both;
}

#ContentPane .ModuleReference
{
    width: 100%;
    clear: both;
    box-sizing: border-box;
}

#LeftPane .ModuleReference,
#RightPane .ModuleReference
{
    width: 100%;
    clear: both;
    box-sizing: border-box;
}
div .clicktrackedAd_js {
    display: none !important;
}

/* 共通モジュールタイトル */
.outside_b h2
{
/*    background: #4C4C4C url("../../../Images/background_stripe.png") repeat; *//* IE8 */
/*    background: rgba(0, 0, 0, 0.7) url("../../../Images/background_stripe.png") repeat;*/
  background: #CBDDF7;
  border-radius: 10px;
    color: #000;
    font-size: x-large;
    font-weight: bold;
    margin: 0;
    padding: 14px 10px 8px 15px;
}

/* リンク調整 */
.outside_b h2 a
{
/*    color: #ffffff; */
}

/* = 共通リスト = */
.inside_b ul:not(.reToolBar)
{
    list-style: none none outside;
    margin: 0;
    padding: 10px;
}

.inside_b ol:not(reToolItem)
{
    margin: 0;
    padding: 10px;
}

.inside_b li:not(reToolItem)
{
}

.Menu_list li
{
    border-bottom: 1px dashed #bfbfbf;
}

#LeftPane .Menu_list li:last-child,
#RightPane .Menu_list li:last-child
{
    border-bottom: 0;
}

.Menu_list li a
{
    background: url("../../../Images/icon_br02.png") no-repeat left 9px top 50%;
    display: block;
    padding: 12px 0 12px 20px;
}


/* リスト系パーツ */
.ModuleReference .info_title
{
    padding-right: 30px;
}

.ModuleReference .info_link
{
    font-size: small;
    position: absolute;
    right: 10px;
}

.ModuleReference .info_link .RSSLink img
{
    padding: 1px 0 1px 10px;
    vertical-align: bottom;
}

.ModuleReference .ParentBack
{
    clear: both;
    margin: 0;
    padding: 0;
    text-align: right;
}

.ModuleReference .ParentBack a
{
    background: url("../../../Images/b_ht.png") no-repeat left center;
    display: inline-block;
    font-size: small;
    margin: 10px;
    padding: 0 0 0 20px;
}

.ModuleReference .page_control
{
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.ModuleReference .page_control .PrevList_Ltab
{
    background: url("../../../Images/b_lt.png") no-repeat right 3px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 20px 10px 0;
}

.ModuleReference .page_control .PrevList_Rtab
{
    background: url("../../../Images/b_rt.png") no-repeat left 3px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 0 10px 20px;
}


/* ----------------------------------------------
 HTML文書用
---------------------------------------------- */
.Contents
{
    font-size: 100%;
    padding: 10px;
}

.HTMLEditorContainer
{
    background-color: #ffffff !important;
    background-image: none !important;
    font-size: 100%;
}

/* == 標準Tableデザイン == */
.reContent table.noborder,
.Contents table.noborder
{
    margin: 0px;
    border-color: transparent;
    border-width: 0px;
}

.reContent table,
.reContent table.fullborder, /* .noborderの子ノードで使用 */
.Contents table,
.Contents table.fullborder
{
    margin: 1em 0.5em 1em 0.5em;
    border-color:#000000;
    border-width: 1px; 
}

.reContent table tbody,
.Contents table tbody
{
    border-color:#000000;
}

.reContent table.noborder td,
.reContent table.noborder th,
.Contents table.noborder td,
.Contents table.noborder th
{
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
}

.reContent table td,
.reContent table th,
.reContent table.fullborder td, /* .noborderの子ノードで使用 */
.reContent table.fullborder th,
.Contents table td,
.Contents table th,
.Contents table.fullborder td,
.Contents table.fullborder th
{
    padding: 0.2em 0.5em;
    empty-cells: show;
    border-color:#000000;
    border-width: 1px; /* v2.14 追加 */
    border-style: solid; /* v2.14 追加 */
}

.reContent table tr,
.Contents table tr
{
    border-color:#000000;
}

.reContent table tr.alter,
.Contents table tr.alter
{
    background-color: #eeeeee;
}

.reContent table th,
.reContent table thead,
.Contents table th,
.Contents table thead
{
    text-align:center;
    background-color: #e4f2fc;
    color: #000000;
}

/* HTML文書用 list */
.Contents li,
.HTMLEditorContainer li
{
    margin: 0 0 5px 13px;
}

.inside_b .Contents ul,
.HTMLEditorContainer ul
{
    list-style: none url("../Images/simple_icon1.png") outside;
}

.inside_b .Contents ul ul,
.HTMLEditorContainer ul ul
{
    list-style: none url("../Images/simple_icon2.png") outside;
    margin: 0 10px;
    padding: 0;
}

.inside_b .Contents ul ul ul,
.HTMLEditorContainer ul ul ul
{
    list-style: none url("../Images/simple_icon3.png") outside;
    margin: 0 10px;
}

.inside_b .Contents ol ol,
.HTMLEditorContainer ol ol
{
    margin: 0 10px;
}

.inside_b .Contents ol ol ol,
.HTMLEditorContainer ol ol ol
{
    margin: 0 10px;
}

/* 画像 */
.HTMLEditorContainer img,
.Contents img
{
    margin: 5px;
}




/* ----------------------------------------------
 サポートツール
---------------------------------------------- */
/*
.Support_Tool
{
    background: rgba(0, 0, 0, 1) none;
    border-bottom: 2px solid;
    padding: 5px 0;
    width: 100%;
    position: relative;
}

.Support_Tool .tool_block
{
    margin: auto;
    position: relative;
    width: 980px;
}

.Support_Tool h2
{
    color: #ffffff;
    display: inline-block;
    font-size: small;
    font-weight: bold;
    margin: 0 2px 0 6px;
    padding: 0;
}

.Support_Tool ul
{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.Support_Tool li
{
    display: inline-block;
    margin: 0;
    padding: 0;
}

.Support_Tool a
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: inline-block;
    font-size: small;
    padding: 5px 10px;
    text-decoration: none;
}

.Support_Tool #sp_tool_l,
.Support_Tool #sp_tool_r,
#smart_mode_change,
#smart_mode_pagejump
{
    display: none;
}

#header_guide #ot
{
    display: none;
}

#fontsize #typical
{
    left: 0;
    position: absolute;
}

#fontsize #typical a,
#fontsize #bigger a
{
    width: 110px;
}
*/

/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
#Header {
    background: #ffffff;
    background: rgba(255, 255, 255, 1);
    position: relative;
    width: 100%;
    border-bottom: solid 1px #DDDDDD;
}

#Header .contents_b
{
    height: 110px;
    margin: auto;
    padding: 0;
    width: 1000px;
    position: relative;
}

#Header .logo
{
    display: block;
    height: 54px;
    left: 10px;
    position: relative;
    top: 10px;
    width: 174px;
}

#Header .logo img
{
    vertical-align: bottom;
}

#Header .BrowserSearch
{
    bottom: 5px;
    position: absolute;
    right: 0;
}

#Header .BrowserSearch .TextBox
{
    background: rgba(1, 1, 1, 0.05) !important;
    border: 1px solid;
    margin: 0;
    padding: 5px;
}

#Header .BrowserSearch .SubmitBtn
{
    border: 1px solid #000000;
    margin: 0;
    padding: 5px 15px;
}


/* ----------------------------------------------
 フッター
---------------------------------------------- */
#Footer {
    position: relative;
    background: #fff;
}

#Footer .contents_body {
    margin: auto;
    width: 1000px;
    padding: 1px 0px;
}

#Footer .contents_1 {
    width: 1000px;
    vertical-align: top;
}

#Footer .contents_1 ul {
  list-style: none;
  margin: 50px 0px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  border: 2px #004D98 solid;
}

#Footer .contents_1 ul li {
    display: inline-block;
    margin: 0px 38px 0px 10px;
    padding: 0px 0px 0px 15px;
    background: url(../../../Images/arrow_b_mk.gif) no-repeat left center;
}


#Footer .contents_2 {
/*
    border: 1px solid #00593F;
    border-radius: 4px;
    padding: 30px;
    margin: 0px 0px 0px 150px;
*/
    background: #fff;
    vertical-align: top;
}
#Footer .contents_2_1
{
    width: 550px;
    display: inline-block;
}
#Footer .contents_2 h2
{
    color: #000;
    font-size: medium;
}
#Footer .contents_2 h2 span
{
    font-size: x-large;
    font-weight: bold;
}

#Footer .contents_2 hr
{
    height: 1px;
    background-color: #bfbfbf;
    border: none;
}

#Footer .contents_2 address {
    font-style: normal;
    font-size: medium;
    line-height: 25px;
    margin: 15px 0;
}

#Footer .contents_2 address span {
    display: block;
    margin: 0px 0px 5px 0px;
}
#Footer .contents_2 address .mado
{
    display: inline-block;
    color: #fff !important;
    margin: 0 0 0 5px;
    padding: 2px 10px;
    background-color: #004D98;
    border-radius: 20px;
}
#Footer .contents_2 address .mado a
{
    color: #fff !important;
}

#Footer .contents_2 address .smartoff,
#Footer .contents_2 address .smarton {
    display: inline-block;
}
#Footer .contents_22
{
    display: inline-block;
    width: 419px;
    float: right;
}
#Footer .contents_2_2
{
}
#Footer .contents_2_3
{
    display: inline-block;
}

#Footer .contents_2 ul {
    list-style: none;
    margin: 6px 0px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}

#Footer .contents_2 ul .li_mid a
{
}
#Footer .contents_2 ul .li_mid_b a
{
}
#Footer .contents_2_2 ul
{
    text-align: left;
}
#Footer .contents_2_2 ul li
{
  display: inline-block;
  margin: 5px 0px 5px 5px;
  padding: 5px 5px 5px 10px;
  background: url(../../../Images/arrow_g_mk.gif) no-repeat left center;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  width: 180px;
}
#Footer .contents_2_2 ul li a
{
}
#Footer .contents_2_2 .li_mid1 a
{
}
#Footer .contents_2_2 .li_mid2 a
{
}
#Footer .contents_2_2 .li_mid3 a
{
}
#Footer .contents_2_2 .li_mid4 a
{
}
#Footer .contents_2_3 ul
{
    text-align: right;
    padding-left: 100px;
}
#Footer .contents_2_3 ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50px;
}


#Footer .contents_2 ul li a {
    background: url(../../../Images/icon_002.png) no-repeat left center;
    padding: 0px 0px 0px 20px;
    margin: 0px 30px 0px 0px;
}

#Footer .contents_3
{
}

#Footer .copyright {
    text-align: center;
}


/* 　以下、削除　 */

/*
#Footer
{
    position: relative;
}

#Footer .contents_b
{
    margin: auto;
    width: 960px;
}

#Footer .contents_b ul
{
    background: #ffffff;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #cccccc;
    float: left;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0 4px;
    text-align: center;
    width: 950px;
}

#Footer .contents_b li
{
    float: left;
    margin: 0;
    padding: 0;
}

#Footer .contents_b li a
{
    background: url("../../../Images/icon.png") no-repeat left 11px;
    float: left;
    margin: 0 0 0 5px;
    padding: 10px 10px 10px 20px;
}

#Footer .contents_b address
{
    float: left;
    font-size: 100%;
    font-style: normal;
    padding: 10px 10px 10px 50px;
    position: relative;
    width: 900px;
}

#Footer .copyright
{
    background: #262626;
    background: rgba(0, 0, 0, 1);
    clear: left;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}
*/
/* 　ここまで　 */


/* ----------------------------------------------
 リンクアクション
---------------------------------------------- */
a:link
{
    color: #000066;
    text-decoration: underline;
}

a:visited
{
    color: #551A8B;
    text-decoration: underline;
}

a:hover
{
    color: #EE0000;
    text-decoration: none;
}

a:active
{
    color: #EE0000;
    text-decoration: underline;
}

ul li a:link
{
    text-decoration: none;
}

ul li a:visited
{
    text-decoration: none;
}

ul li a:hover
{
    text-decoration: underline;
}

ul li a:active
{
    text-decoration: none;
}


/* ----------------------------------------------
 Viewer 
---------------------------------------------- */
.viewer
{
    font-size: 90%;
    line-height: 150%;
    background: #FFFFFF;
    border:solid 1px #42825A;
    margin:0px 0px 10px 0px;
    padding:10px 12px;
}

.viewer a:visited, 
.viewer a:link
{
    color: #000000;
    text-decoration: underline;
}


/* ----------------------------------------------
 ファイルリンク判定
---------------------------------------------- */
img.or_icon
{
    display: inline-block;
    margin: 0 8px !important;
    padding: 0;
    vertical-align: middle;
}

a.pdf
{
    background-image:url(../css/Icon/pdf16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.doc
{
    background-image:url(../css/Icon/word16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.docx
{
    background-image:url(../css/Icon/word16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.xls
{
    background-image:url(../css/Icon/excel16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.xlsx
{
    background-image:url(../css/Icon/excel16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.ppt
{
    background-image:url(../css/Icon/pp16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.pptx
{
    background-image:url(../css/Icon/pp16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}


/* ----------------------------------------------
 カスタム
---------------------------------------------- */
/* 編集アイコン */
.ListItem_Edit
{
    background: none !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 文責表示 */
.Responsibility
{
    font-size: small;
    color: gray;
}

/* 回り込み解除 */
.EndClear
{
    clear: both;
}

.clearselect
{
    display: none;
}

/* スマートフォン時表示 */
.smarton
{
    display: none !important;
}

/* 音声対応 */
.skip_menu
{
    display: block;
    position: absolute;
    top: -99999px;
}

a.skip_menu:active,
a.skip_menu:focus
{
    background: #ffffff url("../../../Images/background_stripe.png") repeat; /* IE8 */
    background: rgba( 0, 0, 0, 0.5) url("../../../Images/background_stripe.png") repeat;
    border-bottom: 2px solid #696969;
    color: #ffffff;
    min-width: 600px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 100%;
    z-index: 1000;
    top: 0px;
}

/* 切り替えボタン */
#smart_mode_change2
{
    display: none;
}

#smart_mode_change_block2
{
    text-align: center;
    background: #ffffff;
    border: 1px solid;
    margin: 10px auto;
    padding: 10px;
    width: 200px;
}

/* エラーページ */
.system_mes
{
    position: relative;
}

.system_mes_tg
{
    background: url("cm/isite_parts-list_down-menu.png") 90px 60px;
    height: 30px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 5px;
    width: 30px;
}

.system_mes_con
{
    display: none;
}

#Middle .system_on
{
    display: block;
}

.Questionnaire_Standard fieldset
{
  border:none;
  padding:0px;
}

.Questionnaire_Standard legend
{
  display:inline-block;
  text-indent: -9999px;
  line-height:0px;
}


}
@media print
{
body
{
    background-image: none;
}
#HeaderPane,
#FooterPane
{
/*    display: none;  */  /*2024/5/21　山根  */
}
}

/*** for Smart Phone ***/
@media (max-width:400px)
{
/* ----------------------------------------------
 基礎設定
---------------------------------------------- */
body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Osaka, Arial, sans-serif;
    font-size: 100%; /*88%small;*/
    line-height: 1.4; /*1.3*/
}
 

button, checkbox, file, password, radio, reset, submit, text, textarea, A
{
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Arial, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

select
{
    padding: 1px;
    font-family: 'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
}

option
{
    line-height: 1;
    font-family: 'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
}

BLOCKQUOTE, Q
{
    font-family: 'ＭＳ ゴシック' , 'Osaka－等幅' , 'Courier New', 'Courier', monospace;
    color: #000000;
}


/* ----------------------------------------------
 見出し
---------------------------------------------- */
.HTMLEditorContainer h1:before
{
    content: "[h1はコンテンツ内で使用できません] ";
}

.HTMLEditorContainer h1,
.reDropDownBody h1,
.Contents h1
{
    font-size: large;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: line-through;
}

.HTMLEditorContainer h2, .reDropDownBody h2, .Contents h2 {
    background: #CBDDF7;
    border-radius: 10px;
    color: #000;
    font-size: 130%;
    font-weight: bold;
    margin: 5px 0px 10px;
    padding: 13px 10px 12px 15px;
}

.HTMLEditorContainer h3, .reDropDownBody h3, .Contents h3 {
    border-bottom: 3px solid #004D99;
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    margin: 5px 0px 10px;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h4, .reDropDownBody h4, .Contents h4 {
    color: #004D99;
    font-size: 120%;
    font-weight: bold;
    margin: 5px 0px 10px;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h5, .reDropDownBody h5, .Contents h5 {
    border-left: 4px solid #004D99;
    color: #000000;
    font-size: 110%;
    font-weight: bold;
    margin: 5px 0px 10px;
    padding: 7px 10px 6px 11px;
}

.HTMLEditorContainer h6, .reDropDownBody h6, .Contents h6 {
    border-bottom: 1px solid #004D99;
    color: #000000;
    font-size: 110%;
    font-weight: normal;
    margin: 5px 0px 10px;
    padding: 7px 10px 6px 13px;
}


/* ----------------------------------------------
 枠組み設定
---------------------------------------------- */
#pagetop,
#BaseTable,
#HeaderPane,
#Middle,
#LeftPane,
#ContentPane,
#RightPane,
#FooterPane
{
    width: 320px;
    float: none;
}


/* ----------------------------------------------
 モジュール基礎設定
---------------------------------------------- */
.ModuleReference
{
    background: #ffffff;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 320px;
}

/* 共通モジュールタイトル */
.outside_b h2
{
  background: #CBDDF7;
  border-radius: 10px;
    color: #000;
    font-size: x-large;
    font-weight: bold;
    margin: 0;
    padding: 14px 10px 8px 15px;
}


/* リンク調整 */
#ContentPane .outside_b h2 a
{
    color: #ffffff;
}

/* = 共通リスト = */
.inside_b ul:not(.reToolBar)
{
    list-style: none none outside;
    margin: 0;
    padding: 10px;
}

.inside_b ol:not(reToolItem)
{
    margin: 0;
    padding: 10px;
}

.inside_b li:not(reToolItem)
{
}

.Menu_list li
{
    border-bottom: 1px dashed #bfbfbf;
}

#LeftPane .Menu_list li:last-child,
#RightPane .Menu_list li:last-child
{
    border-bottom: 0;
}

.Menu_list li a
{
    background: url("../../../Images/icon_br02.png") no-repeat left 9px top 50%;
    display: block;
    padding: 12px 0 12px 20px;
}


/* リスト系パーツ */
.ModuleReference .info_title
{
    padding-right: 30px;
}

.ModuleReference .info_link
{
    font-size: small;
    position: absolute;
    right: 10px;
}

.ModuleReference .info_link .RSSLink img
{
    padding: 1px 0 1px 10px;
    vertical-align: bottom;
}

.ModuleReference .ParentBack
{
    clear: both;
    margin: 0;
    padding: 0;
    text-align: right;
}

.ModuleReference .ParentBack a
{
    background: url("../../../Images/b_ht.png") no-repeat left center;
    display: inline-block;
    font-size: small;
    margin: 10px;
    padding: 0 0 0 20px;
}

.ModuleReference .page_control
{
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.ModuleReference .page_control .PrevList_Ltab
{
    background: url("../../../Images/b_lt.png") no-repeat right 3px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 20px 10px 0;
}

.ModuleReference .page_control .PrevList_Rtab
{
    background: url("../../../Images/b_rt.png") no-repeat left 3px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 0 10px 20px;
}


/* ----------------------------------------------
 HTML文書用
---------------------------------------------- */
/* == 標準Tableデザイン == */
.reContent table.noborder,
.Contents table.noborder
{
    margin: 0px;
    border-color: transparent;
    border-width: 0px;
}

.reContent table,
.reContent table.fullborder, /* .noborderの子ノードで使用 */
.Contents table,
.Contents table.fullborder
{
    margin: 1em 0.5em 1em 0.5em;
    border-color:#000000;
    border-width: 1px; 
}

.reContent table tbody,
.Contents table tbody
{
    border-color:#000000;
}

.reContent table.noborder td,
.reContent table.noborder th,
.Contents table.noborder td,
.Contents table.noborder th
{
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
}

.reContent table td,
.reContent table th,
.reContent table.fullborder td, /* .noborderの子ノードで使用 */
.reContent table.fullborder th,
.Contents table td,
.Contents table th,
.Contents table.fullborder td,
.Contents table.fullborder th
{
    padding: 0.2em 0.5em;
    empty-cells: show;
    border-color:#000000;
    border-width: 1px; /* v2.14 追加 */
    border-style: solid; /* v2.14 追加 */
}

.reContent table tr,
.Contents table tr
{
    border-color:#000000;
}

.reContent table tr.alter,
.Contents table tr.alter
{
    background-color: #eeeeee;
}

.reContent table th,
.reContent table thead,
.Contents table th,
.Contents table thead
{
    text-align:center;
    background-color: #e4f2fc;
    color: #000000;
}

/* HTML文書用 list */
.Contents li,
.HTMLEditorContainer li
{
    margin: 0 0 5px 13px;
}

.inside_b .Contents ul,
.HTMLEditorContainer ul
{
    list-style: none url("../Images/simple_icon1.png") outside;
}

.inside_b .Contents ul ul,
.HTMLEditorContainer ul ul
{
    list-style: none url("../Images/simple_icon2.png") outside;
    margin: 0 10px;
    padding: 0;
}

.inside_b .Contents ul ul ul,
.HTMLEditorContainer ul ul ul
{
    list-style: none url("../Images/simple_icon3.png") outside;
    margin: 0 10px;
}

.inside_b .Contents ol ol,
.HTMLEditorContainer ol ol
{
    margin: 0 10px;
}

.inside_b .Contents ol ol ol,
.HTMLEditorContainer ol ol ol
{
    margin: 0 10px;
}



/* ----------------------------------------------
 サポートツール
---------------------------------------------- */
.Support_Tool
{
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.Support_Tool #sp_tool_l
{
    background: url("../../../Images/sp_menu2.png") no-repeat 0px -70px;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 10000;
}

.Support_Tool #sp_tool_r
{
    background: url("../../../Images/sp_menu2.png") no-repeat -250px -70px;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 10000;
}

.Support_Tool .sp_tool_l_on
{
    background: url("../../../Images/sp_menu2.png") no-repeat 0px 0px !important;
}

.Support_Tool .sp_tool_r_on
{
    background: url("../../../Images/sp_menu2.png") no-repeat -70px 0px !important;
}

.Support_Tool h2
{
    display: none;
}

.Support_Tool ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.Support_Tool li
{
    margin: 0;
    padding: 0;
}

#header_guide #en,
#header_guide #ch,
#header_guide #po,
#StyleChange,
#fontsize
{
    display: none;
}

#header_guide #ot
{
    background: url("../../../Images/sp_menu2.png") no-repeat 0 -139px;
    height: 46px;
    position: absolute;
    top: 70px;
    width: 186px;
}


#header_guide #ot a
{
    font-size: small;
    font-weight: bold;
    height: 24px;
    left: 10px;
    margin: 0;
    padding: 7px 10px 0 35px;
    position: absolute;
    text-decoration: none;
    top: 7px;
    width: 129px;
}

.Support_Tool .read_page
{
    background: url("../../../Images/sp_menu2.png") no-repeat -186px -139px;
    font-size: small;
    font-weight: bold;
    height: 32px;
    padding: 14px 10px 0 30px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 70px;
    width: 94px;
}

#header_sub
{
/*    background: url("../../../Images/sp_menu2.png") no-repeat 0 -232px; */
    height: 47px;
    position: absolute;
    top: 163px;
    width: 160px;
}

#header_sub li
{
}

#header_sub a
{
    display: block;
    font-size: small;
    font-weight: bold;
    height: 24px;
    left: 10px;
    padding: 8px 10px 0 40px;
    position: absolute;
    text-decoration: none;
    top: 8px;
    width: 98px;
}

#smart_mode_pagejump
{
    background: url("../../../Images/sp_menu2.png") no-repeat -160px -232px;
    height: 47px;
    left: 160px;
    position: absolute;
    top: 163px;
    width: 160px;
}

#smart_mode_pagejump a
{
    display: block;
    font-size: small;
    font-weight: bold;
    height: 25px;
    left: 2px;
    padding: 8px 10px 0 35px;
    position: absolute;
    text-decoration: none;
    top: 8px;
    width: 104px;
}

#smart_mode_change
{
    background: url("../../../Images/sp_menu2.png") no-repeat 0 -279px;
    height: 47px;
    position: absolute;
    top: 210px;
    width: 320px;
}

#smart_mode_change a
{
    font-size: small;
    font-weight: bold;
    height: 25px;
    left: 60px;
    padding: 7px 10px 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 6px;
    width: 231px;
}


/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
#Header
{
    min-height: 70px;
    position: relative;
    width: 320px;
    z-index: 1;
}

#Header .logo
{
    display: inline-block;
    left: 10px;
    position: absolute;
    top: 10px;
}

#Header .logo a
{
    display: inline-block;
    left: 87px;
    position: absolute;
    top: 15px;
}

#Header .logo img
{
    height: 40px;
}


#Header .BrowserSearch
{
    background: rgba(0, 0, 0, 0) url("../../../Images/sp_menu2.png") no-repeat 0 -185px;
    height: 47px;
    position: absolute;
    top: 116px;
    width: 320px;
}


#Header .BrowserSearch .TextBox
{
    background-color: transparent !important;
    border: none !important;
    font-size: small;
    height: 23px;
    left: 40px;
    margin: 0;
    padding: 5px;
    position: relative;
    top: 7px;
    width: 177px;
}


#Header .BrowserSearch .SubmitBtn
{
    background: transparent !important;
    border: none !important;
    display: block;
    font-size: small;
    font-weight: bold;
    height: 31px;
    left: 232px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 9px;
    width: 79px;
}


/* ----------------------------------------------
 フッター
---------------------------------------------- */
#Footer {
    position: relative;
    background: #fff;
}

#Footer .contents_body {
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 1px 0px;
}

#Footer .contents_1 {
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}

#Footer .contents_1 ul {
  list-style: none;
  margin: 50px 0px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
/*  text-align: center; */
  border: 2px #004D98 solid;
}

#Footer .contents_1 ul li {
    display: inline-block;
    margin: 0px 38px 0px 10px;
    padding: 0px 0px 0px 15px;
    background: url(../../../Images/arrow_b_mk.gif) no-repeat left center;
}


#Footer .contents_2 {
/*
    border: 1px solid #00593F;
    border-radius: 4px;
    padding: 30px;
    margin: 0px 0px 0px 150px;
*/
    background: #fff;
    vertical-align: top;
}
#Footer .contents_2_1
{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}
#Footer .contents_2 h2
{
    color: #000;
    font-size: medium;
}
#Footer .contents_2 h2 span
{
    font-size: x-large;
    font-weight: bold;
}

#Footer .contents_2 hr
{
    height: 1px;
    background-color: #bfbfbf;
    border: none;
}

#Footer .contents_2 address {
    font-style: normal;
    font-size: medium;
    line-height: 25px;
    margin: 15px 0;
}

#Footer .contents_2 address span {
    display: block;
    margin: 0px 0px 5px 0px;
}
#Footer .contents_2 address .mado
{
    display: inline-block;
    color: #fff !important;
    margin: 0 0 0 5px;
    padding: 2px 10px;
    background-color: #004D98;
    border-radius: 20px;
}
#Footer .contents_2 address .mado a
{
    color: #fff !important;
}

#Footer .contents_2 address .smartoff,
#Footer .contents_2 address .smarton {
    display: inline-block;
}
#Footer .contents_22
{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    float: right;
}
#Footer .contents_2_2
{
}
#Footer .contents_2_3
{
    display: inline-block;
}

#Footer .contents_2 ul {
    list-style: none;
    margin: 6px 0px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}

#Footer .contents_2 ul .li_mid a
{
}
#Footer .contents_2 ul .li_mid_b a
{
}
#Footer .contents_2_2 ul
{
    text-align: left;
}
#Footer .contents_2_2 ul li
{
    display: inline-block;
    margin: 5px 0px 5px 5px;
    padding: 5px;
    background: url(../../../Images/arrow_g_mk.gif) no-repeat left 5px center;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    width: 150px;
    box-sizing: border-box;
}
#Footer .contents_2_2 ul li a
{
}
#Footer .contents_2_2 .li_mid1 a
{
}
#Footer .contents_2_2 .li_mid2 a
{
}
#Footer .contents_2_2 .li_mid3 a
{
}
#Footer .contents_2_2 .li_mid4 a
{
}
#Footer .contents_2_3 ul
{
    text-align: center;
    width: 100%;
  margin-bottom: 70px;
}
#Footer .contents_2_3 ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50px;
}
#Footer .contents_2_3 ul li a {
    padding: 0px;
}


#Footer .contents_2 ul li a {
    background: url(../../../Images/icon_002.png) no-repeat left center;
    padding: 0px 0px 0px 20px;
    margin: 0;
    font-size: small;
}

#Footer .contents_3
{
}

#Footer .copyright {
    text-align: center;
    margin-bottom: 30px;
}



/* ----------------------------------------------
 リンクアクション
---------------------------------------------- */
a:link
{
    color: #000066;
    text-decoration: underline;
}

a:visited
{
    color: #551A8B;
    text-decoration: underline;
}

a:hover
{
    color: #EE0000;
    text-decoration: none;
}

a:active
{
    color: #EE0000;
    text-decoration: underline;
}

ul li a:link
{
    text-decoration: none;
}

ul li a:visited
{
    text-decoration: none;
}

ul li a:hover
{
    text-decoration: underline;
}

ul li a:active
{
    text-decoration: none;
}


/* ----------------------------------------------
 Viewer 
---------------------------------------------- */
.viewer
{
    font-size: 90%;
    line-height: 150%;
    background: #FFFFFF;
    border:solid 1px #42825A;
    margin:0px 0px 10px 0px;
    padding:10px 12px;
}

.viewer a:visited, 
.viewer a:link
{
    color: #000000;
    text-decoration: underline;
}


/* ----------------------------------------------
 ファイルリンク判定
---------------------------------------------- */
img.or_icon
{
    display: inline-block;
    margin: 0 8px !important;
    padding: 0;
    vertical-align: middle;
}

a.pdf
{
    background-image:url(../css/Icon/pdf16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.doc
{
    background-image:url(../css/Icon/word16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.docx
{
    background-image:url(../css/Icon/word16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.xls
{
    background-image:url(../css/Icon/excel16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.xlsx
{
    background-image:url(../css/Icon/excel16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.ppt
{
    background-image:url(../css/Icon/pp16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.pptx
{
    background-image:url(../css/Icon/pp16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}


/* ----------------------------------------------
 カスタム
---------------------------------------------- */
/* ツールボタン */
.left_tool
{
    display: none !important;
}

#BaseTable .toggle_l_on
{
    display: block !important;
    z-index: 10000;
}

/* メニューボタン */
.r_menu_on
{
}

.r_menu_off
{
    display: none;
}

.toggle_on
{
    display: block !important;
}

.toggle_off
{
    display: none !important;
}


/* スマートフォン時非表示 */
.smartoff
{
    display: none !important;
}


/* 音声対応 */
.skip_menu
{
    display: block;
    position: absolute;
    top: -99999px;
}

/* 切り替えボタン */
#smart_mode_change2
{
    display: none;
}

#smart_mode_change_block2
{
    text-align: center;
    background: #ffffff;
    border: 1px solid;
    margin: 10px auto;
    padding: 10px;
    width: 200px;
}

.Sp_ViewTable_Scroll {
	overflow-x: scroll;
}

.Sp_ViewTable_Scroll table {
}

/*== 画像 ==*/
.HTMLEditorContainer img,
.Contents img
{
    height: auto !important;
    max-width: 300px;
}

/*スマートフォン用table自動調整*/
.Sp_ViewTable_Scroll
{
    display: block;
    overflow: auto;
}

/* docReader対応  */
a.rspkr_dr_link
{
  margin: 0 1.5em 0 .2em;
  text-decoration: none;
  position: relative;
}


/*匿名から使用される編集タイトル*/
table.EditTitle 
{
    width: 320px !important;
}

.Questionnaire_Standard fieldset
{
  border:none;
  padding:0px;
}

.Questionnaire_Standard legend
{
  display:inline-block;
  text-indent: -9999px;
  line-height:0px;
}
}
