﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#sitesing
{
    display: none;
}

/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
#Header
{
    position: fixed !important;
    width: 300% !important;
    margin: auto -100% !important;
    min-height: 80px;
    top: 0;
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.1);
}

#Header .contents_b
{
    height: 80px;
    width: 1080px;
    margin: auto;
    padding: 0;
    position: fixed;
    float: none;
    top: 0;
    right: 0;
    left: 0;
}

#Header .logo
{
    display: inline-block;
    height: auto;
    left: 10px;
    top: 10px;
    width: auto;
    position: relative;
}

#Header .logo img
{
    vertical-align: bottom;
}

#Header .sub_block
{
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    max-width: 600px;
}

.sub_block #SearchDataText
{
  width: 250px;
}

#Header .contents_b input
{
    font-size: 150%;
}

#Header .globalnavi
{
position: absolute;
top: 0px;
right: 10px;
}

#Header #query {
    position: relative;
    top: -20px;
    right: auto;
    width: 420px;
    margin: auto;
}


/* ツール */
#Select_lang
{
    display: inline-block;
    font-size: medium;
    margin: 5px 5px 5px 10px;
}

#tool_block
{
    display: inline-block;
    font-size: medium;
    margin: 5px;
}

#tool_block > span
{
    font-weight: normal;
    margin-right: 5px;
}

#tool_block > a
{
    margin-right: 5px;
    border: 1px solid #cecece;
    padding: 3px 6px;
    background: #ECECEC;
    text-decoration: none;
}

/* 色変更 */
#background_control
{
    display: inline-table;
    width: 200px;
    border-spacing: 5px;
    height: 30px;
    margin: 0;
    padding: 3px 0 0;
    box-sizing: border-box;
    vertical-align: top;
}

#background_control dt
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#background_control dd
{
    display: table-cell;
    text-align: center;
    margin: 0;
    padding: 3px 0 0px;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    background-color: #ECECEC;
    box-sizing: border-box;
    font-size: 130%;
}

#background_control dd#blackb
{
    background: #000000;
}

#background_control dd#blueb
{
    background: #2525B8;
}

#background_control dd a
{
    text-decoration: none;
}

#background_control dd:nth-child(n+3) a
{
    color: #ffffff;
}

/* 切り替えボタン */
#smart_mode_change2
{
    display: none;
}

#smart_mode_change_block2
{
    text-align: center;
    background: #ffffff;
    border: 1px solid;
    margin: 10px auto;
    padding: 10px;
    width: 200px;
}

#BaseTable a:hover
{
    background-color: rgba(158,231,194,0.3);
    box-shadow: 0px 0px 10px rgba(158,231,194,0.1) inset;
}

#display_controller
{
    display: none;
}

#header:has(.header1), #header2, #mainnavi_topbar
{
    display: none;
}

.item_assign {
    text-align: center;
}

.item_assign > a {
    display: block;
}

/* ----------------------------------------------
 HTML文書標準
---------------------------------------------- */
.Item_basic .maincontents h2{
    color: #000000;
    font-weight: bold;
    font-size: large;
    margin: 0;
    letter-spacing: 0.1em;
    padding: 7px 2px 7px 6px;
    background: repeating-linear-gradient(#eeeeee, #eeeeee 1px, #f6f6f6 1px, #f6f6f6 2px);
    border: 1px solid #999999;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #33cc99;
}

.Item_basic .maincontents h3{
    color: #000000;
    font-weight: bold;
    font-size: large;
    margin: 0;
    letter-spacing: 0.1em;
    padding: 7px 2px 7px 6px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #33cc99;
}

.Item_basic .maincontents h4{
    padding: 7px 2px 7px 6px;
    border: 1px solid #999999;
}

.Item_basic .maincontents h5{
    background-color: #EEEEEE;
    padding: 7px 2px 7px 6px;
}

.Item_basic .maincontents th {
    border: 1px solid #bfbfbf;
    background-color: #cccccc;
    padding: 3px;
}

.Item_basic .maincontents td {
    border: 1px solid #bfbfbf;
    padding: 3px;
}


}
@media print
{
    #Header
    {
        position: relative !important;
    }
    .new_menu, .togge_select, .head_space, #LeftPane, #RightPane
    {
        display: none;
    }
}

