﻿/* ----------------------------------------------
 基礎設定
---------------------------------------------- */
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: url(../Images/re_background.jpg) center bottom;
}

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,
.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: #1F654B;
    color: #ffffff;
    font-size: 150%;
    font-weight: bold;
    margin: 10px 0px;
    padding: 20px 10px 18px 20px;
}

.HTMLEditorContainer h3,
.reDropDownBody h3,
.Contents h3
{
    border-bottom: 2px solid #1F654B;
    color: #1F654B;
    font-size: 140%;
    font-weight: bold;
    margin: 5px 0;
    padding: 9px 9px 7px 5px;
}

.HTMLEditorContainer h4,
.reDropDownBody h4,
.Contents h4
{
    border: 1px solid #1F654B;
    color: #1F654B;
    font-size: 120%;
    font-weight: bold;
    margin: 5px 0;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h5,
.reDropDownBody h5,
.Contents h5
{
    border-bottom: 1px solid #cccccc;
    border-left: 2px solid #cccccc;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0;
    padding: 7px 10px 6px 11px;
}

.HTMLEditorContainer h6,
.reDropDownBody h6,
.Contents h6
{
    border-bottom: 1px solid #cccccc;
    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 20px;
    padding: 0;
    position: relative;
}

#HeaderPane .ModuleReference,
#FooterPane .ModuleReference
{
    width: 1200px;
    clear: both;
}

#ContentPane .ModuleReference
{
    width: 820px;
    clear: both;
}

#LeftPane .ModuleReference,
#RightPane .ModuleReference
{
    width: 300px;
    clear: both;
}

/* 共通モジュールタイトル */
.outside_b h2
{
    background: #1F654B;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 20px 10px 18px 20px;
}

#LeftPane .outside_b h2,
#RightPane .outside_b h2
{
    background: #634016;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 20px 10px 18px 20px;
}

/* リンク調整 */
.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_01.png") no-repeat 4px 8px;
    display: block;
    padding: 4px 0 4px 20px;
}

#LeftPane .Menu_list ul,
#RightPane .Menu_list ul
{
    padding: 0px;
}

#LeftPane .Menu_list li,
#RightPane .Menu_list li
{
    border-bottom: 1px solid #ccc;
}

#LeftPane .Menu_list li a,
#RightPane .Menu_list li a
{
    background: url("../Images/icon_02.png") no-repeat 12px 18px;
    display: block;
    padding: 15px 15px 15px 30px;
}

/* リスト系パーツ */
.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;
}


/* メニュー系 戻る */
.ModuleReference .modoru
{
    margin: 10px 10px 0px 5px;
}

.ModuleReference .modoru a
{
    background: url(../Images/modoru_01.png) no-repeat left center;
    display: block;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
}

#LeftPane .ModuleReference .modoru,
#RightPane .ModuleReference .modoru
{
    margin: 0px;
    border-bottom: 1px solid #ccc;
}

#LeftPane .ModuleReference .modoru a,
#RightPane .ModuleReference .modoru a
{
    background: url(../Images/modoru_02.png) no-repeat 7px 22px;
    display: block;
    padding: 20px 20px 20px 26px;
    text-decoration: none;
}


/* ----------------------------------------------
 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,
.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,
.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;
    border-style: solid;
}

.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;
}




/* ----------------------------------------------
 サポートツール
---------------------------------------------- */


/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
/* logo表示 */
.logo_block
{
    position: absolute;
    display: block;
    top: 10px;
    left: 30px;
    z-index: 1;
}

.logo_block .short
{
    display: none;
}

