.input-large {
  width: 200px;
}
.green {
  color: #acd13d;
}
.gray {
  color: #555555;
}
.text-center .img-responsive {
  margin: 0 auto;
}
.no-padding-right {
  padding-right: 0 !important ;
}
.no-padding-left {
  padding-left: 0 !important ;
}
.text-150 {
  font-size: 150%;
}
.text-140 {
  font-size: 140%;
}
.text-130 {
  font-size: 130%;
}
.header {
  background: #fff;
}
.header .global-nav ul {
  margin: 0;
}
.header .global-nav ul ul {
  display: none;
}
@media (max-width: 992px) {
  .header .global-nav .secondary-list {
    float: right;
  }
}
.header .global-nav .secondary-list .secondery-btns a {
  color: #555555;
  margin-right: 5px;
  display: inline-block;
  padding: 12px;
}
.header .global-nav .secondery-btns {
  float: left;
  margin-top: 12px;
}
.header .global-nav .primary-list {
  clear: both;
}
@media (min-width: 992px) {
  .header .global-nav .primary-list > li i {
    display: none;
  }
}
.header .global-nav .primary-list > li > a {
  color: #acd13d;
}
.header .global-nav .current {
  position: relative;
}
.header .global-nav .current a {
  text-decoration: underline;
}
.header .global-nav .current:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
  bottom: -30px;
  margin-left: -10px;
  left: 50%;
}
@media (max-width: 992px) {
  .header .global-nav {
    padding: 12px 0 0;
  }
}
.header-sidenav01 {
  margin-top: 0px;
  display: inline-block;
  /*position: relative;*/
}
.header-sidenav01 .form-group {
  margin-bottom: 0;
}
.header-sidenav01 .form-group.with-search-icon:before {
  left: 0;
  top: 0;
  position: static;
  width: 44px;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  display: none;
}
.header-sidenav01 .input-group-btn button {
  padding: 7px 15px;
}
.header-sidenav01 .fa-search.open:before {
  content: "\f00d";
}
.header-search-collapse {
  outline: none;
  width: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 1s linear 0;
  -ms-transition: all 1s linear 0;
  -o-transition: all 1s linear 0;
  transition: all 0.3s ease-out;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 44px;
  height: 42px !important;
  border: none;
  box-shadow: none;
  cursor: pointer;
  background-color: transparent;
  text-indent: 40px;
  display: none !important;
}
.header-search-collapse.open,
.header-search-collapse:focus {
  display: block;
  width: 200px !important;
  outline: none;
  right: 50px;
  border: none;
  background-color: #efefef;
  text-indent: 0;
  display: block !important;
  padding: 6px 12px !important;
}
.search-trigger01 {
  width: 44px;
  height: 44px;
  z-index: 0;
  border: none;
  font-size: 24px;
  display: inline-block;
  line-height: 44px;
  margin-right: 0 !important;
  margin-top: -5px;
  text-align: center;
  color: #FFF;
}
#siteSearch01 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .search-trigger01 {
    display: none;
  }
  .header-sidenav01 {
    margin-left: 20px;
  }
}
.search-trigger01 i {
  /*text-indent: -9999px;*/
}
#input_text {
  float: left;
}
#input_text input[type="text"] {
  border: none;
  line-height: 20px;
  line-height: 2rem;
  height: 30px;
  height: 3rem;
  background-color: #efefef;
  padding: 0rem 5px;
  padding: 0rem 0.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  width: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#input_text input[type="text"]:focus {
  -webkit-animation: mov_to_right .5s ease 1;
  -moz-animation: mov_to_right .5s ease 1;
  -ms-animation: mov_to_right .5s ease 1;
  -o-animation: mov_to_right .5s ease 1;
  animation: mov_to_right .5s ease 1;
  width: 170px;
  background-color: #ccc;
}
#input_text input.mainTainHover {
  width: 170px;
  background-color: #ccc;
}
@-webkit-keyframes mov_to_right {
  0% {
    width: 110px;
    background-color: #efefef;
  }
  100% {
    width: 170px;
    background-color: #ccc;
  }
}
@-o-keyframes mov_to_right {
  0% {
    width: 110px;
    background-color: #efefef;
  }
  100% {
    width: 170px;
    background-color: #ccc;
  }
}
@-moz-keyframes mov_to_right {
  0% {
    width: 110px;
    background-color: #efefef;
  }
  100% {
    width: 170px;
    background-color: #ccc;
  }
}
@keyframes mov_to_right {
  0% {
    width: 110px;
    background-color: #efefef;
  }
  100% {
    width: 170px;
    background-color: #ccc;
  }
}
button#input_submit {
  float: left;
  display: inline-block;
  border: none;
  background: #3399ff;
  line-height: 20px;
  line-height: 2rem;
  width: 60px;
  height: 30px;
  height: 3rem;
  line-height: 30px;
  line-height: 3rem;
  position: relative;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-indent: -9999px;
}
button#input_submit:active {
  background: #359CA8;
}
button#input_submit:before {
  font-size: 18px;
  font-size: 1.8rem;
  text-indent: 0px;
  position: absolute;
  top: 6px;
  left: 22px;
  content: "\f002";
  /*SEARCH_ICON*/
  color: #FFF;
}
.lt-ie9 button#input_submit:before {
  top: -5px;
}
.header-sub {
  background: #555555;
  position: relative;
  z-index: 1000;
}
.header-sub .primary-list {
  padding: 0;
  margin-bottom: 0;
}
.header-sub .primary-list > li > a {
  color: #fff;
  font-size: 12.04px;
  display: block;
  line-height: 44px;
  padding: 0 8px 0 8px;
}
@media (max-width: 992px) {
  .header-sub .primary-list > li > a {
    width: 100%;
    display: block;
  }
}
.header-sub .primary-list > li > a:hover {
  background: #a2a2a2;
  text-decoration: none;
}
.header-sub .item-with-ul > a {
  margin-right: 44px;
}
.header-sub .primary-list > li > a.home {
  padding: 0 15px;
}
.header-sub .primary-list > li > a.home i {
  font-size: 150%;
}
.header-sub .list-inline > li {
  padding-left: 0;
  padding-right: 0;
}
.header-sub .list-inline > li ul {
  display: none;
}
.header-sub .list-inline li.open ul {
  display: block;
}
.header-sub .current {
  position: relative;
}
.header-sub .current a {
  text-decoration: underline;
}
.header-sub .header-sidenav01 {
  margin-top: 5px;
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  .header-sub .header-sidenav01 {
    margin: 5px 5px 0px;
  }
}
@media (max-width: 992px) {
  .header-sub .header-search-box,
  .header-sub .header-menu-box {
    display: none;
  }
  .header-sub .header-search-box.open,
  .header-sub .header-menu-box.open {
    display: block;
  }
}
.search-header {
  background: #21413f;
}
.sns-block {
  font-size: 30px;
}
.sns-block a {
  color: #888888;
}
.sns-block a:hover .fa-facebook-square {
  color: #45619d;
}
.sns-block a:hover .fa-twitter {
  color: #55acee;
}
.sns-block a:hover .fa-rss {
  color: #FF8040;
}
@media (min-width: 992px) {
  .sns-block {
    margin-bottom: 0px !important;
  }
}
.sns-block ul {
  margin-bottom: 0;
}
.header p {
  margin: 0;
}
.header .sns-block {
  margin-top: 14px;
}
.header .sns-block ul {
  float: right;
}
@media (max-width: 992px) {
  .header .sns-block {
    display: none;
  }
}
@media (max-width: 992px) {
  .header .secondery-btns {
    display: none;
  }
}
.logo {
  float: left;
  margin: 12px 0;
}
.logo h1 {
  margin: 0 auto;
}
.logo .logo-mark a {
  background: url(../../image/common/logo.png) no-repeat center center;
  text-indent: -9999px;
  display: block;
  width: 252px;
  height: 32px;
  cursor: pointer;
  background-size: contain;
}
@media (max-width: 992px) {
  .logo .logo-mark a {
    width: 100%;
    background-size: contain;
    height: 44px;
  }
}
@media (max-width: 992px) {
  .logo {
    margin: 5px 0;
  }
}
.sp-only {
  display: none;
}
@media (max-width: 992px) {
  .sp-only {
    display: block;
  }
}
ul.list {
  list-style-type: none;
}
ul.list li {
  display: inline-block;
}
.readmore-area {
  clear: both;
  width: 100%;
}
.readmore-large {
  width: 100%;
  position: relative;
  padding: 12px 0;
}
.readmore-large:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
.readmore-small {
  width: 100%;
  position: relative;
  padding: 6px 0;
}
.readmore-small:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
@media screen and (min-width: 650px) and (max-width: 1099px) {
  .blog_subtitle02 {
    font-size: 1.2em !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_subtitle02 {
    font-size: 1.6em !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .blog_subtitle02 {
    margin-top: 0;
  }
}
#locator {
  margin-bottom: 10px;
}
.main {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .main {
    margin: 20px 10px;
  }
}
.contents-main {
  float: left;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents-main .blog_taglist02 {
  display: inline-block;
  margin-left: 0px;
  height: 16px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
}
.contents-main .blog_taglist02 li {
  display: inline-block;
  padding: 0px 5px;
  margin: 0px 3px 3px 0px;
  background-color: #888888;
  color: #B8B8B8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: 9px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.contents-main .blog_taglist02 li a {
  line-height: 100%;
}
@media (max-width: 992px) {
  .contents-main {
    padding: 0 5px;
  }
}
.blog-side-nav {
  float: right;
  width: 100%;
}
@media (min-width: 1200px) {
  .contents-main {
    width: 770px;
  }
  .blog-side-nav {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .contents-main {
    width: 70%;
  }
  .blog-side-nav {
    width: 28%;
  }
}
/*CMS Blue Monkey Blog Templete*/
.blog_subtitle01 {
  background: url(bg_blog_subtitle01.jpg) no-repeat top center;
  font-size: 30px;
  line-height: 40px;
  height: 80px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.blog_subtext01 {
  font-size: 12px;
  color: #999;
  display: inline-block;
  width: 100%;
  line-height: 12px;
}
.blog_pager01 {
  float: left;
  width: 100%;
  margin: 0px 0px 10px;
  text-align: right;
  line-height: 24px;
  font-size: 14px;
}
.blog_pager01 a {
  display: inline-block;
  height: 24px;
  min-width: 14px;
  padding: 0px 5px;
  line-height: 24px;
  text-align: center;
}
.blog_pager01 a.current {
  background: #333;
  color: #FFF;
}
.blog_pager01 .prev {
  text-indent: -9999px;
  background: url(prev.png) no-repeat left top;
  width: 15px;
  height: 24px;
  margin-right: 1em;
}
.blog_pager01 .prev:hover,
.blog_pager01 .next:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
}
.blog_pager01 .next {
  text-indent: -9999px;
  background: url(next.png) no-repeat left top;
  width: 15px;
  height: 24px;
  margin-left: 1em;
}
.blog_section01 {
  float: left;
  border: #ccc 1px solid;
  background: #FFF;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 380px;
}
@media (max-width: 992px) {
  .blog_section01 .blog_section01 {
    min-height: 398px;
  }
}
@media (min-width: 1200px) {
  .blog_section01 {
    width: 243px;
  }
  .top .blog_section01:nth-child(3n+1) {
    margin-right: 0;
  }
  .top .blog_section01:nth-child(3n+2) {
    clear: both;
  }
  .common .blog_section01:nth-child(3n),
  .multi .blog_section01:nth-child(3n) {
    margin-right: 0;
  }
  .common .blog_section01:nth-child(3n+1),
  .multi .blog_section01:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .blog_section01 {
    width: 48%;
    margin-right: 4%;
    min-height: initial;
  }
  .top .blog_section01:nth-child(2n+1) {
    margin-right: 0;
  }
  .common .blog_section01:nth-child(2n),
  .multi .blog_section01:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .blog_section01 {
    width: 100%;
    margin-right: 0;
    min-height: initial;
  }
  .top .blog_section01:nth-child(2n+1) {
    margin-right: 0;
  }
  .common .blog_section01:nth-child(2n),
  .multi .blog_section01:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px*0.5) {
  .blog_section01 {
    width: 48%;
    margin-right: 4%;
  }
  .top .blog_section01:nth-child(2n+1) {
    margin-right: 0;
  }
  .common .blog_section01:nth-child(2n),
  .multi .blog_section01:nth-child(2n) {
    margin-right: 0;
  }
}
.blog_pager_detail_box01 {
  float: left;
  width: 100%;
  border-top: #ccc 1px solid;
  margin: 0px 0px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog_pager_detail_list01 {
  list-style: none;
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  padding: 0 10px;
}
.blog_pager_detail_list01 li.prev {
  float: left;
  width: 33%;
  text-align: left;
}
.blog_pager_detail_list01 li.prev a {
  color: #555555;
  font-size: 16px;
}
.blog_pager_detail_list01 li.prev a i {
  font-size: 24px;
  line-height: 16px;
}
.blog_pager_detail_list01 li.next {
  float: right;
  width: 33%;
  text-align: right;
}
.blog_pager_detail_list01 li.next a {
  color: #555555;
  font-size: 16px;
}
.blog_pager_detail_list01 li.next a i {
  font-size: 24px;
  line-height: 16px;
}
.blog_subtitle02 {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .blog_subtitle02 {
    min-height: 59px;
  }
}
@media (min-width: 1200px) {
  .common .blog_subtitle02 {
    min-height: initial;
  }
}
.blog_subtitle03 {
  float: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  padding: 10px 10px;
  margin-bottom: 20px;
  border-left: #666 5px solid;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog_date01 {
  line-height: 150%;
  font-size: 12px;
  margin-bottom: 10px;
  color: #999999;
}
.blog_auther01 {
  line-height: 150%;
  font-size: 12px;
  margin-bottom: 10px;
  display:none;
}
.blog_dlist01 {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  max-height: 28px;
}
.blog_dlist01 dt,
.blog_dlist01 dd {
  display: inline;
}
.blog_dlist01 dt {
  color: #999;
}
.blog_text01 {
  float: left;
  clear: both;
  line-height: 140%;
  font-size: 14px;
  margin: 10px 0px;
}
.readmore {
  clear: both;
  position: relative;
}
.readmore:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../image/bg_readmore.png) no-repeat center right;
  width: 46px;
  height: 24px;
}
a.readmore_btn {
  display: none;
}
.blog_info01 {
  float: left;
  width: 100%;
  margin: 10px 0px 0px;
  font-size: 10px;
}
/*blog sidenav*/
.blog_searchbox {
  margin-bottom: 20px;
}
.blog_search_input {
  border-radius: 5px;
  background: url(search_icon.png) no-repeat 5px center;
  line-height: 35px;
  height: 35px;
  border: 1px solid #ccc;
  padding-left: 24px;
}
.blog_side_section01 {
  clear: both;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.blog_sidetitle01 {
  font-size: 16px;
  line-height: 35px;
  padding: 0 10px;
  font-weight: bold;
  margin: 0;
  color: #666;
  border-bottom: #d5d5d5 5px solid;
  margin-bottom: 2px;
  background: #FFF;
}
.blog_sidelist01 {
  padding: 0px;
}
.blog_sidelist01 > li {
  background: #FFF;
  display: block;
  width: 100%;
  list-style-type: none;
  margin-bottom: 0px;
  border-bottom: #e6e6e6 1px solid;
  float: left;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog_sidelist01 > li > a {
  color: #333333;
}
.blog_sidelist01 > li > a:hover {
  text-decoration: none;
  color: #acd13d;
}
.blog_sidelist01 ul {
  margin-left: 12px;
  padding: 5px 0 5px;
  list-style-position: inside;
}
.blog_sidelist02 {
  padding: 20px 10px;
  background: #FFF;
  list-style: inside;
  list-style-type: none;
  margin: 0;
}
.blog_taglist02 {
  padding: 20px 10px;
  margin: 0;
  background: #FFF;
  list-style: inside;
  list-style-type: none;
}
.blog_taglist02 li {
  display: inline-block;
  padding: 0px 5px;
  margin: 0px 3px 3px 0px;
  background-color: #888888;
  color: #B8B8B8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: 12px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.blog_taglist02 li a {
  line-height: 30px;
  color: #FFF;
  position: relative;
}
.thum-wrap-small {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  overflow: hidden;
  text-align: center;
  background: #dfdfdf;
}
.thum-wrap-small img {
  display: inline;
  width: auto;
  max-width: inherit;
  height: 100%;
}
.thum-wrap-small.noimage {
  text-indent: -9999px;
  background: url(../image/noimage.png) no-repeat center center #dfdfdf;
  background-size: 70px;
}
.side-title01 {
  margin: 0 0 3px;
  min-height: 67px;
  display: block;
}
/*archive monthes*/
.blog_archive_list_box01 {
  margin-bottom: 30px;
  padding: 10px;
  background: #FFF;
}
.blog_list {
  list-style-type: none;
  list-style-position: inside;
  margin: 12px 0px;
  padding: 0px;
}
.blog_list > li {
  display: inline-block;
  width: 12%;
}
.blog_list > li > a {
  border: solid 1px #ccc;
  padding: 5px 0px;
  width: 100%;
  display: block;
  text-align: center;
}
.blog_month_list {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
.blog_list > li.current a {
  color: #FFF;
  background: #acd13d;
}
.blog_month_list > li {
  display: inline-block;
  text-align: center;
}
.blog_month_list > li.current a {
  color: #FFF;
  background: #acd13d;
}
.blog_month_list > li > a {
  padding: 2px;
}
.blog_section02 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.blog_subtitle04 {
  float: left;
  font-size: 20px;
}
.blog_pull_right {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog_subtitle03 {
  position: relative;
}
.blog_side_nav01 {
  position: absolute;
  right: 0;
  top: 12px;
  font-weight: normal;
  font-size: 12px !important;
}
.blog_pull_left {
  float: left;
}
/*blog archives with cover*/
/*thumb large setteing*/
.blog_cover_thum {
  float: left;
  width: 180px;
  margin-right: 14px;
}
.blog_thum_wrap {
  width: 180px;
  height: 180px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.blog_thum_wrap img {
  height: 180px;
}
.blog_cover_text {
  float: right;
  width: 530px;
}
/*small thum setting*/
.blog_cover_thum_small {
  float: left;
  width: 120px;
  margin-right: 14px;
}
.blog_thum_wrap_small {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.blog_thum_wrap_small img {
  height: 120px;
}
.blog_cover_text_small {
  float: right;
  width: 590px;
}
/*extra small thum setting*/
.blog_cover_thum_xsmall {
  float: left;
  width: 60px;
  margin-right: 14px;
}
.blog_thum_wrap_xsmall {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.blog_thum_wrap_xsmall img {
  height: 60px;
}
.blog_cover_text_xsmall {
  float: right;
  width: 654px;
  line-height: 180%;
}
.blog_thum_wide {
  text-align: center;
  margin-bottom: 10px;
  height: 270px;
  overflow: hidden;
}
.blog_thum_wide img {
  max-height: 270px;
}
/*related articles*/
.blog_related_list {
  list-style: none;
}
.blog_related_list li {
  border-bottom: #ccc 1px dashed;
  padding: 10px 0;
  float: left;
  width: 100%;
}
/*SNS button*/
.snsbox {
  display: none;
}
.blog_sns_area {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.blog_sns_area ul {
  list-style-type: none;
}
.blog_sns_area ul li {
  float: left;
  width: auto;
  margin-right: 5px;
}
.blog_sns_area ul li.blog_facebook_btn {
  width: 120px;
}
.blog_sns_plugin {
  margin-top: 20px;
}
.blog_feedback {
  clear: both;
  font-size: 120%;
  border-top: #e6e6e6 1px solid;
  margin-top: 24px;
  padding: 12px 24px 8px;
  text-align: center;
}
.blog_feedback a {
  color: #555555;
  font-size: 16px;
}
.category-label *[class^="category-"] {
  background: #666;
}
.category-label {
  color: #FFF;
  opacity: .8;
  margin-bottom: 12px;
}
.category-label.large {
  height: 40px;
  line-height: 40px;
  margin: -50px -10px 10px -10px;
}
.category-label.large span {
  padding: 0 10px;
  display: block;
}
.category-label.middle {
  height: 30px;
  line-height: 30px;
}
.category-label.small {
  height: 20px;
  line-height: 20px;
}
.blog-thumwrap {
  margin: -10px -10px 10px -10px;
  max-height: 180px;
  min-height: 180px;
  overflow: hidden;
  color: #FFF;
  background: #dfdfdf;
}
.blog-thumwrap.noimage {
  text-indent: -9999px;
  background: url(../image/noimage.png) no-repeat center center #dfdfdf;
}
.top .blog_section01:first-child {
  width: 100%;
  padding: 0px 10px 0px 10px;
  position: relative;
  min-height: initial;
}
.top .blog_section01:first-child .blog_subtitle02 {
  min-height: initial;
}
.top .blog_section01:first-child .blog-thumwrap {
  margin: -10px 0px 0px -10px;
  float: left;
  width: 50%;
  max-height: 283px;
  line-height: 280px;
}
@media (min-width: 480px) {
  .top .blog_section01:first-child .blog-thumwrap {
    min-height: 270px;
  }
}
@media (max-width: 480px) {
  .top .blog_section01:first-child .blog-thumwrap {
    float: none;
  }
}
.top .blog_section01:first-child .blog-thumwrap .img-responsive {
  display: inline;
}
.top .blog_section01:first-child .blog-description {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 14px;
}
@media (max-width: 480px) {
  .top .blog_section01:first-child .blog-thumwrap {
    width: auto;
    margin: -11px -10px 0px -10px;
  }
  .top .blog_section01:first-child .blog-description {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}
.top .blog_section01:first-child .blog_text01 {
  float: none;
  clear: none;
  color: #555555;
  width: auto !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .top .blog_section01:first-child .blog_text01 {
    margin: 5px 0;
  }
}
.top .blog_section01:first-child .blog_info01 {
  float: none;
  margin-left: 57.5%;
  width: auto;
}
.top .blog_section01:first-child .blog_info01 dl {
  width: 100%;
}
@media (max-width: 480px) {
  .top .blog_section01:first-child .blog_info01 {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .top .blog_section01:first-child .blog_info01 dl {
    width: 100%;
  }
}
.top .blog_section01:first-child .snsbox {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 57.2%;
}
@media (max-width: 768px) {
  .top .blog_section01:first-child .snsbox {
    padding: 14px 0 0;
    position: static;
    left: 14px;
    right: initial;
    margin-left: 57.5%;
  }
}
.top .blog_section01:first-child .category-label.large {
  height: 40px;
  line-height: 40px;
  margin: 0 -14px 10px;
}
.top .blog_section01:first-child .category-label.large span {
  padding: 0 10px;
  display: block;
  margin: -11px -6px 10px 0px;
}
@media (max-width: 480px) {
  .top .blog_section01:first-child .category-label.large {
    margin: -40px -6px 10px -11px;
  }
}
a.link-wrap {
  color: #555555;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
a.link-wrap:hover {
  text-decoration: none;
}
a.link-wrap:hover .blog_subtitle02 {
  color: #acd13d;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
a.link-wrap:hover .blog-thumwrap {
  overflow: hidden;
}
a.link-wrap:hover .blog-thumwrap img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sidenav {
  padding: 0;
}
.sidenav .sortbtns {
  text-align: center;
  width: 100%;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 1em;
}
.sidenav .sortbtns a {
  margin: 1rem;
}
.top-pickups-type01 .media {
  padding: 10px;
  background: #FFF;
  margin: 2em auto;
}
.sidenav-tab .nav-tabs.nav-justified > li {
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
.sidenav-tab .nav-tabs.nav-justified > li > a {
  border: none;
  color: #FFF;
  background: #353230;
}
.sidenav-tab .nav-tabs.nav-justified > li > a:hover {
  border: none;
}
.sidenav-tab .nav-tabs.nav-justified > li.active > a {
  border: none;
  color: #333333;
  background: #f5f5f5;
}
.sidenav-tab .nav-tabs.nav-justified > li.active > a:hover {
  border: none;
}
.sidenav-tab .tab-content {
  border: none;
}
.main-col {
  padding: 0;
  background: #FFF;
}
.main-contents {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
.panel .page-header {
  margin: 0 0 20px ;
}
.panel h2 {
  margin: 0 0 0px ;
}
.thumblist {
  padding: 0;
  list-style: none;
}
.thumblist li {
  margin-bottom: 1.5rem;
}
.thumblist a {
  display: block;
  padding: 0;
}
.thumblist a.thumblist a_.active {
  border: none;
}
.thumblist img {
  width: 100%;
}
.footer {
  clear: both;
  float: left;
  width: 100%;
  padding: 3rem 0rem 0;
  background: #CFCFCF;
}
.footer li {
  margin-bottom: 1rem;
}
.footer .well {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 10px 20px;
}
.footer .footthum01 {
  float: left;
  font-size: 12px;
}
.footer .footthum01 h6 {
  font-size: 16px;
}
.footer .footthum01 img {
  margin-right: 14px;
}
@media (max-width: 480px) {
  .footer .footthum01 img {
    width: 50%;
  }
}
.footer .blog_subtitle02 i {
  font-size: 24px;
}
.footer .last-footer {
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background: #333333;
  color: #FFF;
  text-align: right;
}
@media (max-width: 992px) {
  .common .contents-main {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .multi .contents-main {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .blog_text01.detail_text {
    color: #333333;
  }
  .blog_text01.detail_text img:not(.inlineImg) {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
  }

  
.blog_text01 img:not(.inlineImg) {
  width: auto;
  max-width: 100%;
  height: auto;
}
  
}
.blog_section02 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 10px;
  border: #e6e6e6 1px solid;
  background: #FFF;
}
.blog_section02 p {
  margin: 26px 0 26px;
  font-size: 16px;
  line-height: 170%;
  color: #333333;
  word-break: break-all;
}
.blog_section02 .blog_text01 {
  float: none;
}
.blog_section02 .blog_date01 {
  margin-top: -20px;
  float: left;
}
.blog_section02 .category-label span {
  float: right;
  padding: 0 10px ;
  font-size: 12px;
  margin-right: -20px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .blog_section02 .category-label span {
    position: relative;
    float: right;
    display: block;
    padding: 0 10px ;
    font-size: 12px;
    margin: 10px -30px 0 0;
  }
  .blog_section02 .category-label span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 0 0;
    position: absolute;
    right: 0;
    bottom: -5px;
    border-color: #9d8500 transparent transparent;
  }
}
.blog_section02 .blog_subtitle02 {
  clear: both;
  font-size: 34px !important;
}
@media (max-width: 480px) {
  .blog_section02 .blog_subtitle02 {
    clear: both;
    font-size: 24px !important;
  }
}
.blog_section02 .blog_info01 {
  margin: 0;
}
.blog_section02 .blog_dlist01 {
  width: auto;
  margin: 0 0 10px;
}
.blog_section02 .blog-mainthum {
  margin: 0px -20px 10px;
  max-height: 700px;
  overflow: hidden;
  clear: both;
}
.blog_section02 .blog-mainthum .img-responsive {
  width: 100%;
}
.blog_section02 .subtitle03 {
  clear: both;
  font-size: 24px;
  line-height: 30px;
  margin: 36px 0 14px;
  text-align: left;
  position: relative;
  border-bottom: #acd13d 5px solid;
}
.blog_section02 .subtitle03:after {
  content: "";
  height: 5px;
  width: 60%;
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  background: #e6e6e6;
}
.blog_section02.base img {
  max-width: 100%;
}
.blog_facebook_comment {
  background: #FFF;
  padding: 14px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog_facebook_comment iframe {
  margin: 0 auto;
}
.archivelist_wrap .blog_section01 {
  min-height: 340px;
}
@media (max-width: 992px) {
  .archivelist_wrap .blog_section01 {
    min-height: initial !important;
  }
}
.archivelist_wrap .blog_subtitle02 {
  clear: both;
  font-size: 16px !important;
}
.archivelist_wrap .blog_info01 {
  margin: 0;
}
.archivelist_wrap .blog_info01 ul {
  margin-bottom: 0;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100%!important;
}
.blog_facebook_btn iframe {
  width: 110px !important;
}
/*# sourceMappingURL=skin.css.map */