﻿

/*** 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: #FFFFFF;
    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: url("../../../Images/h2.png") no-repeat left bottom #A84A5A;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 5px 0;
    padding: 13px 10px 15px 25px;
}

.HTMLEditorContainer h3,
.reDropDownBody h3,
.Contents h3
{
    background: url("../../../Images/h3.png") no-repeat right top;
    border-top: 2px solid #FEDCEC;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0;
    padding: 19px 9px 13px 30px;
    border-bottom: 3px solid #A84A5A;
}

.HTMLEditorContainer h4,
.reDropDownBody h4,
.Contents h4
{
    border-bottom: 3px solid #840030;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0;
    padding: 12px 9px 11px 14px;
    border-top: 2px dotted #840030;
}

.HTMLEditorContainer h5,
.reDropDownBody h5,
.Contents h5
{
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0;
    padding: 10px 10px 10px 11px;
    background: url(../../../Images/h5.png) no-repeat left bottom;
}

.HTMLEditorContainer h6,
.reDropDownBody h6,
.Contents h6
{
    border-bottom: 2px solid #840030;
    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: 960px;
    clear: both;
}

#ContentPane .ModuleReference
{
    width: 750px;
    clear: both;
}

#LeftPane .ModuleReference,
#RightPane .ModuleReference
{
    width: 200px;
    clear: both;
}

/* 共通モジュールタイトル */
.outside_b h2
{
    background: url("../../../Images/h2.png") no-repeat left bottom #A84A5A;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 13px 10px 15px 25px;
}

/* リンク調整 */
.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 a
{
    background: url("../../../Images/icon.png") no-repeat left 4px;
    display: block;
    padding: 2px 0 2px 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%;
}

.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 0 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;
}





/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
#Header
{
    background: #ffffff; /* IE8 */
    background: rgba(255, 255, 255, 1);
    position: relative;
    width: 100%;
}

#Header .contents_b
{
    height: 153px;
    margin: auto;
    padding: 0;
    width: 960px;
    position: relative;
    background: url(../../../Images/header_bg.png) no-repeat left top;
}

#Header .logo
{
    display: block;
    height: 61px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 217px;
}

#Header .logo img
{
    vertical-align: bottom;
}

.Support_Tool
{
}

.Support_Tool .tool_block
{
}

.Support_Tool h2
{
    display: none;
}

.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 #sp_tool_l,
.Support_Tool #sp_tool_r,
#smart_mode_change,
#smart_mode_pagejump,
#header_guide #ot
{
    display: none;
}

#header_guide
{
    position: absolute;
    right: 0px;
    top: 0px;
}

#header_guide a
{
    background: #F8E2EB url(../../../Images/sup_icon.png) no-repeat 5px center;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px 0px 4px 4px;
    display: inline-block;
    font-size: small;
    padding: 5px 10px 5px 25px;
    text-decoration: none;
}

#fontsize
{
    position: absolute;
    right: 115px;
    top: 40px;
}

#fontsize #typical
{
    left: 0;
    position: absolute;
}

#fontsize #typical
{
    left: 0;
    position: absolute;
}

#fontsize #typical a,
#fontsize #bigger a
{
    display: block;
    background-color: #ffffff !important;
}

#fontsize #bigger a
{
    background: url(../../../Images/size_l.png) no-repeat left 2px;
    padding: 0px 0px 0px 37px;
}

#fontsize #typical a
{
    background: url(../../../Images/size_s.png) no-repeat left 2px;
    padding: 0px 0px 0px 37px;
}

#fontsize #fonttool a
{
    background: url(../../../Images/size_m.png) no-repeat left 2px;
    display: block;
    padding: 0px 0px 0px 17px;
}

#StyleChange
{
    position: absolute;
    top: 40px;
    right: 0px;
}

#StyleChange li
{
    display: none;
}

#StyleChange .on
{
    display:block;
}

#StyleChange .on a
{
    background: url(../../../Images/bg_color.png) no-repeat right 1px;
    padding: 0px 40px 0px 0px;
    display: block;
}

#header_sub
{
    position: absolute;
    top: 65px;
    right: 0px;
}

#header_sub #sitetool a
{
    background: url(../../../Images/tool_m.png) no-repeat left top;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 0px 10px;
}

#header_sub #siteuse a
{
    background: url(../../../Images/site_use.png) no-repeat left 2px;
    padding: 0px 0px 0px 17px;
    margin: 0px 0px 0px 10px;
}

#header_sub #sitemap a
{
    background: url(../../../Images/site_map.png) no-repeat left 3px;
    padding: 0px 0px 0px 20px;
}

