/*------------------------------------
print
------------------------------------*/
@charset "UTF-8"; 

body { 
width:100% !important;
color: #000; 
}


header {
  background:#fff;
  position:absolute;
}
header .h1 img{
  display:none;
}
header .h1:before{
  content:url(../images/logo_bk.png);
  height:40px;
  width:231px;
  float:left;
}
header .h1 span{
  color:#000;
}
header nav{
  display:none !important;
}
footer,
#breadcrumb,
#pagetop,
#sp_menubtn,
#second_main,
#top_main nav,
.top_box00,
#top_tv,
#top_bnr,
#top_mailmaga,
#top_sns_wrap,
.top_box03,
.top_page .btn_link,
.top_page .btn_link_l
{
  display:none !important;
}

.top_news .news_list li a{
  border:2px solid #000;
}
.top_news .news_list li a .cat{
  border-right:2px solid #000;
  color:#000;
}
#top_schedule li a{
  border:2px solid #000;
}
#top_schedule li a time{
  border-right:2px solid #000;
  color:#000;
}

.top_half{
  display:block;
}
.top_left_box,
.top_right_box{
  width:100%;
  padding:0 0 24px;;
  display:block;
}

#post_content h1{
  padding-top:0;
  margin-top:0;
  margin-bottom:0;
  font-size:28px;
}
#post_content h2{
  margin-top:24px;
  font-size: 24px;
}
#post_content h3{
  font-size:24px;
}
#post_content h4{
  font-size:20px;
}
#post_content h5{
  font-size:16px;
}

#post_content .link_list01 a,
#post_content .link_list02 a,
#post_content a{
  color: #000; 
}

.schedule_page #content #second_list li a{
  border:2px solid #000;
}
.schedule_page #content #second_list li a time{
  border-bottom:2px solid #000;
  color:#000;
}
