﻿/* ----------------------------------------------
 基礎設定
---------------------------------------------- */
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: #F5F5F5;
    background-color: rgba(245, 245, 245, 1);
    background-image: url("/images/bg.png");
    background-repeat: repeat-y;
    background-position: top center;
}

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-color: #006C24;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 5px 0;
    padding: 10px 10px 8px 15px;
}

.HTMLEditorContainer h3,
.reDropDownBody h3,
.Contents h3
{
    background: #D0F397 ; /* IE8 */
    background: #D0F397;
    border: 1px solid #D0F397;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h4,
.reDropDownBody h4,
.Contents h4
{
    background: url("/Images/h4.png") no-repeat 3px 7px;
    border-bottom: 2px solid #046820;
    color: #046820;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h5,
.reDropDownBody h5,
.Contents h5
{
    background: url("/Images/h5.png") no-repeat 3px 7px;
    border-bottom: 1px solid #046820;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0;
    padding: 7px 10px 6px 11px;
}

.HTMLEditorContainer h6,
.reDropDownBody h6,
.Contents h6
{
    background: url("/Images/h6.png") no-repeat 3px 10px;
    border-bottom: 1px solid #cccccc;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0;
    padding: 7px 10px 6px 22px;
}


/* ----------------------------------------------
 大枠
---------------------------------------------- */
#pagetop,
#BaseTable
{
    width:960px;
    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: #4C4C4C url("../../../Images/background_stripe.png") repeat;*/ /* IE8 */
/*    background: rgba(0, 0, 0, 0.7) url("../../../Images/background_stripe.png") repeat;*/
background-color: #D0F397;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 10px 10px 8px 15px;
}

/* リンク調整 */
.outside_b h2 a
{
    color: #000000;
}

/* = 共通リスト = */
.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:not(.ListItem_Edit)
{
    background: url("../../../Images/icon.png") no-repeat 4px 4px;
    display: inline-block;
    padding: 2px 0 2px 20px;
}

.Menu_list ul li a.SelectedTab
{
background-color: #F7E7DE;
}

.inside_b ul:not(.reToolBar) .CreatedDate
{
font-weight: bold;
}

/* リスト系パーツ */
.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 0 13px;
}

#LeftPane .inside_b,
#RightPane .inside_b
{
    border: 1px solid #D0F397;
    background-color: #FFFFFF;
}

.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;
}

#FooterPane .outside_b
{
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #CEF394;
}

#FooterPane .outside_b h2
{
background-color: transparent;
}

#FooterPane .inside_b
{
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #CEF394;
}

/* 画像 */
.HTMLEditorContainer img,
.Contents img
{
    margin: 5px;
}




/* ----------------------------------------------
 サポートツール
---------------------------------------------- */
.Support_Tool
{
    background: rgba(255, 255, 255, 1) none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 0;
    width: 100%;
    position: relative;
}

.Support_Tool .tool_block
{
    margin: auto;
    position: relative;
    width: 960px;
    text-align: right;
}

.Support_Tool h2
{
    color: #000000;
    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 a.sc_black
{
background-color: #000000;
color: #FFFFFF;
}

.Support_Tool a.sc_blue
{
background-color: #262688;
color: #FFFFFF;
}

.Support_Tool .sp_tool_l,
.Support_Tool .sp_tool_r,
#smart_mode_change,
#smart_mode_pagejump
{
    display: none;
}

#header_guide #ot a
{
background-color: #000000;
color: #FFFFFF;
}

#fontsize #typical
{
    left: 80px;
    top: 0px;
    position: absolute;
}

#fontsize #typical a,
#fontsize #bigger a
{
    width: 110px;
}


/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
#Header
{
    background: #ffffff; /* IE8 */
    background: rgba(255, 255, 255, 1);
    position: relative;
    width: 100%;
}

#Header .contents_b
{
    height: /*100*/138px;
    margin: auto;
    padding: 0;
    width: 960px;
    position: relative;
}

#Header .logo
{
    display: block;
    height: /*61*/121px;
    left: /*10*/30px;
    position: relative;
    top: /*25*/9px;
    width: /*217*/122px;
}

#Header .logo img
{
    vertical-align: bottom;
}

#Header .BrowserSearch
{
    top: 10px;
    position: absolute;
    right: 0;
}

#Header .BrowserSearch .TextBox
{
    background: rgba(1, 1, 1, 0.05) !important;
    border: 1px solid;
    border-radius: 4px;
    margin: 0;
    padding: 5px;
}

#Header .BrowserSearch .SubmitBtn
{
    border: 1px solid #663500;
    background-color: #663500;
    border-radius: 4px;
    color: #ffffff;
    margin: 0;
    padding: 5px 15px;
}


/* ----------------------------------------------
 フッター
---------------------------------------------- */
#Footer
{
    background: url("/images/footer_bg.png") no-repeat center center;
    position: relative;
}

#Footer .contents_b
{
margin: auto;
width: 100%;
padding-top: 80px;
}

#Footer .contents_b .infolink
{
width: 100%;
display: flex;
background-color: #ffffff;
opacity: 0.7;
}

#Footer .contents_b .infolink ul
{
    float: left;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0 4px 0 110px;
    text-align: center;
    width: 850px;
}

#Footer .contents_b .infolink ul li
{
    float: left;
    margin: 0;
    padding: 0;
}

#Footer .contents_b .infolink ul li a
{
    background: url("../../../Images/sep.png") no-repeat left center;
    float: left;
    margin: 0 0 0 5px;
    padding: 10px 10px 10px 20px;
}

#Footer .contents_b .infolink ul li.li_top a
{
background:none;
}


#Footer .contents_f
{
width: 1060px;
margin: 0 auto;
}

#Footer .contents_f .mascimg
{
float: left;
margin-top: -70px;
z-index: 999;
position: absolute;
}

#Footer .contents_f address
{
font-size: 100%;
font-style: normal;
padding: 10px 10px 10px 110px;
position: relative;
width: 830px;
margin: 0 auto;
}

#Footer .copyright
{
font-size: 100%;
font-style: normal;
padding: 10px 10px 10px 110px;
position: relative;
width: 830px;
margin: 0 auto;
}

a.topagetop
{
background: url("/Images/pr_icon.png") no-repeat left 3px;
padding-left:20px;
}

/* ----------------------------------------------
 カスタム
---------------------------------------------- */
/* 編集アイコン */
.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;
}

a:hover
{
opacity: 0.8;
}

/*　ファイルアイコン　*/
a.pdf
{
    background:  url("../css/Icon/pdf16.gif") no-repeat scroll left 3px !important;
    padding-left: 22px !important;
}

a.doc, 
a.docx
{
    background:  url("../css/Icon/word16.gif") no-repeat scroll left 3px !important;
    padding-left: 22px !important;
}

a.xls, 
a.xlsx
{
    background:  url("../css/Icon/excel16.gif") no-repeat scroll left 3px !important;
    padding-left: 22px !important;
}

a.ppt, 
a.pptx
{
    background:  url("../css/Icon/pp16.gif") no-repeat scroll left 3px !important;
    padding-left: 22px !important;
}

#viewer_link
{
    border: 1px solid #cccccc;
    padding: 10px;
}

@media print
{
body
{
    background-image: none;
}
#HeaderPane,
#FooterPane
{
    display: none;
}
}


/*  fieldset  */
fieldset
{
border:none;
}

legend
{
display:none;
}