@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
.wrp_news {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .wrp_news {
    width: 95%;
  }
}

/* Hover animation */
/* font-awesome */
@font-face {
  font-family: 'condenseiconregular';
  src: url("fonts/condenseicon-webfont.eot");
  src: url("fonts/condenseicon-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/condenseicon-webfont.woff") format("woff"), url("fonts/condenseicon-webfont.svg#condenseiconregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*----------------------------------------------------
	.con_xxx　	コンテンツxxx
----------------------------------------------------*/
.main_image {
  background: url(../news/images/img_title_page.jpg) no-repeat center top;
}
@media only screen and (max-width: 767px) {
  .main_image {
    background: url(../news/images/img_title_page-sp.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

/* -----------------------------------------------------------
	.con_news_ac
----------------------------------------------------------- */
.con_news_ac {
	max-width: 1100px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_news_ac {
  width: 90%;
  margin: 0 auto;
  }

}

/* news　一覧 */
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* for macIE \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul#newsList {
  margin: 0 0 15px;
  padding: 0;
}

ul#newsList li {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  margin-bottom: 3px;
  border-bottom: 1px dotted #ccc;
  line-height: 120%;
  list-style-type: none;
}

a {
  color: #36F;
  text-decoration: underline;
}

a:hover {
  color: #039;
  text-decoration: none;
}

.catName {
  display: inline-block;
  padding: 3px 8px;
  background: #c8b385;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px;
  color: #fff;
}

.newMark {
  display: inline-block;
  border: 1px solid #a20b0b;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  color: #981313;
  border-radius: 3px;
}

span.up_ymd {
  display: block;
  padding: 5px;
  font-size: 116%;
}

span.title {
  font-size: 136%;
  font-weight: bold;
  padding: 7px 0;
}

.detail_box {
  line-height: 1.5em;
  margin: 10px 0;
  font-size: 16px;
  display: flex;
}

.thumbNailWrap {
  display: block;
  width: 10%;
  height: 80px;
  margin: 0 auto 1%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .thumbNailWrap {
    width: 22%;
    margin: 0 3% 0 0;
  }
}
.comment {
  display: block;
  padding: 3px 0;
  width: 88%;
  /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

/* Pager style（外部化可） */
.pager {
  text-align: right;
  padding: 10px;
  clear: both;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

/* /Pager style */


/* news-detail */

h2 {
  border-bottom: 1px solid #ccc;
  padding: 20px 0 10px;
  font-size: 20px;
  color: #7f0b0b;
}

.detailText b {
  font-size: 116%;
}

#up_ymd {
  text-align: right;
  font-size: 13px;
  margin: 5px 10px;
}

.detailUpfile {
  margin: 5px 0 35px;
  text-align: center;
}

.backORcloseBtn {
  text-align: center;
  line-height: 100%;
  margin-top: 15px;
}

.backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}

.detailUpfile img {
  max-width: 100%;
  height: auto;
}

.detailText span {
  font-size: 106% !important;
  line-height: 1.75em;
}