@charset "utf-8";
/* CSS Document */
  .site-body {
    padding:7.5rem 0 4rem !important;
  }
#comments, .comments-area, .comment-list, #respond {
    display: none !important;
}
.vk_posts,.entry-meta-item-updated,.entry-meta-item-author{display: none;}


@media only screen and (max-width: 760px) {
.aoBox dl,.grayBox li{width: 100%;}
	.grayBox{display: inherit;}
	body .page-header{padding: 12% 0;}
}

/* NEWS開始 */
#breadcrumb {
  background: #135fb0;
  color: #fff;
}
body.category-news .page-header,
body.single .page-header
{background: url("../img/news/news_img.png") no-repeat !important;
 padding: 120px 0;
 background-position: bottom !important;
 background-size: cover !important;
}
h1{display:none;}

main ul li{
	border-top: 1px solid #cdcdcd;
	padding: 4% 0;letter-spacing: 1px;
}
main ul li:last-child{
	border-bottom: 1px solid #cdcdcd;
}
main ul li p{font-size: 0.85em;}
main ul li a{font-size:1.1rem;font-weight: bold; text-decoration: none;}
body{
  background-attachment: fixed;
  background-image: url(../img/left_c.png), url(../img/right_c.png);
  background-position: 0% 120%, 100% 465%;
  background-repeat: no-repeat;
  text-align: left;
}
@media only screen and (max-width: 760px) {

  body .page-header {
    padding: 12% 0;
  }
}