﻿/* ================================
    CSS STYLES FOR i-SITE PORTAL
    v1.3, 2005/4/10
   ================================
  framestyle_hv
*/
/****************** フレーム用定義 ******************/
/* 画面の幅と各ペインの決定方法
　　※各ペイン間の余白は、それぞれのパディングで設定する。
    ※モジュールのない場合はLeftPane,ContentPane,RightPaneは消える。
    ※モジュールのない場合でもContentPaneかRightPaneのどちらかは残る。
スタイルHV用(Header領域が左端まであるもの)：portal_m.css適用後
+--BaseTable--
| 732px
|+--SystemMenu----------------------------------+
||                                              |
|+----------------------------------------------+
|+--HeaderPane----------------------------------+
||                                              |
|+----------------------------------------------+
|+--LeftPane---+--ContentPane---+--RightPane---+|
|| 160px       | padding-left   | 160px        ||
||             | 10px           |              ||
||             |                |              ||
|+-------------+----------------+--------------+|
|+--FooterPane----------------------------------+
||                                              |
|+----------------------------------------------+
+-------------
*/

body  /*margin,paddingは上右下左の順*/
{
  margin: 0px 0px 0px 0px;
  background-color: white;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: 'ＭＳ ゴシック', 'Osaka－等幅', monospace;*/
  /*font-family: 'ＭＳ Ｐ明朝', '細明朝体', serif;*/
  /*font-family: 'ＭＳ 明朝', '平成明朝', serif;*/
}

/* == 大枠 == */
#BaseTable
{
/*	width:780px; */
         padding: 0px 0px 0px 0px;
        margin: 0 auto;
/*	background-image: url("../Images/grayback.gif");*/
}

/* == システムメニュー == */
#SystemMenu
{
/*  padding: 0px 0px 0px 0px;*/
}

/* == ヘッダー == */
#HeaderPane
{
 margin: 0px;
/*  padding: 0px 0px 0px 0px;*/
}

/* == 左ペイン幅 == */
#LeftPane
{
	width:160px;
        float:left;
/*  padding: 0px 0px 0px 0px;*/
}

/* == MAIN(中央)ペイン == */
#ContentPane
{
        float:left;
/*  padding: 0px 20px 0px 20px; */
}

/* == 右ペイン == */
#RightPane
{
        float:left;
/*  padding: 0px 0px 0px 0px;*/
}

/* == フッター == */
#FooterPane
{
/*  padding: 0px 0px 0px 0px;*/
}

/****************** 主にシステム用定義 既定の情報はportal.css参照******************/

/* == 汎用文字 == */
.NormalTextSmall
{
}

.NormalText
{
}

.NormalTextMedium
{
}

/* == 小見出し用 == */
.ContentsSubTitle
{
}

/* == 反転タイトル == */
.EditTitleCaption
{
}

/* == エラー表示 == */
.Error
{
}

/* == 説明表示 == */
.NotesText
{
}

/* == 補助表示 == */
.SubText
{
}

/* == 文責表示 == */
.Responsibility
{
}

/* == BBSコード引用[quote]用 == */
.bbsquote
{
}

/* == BBSコードcode[code]用 == */
.bbscode
{
}

/* == 一覧表示ヘッダ用 == */
.SiteLink
{
}

/* == 顔文字等アイコン代替表示 等幅フォント== */
.Icon
{
}

/* == 文字列ボタン用 フォントサイズは固定 == */
.ButtonImage
{
}

/* == orangeTable == */
Table.orangeTable
{
}

/* == blueTable == */
Table.blueTable
{
}

.smarton
{
/* display: none; */
}

/* ----------------------------------------------
 エラーページ用
---------------------------------------------- */
.ErrorBody
{
width: 960px;
margin: 0 auto;
}

.ErrorBody #Middle
{
width: 100%;
padding: 10px 0;
}

.ErrorBody #ContentPane
{
width: 100%;
}

/*-----------------------------------------------*/
/* 2022年リニューアル　にて追加                 */
/*-----------------------------------------------*/

/* ----------------------------------------------
 基礎設定
---------------------------------------------- */
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: #EDF9E1;  */
}

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 10px bottom;
	color: #000;
	font-size: medium;
	font-weight: bold;
	margin: 5px 0;
	padding: 15px 10px 12px 40px;
	border-bottom: 2px solid #02841A;
	border-top: 2px dotted #02841A;
}

.HTMLEditorContainer h3, .reDropDownBody h3, .Contents h3
{
	background: url("../../../Images/h3.png") repeat;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0;
	padding: 14px 9px 12px 43px;
}

.HTMLEditorContainer h4, .reDropDownBody h4, .Contents h4
{
	background: url(../../../Images/h4.png) no-repeat left top #E5F3DA;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0;
	padding: 11px 9px 9px 45px;
}

.HTMLEditorContainer h5, .reDropDownBody h5, .Contents h5
{
	background: url(,../../../Images/h5.png) no-repeat left bottom;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0;
	padding: 10px 10px 10px 50px;
}

.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 10px;
    padding: 0;
    position: relative;
}

#HeaderPane .ModuleReference,
#FooterPane .ModuleReference
{
    width: 960px;
    clear: both;
}

#ContentPane .ModuleReference
{
    width: 730px;
    clear: both;
}

#LeftPane .ModuleReference,
#RightPane .ModuleReference
{
    width: 200px;
    clear: both;
}

/* 共通モジュールタイトル */
.outside_b h2
{
	background: url("../../../Images/h2.png") no-repeat 10px bottom #ffffff;
	color: #000;
	font-size: medium;
	font-weight: bold;
	margin: 5px 0;
	padding: 15px 10px 12px 40px;
	border-bottom: 2px solid #126D9A;
	border-top: 2px dotted #126D9A;
}

/* リンク調整 */
.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
{
    background: url("../../../Images/icon.png") no-repeat left 4px;
    display: block;
    padding: 2px 0 2px 20px;
}


/* リスト系パーツ */
.ModuleReference .info_title
{
	padding: 0px 30px 0px 25px;
	background: url(../../../Images/h2_check_bg.gif) no-repeat 5px 5px;
}

.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;
}

.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;
}





/* ----------------------------------------------
 リンクアクション
---------------------------------------------- */
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;
}

.Sp_ViewTable_Scroll {
	overflow-x: scroll;
}

@media print
{
body
{
    background-image: none;
}
#HeaderPane,
#FooterPane
{
    display: none;
}
}