﻿@charset:"UTF-8";
/* ------------------------------------------------------- */
/* Class Style Sheet                                       */
/* 2020.03.25 #001                                         */
/* ------------------------------------------------------- */

/* Class Style Sheet */
html
{
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	line-height: 1.6;
}
html,body
{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
body
{
    font-size:12pt;
	user-select:none;
	-ms-user-select:none;
	-ms-user-select:none;
}

body *
{
    box-sizing:border-box;
}
/* ------------------------ */
header
{
    margin:0;
    padding:0;
    padding-top:1em;
    padding-bottom:1em;
    width:100%;
    border-top:6px #005FB5 solid;
    border-bottom:thin #000000 solid;
	min-height:100px;
}

header h1,header h2
{
    margin:0;
    padding:0;
    width:100%;
    font-size:110%;
    text-align:center;
    font-weight:normal;
}

header h1
{
    font-size:160%;
    align-items:center;
}

header h2
{
    font-size:80%;
}

footer
{
    text-align:center;
    font-size:0.58em;
    color:#000;
    background-color:#FFFFFF;
    padding-bottom:10px;
    line-height:2em;
    width:100%;
	min-height:30px;
}
/* ------------------------ */

section
{
    display:block;
	margin: 0 auto 0 auto;
	padding: 1em 0 0.5em 0;
    width:800px;
    background-color:#FFF;
    box-sizing:border-box;
	min-height:calc( 100% - 130px );
}

section p.item
{
	margin:1em 0 1em 0;
	padding:0;
    font-size:125%;
    white-space:nowrap;
    font-weight:normal;
}

table.header
{
    margin:2em 0em 1em 0em;
    border-collapse:collapse;
    border:none !important;
    width:100%;
}

#key
{
	display:none;
}


table.header td
{
    border:none !important;
}
table.header td:first-child
{
    text-align:center;
    width:4em;
}

#code {
	color: #FFF;
	padding: 0.2em 0.5em 0 0.5em;
	font-size: 130%;
	line-height: 1.2em;
	background-color: #005FB5;
	margin-right:0.25em;
}

#code a[href]
{
	color: #FFF;
    text-decoration: none;
    border-bottom: 2px #FFF dotted;
    display: inline-block;
}

#name
{
    /*display:inline-block;*/
    white-space:normal;
    padding-left:1em;
    vertical-align:middle;
}
#unioncode
{
    text-align:center;
    vertical-align:top;
    font-size:90%;
    color:#FFFFFF;
	padding: 0em 0.5em 0.2em 0.5em;
	background-color: #005FB5;
}

table.info {
	margin: auto;
	border-collapse: collapse;
    width:100%;
}


table.info > tbody > tr > th, 
table.info > tbody > tr >td
{
	border-bottom: solid 1px #333333;
	padding: 0.75em 1em;
}
table.info > tbody > tr > td
{
	background-color:#FFF;
}

table.info > tbody > tr:first-child th, 
table.info > tbody > tr:first-child td
{
	border-top: solid 1px #333333;
}

table.info > tbody > tr > th
{
	text-align: justify;
    background-color:#F0F8FF;
    width:    120px;
    min-width:120px;
    max-width:120px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:justify;
    font-weight:normal;
}

table.info.item1 > tbody > tr > td,
table.info.item2 > tbody > tr > td
{
    width: 280px;
    max-width:280px;
    min-width:280px;
}
table.info.item1 > tbody > tr > td.container_images
{
    width: 400px;
    max-width:400px;
    min-width:400px;
}

table.sub.item3
{
    width:100%;
}
td#comment
{
    width:    calc( 800px - 120px );
    min-width:calc( 800px - 120px );
    max-width:calc( 800px - 120px );
}

td.container_images
{
    width:      50%;
    min-width:  50%;
    max-width:  50%;
    background-color:#FFF;
    border:none !important;
    width:50%;
    text-align:center;
    vertical-align:middle;
}

