body {
margin:0px 10px;
font-size:100%;
font-family:"ヒラギノ丸ゴ ProN";
color:#606060;
}
#header {
box-sizing: border-box;
height: 53px;
width: 105%;
background: #fff;
/*position: fixed;*/
/*margin-left: 0px;*/
margin:3px 0px 0px -23px;
}
#headBorderId {
height:1px;
margin:5px 0px 0px -3px;
background:#666666
}
#iframe_header {
border: none;
display: block;
height: 100%;
width: 100%;
margin-left: -7px;
}
#a_mainContents {
  color: #fff;
  text-decoration: none;
}
#a_mainContents:hover {
  text-decoration: underline;
}
#a_subContents {
  color: #19448e;
  text-decoration: none;
}
#a_subContents:hover {
  text-decoration: underline;
}
#div_EndSiteCont {
text-align: center;
padding: 3px 5px;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width:450px){
  .pc { display: none !important; }
  .sp { display: block !important; }
}
