@charset "utf-8";
/* ====================================================== */
/* Common
/* ====================================================== */
body {
	font-size: 16px; 
	line-height: 1.8; 
	letter-spacing: 1px;
}
/* ====================================================== */
/*news list*/
/* ====================================================== */
.news_ttl:after{
  content:" ";
  display:block;
  clear:both;
}
.news_ttl li{
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 469px;
  border-left: 1px solid #7c7375;
  background: #655659;
}
.news_ttl li:first-child{
  width: 470px;
  border-left: none;
}
.news_ttl a{
  display: block;
  height: 50px;
  background: transparent;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.news_ttl a.on{background-color: #d7d3d4;}

.news_ttl .list01 a{background-image: url("../images/news/tab01_off.png");}
.news_ttl .list01 a.on{background-image: url("../images/news/tab01_on.png");}
.news_ttl .list02 a{background-image: url("../images/news/tab02_off.png");}
.news_ttl .list02 a.on{background-image: url("../images/news/tab02_on.png");}
.news_ttl .list03 a{background-image: url("../images/news/tab03_off.png");}
.news_ttl .list03 a.on{background-image: url("../images/news/tab03_on.png");}

.news_bdy{
  margin-top: 50px;
  padding-bottom: 80px;
}
.news_bdy .ttl{
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #655659;
}
.news_bdy .ttl .date{
  position: absolute;
  top: 12px;
  right: 0;
  text-align: right;
  color: #c79972;
}

.news_bdy .list li{
  padding: 28px 0;
  border-bottom: 1px solid #d7d3d4;
}
.news_bdy .list li:after{
  content:" ";
  display:block;
  clear:both;
}
.news_bdy .list li .date{
  float: left;
  padding: 0 14px;
  color: #c79972;
}
.news_bdy .list li .badge{
  float: left;
  line-height: 20px;
  height: 20px;
  padding: 0 7px;
  color: #fff;
  font-size: 12px;
  background-color: #c79972;
}
.news_bdy .list li .badge .badge_info{
  color: #fff;
  background-color: #c79972;
}
.news_bdy .list li .badge .badge_news{
  color: #fff;
  background-color: #c79972;
}
.news_bdy .list li .badge .badge_media{
  color: #fff;
  background-color: #c79972;
}

.news_bdy .list li .txt{
  float: left;
  padding: 0 16px;
}

/*btm*/
.news_bdy .btm{
  margin-top: 40px;
  font-size: 16px;
  border-top: 1px solid #d7d3d4;
  border-left: 1px solid #d7d3d4;
}
.news_bdy .btm:after{
  content:" ";
  display:block;
  clear:both;
}
.news_bdy .btm li{
  float: left;
  width: 20%;
}
.news_bdy .btm li a,
.news_bdy .btm li span{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 14px 0;
  text-align: center;
  color: #958084;
  background-color: #fff;
  border-bottom: 1px solid #d7d3d4;
  border-right: 1px solid #d7d3d4;
}
.news_bdy .btm li.on a,
.news_bdy .btm li.on span{
  background-color: #d7d3d4;
}


/*entry*/
.entry h2{
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}
.entry h3{
  display: block;
  margin-top: 30px;
}
.entry p{
  margin-top: 16px;
}
.entry p.date{
  color: #c79972;
}