table.sub
{
    margin-top:1em;
    width:100%;
}

th.h_comment
{
    min-height:4em;
    height:4em;
}

p.note
{
    margin:0;
    padding:0;
    padding-left:2.5em;
    text-indent:-2.5em;
}


a.container_image
{
    display:inline-block;
    text-decoration:none;
    color:currentColor;
    font-size:80%;
    width :152px;
    height:172px;
    margin:0 1em 0 1em;
}

p.container_image
{
    text-align:left;
    /*
    overflow:hidden;
    text-overflow:ellipsis;
        */
    display:inline-block;
    width:    150px;
    min-width:150px;
    max-width:150px;
    margin:0.5em 0 0.5em 0;
    padding:0 0 0 1em;
    text-indent:-1em;
    line-height:1.2em;
}

span.container_image
{
    display:inline-block;
    position:relative;
    width: 152px;
    height:152px;
    margin:0;
    padding:0;
}

span.container_image:hover > span
{
    border-color:red;
    box-shadow:1px 1px 4px rgba(255,0,0,0.3),-1px -1px 4px  rgba(255,0,0,0.3);
}


span.cnt_tl,span.cnt_tr,span.cnt_bl,span.cnt_br
{
    position:absolute;
    display:inline-block;
    width:20px;
    height:20px;
    background-color:#FFF;
    border:solid 1px #444;
}

span.cnt_tl{ left:0; top:0;   border-style:solid none none solid;}
span.cnt_tr{ right:0;top:0;   border-style:solid solid none none;}
span.cnt_bl{ left:0; bottom:0;border-style:none none  solid solid;}
span.cnt_br{ right:0;bottom:0;border-style:none solid solid none;}

img.container_image
{
    margin:1px;
    padding:1px;
    position:absolute;
    left:0;
    top:0;
    width: 150px;
    height:150px;
    border:none;
}

td#related a
{
    text-decoration:none;
    color:#000;
}
td#related a[href]
{
    color:#26F;
}
/*
td#related a:nth-child(n+2)::before 
{
    content:"・";
    padding:0em 0.2em;
    text-decoration:none !important;
}
*/
td#related a[href]:hover
{
    text-decoration: underline;
}
td#related *.disable
{
	display:none;
}



@media screen and (max-width:480px)
{
    body
    {
    }
    section
    {
        width:    100%;
        min-width:100%;
        max-width:100%;
    }
    th
    {
        width:    120px !important;
        min-width:120px !important;
        max-width:120px !important;
    }
    td {
        /*
        width:    calc( 100% - 120px );
        min-width:calc( 100% - 120px );
        max-width:calc( 100% - 120px );
            */
        width:    initial;
        min-width:unset;
        max-width:unset;
    }
    td.container_images
    {
        width:    100%;
        min-width:100%;
        max-width:100%;
    }
    td#comment
    {
        width:    100%;
        min-width:100%;
        max-width:100%;
    }
    div.container_images
    {
        width:100%;
        text-align:center;
    }
}

td.waveDash:not(.borderLeft):not(.borderRight)
{
	padding: 0 0.2em !important;
}
td.waveDash + td
{
	padding-left:0 !important;
}

td#unit, td#remark
{
	vertical-align:middle !important;
}

a.page_link
{
    position:absolute;
    top:0px;
    display:inline-block;
    width:32px;
    height:32px;
    border-radius:0px;
    text-align:center;
    background-color:rgba(64,64,64,0.0);
    text-align:center;
    text-decoration:none;
    color:rgba(255,255,255,0.0);
    font-size:1px;
}
a#prev_page
{
    left:0px;
}
a#next_page
{
    right:0px;
}
a#prev_page::before
{
    content:'◀';
}
a#next_page::before
{
    content:'▶';
}


table.subtable
{
	border-collapse:collapse;
	font-size:80%;
}
table.subtable td
{
	border-width:1px;
	border-color:#444;
}

iframe#container_frame
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    padding:0;
    margin:0;
}
