﻿

/*** 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;
}

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 5px 15px #ECF4D4;
    color: #027B5F;
    font-size: 135%;
    font-weight: bold;
    margin: 15px 0px 10px;
    padding: 12px 20px 10px 30px;
    border-bottom: 1px dotted #027B5F;
}

.Contents + h2 {
    margin: 0px 0px 10px;
}

.HTMLEditorContainer h3, .reDropDownBody h3, .Contents h3 {
    background: url("../../../Images/h3.png") no-repeat 7px 12px #DFF0E9;
    color: #000000;
    font-size: 130%;
    font-weight: bold;
    margin: 15px 0px 10px;
    padding: 10px 10px 8px 30px;
    border-bottom: 1px dotted #A2ADA8;
}

.HTMLEditorContainer h4, .reDropDownBody h4, .Contents h4 {
    background: #ECF4D4;
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    margin: 15px 0px 10px;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h5, .reDropDownBody h5, .Contents h5 {
    background: #DFF0E9;
    color: #000000;
    font-size: 120%;
    font-weight: normal;
    margin: 15px 0px 10px;
    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: 15px 0px 10px;
    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;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
}

#HeaderPane .ModuleReference,
#FooterPane .ModuleReference
{
    width: 1000px;
    clear: both;
}

#ContentPane .ModuleReference
{
    width: 750px;
    clear: both;
}

#LeftPane .ModuleReference,
#RightPane .ModuleReference
{
    width: 230px;
    clear: both;
}

/* 共通モジュールタイトル */
.outside_b h2 {
    background: #92D3D9 url("../../../Images/menu_bg_01.gif") left top no-repeat;
    color: #192E6F;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 15px 15px 13px 35px;
}

#ContentPane .outside_b h2 {
    background: url(../../../Images/ptab_bg_sselect.png);
}

/* リンク調整 */
.outside_b h2 a {
    color: #192E6F;
}

/* = 共通リスト = */
.inside_b ul:not(.reToolBar) {
    list-style: none none outside;
    margin: 10px;
    padding: 10px;
}

.inside_b ol:not(reToolItem)
{
    margin: 10px;
    padding: 10px;
}

.inside_b li:not(reToolItem)
{
}

.Menu_list {
    background: #ECF4D4;
}

.Menu_list ul {
    padding: 1px 10px !important;
    margin: 0px !important;
}

.Menu_list li {
    border-bottom: 1px dotted #4C9164;
}

.Menu_list li:last-child {
    border-bottom: none;
}

.Menu_list li a {
    background: url("../../../Images/menu_icon_01_s.png") no-repeat left 13px;
    display: block;
    padding: 10px 0 10px 20px;
}

#ContentPane .Menu_list {
    background: #FFF;
}

#ContentPane .Menu_list li a {
    background: url("../../../Images/menu_icon_01.png") no-repeat left 13px;
    display: block;
    padding: 10px 0 10px 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 0px;
}

.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: #f0f5e3;
    color: #000000;
}

/* HTML文書用 list */
.Contents li, .HTMLEditorContainer li {
	margin: 0 0 5px 13px;
}

.inside_b .Contents ul,
.HTMLEditorContainer ul
{
    list-style: none url("../Images/list_icon_02.png") outside;
}

.inside_b .Contents ul ul,
.HTMLEditorContainer ul ul
{
    list-style: none url("../Images/list_icon_03.png") outside;
    margin: 0 10px;
    padding: 0;
}

.inside_b .Contents ul ul ul,
.HTMLEditorContainer ul ul ul
{
    list-style: none url("../Images/list_icon_02.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 {
	max-width: calc(100% - 10px);
	margin: 5px;
}




/* ----------------------------------------------
 サポートツール
---------------------------------------------- */


/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
#Header {
	background-image: url(../../../Images/header_bg_01.png), url(../../../Images/header_bg_02.png);
	background-position: center bottom, left bottom;
	background-repeat: no-repeat, repeat-x;
	position: relative;
	width: 100%;
}

#Header .contents_b {
	height: 140px;
	margin: auto;
	padding: 0;
	width: 1000px;
	position: relative;
}

#Header .logo {
	display: block;
	height: 72px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 285px;
}

#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;
}


