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

  info_block

-----------------------------------*/
#info_block {
  padding: 80px 0 200px;
}
#info_block .h2_style {
  text-align: left;
  margin-bottom: 25px;
}
#info_block .h2_style p {
  margin-top: 15px;
}
#info_block .main_col {
  width: 800px;
}
#info_block .main_col h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5b5151;
  margin-bottom: 30px;
  margin-left: 17px;
  padding-left: 15px;
  border-left: 5px solid #393939;
}
#info_block .col_list {
  border-bottom: 1px dotted #e4e4e4;
}
#info_block .col_list:hover h4 {
  text-decoration: underline;
  color: #737373 !important;
}
#info_block .col_list a {
  display: block;
  padding: 30px 0 35px;
  text-decoration: none;
}
#info_block .col_list .title_box h4 {
  font-size: 20px;
  font-weight: 800;
  margin: 10px 0;
  color: #464646;
}
#info_block .col_list .title_box p {
  color: #00ac6b;
}
#info_block .col_list .title_box span {
  margin-left: 20px;
  padding: 2px 4px;
  font-size: 13px;
  color: #fff;
  background: #30ad4c;
}
#info_block .text_box {
  margin-top: 15px;
  list-style-position: inside;
}
#info_block .text_box p {
  width: 93%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* detail */
#detail .main_col h3 {
  padding-left: 0;
  margin-top: 15px;
  margin-left: 0 !important;
  font-size: 26px;
  font-weight: 600;
  color: #464646;
  border-left: none !important;
}
#detail .title_box {
  line-height: 190%;
}
#detail .title_box .day {
  font-size: 16px;
  letter-spacing: 0;
  color: #00ac6b;
  margin: 0 15px 10px 0;
}
#detail .title_box .tag {
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 2px 4px;
  font-size: 13px;
  color: #fff;
  background: #30ad4c;
}
#detail .detail_text {
  margin-top: 45px;
  line-height: 200%;
  font-size: 15px;
}

/* pager */
#info_block .pager_box {
  margin-top: 60px;
	text-align: center;
}
#detail .pager_box {
  margin-top: 100px;
	text-align: center;
}
#info_block ul.page-numbers {
/*  overflow: hidden;*/
	display: inline-block;
  text-align: center;
}
#info_block ul.page-numbers a,
#info_block ul.page-numbers span {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  background: #269750;
  border: 2px solid #269750;
}
#info_block ul.page-numbers .current {
  height: 35px;
  padding: 0 12px;
  font-weight: bold;
  line-height: 230%;
  color: #5d5d5d !important;
  background: #fff;
  border: 1px solid #269750;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#info_block ul.page-numbers li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
#info_block ul.page-numbers a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#info_block ul.page-numbers a:hover {
  background: #218245;
  border-color: #218245;
}
#info_block ul.page-numbers .dots {
  background: none !important;
  border: none;
}
#info_block ul.page-numbers .dots a {
  color: #515151 !important;
}
#info_block ul.page-numbers a.prev,
#info_block ul.page-numbers a.next {
  width: 100px;
  position: relative;
}
#info_block ul.page-numbers a.prev::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 4.3px 2.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#info_block ul.page-numbers a.next::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4.3px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#detail ul.page-numbers {
  width: 440px;
}
#detail ul.page-numbers .all_btn a {
  width: 200px;
}




/* aside */
#info_block aside {
  width: 250px;
}
#info_block aside .aside_box {
  margin-bottom: 15px;
}
#info_block aside h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}
#info_block aside h3 p {
  font-size: 16px;
  color: #484848;
}
#info_block aside h3 span {
  font-family: 'Concert One', cursive;
  font-size: 15px;
  float: right;
  color: #30ad4c;
}
#info_block aside .aside_box a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}
#info_block aside .aside_box a:hover {
  text-decoration: underline;
}
#info_block aside #category.aside_box a {
  color: #000;
  letter-spacing: 0.05em;
  padding-left: 18px;
}
#info_block aside .aside_box a {
  color: #000;
  position: relative;
}
#info_block aside .aside_box a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4.3px;
  border-color: transparent transparent transparent #30ad4c;
  position: absolute;
  left: 9px;
  top: 7px;
  bottom: 0;
}
#info_block aside #post.aside_box a h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  margin-left: 18px;
  margin-bottom: 15px;
}
#info_block aside #post.aside_box {
  margin-top: 50px;
}

#contact_block {
    border-top: 1px solid #f5f5f5;
}

@media screen and (max-width: 1280px) {

  #info_block .main_col {
    width: 72%;
  }
  #info_block aside {
    width: 25%;
  }

}

@media screen and (max-width: 840px) {

  #info_block {
    margin-top: 60px;
    padding: 0 0 70px;
  }

}

@media screen and (max-width: 640px) {

  #contents {
    margin-top: 20px;
  }
  #info_block {
    margin-top: 0;
    padding: 10px 0 80px;
  }
  #info_block .h2_style {
    margin-bottom: 10px;
  }
  #info_block {
    margin-top: 40px;
    padding-bottom: 0;
  }
  #info_block .main_col {
    width: 100%;
    margin-bottom: 30px;
    float: none !important;
  }
  #info_block .main_col h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
  }
  #info_block .col_list a {
    padding: 20px 0 25px;
  }
  #info_block .text_box p {
    width: 100%;
  }
  #info_block .col_list .title_box h4 {
    font-size: 16.5px;
    margin: 10px 0;
  }
  #info_block .col_list .title_box span {
    font-size: 12px;
  }

/* pager */
  #info_block .pager_box {
    margin-top: 40px;
  }
  #detail .pager_box {
    margin-top: 70px;
  }
  #info_block ul.page-numbers {
    width: 100%;
    font-size: 12px;
    margin: 0 10px;
  }
  #info_block ul.page-numbers a,
  #info_block ul.page-numbers span {
    margin-bottom: 10px;
  }
  #info_block ul.page-numbers a {
    font-size: 13px;
  }
  #detail ul.page-numbers {
    width: 280px;
    font-size: 12px;
    margin: 0 auto;
  }
  #detail ul.page-numbers a.prev,
  #detail ul.page-numbers a.next {
    width: 50px;
  }
  #detail ul.page-numbers a.prev::before {
    left: 3px;
  }
  #detail ul.page-numbers a.next::before {
    right: 3px;
  }
  #detail ul.page-numbers .all_btn a {
    width: 140px;
  }


/* detail */
  #detail h3 {
    margin-left: 0 !important;
  }
  #detail .detail_text {
    margin-top: 30px;
  }
  #detail .main_col h3 {
    font-size: 22px;
    padding-left: 0;
  }


/* aside */
  #info_block aside {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 10px 15px;
    float: none !important;
  }
  #info_block aside .aside_box a {
    font-size: 13px;
    text-decoration: underline;
  }
  #info_block aside #post.aside_box a h4 {
    font-size: 13px;
  }


}
