@charset "utf-8";

/* ===================================================================

CSS information

 file name	:news.css
 style info :新着情報ページ用CSS
 
=================================================================== */

/*------------------------------------------------------------
  main_h2
------------------------------------------------------------*/
.main_h2 {
  background: url(/news/img/main_h2_tit_news.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


/*------------------------------------------------------------
  news_line
------------------------------------------------------------*/
.news_line_main {
  width: 68%;
  margin: 0 1%;
  float: left;
}

.white_news_box {
  background: #fff;
  border-bottom: 1px solid #e2d8d2;
  padding: 20px;
  margin-bottom: 20px;
}

.white_news_box_img img {
  width: 100%;
}

.white_news_box_img {
  width: 30%;
  margin-right: 2%;
  float: left;
}

.white_news_box_txt {
  width: 68%;
  float: right;
}

.white_news_box_tit {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2d8d2;
}

.white_news_box_tit dl dd {
  margin-bottom: 5px;
}

.white_news_box_tit dl dt {
  font-size: 107%;
  font-weight: bold;
}

.news_line_archive {
  width: 28%;
  margin: 0 1%;
  float: left;
  background: #fff;
  border-bottom: 1px solid #e2d8d2;
}

.news_line_archive_tit {
  border-top: 1px solid #e2d8d2;
  border-bottom: 1px solid #e2d8d2;
  text-align: center;
  background: url(/common/img/white_box_tit_bottom_line.png) center bottom no-repeat;
  padding: 20px 0;
  font-size: 119%;
}

.news_line_archive_tit_en {
  text-align: center;
  font-size: 46%;
  color: #9acde7;
}

.news_line_archive_list {
  margin: 20px;
}

.news_line_archive_item {
  margin-bottom: 10px;
}

.news_line_archive_item .fa-angle-right {
  padding: 1px 5px;
  margin-right: 0.5em;
  background: #01487c;
  color: #fff;
}

.wp-pagenavi,
.news_pager {
  font-weight: bold;
  overflow: hidden;
}

.wp-pagenavi span,
.wp-pagenavi a,
.news_pager_item {
  float: left;
  padding: 5px 8px;
  display: block;
  color:#01487c;
  background: #fbf5e9;
  border: 1px solid #e2d8d2;
  margin-right: 10px;
}
.wp-pagenavi .current,
.news_pager .current {
  background: #01487c;
  border: 1px solid #01487c;
  display: block;
  color: #fff;
}

.news_pager_item a {
  display: block;
  height: 100%;
  width: 100%;
}

.tit_inner {
  margin: 0 2%;
}

/*#news_line .article img {
  width: 100%;
}*/


.attachment-archive_img {
  max-width: 100%;
  height: auto;
}


/* editor */

.white_news_box .single strong { font-weight: bold; }
.white_news_box .single em { font-style: italic; }
.white_news_box .single blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-bottom: 15px;
}
/* img */
.white_news_box .single .alignnone{
  margin-right:15px;
  margin-bottom:15px;
}
.white_news_box .single .aligncenter {
  display: block;
  margin: 0 auto;
}
.white_news_box .single .alignright { 
  float: right;
  margin-top:0px;
  margin-left:10px;
  margin-bottom:15px;

}
.white_news_box .single .alignleft { 
  float: left;
  margin-top:0px;
  margin-right:10px;
  margin-bottom:15px
}
.white_news_box .single img[class*="wp-image-"],
.white_news_box .single img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}




.white_news_box .single > h1{
  border-bottom:3px #e2ddd3 solid;
  font-size:20px;
  padding:0 20px;
  margin-bottom:20px;
  position:relative;
  width: 100%;
  margin-left: -20px;
}

.white_news_box .single > h1:before {
  position:absolute;
  background:#6294D9;
  width:320px;
  height:3px;
  content:"";
  bottom:-3px;
  left:0;
}


.white_news_box .single > h2{
  border-left:3px #6294D9 solid;
  padding:0 10px;
  font-size:20px;
  margin-bottom:20px;
  margin-left: -20px;
}

.white_news_box .single > h3{
  font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
}

.white_news_box .single > h4{
  font-size:18px;
  margin-bottom:10px;
}

.white_news_box .single > h5{
  font-size:16px;
  margin-bottom:10px;
}

.white_news_box .single > h6{
  font-size:14px;
  margin-bottom:10px;
}

.white_news_box .single > ul,
.white_news_box .single > ol{
  margin: 2em;
}

.white_news_box .single > ul li,
.white_news_box .single > ol li{
  list-style: inside;
  line-height: 1.4;
}

.white_news_box .single > p{
  margin-bottom: 1em;
}







@media only screen and (max-width: 767px) {
  .news_line_main {
    width: 98%;
    margin: 0 1%;
    float: inherit;
  }
  
  .news_line_archive {
    width: 98%;
    margin: 0 1%;
    float: inherit;
    background: #fff;
    border-bottom: 1px solid #e2d8d2;
  }
  
  .white_news_box {
    background: #fff;
    border-bottom: 1px solid #e2d8d2;
    padding: 10px;
    margin-bottom: 20px;
  }
  
  .white_news_box_txt p {
    display: none;
  }
  
  .white_news_box_tit {
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .wp-pagenavi,
  .news_pager {
    font-weight: bold;
    margin-bottom: 30px;
    overflow: hidden;
  }
  
  #news_line .article img {
    max-width: 100%;
    height: auto;
  }
  
  .white_news_box .single .alignnone{
    float: none;
    margin: 0 auto 20px;
    
  }
  .white_news_box .single .aligncenter {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .white_news_box .single .alignright { 
    float: none;
    display: block;
    margin: 0 auto 20px;

  }
  .white_news_box .single .alignleft { 
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  
  .white_news_box .single > h1:before {
    position:absolute;
    background:#6294D9;
    width:200px;
    height:3px;
    content:"";
    bottom:-3px;
    left:0;
  }
  .white_news_box .single > h2{
    border-left:3px #6294D9 solid;
    padding:0 10px;
    font-size:14px;
    margin-bottom:20px;
    margin-left: -10px
  }
  
  .white_news_box .single > h3{
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
  }

  .white_news_box .single > h4{
    font-size:12px;
    margin-bottom:10px;
  }

  .white_news_box .single > h5{
    font-size:12px;
    margin-bottom:10px;
  }

  .white_news_box .single > h6{
    font-size:10px;
    margin-bottom:10px;
  }

  .white_news_box .single > ul,
  .white_news_box .single > ol{
    margin: 2em;
  }

  .white_news_box .single > ul li,
  .white_news_box .single > ol li{
    list-style: inside;
    line-height: 1.4;
  }

  .white_news_box .single > p{
    margin-bottom: 1em;
  }

}