#Header .kanko_link
{
    background: #BB5A1C url(../../../Images/kanko_cam.png) no-repeat 40px center;
    position: absolute;
    color: #ffffff;
    font-weight: normal;
    font-size: 180%;
    padding: 5px 80px;
    border: 5px solid #F9C382;
    border-radius: 25px;
    top: 90px;
    right: 10px;
}

#Header .kanko_link a
{
    color: #ffffff;
    text-decoration: none;
}

#Header .yuru
{
    background: url(../../../Images/sakura.png) no-repeat;
    width: 64px;
    height: 80px;
    display: block;
    position: absolute;
    z-index: 100;
    top: -10px;
    right: 0px;
}


/* ----------------------------------------------
 フッター
---------------------------------------------- */
#Footer
{
    position: relative;
}

#Footer .contents_b
{
    margin: auto;
    width: 960px;
    background: url(../../../Images/footer_bg.png) no-repeat right bottom;
    min-height: 190px;
    position: relative;
}

#Footer .footer_logo
{
    background: url(../../../Images/footer_logo.png) no-repeat;
    width: 62px;
    height: 63px;
    display: block;
    position: absolute;
    top: 40px;
}

#Footer .contents_b .footer_menu
{
    border-bottom: 1px solid #0E7C2B;
    list-style: outside none none;
    margin: 0 auto 20px;
    padding: 0px;
    text-align: center;
    width: 960px;
}

#Footer .contents_b .footer_menu li
{
    margin: 0;
    padding: 5px 0px;
    display: inline-block;
}

#Footer .contents_b .footer_menu li a
{
    margin: 0 0 0 5px;
    padding: 10px 10px 10px 10px;
}

#Footer .contents_b address
{
    font-size: 100%;
    font-style: normal;
    padding: 0px 0px 0px 95px;
    position: relative;
}

#Footer .contents_b .Bh
{
    padding: 0px 0px 0px 95px;
}

#Footer .contents_b .footer_info
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: absolute;
    top: 120px;
    left: 185px;
}

#Footer .contents_b .footer_info li
{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#Footer .contents_b .footer_info li a
{
}

#Footer .copyright
{
    background: #FFDCEC;
    clear: left;
    color: #812D51;
    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;
}


}
@media print
{
body
{
    background-image: none;
}
#HeaderPane,
#FooterPane
{
    display: none;
}
}

/*** 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: url("../../../Images/h2.png") no-repeat left bottom #A84A5A;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 5px 0;
    padding: 13px 10px 15px 25px;
}

.HTMLEditorContainer h3,
.reDropDownBody h3,
.Contents h3
{
    background: url("../../../Images/h3.png") no-repeat right top;
    border-top: 2px solid #FEDCEC;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0;
    padding: 19px 9px 13px 30px;
    border-bottom: 3px solid #A84A5A;
}

.HTMLEditorContainer h4,
.reDropDownBody h4,
.Contents h4
{
    border-bottom: 3px solid #840030;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0;
    padding: 12px 9px 11px 14px;
    border-top: 2px dotted #840030;
}

.HTMLEditorContainer h5,
.reDropDownBody h5,
.Contents h5
{
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0;
    padding: 10px 10px 10px 11px;
    background: url(../../../Images/h5.png) no-repeat left bottom;
}

.HTMLEditorContainer h6,
.reDropDownBody h6,
.Contents h6
{
    border-bottom: 2px solid #840030;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0;
    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: url("../../../Images/h2.png") no-repeat left bottom #A84A5A;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 13px 10px 15px 25px;
}

/* リンク調整 */
.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 a
{
    background: url("../../../Images/icon.png") no-repeat left 4px;
    display: block;
    padding: 2px 0 2px 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 0 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_menu.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_menu.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_menu.png") no-repeat 0px 0px !important;
}

