@media print,screen and (min-width: 700px){

html{
   background-color: aliceblue;
    -webkit-font-smoothing:antialiased;        
    }
    
    body{
        font-family:"Helevetica Neue","Herevetica","Arial",sans-serif;
        max-width: 1800px;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 2em;
        padding-bottom: 1em;
        
    }
    
    
    h1{
        font-size: 30px;
        font-weight: bold;
        line-height: 0px;
        margin-bottom: 1em;
    }
    
    h2{
        font-size: 23px;
        color: black;
        font-weight: bold;
        clear: left;
        padding-top: 1em;
        margin-bottom: -1em;
    }
    
    h3{
        font-size: 20px;
        color: dimgray;
        font-weight: lighter;
        text-align: left;
        clear: left;
        padding-top:0.5em;
    }
    
    .makename{
        font-size: 25px;
        color:black;
        font-weight: bold;
        margin-top: 2ex;
        margin-bottom: auto;
    }
    
    h4{
        line-height: 0px;
        margin-top: 5ex;
    }
    
    h5{
        font-size: 60%;
        font-weight: lighter;
        margin-top:0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        
    }
    
    .m_min{
        display: inline;
    }
    
    .itemimg{
        width: 150px;
        height: 150px;
        margin: -1px;
        margin-bottom: -10px;
    }
    
    .scale{
        width: 150px;
        height: 150px;

    }
    
    .scaleimg{
        text-align: center;
    }    
    
    .icon{
        width: 20px;
        vertical-align: text-bottom;
        margin-top:0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .mainlist{
        float: left;
        margin-bottom: 3em;
        
    }

    .thick{
        min-height: 60px;
        height: auto;
        height: 60px;
        line-height: 16px;
    }
    

    table{
        float: left;
        width: 150px;
        font-size: 13px;
        font-weight: lighter;
        text-align: center;
        border-collapse: collapse;
        margin: 1px;
        border: 1px;
    }

    
    tr{
        border: solid thin lightgray;
        border-collapse: collapse;
    }
    
    .table{
        background-color: white;
    }

    .reference-text{
        font-size:15px;
    }
    
    sub{
        font-size: 60%;
        font-weight: lighter;
        margin-top: 0px;
        margin-bottom: -1px;
        margin-right: 1px
    }
    
    .footnote{
        height: 150px;
    }
    
    footer{
        clear:left;
    }
    
    .copyright{
        text-align: center;
        color: dimgray;
    }
    
    .maincontent{
        margin-top: 2em;
        padding-left: 3em;
        padding-right: 3em;
        background-color: white;
        padding-bottom: 3em;
        line-height: 3.5ex;
    }
    
    .iconlist{
        overflow: hidden;
        
    }
    
    .linktoindex{
        text-align: center;
    }
    
    .index{
        font-size: 16px;
        line-height: 4ex;
    }
    
    #indexname{
        margin-bottom: -0.8em;
    }
    
    .listlegend_pc{
        display: block !important;
        width: 85%;
    }
    .listlegend_sp{
        display: none !important;
    }

    .figimg{
        height: 140px;
        max-width: 100%;

    }
    
    .fig{
        text-align: center;
        
    }
    
    .icontable{
        border-collapse: collapse;
        width:80%;
        float: none;
    }
    
    .icontable th,.icontable td{
        border: solid thin dimgray;
        width: 10em;
        height: auto;
        padding-top: 1ex;
    }
    
    .bold{
        font-weight: bold;
    }
    
    
    
}
@media screen and (max-width: 700px){

html{
   background-color: aliceblue;
    -webkit-font-smoothing:antialiased;        
    }
    
    body{
        font-family:"Helevetica Neue","Herevetica","Arial",sans-serif;
        max-width: 100%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 2em;
        padding-bottom: 1em;
        float: center;
        font-size: 12px;
        
    }
    
    h1{
        font-size: 20px;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 2ex;
    }
    
    h2{
        font-size: 15px;
        color: black;
        font-weight: normal;
        clear: left;
    }
    
    h3{
        font-size: 12px;
        font-weight: lighter;
        text-align: left;
        clear: left;
    }

    
    .makename{
        font-size: 16px;
        color:black;
        font-weight: bold;
        margin-top: 2ex;
    }
    
    h4{
        line-height: 1em;
    }

    h5{
        font-size: 50%;
        font-weight: lighter;
        margin-top:0px;
        margin-bottom:0px;  
    }

    
    .m_min{
        font-size: 80%;
        margin-top: 0px;
        padding-top:0px;
        margin-bottom:0px;
        padding-bottom: 0px;
    }
    
    .itemimg{
        width: 75px;
        height: 75px;
        margin: -1px;
        margin-bottom: -10px;
    }
    
    .scale{
        width: 75px;
        height: 75px;
    }
    
    .scaleimg{
        text-align: center;
    }    
    
    
    .icon{
        width: 10px;
        margin-top: 0px;
        padding-top:0px;
        margin-bottom:0px;
        padding-bottom: 0px;
    }
    
    .mainlist{
        float:left;
        margin-bottom:1em;
        
    }

    .thick{
        min-height: 33px;
        height: auto;
        height: 33px;
        line-height: 10px;
    }
    
    
    table{
        float: left;
        width: 75px;
        background-color: white;
        font-size: 7.5px;
        font-weight: normal;
        text-align: center;
        border-collapse: collapse;
        margin: 1px;
        border: 2px;

    }

    
    
    tr{
        border: solid thin lightgray;
        border-collapse: collapse;
        
    }
    
    .table{
        background-color: white;
    }
    
    
    .reference-text{
        font-size:8.5px;
        
    }
    
    sub{
        font-size: 60%;
        font-weight: lighter;
        margin-top: 0px;
        margin-bottom: -1px;
        margin-right: 1px
        
    }
    
    .footnote{
        height: 75px;
        height: 75px;
    }
    
    footer{
        clear: left;
    }
    
    .copyright{
        text-align: center;
        color: dimgray;
        font-size: 80%
    }
    
    .maincontent{
        margin-top: 1ex;
        padding-top: 1ex;
        padding-left:2ex;
        padding-right: 2.5ex;
        padding-bottom: 2.5ex;
        margin-bottom: 3.5ex;
        background-color: white;
        line-height: 3.5ex;
        font-size: 12px;
    }
    
    .iconlist{
        overflow: hidden;
    }
    
    .linktoindex{
        text-align: center;
        font-size:140%
    }
    
    .index{
     font-size: 12px;
    line-height: 3.5ex;
    }
    
    #indexname{
        margin-bottom:-0.8em
    }
    
    .listlegend_pc{
        display:none !important;
    }
    
    .listlegend_sp{
        display: block !important;
        width:85%;
    }
    
   .figimg{
        height: 70px;
       max-width: 100%;

    }
    
    .fig{
        text-align: center;
        
    }
    
    
    .icontable{
        border-collapse: collapse;
        width:80%;
        float: none;
    }
    
    .icontable th,.icontable td{
        border: solid thin dimgray;
        width: 10em;
        height: auto;
        padding-top: 1ex;
    }
    
    .bold{
        font-weight: bold;
    }
    
    
    
}