body{
font-size:16px;
color:black;
margin-left:8px;
margin-right:5px;
margin-top:0px;

}

@media screen and (max-width: 480px) {

body{
font-size:100%;
font-family:sans-serif;
color:#004200;
margin-left:12px;
margin-right:2px;
background-color:white;
-webkit-text-size-adjust : 100%!important ;

}
}

@media screen and (max-width: 480px) {
img {
max-width : 100% ;
height : auto ;
float : none ;
}
}


td{
font-size:14px;
color:navy;
line-height:120%;
}

th{
font-size:12px;
color:navy;
}


@media screen and (max-width: 480px) {

td{font-size:90%;
line-height:150%;
}
}

@media screen and (max-width: 480px) {

th{font-size:98%;
line-height:135%;
align:right;
}
}

blockquote a{color:#fcd6b6;font-weight:normal;}
blockquote a:hover {color:#fcd6b6;font-weight:normal;text-decoration: underline;}

blockquote {
					background-image: url("https://nikko.us/blockquote.gif");
					background-repeat: no-repeat;
					background-color:#fef4ed;
					border: 1px solid #808000;
					margin: 0;
					padding:15px 15px 15px 20px;
					color:#4d0000;
					font-size:0.9em;
					font-family:sans-serif;
					line-height:1.7em;
					}

@media screen and (max-width: 480px) {

blockquote {
padding:5px 5px 5px 5px;
}
}

ul li{ 	
    /*ブレットは邪魔なので消す*/
    list-style-type: none;  
 list-style-image: url(s_yotuba_01.gif);
}


.d1{margin-left:90px;
margin-right:80px;
line-height:160%;
}

@media screen and (max-width: 480px) {
.d1 { font-size : 105% ;
margin-left:3px;
margin-right:0px;

 }
}


.cap{
width:800px;
font-size:0.9em;
font-family:sans-serif;
color:#0000e8;
margin-left:12px;
margin-right:12px;
background-color:#f0f0f0;
padding-bottom:0.4em;
text-align:center;

}

@media screen and (max-width: 480px) {
.cap{
width:100%;
font-size:0.8em;
font-family:sans-serif;
color:#0000e8;
line-height:1.5em;
margin-left:0px;
margin-right:0px;
background-color:#dfdfdf;
padding-bottom:0px;
-webkit-text-size-adjust : 100%!important ;
text-align:left;
}
}


H1 {
    font-size: 24px;
    border-width: 1px 80px 1px 80px;
    border-color:#667ebd;
    border-style: solid;
    background-color:#f3eaf4;
}

@media screen and (max-width: 480px) {
H1 {
    font-size: 110%;
    font-family: sans-serif;
    border-width: 1px 0px 1px 0px;
    border-color: #ab5f5f;
    border-style: solid;
    background:#e9fafe;
    color: navy;
    margin-left:5px;
    width:95%;
}
}



H2 {
    font-size: 100%;
    border-width: 1px 4px 1px 0px;
    border-color: #095e15;
    border-style: solid;
    background-color:#f9f4f9;
    padding: 0px 0px 0px 0px;
    height: auto;
    width:100%;
}

@media screen and (max-width: 480px) {

h2 {
    font-size: 78%;
    font-family: sans-serif;
     border-width : 2px;
  border-bottom-style : dotted;
  border-top-style : dotted;
  border-color : #35a5d5;
    background:#e8ffeb;
    color: #092e48;
    width: 100%;
}
}





H3 {
    font-size: 18px;
    border-width: 1px 0px 1px 0px;
    border-color: navy;
    border-style: solid;
    background-color:#c9cffe;
}

@media screen and (max-width: 480px) {
h3 {
font-size : 110% ;
font-family: sans-serif;
margin : 1em 0 0.8em 0 ; 
}
}

h4 
{
font-size:0.9em;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
text-decoration: underline; 
font-family:sans-serif;

}

@media screen and (max-width: 480px) {
h4 
{
font-size:0.9em;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
text-decoration: underline; 
font-family:sans-serif;

}

}



h5 
{
font-size:10pt;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color:palegreen; 
background-color:#e1f2fb;
}



a{text-decoration: none}
a:link{color:maroon}
a:visited{color:brown}
a:active{color:orange}
a:hover{color:crimson}
