@charset "UTF-8";
/* CSS Document */

/*メイン*/
.main {
    margin-left: 206px;
    padding-top: 100px;
}
@media screen and (max-width:1070px){
  .main{
  margin: 0 20px;
  }}

/*　ニュース　*/
.section-news {
  margin: 0 auto 200px;
  max-width: 916px;
  box-sizing: border-box;
  text-align: left;
}
.title-gradation_sub {
  margin-bottom: 20px;
}
.archive-text {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: justify;
    font-size: 1.4rem;
    max-width: 740px;
    line-height: 2.4rem;
}
@media screen and (max-width:600px){
 .archive-description {
  margin: 0px auto 100px;
  }
}

/*パンくず*/    
.breadcrumb {
  max-width: 916px;
  margin: 0 auto;
  padding-top: 10px;
}
.layout {
  text-align: left;
}
.layout ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 800;
}
.layout ul li {
color: #6D6D6D;
}
.layout ul li ::after {
  content: "/";
  margin: 0 14px;
}
.layout ul li a {
text-decoration: none;
color:#6D6D6D;
}

@media screen and (max-width:605px){
.layout ul {
  font-size: 2.3vw;
  line-height: 2.0rem;
  }}
@media screen and (max-width:400px){
.layout ul {
  font-size: 3vw;
  }}

#newsWrap {
  text-align: left;
  max-width: 740px;
}
/* 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:#333;
	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;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
  display: inline-block;
  color: #f00;
  font-style: italic;
  font-weight: 600;
}
.title {
  margin-top: 5px;
  font-size: 14px;
  line-height: 120%;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
.thumbNailWrap img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  }

/* 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 */

#detail {
  margin: 60px auto 0 !important;
  max-width: 600px !important;
}