/*** for Smart Phone ***/
@media (max-width:400px)
{
#sitesing
{
    display: none;
}

#smart_mode_change
{
    background: url("/Images/sp_menu.png") no-repeat 0 -278px;
    height: 47px;
    position: absolute;
    top: 116px;
    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;
    text-indent: 0;
    top: 6px;
    width: 231px;
}


/* ----------------------------------------------
 ヘッダ
---------------------------------------------- */
#Header
{
    height: 130px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    float: none;
    position: fixed !important;
    z-index: 100;
    top: 0;
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.1);
}

#Header .contents_b
{
    border-bottom: 1px solid #EBEBEB;
    height: 70px;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
}

#Header .contents_b a.logo
{
    margin: 5px;
    background-color: #ECECEC;
    border-radius: 5px;
    width: 100px;
    height: 43px;
    background: url(/topimage/sp_logo.gif) no-repeat left top;
    background-size: 100px auto;
    display: inline-block;
    vertical-align: top;
}

#Header .contents_b a.logo img
{
display:none;
}



/* ツール */
#Select_lang
{
    display: inline-block;
    font-size: small !important;
    margin: 3px;
}

#tool_block
{
    display: inline-block;
    font-size: small !important;
    margin: 5px;
    line-height: 1.5em;
}

#tool_block > span
{
    font-weight: normal;
    margin-right: 5px;
}

#tool_block > a
{
    margin-right: 5px;
    border: 1px solid #cecece;
    padding: 3px 6px;
    background: #ECECEC;
    text-decoration: none;
}

/* 音声対応 */
.skip_menu
{
    display: block;
    position: absolute;
    top: -99999px;
}

/* 色変更 */
#background_control
{
    display: none;
}

/* 切り替えボタン */
#smart_mode_change2
{
    display: none;
}

#smart_mode_change_block2
{
    text-align: center;
    background: #ffffff;
    border: 1px solid;
    margin: 10px auto;
    padding: 10px;
    width: 200px;
}

#Header .contents_b > a:not(.logo)
{
    vertical-align: bottom;
    display: block;
    width: 175px;
    padding-top: 10px;
    margin: 0px auto;
}

#Header .contents_b .sub_block
{
    margin: 5px 0;
    display: inline-block !important;
    width: 200px;
    font-size: small;
}

#Header .contents_b .globalnavi
{
background: #107473;
padding: 5px 0;
position: fixed;
}

#Header .contents_b #query
{
padding: 5px;
background-color: #EBEBEB;
border: 1px solid #CCCCCC;
}

#Header .contents_b #query .TextBox
{
width: 150px;
}

#Header .contents_b #query .SubmitBtn
{
margin: 3px;
}


#HeaderPane
{
}

#BaseTable
{
margin-bottom: 30px;
}

#SystemMenu
{
display: none;
}

/* ----------------------------------------------
 HTML文書標準
---------------------------------------------- */
.Item_basic .maincontents h2{
    color: #000000;
    font-weight: bold;
    font-size: large;
    margin: 0;
    letter-spacing: 0.1em;
    padding: 7px 2px 7px 6px;
    background: repeating-linear-gradient(#eeeeee, #eeeeee 1px, #f6f6f6 1px, #f6f6f6 2px);
    border: 1px solid #999999;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #33cc99;
}

.Item_basic .maincontents h3{
    color: #000000;
    font-weight: bold;
    font-size: large;
    margin: 0;
    letter-spacing: 0.1em;
    padding: 7px 2px 7px 6px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #33cc99;
}

.Item_basic .maincontents h4{
    padding: 7px 2px 7px 6px;
    border: 1px solid #999999;
}

.Item_basic .maincontents h5{
    background-color: #EEEEEE;
    padding: 7px 2px 7px 6px;
}

.Item_basic .maincontents th {
    border: 1px solid #bfbfbf;
    background-color: #cccccc;
    padding: 3px;
}

.Item_basic .maincontents td {
    border: 1px solid #bfbfbf;
    padding: 3px;
}
}