.Support_Tool .sp_tool_r_on
{
    background: url("../../../Images/sp_menu.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 #ch2,
#header_guide #ko,
#header_guide #th,
#StyleChange,
#fontsize
{
    display: none;
}

#header_guide #ot
{
    background: url(../../../Images/sp_menu.png) no-repeat 0 -139px;
    height: 46px;
    position: absolute;
    top: 70px;
    width: 320px;
}


#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: 256px;
}

#header_sub
{
}

#header_sub li
{
}

#header_sub a
{
}

#header_sub #sitemap
{
    background: url(../../../Images/sp_menu.png) no-repeat 0 -230px;
    position: absolute;
    top: 115px;
    z-index: 10000;
    width: 160px;
    height: 47px;
}

#header_sub #sitemap a
{
    display: block;
    font-size: small;
    font-weight: bold;
    height: 24px;
    left: 10px;
    padding: 8px 10px 0 40px;
    position: absolute;
    text-decoration: none;
    width: 98px;
    top: 11px;
}

#header_sub #siteuse
{
    background: url(../../../Images/sp_menu.png) no-repeat -160px -230px;
    position: absolute;
    top: 115px;
    z-index: 10000;
    width: 160px;
    height: 47px;
    left: 160px;
}

#header_sub #siteuse a
{
    display: block;
    font-size: small;
    font-weight: bold;
    height: 24px;
    left: 3px;
    padding: 7px 10px 0 33px;
    position: absolute;
    text-decoration: none;
    width: 105px;
    top: 11px;
}

#header_sub #sitetool
{
    background: url(../../../Images/sp_menu.png) no-repeat 0px -277px;
    position: absolute;
    top: 162px;
    z-index: 10000;
    width: 160px;
    height: 47px;
    left: 0px;
}

#header_sub #sitetool a
{
    display: block;
    font-size: small;
    font-weight: bold;
    height: 24px;
    left: 11px;
    padding: 7px 10px 0 33px;
    position: absolute;
    text-decoration: none;
    width: 103px;
    top: 11px;
}

#smart_mode_pagejump
{
    background: url(../../../Images/sp_menu.png) no-repeat -160px -277px;
    height: 47px;
    left: 160px;
    position: absolute;
    top: 162px;
    width: 160px;
}

#smart_mode_pagejump a
{
    display: block;
    font-size: small;
    font-weight: bold;
    height: 25px;
    left: 2px;
    padding: 7px 10px 0 35px;
    position: absolute;
    text-decoration: none;
    top: 10px;
    width: 104px;
}

#smart_mode_change
{
    background: url(../../../Images/sp_menu.png) no-repeat 0px -324px;
    height: 47px;
    position: absolute;
    top: 209px;
    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: 9px;
    width: 231px;
}

#Header .kanko_link
{
    background: url(../../../Images/sp_menu.png) no-repeat 0px -370px;
    height: 47px;
    position: absolute;
    top: 255px;
    width: 320px;
}

#Header .kanko_link a
{
    font-size: small;
    font-weight: bold;
    height: 25px;
    left: 11px;
    padding: 8px 10px 0px 29px;
    position: absolute;
    text-decoration: none;
    top: 7px;
    width: 261px;
}

/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
#Header
{
    min-height: 70px;
    position: relative;
    width: 320px;
    z-index: 1;
    background: url(../../../Images/sp_menu.png) no-repeat 0px -70px;
}

#Header .logo
{
    display: inline-block;
    left: 87px;
    position: absolute;
    top: 15px;
}

#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;
}

#Footer .contents_b
{
    margin: auto;
    width: 320px;
    background: url(../../../Images/footer_bg.png) no-repeat -60px bottom;
    min-height: 480px;
    position: relative;
}

#Footer .footer_logo
{
    background: url(../../../Images/footer_logo.png) no-repeat;
    width: 62px;
    height: 63px;
    display: block;
    position: absolute;
    top: 140px;
    left: 10px;
}

#Footer .contents_b .footer_menu
{
    border-bottom: 1px solid #0E7C2B;
    list-style: outside none none;
    margin: 0 auto 20px;
    padding: 0px;
    text-align: center;
    width: 320px;
}

#Footer .contents_b .footer_menu li
{
    margin: 0;
    padding: 5px 0px;
    display: inline-block;
}

#Footer .contents_b .footer_menu li a
{
    margin: 0 0 0 5px;
    padding: 10px 10px 10px 10px;
    font-size: small;
}

#Footer .contents_b address
{
    font-size: 100%;
    font-style: normal;
    padding: 0px 0px 0px 95px;
    position: relative;
}

#Footer .contents_b .Bh
{
    padding: 0px 0px 0px 95px;
}

#Footer .contents_b .footer_info
{
    margin: 0px;
    padding: 0px 0px 0px 90px;
    list-style-type: none;
    position: relative;
}

#Footer .contents_b .footer_info li
{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#Footer .contents_b .footer_info li a
{
}

#Footer .copyright
{
    background: #FFDCEC;
    clear: left;
    color: #812D51;
    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;
}


/* ----------------------------------------------
 カスタム
---------------------------------------------- */
/* ツールボタン */
.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,
.ModuleSet_Standard_1001
{
    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;
}

/*== 画像 ==*/
.HTMLEditorContainer img,
.Contents img
{
    height: auto !important;
    max-width: 280px;
}

.Contents img
{
    margin: 10px;
}

.smart_fullwidth,
.smart_w320
{
    max-width:320px !important;
}

.Contents .smart_fullwidth
{
    max-width:280px !important; /*.Contentsのpadding左右分やimgのmargin分は引く*/
}

.smart_halfwidth,
.smart_w160
{
    max-width:160px !important;
}

/*スマートフォン用table自動調整*/
.Sp_ViewTable_Scroll
{
    display: block;
    overflow: auto;
}

/*匿名から使用される編集タイトル*/
table.EditTitle 
{
    width: 320px !important;
}
}
