body {
margin:0px 10px;
width: 95%;
font-size:90%;
font-family:"ヒラギノ丸ゴ ProN";
color:#606060;
}
#summary_newUpdate {
width: 95%;
cursor: pointer;
transition: 0.2s;
padding: 7px;
background: #bcddff;
color: #606060;
font-size: 1rem;
font-weight: bold;
}
#summary_newUpdate:hover {
cursor: pointer;
background: #efefef;
}
#summary_newEvent {
width: 95%;
cursor: pointer;
transition: 0.2s;
padding: 7px;
background: #98fb98;
color: #606060;
font-size: 1rem;
font-weight: bold;
}
#summary_newEvent:hover {
cursor: pointer;
background: #efefef;
}
#p_details{
width: 95%;
margin:0px 5px;
}
details p{
margin: 0;
padding: 10px;
}
#txtbox_newUpdate,#txtbox_newEvent {
font-family:"Bookman Old Style";
font-size:85%;
color:#606060;
box-sizing:border-box;
height: 200px;
width: 90%;
padding:0.3em;
letter-spacing: 1px;
border: 1px solid #ffffff;
box-shadow: 1px 1px 2px 0px #707070 inset;
border-radius: 4px;
}
#summary_selectHistory {
width: 95%;
cursor: pointer;
transition: 0.2s;
padding: 3px;
background: #bcddff;
color: #606060;
font-size: 100%;
font-weight: bold;
}
#summary_selectHistory:hover {
cursor: pointer;
background: #efefef;
}
#txtbox_update {
font-family:"Bookman Old Style";
font-size:85%;
color:#606060;
box-sizing:border-box;
height: 300px;
width: 90%;
padding:0.3em;
letter-spacing: 1px;
border: 1px solid #ffffff;
box-shadow: 1px 1px 2px 0px #707070 inset;
border-radius: 4px;
}
#header {
box-sizing: border-box;
height: 53px;
width: 100%;
background: #fff;
position: fixed;
margin:3px 0px 0px -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_history {
box-sizing: border-box;
top: 70px;
height: 600px;
margin-left: 105px;
padding:60px 3% 5px 5px;
}
#p_historyTitleYear {
margin:-5px 1px;
padding:3px 3px;
font-weight:bold;
font-size:95%;
color:#606060;
background: #ffdddd;
}
#p_historyTitleMonth {
margin:20px 0px 0px 1px;
font-size:95%;
}
#li_mainUpdateDate {
margin:-10px 0px 3px -25px;
font-size:95%;
}
#p_backIssues{
margin:3px 10px 0px 7px;
font-size:120%;
font-family:"Bookman Old Style";
font-weight:bold;
color:#606060;
}
#div_EndSiteCont {
text-align: center;
padding: 3px 5px;
}
#iframe_contents {
border: none;
height: 95%;
width: 115px;
}
#sub_history {
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;
}
#p_subCntBackIssues{
margin:10px 1px -10px 1px;
font-weight:bold;
font-size:83%;
}
#selectMonth2023, #selectMonth2022, #selectMonth2021 {
background:transparent;
padding:0px 1px;
font-family:"Bookman Old Style";
font-weight:bold;
font-size:87%;
color: #606060;
}
#p_backYear2023, #p_backYear2022, #p_backYear2021 {
margin:7px 1px 0px 1px;
font-weight:bold;
font-size:87%;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width:750px){
  .pc { display: none !important; }
  .sp { display: block !important; }
}
