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

/* common */

#under_eyecatch {
  background-image: url("/assets/image/column/bg-eyecatch.jpg");
  background-position: center;
  background-size: cover;
  min-height: 160px;
}
#under_eyecatch h3 {
  line-height: 1.5;
}
#under_eyecatch .eyecatch-box {
  bottom: -10%;
  left: 0;
  right:0;  
}



h3 {
  font-size: .9rem;
}
.date {
  background: #d5d800;
  color: #fff;
  font-size: .6rem;
  font-weight: 400;
  text-decoration: none;
}
.info_page dd a {
  color: #444;
}
.pager li {
  background: #d5d800;
  font-size: .8rem;
  list-style: none;
  padding: .2rem 1rem;
}
.pager li a {
  text-decoration: none;
  color: #fff;
}

/* detail index */

h1 {
  font-size: .9rem;
}
.info_contentspage .date {
  background: #ffffff;
  font-size: .8rem;
  color: #d4d700;
  text-decoration: none;
}
.title {
  border-bottom: 1px #ddd solid;
}

.column-box {
  border-top: solid 1px #ddd;
}
.column-date {
  color: #d4d700;
  font-size: .8rem;
}
.column-catch {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.column-tag {
  background: url(/assets/image/column/icon-tag@2x.png) no-repeat left top 10px / 20px 16px; 
  padding-left: 30px;
}
.column-tag li a {
  background: #ddd;
  border-radius: 10px;
  font-size: .7rem;
  line-height: 1.4rem;
  text-align: center;
  padding: 5px 8px;
  margin-right: 10px;
}

.side-bar-title {
  background: url(/assets/image/column/icon-sidebar@2x.png) no-repeat left top 18px / 20px 16px; 
  padding: 10px 0 10px 30px;
  border-bottom: dotted 1px #444;
}
.sidebar-tag li a {
  background: #ddd;
  border-radius: 10px;
  font-size: .7rem;
  line-height: 1.4rem;
  text-align: center;
  padding: 5px 8px;
  margin-right: 10px;
}

.sidebar-bn li a {
  font-size: .9rem;
}

.column-detail-catch {
  font-size: 1.3rem;
  line-height: 1.9rem;
  border-bottom: dotted 1px #444;
  padding-bottom: 10px;
}

.column-wrap {

}

.column-btn a {
  display: block;
  background: #d4d700;
  width: 250px;
  text-align: center;
  line-height: 50px;
}
.column-btn a:hover {
  background: #ddd;
}









@media(min-width:768px) {
  h3 {
    font-size: 1rem;
  }
  #under_eyecatch {
    min-height: 234px;
  }
}