.toolbar
{
    background: #5A8133;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.toolbar div
{
    display: inline-block;
}

.toolbar_contents
{
    margin: 10px 0px;
}

.toolbar .BrowserSearch
{
}

.toolbar .search_select
{
    vertical-align: top;
}

.toolbar .search_select select
{
    padding: 1px;
    min-height: 26px;
    vertical-align: middle;
    border: 1px solid aliceblue;
}

.toolbar .search_txt
{
    margin: 0px 0px 0px -5px;
}

.toolbar .search_txt .TextBox
{
    border: 1px solid #cccccc;
    background: #ffffff !important;
    padding: 2px 10px 2px 10px;
    width: 200px;
}

.toolbar .search_txt .SubmitBtn
{
    margin: 0px 0px 0px -5px;
    border: 2px solid #333333;
    background: #333333;
    color: #ffffff;
    padding: 1px 14px;
}

.toolbar .translate
{
}

.toolbar .translate a
{
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 3px 10px;
    margin: 0px 0px 0px 30px;
}

.toolbar .fontsize
{
    position: relative;
    margin: 0px 0px 0px 30px;
    color: #ffffff;
}

.toolbar .fontsize ul
{
    display: inline-block;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    list-style: none;
}

.toolbar .fontsize li
{
    display: inline-block !important;
    cursor: pointer;
    background: #ffffff;
    border-radius: 3px;
    color: #000000;
    padding: 1px 15px;
}

.toolbar .fontsize #bigger
{
    background: #333333;
    color: #ffffff;
}

.toolbar .fontsize li a
{
}

.toolbar .backround_change
{
    position: relative;
    margin: 0px 0px 0px 30px;
    color: #ffffff;
}

.toolbar .backround_change ul
{
    display: inline-block;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    list-style: none;
}

.toolbar .backround_change ul li
{
    display: inline-block !important;
    cursor: pointer;
    background: #ffffff;
    border-radius: 3px;
    color: #000000;
    padding: 1px 15px;
}

.toolbar .backround_change ul li a
{
    color: #000000;
}

.toolbar .backround_change ul #changecolor1
{
    background: #333333;
}

.toolbar .backround_change ul #changecolor1 a
{
    color: #ffffff;
}

.sub_navigation
{
    background: url(../Images/sub_navigation_bg.png) repeat-x;
    margin: auto;
    text-align: center;
}

.sub_navigation ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sub_navigation ul li
{
    display: inline-block;
}

.sub_navigation ul li a
{
    font-weight: bold;
    font-size: 150%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    padding: 20px 5px 20px 60px;
    display: block;
}

.sub_navigation .navigation2,
.sub_navigation .navigation3
{
    background: url(../Images/sep.png) no-repeat left center;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 15px;
}

.sub_navigation .navigation1 a
{
    background: url(../Images/cate_01.png) no-repeat 0px 9px;
}

.sub_navigation .navigation2 a
{
    background: url(../Images/cate_02.png) no-repeat 0px 9px;
}

.sub_navigation .navigation3 a
{
    background: url(../Images/sub_navigation_icon3.png) no-repeat 10px 16px;
}


/* ----------------------------------------------
 フッター
---------------------------------------------- */
#Footer
{
    position: relative;
}

#Footer .Footer_h
{
    background: url(../Images/footer.png) repeat-x center top;
    height: 135px;
}

#Footer .Footer_contents
{
    background: #C3D600;
    text-align: center;
    padding: 10px;
}

#Footer ul
{
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#Footer ul li
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#Footer ul li a
{
    margin: 0px 10px;
}

#Footer address
{
    font-size: 100%;
    font-style: normal;
    margin: 0px 0px 10px 0px;
}

#Footer .Inquiry
{
    margin: 0px 0px 10px 0px;
}

#Footer .Footer_copyright
{
    font-weight: bold;
}

#Footer .Footer_logo_block
{
    margin: 0px auto;
    width: 175px;
    position: relative;
}

#Footer .footer_logo
{
    position: absolute;
    top: -90px;
}

/* ----------------------------------------------
 リンクアクション
---------------------------------------------- */
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:10px 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;
}

/* リスト系エディタ調整 */
ul.reToolBar
{
    padding: 0px !important;
}

/* 回り込み解除 */
.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;
}

/* 切り替えボタン */
.open_sub_menu
{
    display: none;
}

#smart_mode_change,
#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 screen and (max-width: 1500px)
{
.logo_block
{
    position: absolute;
    display: block;
    top: 55px;
    left: 30px;
    z-index: 1;
}
.logo_block .long
{
    display: none;
}
.logo_block .short
{
    display: block;
}
}

@media print
{
body
{
    background-image: none;
}
#HeaderPane,
#FooterPane
{
    display: none;
}
}