/* base stylesheet style01.css written by tadatugu */
body {
   font-size : 13px;
   margin-top : 0px;
   margin-left : 0px;
   text-align : center;
}
.side {
   float : none;
   padding-top : 0px;
   margin-top : 0px;
   margin-left : 4px;
   text-align : left;
   list-style-type : none;
}
ul.sidemenu {
   font-size : 11px;
   font-family : メイリオ, sans-serif;
   padding-top : 0px;
   padding-left : 0px;
   margin-left : 0px;
   margin-top : 0px;
   color : #5a5a5a;
   text-align : left;
   list-style-type : none;
}
ul.sidemenu li {
   bottom : auto;
   right : auto;
   list-style-type : none;
   margin-top : 0px;
   line-height : 20px;
   text-align : left;
}
.font1 {
   font-size : 11px;
   color : maroon;
   text-align : left;
   font-family : Arial;
   font-weight : bold;
   line-height : 11px;
}
a.toptextlink1 {
   color : #5a5a5a;
   font-size : 11px;
   line-height : 18px;
   font-weight : normal;
   font-family : メイリオ, sans-serif;
   text-decoration : none;
}
.toptextlink1:hover {
   font-size : 11px;
   color : #ff7800;
   position: relative;
   font-weight : normal;
   text-decoration : underline;
   font-family : メイリオ,Arial;
}
.a  {
   font-size : 13px;
   border-bottom-width : 1px;
   border-bottom-style : dotted;
   border-bottom-color : #666666;
}
p{
   margin-top : 4px;
   margin-left : 4px;
   margin-right : 4px;
   margin-bottom : 4px;
}
.font2{
   font-size : 11px;
   font-family : メイリオ, sans-serif;
   line-height : 20px;
   color : #8c8c8c;
   text-align : left;
   list-style-type : none;
   margin-top : 0px;
   margin-left : 0px;
}
#line{
   border-bottom-width : 1px;
   border-bottom-style : dashed;
   border-bottom-color : #3c3c3c;
}
#day{
   font-size : 11px;
   font-family : Arial;
   font-weight : bold;
   color : maroon;
}
img{
   font-weight : bold;
}



/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width: 477px) {
#day {
font-size: 4vw;
line-height: 150%;
}
a.toptextlink1 {
font-size: 4vw;
line-height: 150%;
}
#line{
margin-bottom : 10px;
padding-bottom : 5px;
}
}