.Support_Tool {
}

.Support_Tool .tool_block
{
}

.Support_Tool h2
{
    color: #000;
    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;
}


/* 翻訳 */
.Support_Tool .translate_box {
    position: absolute;
    top: 5px;
    right: 480px;
}

.Support_Tool .translate_box h2 {
	display: none;
}

.Support_Tool .translate_box #translateselect {
    position: relative;
    top: 15px;
    border-radius: 3px;
    border: 1px solid #777;
    background: #fff;
    padding: 4px 10px;
    min-width: 160px;
}


/* 文字サイズ */
.Support_Tool .fontsize_box {
    position: absolute;
    right: 330px;
    top: 15px;
    min-width: 120px;
}

.Support_Tool .fontsize_box h2 {
    position: relative;
    display: inline-block;
}

.Support_Tool .fontsize_box #fontsize #typical
{
    left: 0;
    position: absolute;
}

.Support_Tool .fontsize_box #fontsize #typical a,
.Support_Tool .fontsize_box #fontsize #bigger a {
    display: block;
    border-radius: 100px;
    padding: 8px 3px;
    min-width: 30px;
    text-align: center;
}


/* 背景色 */
.Support_Tool .StyleChange_box {
    position: absolute;
    top: 15px;
    right: 140px;
    min-width: 165px;
}

.Support_Tool .StyleChange_box h2 {
}

.Support_Tool .StyleChange_box ul {
}

.Support_Tool .StyleChange_box ul li {
}

.Support_Tool .StyleChange_box ul li a {
    display: block;
    border-radius: 100px;
    padding: 8px 3px;
    min-width: 30px;
    text-align: center;
}

.Support_Tool .StyleChange_box .sc_white {
}

.Support_Tool .StyleChange_box .sc_black {
    color: #fff;
    background: #000;
}


/* サイトマップ */
#header_sub {
    position: absolute;
    top: 20px;
    right: 10px;
}

#header_sub a {
    border: none;
    text-decoration: none;
    background: url(../../../Images/sitemap.png) no-repeat left center;
    padding: 5px 0px 5px 36px;
}


/* ----------------------------------------------
 フッター
---------------------------------------------- */
#Footer {
    position: relative;
    margin: 30px 0px 0px 0px;
}

#Footer .footer_list {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}

#Footer .footer_list ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#Footer .footer_list li {
	display: inline-block;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #000;
}

#Footer .footer_list li:first-child {
	border-left: none;
}

#Footer .footer_list li a {
}

#Footer .footer_contents {
	margin: auto;
	width: 1000px;
	background: url(../../../Images/footer_logo.png) no-repeat left center;
}

#Footer .footer_contents .footer_body {
    border-left: 1px solid #177243;
    margin: 60px 0px 25px 210px;
    padding: 5px 0px 5px 30px;
}

#Footer .footer_contents address {
	font-size: 100%;
	font-style: normal;
	margin: 5px 0px 5px 0px;
	position: relative;
}

#Footer .footer_contents ul {
	margin: 0px;
	padding: 0px;
}

#Footer .footer_contents ul li {
	display: inline-block;
	margin: 0px 0px 0px 15px;
}

#Footer .copyright {
	background: #86C8C6;
	clear: left;
	color: #000;
	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 5px 15px #ECF4D4;
    color: #027B5F;
    font-size: 135%;
    font-weight: bold;
    margin: 15px 0px 10px;
    padding: 12px 20px 10px 30px;
    border-bottom: 1px dotted #027B5F;
}

.Contents + h2 {
    margin: 0px 0px 10px;
}

.HTMLEditorContainer h3, .reDropDownBody h3, .Contents h3 {
    background: url("../../../Images/h3.png") no-repeat 7px 12px #DFF0E9;
    color: #000000;
    font-size: 130%;
    font-weight: bold;
    margin: 15px 0px 10px;
    padding: 10px 10px 8px 30px;
    border-bottom: 1px dotted #A2ADA8;
}

