body {
margin:0px 10px;
width: 125%;
font-size:90%;
font-family:"ヒラギノ丸ゴ ProN";
color:#606060;
}
#header {
box-sizing: border-box;
height: 53px;
width: 100%;
background: #fff;
position: fixed;
margin:3px 0px 0px -7px;
/*margin-left: -7px;*/
}
#headBorderId {
height:1px;
margin:5px 0px 0px -3px;
background:#666666
}
#iframe_header {
border: none;
display: block;
height: 100%;
width: 100%;
margin-left: -7px;
}
#main_body {
box-sizing: border-box;
top: 80%;
margin-left: 105px;
padding: 70px 5px 5px 5px;
}
#span_liMarker {
background:linear-gradient(transparent 60%, #ffff66 60%);
font-weight:bold;
}
#a_liMarker {
background:linear-gradient(transparent 60%, #ffff66 60%);
font-weight:bold;
font-size:110%;
color: #370999;
text-decoration: none;
}
table{
border-collapse: collapse;
}
#table_linkU tr:first-child {
  background: #3e62ad;
}
#table_linkU tr:nth-child(odd) {
  border-bottom: solid 1px #1e90ff;
}
#table_linkU tr:nth-child(even) {
  border-bottom: dashed 1px rgba(30,144,255,0.5);
}
#table_linkU th {
  color: #fff;
  padding: 5px 5px 5px 5px;
}
#table_linkU td {
  color: #4A6458;
  padding: 5px 5px 5px 5px;
}
#table_link th,#table_link td {
border:solid 1px black;
padding: 5px 5px 5px 5px;
}
#div_EndSiteCont {
text-align: center;
padding: 3px 5px;
}
#iframe_contents {
border: none;
height: 95%;
width: 115px;
}
#sub_contents {
box-sizing: border-box;
top: 70px;
height: 95%;
width: 113px;
position: fixed;
overflow: auto;
background: rgba(0,155,30,0.2);
padding: 10px 7px;
margin-left: -10px;
}
#li_others{
margin:3px 0px 3px -25px;
font-size:100%;
}
#li_othersChild{
margin:3px 0px 3px -30px;
font-size:100%;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width:750px){
  .pc { display: none !important; }
  .sp { display: block !important; }
}