.HTMLEditorContainer h4, .reDropDownBody h4, .Contents h4 {
    background: #ECF4D4;
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    margin: 15px 0px 10px;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h5, .reDropDownBody h5, .Contents h5 {
    background: #DFF0E9;
    color: #000000;
    font-size: 120%;
    font-weight: normal;
    margin: 15px 0px 10px;
    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: 15px 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 30px;
	padding: 0;
	position: relative;
	width: 320px;
}


/* 共通モジュールタイトル */
.outside_b h2 {
    background: #92D3D9 url("../../../Images/menu_bg_01.gif") left top no-repeat;
    color: #192E6F;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 15px 15px 13px 35px;
}

#ContentPane .outside_b h2 {
    background: url(../../../Images/ptab_bg_sselect.png);
}


/* リンク調整 */
.outside_b h2 a {
    color: #192E6F;
}


/* = 共通リスト = */
.inside_b ul:not(.reToolBar) {
    list-style: none none outside;
    margin: 10px;
    padding: 10px;
}

.inside_b ol:not(reToolItem)
{
    margin: 10px;
    padding: 10px;
}

.inside_b li:not(reToolItem)
{
}

.Menu_list {
    background: #ECF4D4;
}

.Menu_list ul {
    padding: 1px 10px !important;
    margin: 0px !important;
}

.Menu_list li {
    border-bottom: 1px dotted #4C9164;
}

.Menu_list li:last-child {
    border-bottom: none;
}

.Menu_list li a {
    background: url("../../../Images/menu_icon_01_s.png") no-repeat left 13px;
    display: block;
    padding: 10px 0 10px 20px;
}

#ContentPane .Menu_list {
    background: #FFF;
}

#ContentPane .Menu_list li a {
    background: url("../../../Images/menu_icon_01.png") no-repeat left 13px;
    display: block;
    padding: 10px 0 10px 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 0px;
}

.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: #f0f5e3;
    color: #000000;
}

/* HTML文書用 list */
.Contents li, .HTMLEditorContainer li {
	margin: 0 0 5px 13px;
}

.inside_b .Contents ul,
.HTMLEditorContainer ul
{
    list-style: none url("../Images/list_icon_02.png") outside;
}

.inside_b .Contents ul ul,
.HTMLEditorContainer ul ul
{
    list-style: none url("../Images/list_icon_03.png") outside;
    margin: 0 10px;
    padding: 0;
}

.inside_b .Contents ul ul ul,
.HTMLEditorContainer ul ul ul
{
    list-style: none url("../Images/list_icon_02.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 {
	max-width: calc(100% - 10px);
	margin: 5px;
}


/* ----------------------------------------------
 サポートツール
---------------------------------------------- */
.Support_Tool {
    display: none;
}


/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
#Header
{
    min-height: 70px;
    position: relative;
    width: 320px;
    z-index: 1;
}

#Header .logo {
	display: inline-block;
	left: -5px;
	position: absolute;
	top: 0px;
}

#Header .logo img {
	height: 60px;
}


#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;
    margin: 30px 0px 0px 0px;
}

#Footer .footer_list {
	width: 300px;
	margin: 0px auto;
	padding: 0px;
}

#Footer .footer_list ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#Footer .footer_list li {
	display: inline-block;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #000;
}

#Footer .footer_list li:first-child {
	border-left: none;
	margin: 0px;
}

#Footer .footer_list li a {
	font-size: small;
}

#Footer .footer_contents {
	margin: auto;
	width: 320px;
	background: url(../../../Images/footer_logo.png) no-repeat center top;
}

#Footer .footer_contents .footer_body {
	margin: 20px 0px 0px;
	padding: 60px 10px 10px 10px;
}

#Footer .footer_contents address {
	font-size: 100%;
	font-style: normal;
	margin: 5px 0px 5px 0px;
	position: relative;
}

#Footer .footer_contents ul {
	margin: 0px;
	padding: 0px;
}

#Footer .footer_contents ul li {
	display: inline-block;
	margin: 0px 0px 0px 15px;
}

#Footer .copyright {
	background: #86C8C6;
	clear: left;
	color: #000;
	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
{
    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: 300px;
}

/*スマートフォン用table自動調整*/
.Sp_ViewTable_Scroll
{
    display: block;
    overflow: auto;
}

.Sp_ViewTable_Scroll .widetable
{
    width: 640px;
}

/*匿名から使用される編集タイトル*/
table.EditTitle 
{
    width: 320px !important;
}
}
