@charset "UTF-8";
body {
  color: #1b1b1b;
}

a:link {
  color: #000;
}

a:hover {
  color: #1B1B1B;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  z-index: 0;
}

#header {
  width: 100%;
  margin-bottom: 10px;
}
#header .blog-description {
  color: #004714;
  font-size: 1.1em;
  font-weight: bold;
  padding: 3px 0 0;
}

#header_menu {
  width: 100%;
  background: #1b1b1b;
  height: 20px;
  padding: 7px 0;
  margin-bottom: 10px;
  z-index: 60;
  position: relative;
}
#header_menu .fix_box {
  position: fixed;
  width: 100%;
  z-index: 10;
  border-top: 4px solid #1B1B1B;
  top: 0;
}
#header_menu .fix_box .fix_inner {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 1000px;
  z-index: 60 !important;
  position: relative;
}
#header_menu .fix_box .fix_inner a {
  background: #1b1b1b;
  display: block;
  padding: 3px 7px;
  width: 230px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

*:first-child + html #header #header_menu {
  z-index: 60;
  position: relative;
}
*:first-child + html #header #header_menu .fix_box {
  left: 0;
}

#header_menu ul {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}
#header_menu ul li {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  z-index: 100 !important;
  position: relative;
}
#header_menu ul li a {
  padding: 0 10px;
  border-left: 1px solid #323232;
  border-right: 1px solid #000000;
  color: #c6c6c6 !important;
}
#header_menu ul li.left {
  float: left;
  position: fixed;
}
#header_menu ul li.left a {
  border: 0;
  padding: 0;
}

*:first-child + html #header_menu ul li {
  display: inline;
  zoom: 1;
}

#branding {
  width: 1000px;
  margin: 25px auto 0;
}

#nav {
  background: #FFF;
  width: 1000px;
  margin: 0 auto 10px;
}
#nav .quick-nav {
  margin-right: 0;
}
#nav .quick-nav li {
  padding-top: 0;
  padding-left: 10px;
  height: 30px;
}
#nav .quick-nav li.first {
  padding-left: 0;
}
#nav .quick-nav #twitter,
#nav .quick-nav #facebook {
  background: none;
}
#nav .quick-nav a:link, #nav .quick-nav a:visited {
  opacity: 1;
  text-indent: 0;
  width: 30px;
}

#nav-content {
  width: 100%;
}
.hMenu {width: 670px;padding-top: 6px;}
.hMenu a {
  display: block;
  height: 20px;
  float: left;
  font-size: 1.25em;
  line-height: 20px;
  border-left: 2px solid;
  padding: 0 8px;
  width: 20%;
  box-sizing: border-box;
  font-weight: bold;
}
.hMenu a:nth-child(3),
.hMenu a:nth-child(4) {
	width: 22%;
}
.hMenu a.last {
	width: 16%;
}
.hMenu .last {
  margin-right: 0 !important;
  border-right: 2px solid;
}
.hMenu a:hover {
  text-decoration: underline;
}

.searchBox {
  float: left;
  width: 220px;
  height: 30px;
  position: relative;
}
.searchBox input {
  color: #AAA;
}

#nav-content input[type="text"].s {
  float: right;
  border: 1px solid #c9c9c9;
  background: transparent !important;
  width: 187px !important;
  height: 26px !important;
  line-height: 21px !important;
  margin: 0;
  padding: 2px 3px 2px 30px !important;
  border-radius: 0 !important;
}
#nav-content input[type="submit"].searchsubmit {
  width: 28px !important;
  height: 28px;
  border: none;
  overflow: hidden;
  outline: none;
  padding: 0;
  position: absolute;
  background: url('../img/common/ico_search.gif') no-repeat;
  left: 0;
  top: 2px;
}

.search-results-content .widgettitle2, .entry-content h5.widgettitle2 {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  padding: 0 10px 0 0;
}

.entry-content p, .search-results-content p {
  font-size: 1.3em;
}

.search-results-content .searchform_bx {
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 10px 15px 0;
}

#wrapper {
  background: none #FFF;
  margin: 0;
  padding: 0;
}

#main {
  width: 1000px;
}

#container {
  width: 670px;
}

#side_bx {
  width: 300px;
}
#side_bx .featured-stories-summary {
  margin: 0;
}

/* 広告スタイル */
#content_top_box1, #pr_single_text {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  font-size: 1.3em;
  line-height: 1.4;
  padding: 5px 0;
  width: 670px;
}
#content_top_box1 li, #pr_single_text li {
  line-height: 1.8;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#content_top_box1 li:last-child, #pr_single_text li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#content_top_box1 li.last, #pr_single_text li.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#content_top_box1 {
  margin: 0 0 10px;
}

#pr_single_text {
  margin: 0 0 30px;
}

.single_bnr_bx {
  margin: 30px 0 20px;
}

.centerBox {
  width: 670px;
  text-align: center;
}

.home_bnr_bx {
  margin: 35px 0;
  text-align: center;
}
.home_bnr_bx div {
	margin: 0 auto;
}
.archive_bnr_bx div {
	margin: 0 auto;	
}

#index-news .home_bnr_bx {
  margin: 0 0 20px;
}

/* 広告スタイル END */
#index-featured1, #home_box1, #home_box2, #index-news, .featured, #content {
  border: 0 none;
  border-radius: 0 0 0 0;
  margin: 0 0 10px;
  padding: 0;
}

#index-featured1 {
  margin-bottom: 30px;
}

#index-news {
  margin-bottom: 30px;
}

#catTopics {
  margin-bottom: 10px;
}

h2.title {
  border-radius: 4px;
  background: #004714;
  color: #FEFEFE;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 8px 5px;
  margin-bottom: 10px;
}

/* -------------------------------------------------------- 

sideBlock

-------------------------------------------------------- */
#sidebar_box1 {
  border: 0 none;
  border-radius: 0 0 0 0;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0;
  width: 300px;
}

#side_bx .side_bnr_bx {
  margin: 0 0 10px;
}
#side_bx .side_bnr_bx a img {
  width: 300px;
  height: 100px;
}

#side_bx .side_bnr_bx:first-child a img {
  width: 300px;
  height: 250px;
}

#primary, #secondary {
  float: none;
  margin: 0 0 20px;
  width: 300px;
}

#side_bx_body .widgetcontainer {
  border: 1px solid #333;
  border-radius: 0;
  display: block;
  margin: 0 0 20px;
  padding: 55px 9px 9px;
  position: relative;
}
#side_bx_body .widgetcontainer .widgettitle {
  height: 45px;
  left: 5px;
  line-height: 137px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 0 0 10px;
  position: absolute;
  top: 0;
  width: 270px;
}
#side_bx_body .widgetcontainer ul {
  border-top: 0;
  padding: 0 9px;
}
#side_bx_body .widgetcontainer li {
  border-bottom: 0;
  background: #f2f2f2;
  padding: 9px;
  clear: both;
}
/*
#side_bx_body .widgetcontainer li img {width: 70px;float: left;margin-right: 5px;}
*/
#side_bx_body .widgetcontainer li img {width: 100%;margin:0;height: auto;}
#side_bx_body .widgetcontainer li br {display: none;}
#side_bx_body .widgetcontainer li li {
  background: transparent;
}
#side_bx_body .widgetcontainer li.even {
  background: none;
}
#side_bx_body .widgetcontainer li.noBg {
  background: none;
  padding: 3px 0 0;
}
#side_bx_body .widgetcontainer li.noBg img {float: none;width: 97px;}
#side_bx_body .widgetcontainer .rank .rank1 a, #side_bx_body .widgetcontainer .rank .rank2 a, #side_bx_body .widgetcontainer .rank .rank3 a, #side_bx_body .widgetcontainer .rank .rank4 a, #side_bx_body .widgetcontainer .rank .rank5 a {
  padding-left: 22px;
}
#side_bx_body .widgetcontainer .rank .rank1 a {
  background: url(../img/common/rank1.gif) left 0 no-repeat;
}
#side_bx_body .widgetcontainer .rank .rank2 a {
  background: url(../img/common/rank2.gif) left 0 no-repeat;
}
#side_bx_body .widgetcontainer .rank .rank3 a {
  background: url(../img/common/rank3.gif) left 0 no-repeat;
}
#side_bx_body .widgetcontainer .rank .rank4 a {
  background: url(../img/common/rank4.gif) left 0 no-repeat;
}
#side_bx_body .widgetcontainer .rank .rank5 a {
  background: url(../img/common/rank5.gif) left 0 no-repeat;
}

#wpp-3 .widgettitle {
  background: url(../img/text/title_rank.gif) left top no-repeat;
}

#upcoming-events .widgettitle {
  background: url(../img/text/title_event.gif) left top no-repeat;
}

#new-movie .widgettitle {
  background: url(../img/text/title_movie.gif) left top no-repeat;
}

#publisher .widgettitle {
  background: url(../img/text/title_pub.gif) left top no-repeat;
}

#editor .widgettitle {
  background: url(../img/text/title_editor.gif) left top no-repeat;
}

#new-movie ul li a img.attachment-sidebar-thumb {
  float: right;
  margin-left: 10px;
}

#popular-posts .widgettitle {
  background: url(../img/text/title_rank.gif) top left no-repeat;
}

#whatsnew .widgettitle {
  background: url(../img/text/title_whatsnew.gif) left top no-repeat;
}


ul.xoxo .rank1 a,
ul.xoxo .rank2 a,
ul.xoxo .rank3 a,
ul.xoxo .rank4 a,
ul.xoxo .rank5 a {
  padding-left: 22px;
  cursor: pointer;
}

#popular-posts .rank1 a,
#popular-posts .rank2 a,
#popular-posts .rank3 a,
#popular-posts .rank4 a,
#popular-posts .rank5 a {
  background-position: left -1px;
}

ul.xoxo .rank1 a {
  background: url(../img/common/rank1.gif) top left no-repeat;
}
ul.xoxo .rank2 a {
  background: url(../img/common/rank2.gif) top left no-repeat;
}
ul.xoxo .rank3 a {
  background: url(../img/common/rank3.gif) top left no-repeat;
}
ul.xoxo .rank4 a {
  background: url(../img/common/rank4.gif) top left no-repeat;
}
ul.xoxo .rank5 a {
  background: url(../img/common/rank5.gif) top left no-repeat;
}

ul.xoxo li#new-movie .rank1 a, ul.xoxo li#new-movie .rank2 a, ul.xoxo li#new-movie .rank3 a, ul.xoxo li#new-movie .rank4 a, ul.xoxo li#new-movie .rank5 a {
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  padding-left: 22px;
}
ul.xoxo li#new-movie .rank1 a {
  background-image: url(../img/common/rank1.gif);
}
ul.xoxo li#new-movie .rank2 a {
  background-image: url(../img/common/rank2.gif);
}
ul.xoxo li#new-movie .rank3 a {
  background-image: url(../img/common/rank3.gif);
}
ul.xoxo li#new-movie .rank4 a {
  background-image: url(../img/common/rank4.gif);
}
ul.xoxo li#new-movie .rank5 a {
  background-image: url(../img/common/rank5.gif);
}

/* top 最新の新健ハウジングから */
#home_content {
  margin-top: 20px;
}

.featured {
  position: relative;
  height: 205px;
  background: url(../img/common/bg_bottom.png) bottom center no-repeat;
  margin-bottom: 50px;
}
.featured .bx-viewport {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  height: 189px !important;
}
.featured .bx-has-pager {
  padding-top: 15px;
}

.featured-slideshow-inner {
  padding-bottom: 15px;
}

*:first-child + html .featured-slideshow-inner {
  padding-bottom: 10px;
}

.featured .featured-article img {
  width: 302px;
  height: 170px;
  border: 1px solid #e5e5e5;
  padding: 0;
}

.featured .featured-entry {
  margin: 0 0 0 312px;
}

.featured-entry .entry-title {
  font-size: 2.9em;
  height: 75px;
  overflow: hidden;
  color: #000000;
}
.featured-entry .entry-title a {
  color: #000;
}

.featured-entry .entry-summary {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 7px;
}
.featured-entry .sub {
  color: #AAA;
  float: left;
}
.featured-entry .read {
  float: right;
}

/* 注目記事 */
.featured-mini {
  position: relative;
  margin-top: -15px;
  margin-bottom: 15px;
  /*height:205px;*/
  /*background:url(../img/common/bg_bottom.png) bottom center no-repeat;*/
}
.featured-mini .bx-viewport {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  height: auto !important;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.featured-mini .bx-has-pager {
  padding-top: 15px;
}
.featured-mini .featured-entry {
  margin: 0 0 0 210px;
}
.featured-mini .featured-entry .entry-title {
  font-size: 1.8em;
  height: auto;
}
.featured-mini .featured-entry .entry-summary {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 7px;
}
.featured-mini .featured-entry .sub {
  color: #AAA;
  float: left;
}
.featured-mini .featured-entry .read {
  float: right;
}
.featured-mini .featured-article img {
  height: 110px;
  width: 196px;
  border: 1px solid #e5e5e5;
  padding: 0;
  float: left;
}

/*.home-title {
	background:url(../img/common/bg_toptitle.gif) left top no-repeat;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
	position:relative;

	.home-title-link {
	float:right;
	position:absolute;
	right:0;
	bottom:0;
	}
}*/
.home-title {
  /*background:url(../img/common/title_pattern.gif) left 15px no-repeat;
    margin: 0 0 10px;
    padding: 5px 0 0 15px;
  	font-size:22px;
  	position:relative;
  	border-top:3px solid $mainColor;
  	line-height: 35px;*/
  background: url(../img/common/topgreen.gif) repeat-x top;
  margin: 30px 0 10px;
  padding: 6px 0 0;
  font-size: 20px;
  position: relative;
  border-top: 4px solid #004714;
  line-height: 35px;
}
.home-title .home-title-link {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
}
.home-title .home-title-link a {
	background: #004714;
    color: #fff;
    opacity: 1;
    padding: 4px 10px;
}

.title_post {
  position: relative;
  border-bottom: 1px solid #69bd5e;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.title_post .home-title-link {
  float: right;
  position: absolute;
  right: 0;
  top: 0.5em;
}
.title_post .home-title-link a {
  font-size: 0.7em;
}

/* top ニュース */
#container .posts-default {
  margin-bottom: 10px;
  display: table;
}
#container .posts-default li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  width: 330px;
  height: 310px;
  padding: 9px;
  margin: 0 0 10px 0;
  position: relative;
  overflow: visible;
}
#container .posts-default li .entry-meta {
  background: transparent;
  bottom: 5px;
  color: #AAAAAA;
  font-weight: normal;
  left: 5px;
  opacity: 1;
  position: absolute;
  text-align: left;
}
#container .posts-default li .entry-meta .meta-cat {
  padding: 5px 5px 0 0;
  float: left;
}
#container .posts-default li .entry-meta a {
  color: #7d7d7d;
}
#container .posts-default .entry-title {
  font-size: 1.3em;
  font-weight: bold;
  height: 2.6em;
  margin: 8px 0 10px;
}
#container .posts-default .entry-thumbnails {
  display: table-cell;
  vertical-align: middle;
  height: 174px;
  cursor: pointer;
}
#container .posts-default .entry-thumbnails-link {
  border: 0;
  padding: 0;
  text-align: center;
  height: auto;
}
#container .posts-default .text {
  display: block;
  font-size: 1.2em;
  height: 35px;
  overflow: hidden;
}
#container .posts-default .read {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 0;
}
#container .posts-default .read img {
  width: 85px;
  height: 18px;
}

*:first-child + html #container .posts-default li {
  width: 310px;
  height: 290px;
}

#container .posts-default li.even,
#container .posts-default li:nth-child(even) {
  margin: 0 0 10px 0;
  float: right;
}

#container .posts-default li.even {
  float: right;
  margin-left: 0;
}

.posts-default .entry-thumbnails,
.posts-default .entry-thumbnails-link {
  width: 310px;
}

.posts-default img {
  width: auto;
  height: auto;
  float: none;
}

*:first-child + html .posts-default .entry-thumbnails {
  /* IE 7 */
  display: inline;
  zoom: 1;
}

*:first-child + html .posts-default .entry-thumbnails-link {
  /* IE 7 */
  display: inline;
  zoom: 1;
}

/* 並列リスト形式 */
/*#container .list-parallels {
	margin-bottom:10px;
	display:table;
	
	li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;		
	width:330px;
	margin:0 0 10px 0;
	position:relative;
	overflow:visible;
	}
}
*:first-child+html #container .list-parallels li {
width:310px;
}
#container .list-parallels li.even,
#container .list-parallels li:nth-child(even){
	margin:0 0 10px 0;
	float: right;
}
#container .list-parallels li.even{
	float: right;
	margin-left:0;
}
.list-parallels .entry-thumbnails,
.list-parallels .entry-thumbnails-link {
	width:310px;
}
.list-parallels img {
	width:auto;
	height:auto;
	float:none;
}
*:first-child+html .list-parallels .entry-thumbnails{
display:inline;
zoom:1;
}
*:first-child+html .list-parallels .entry-thumbnails-link{
display:inline;
zoom:1;
}*/
/* リスト形式 */
#container .listBlock {
  font-size: 1.1em;
}
#container .listBlock li {
  border-bottom: 1px solid #d2d2d2;
  padding: 8px 0 7px 3px;
}
#container .listBlock li li {
  border-bottom: 0;
}
#container .listBlock li.ec3_list {
  color: #1B1B1B;
  font-size: 1.3rem;
  font-weight: bold;
}
#container .listBlock li.ec3_list a {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
}
#container .listBlock li.top {
  border-top: 1px solid #d2d2d2;
}
#container .listBlock li.bottom {
  border-bottom: 0;
}
#container .listBlock a {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
}
#container .listBlock .thumb {
  border: 0;
  float: left;
}
#container .listBlock .thumb img {
  width: 70px;
  height: auto;
}
#container .listBlock .thumb img.avatar {
  width: 70px;
  height: 70px;
  border: 0;
  padding: 0;
}
#container .listBlock .thumb a {
  margin-bottom: 0;
}
#container .listBlock.feedNordot .thumb a {
	width: 70px;
	height: 70px;
	display: inline-block;
	background-size: cover;
	background-position: center top;
}
#container .listBlock .featured-stories-summary {
  margin-left: 80px;
}
#container .listBlock .sub-title {
  margin-bottom: 5px;
}
#container .listBlock .sub-title a {
  font-size: 0.9em;
  font-weight: bold;
  display: inline;
  color: #7d7d7d;
}
#container .listBlock .main-title a {
  font-weight: bold;
}
#container .listBlock .text a {
  margin-bottom: 0;
  line-height: 40px;
}
#container .listBlock .sub {
  color: #AAA;
  font-size: 1em;
  line-height: 10px;
}
#container .listBlock .sub a {
  color: #7d7d7d;
  display: inline;
  font-size: 1em;
  margin-left: 5px;
}
#container .listBlock .name {
  color: #000;
}
#container .list-parallels li {
  width: 330px;
  border-bottom: 0;
  float: left;
}
#container .list-parallels li.even {
  float: right;
}
#container .list-parallels li:nth-child(even) {
  float: right;
}
#container .top-border {
  border-top: 1px solid #d2d2d2;
}
#container .bottom-border {
  border-bottom: 1px solid #d2d2d2;
}

.btn_long,
.btn .nextpostslink,
.btn a {
  background: #004714;
  display: block;
  width: 100%;
  text-align: center;
  padding: 9px 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

a:hover.btn_long,
.btn a:hover.nextpostslink,
.btn a:hover {
  background: #444;
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie 6 7 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
}

#side_bx .btn_long {
  padding: 5px 0;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

/* top カテゴリトピックス */
.boxlink li {
  cursor: pointer;
}

.boxlink li:hover a,
.boxlink li:hover a:hover,
.boxlink li a:hover {
  text-decoration: none;
  color: 1b1b1b;
}

#catTopics .posts-threebox li {
  height: 188px;
}

*:first-child + html #catTopics .posts-threebox li {
  height: 168px;
}

.posts-threebox {
  margin-bottom: 10px;
  list-style: none outside none;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.posts-threebox li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0 6px;
  overflow: visible;
  position: relative;
  width: 25%;
  /*float: left;*/
}
@media screen and (max-width: 990px) {
	.posts-threebox li {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.posts-threebox li {
		width: 100%;
	}
	.posts-threebox .listInner {
		display: flex;
	}
	.posts-threebox .entry-thumbnails {
		width: 90px;
		margin-bottom: 0;
	}
	.posts-threebox .text-post {
		width: calc(100% - 90px);
		padding-left: 16px;
	}
}
.posts-threebox li.ad {
	padding: 0;
}
.posts-threebox li h2 {
  position: absolute;
  left: -1px;
  top: 9px;
  width: 90px;
  height: 28px;
}
.posts-threebox li h2 img {
  vertical-align: top;
  z-index: 10;
}
.posts-threebox li h3 {
  font-size: 1.3em!important;
  font-weight: bold;
  margin-bottom: 15px;
}
.posts-threebox li h3 a:link {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  /*min-height: 38px;*/
}
.posts-threebox li h3 a:link br {display: none;}
.posts-threebox li .entry-meta {
  background: transparent;
  color: #AAAAAA;
  font-weight: normal;
/*
  height: 18px;
  left: 0;
*/
  opacity: 1;
  padding-left: 9px;
/*
  position: absolute;
  bottom: 0;
  width: 205px;
*/
  display: block;
}
.posts-threebox li:nth-child(3n+1) {
  /*margin-right: 11px;*/
}
.posts-threebox li.n1 {
  margin-right: 11px;
}
.posts-threebox li:nth-child(3n) {
  /*float: right;*/
}
.posts-threebox li.n3 {
  float: right;
}
.posts-threebox .entry-thumbnails {
	position: relative;
	padding: 0 9px;
}
.posts-threebox .entry-thumbnails .entry-thumbnails-link {
  background: #FFF;
  /*height: 110px;
  width: 196px;*/
  position: relative;
}
.posts-threebox .entry-thumbnails .icon {
	position: absolute;
	padding: 3px 6px;
	background: #cc6600;
	font-size: 10px;
	width: 26px;
    border-radius: 50%;
    text-align: center;
    left: 0;
    top: -5px;
    line-height: 32px;
    font-family: serif;
    font-style: italic;
    opacity: 1;
    z-index: 1;
}
.posts-threebox .entry-thumbnails .icon a:hover {text-decoration: none;}
.posts-threebox .entry-thumbnails .icon.dokusha {
	background: #ffff00;
	color: #000;
    padding: 5px;
    line-height: 14px;
    width: 28px;
    font-style: inherit;
    font-family: inherit;
    font-size: 11px;
}
.posts-threebox .entry-thumbnails a.entry-thumbnails-link:hover .icon {
	opacity: 1;
}
.posts-threebox .entry-thumbnails img {
  /*width: 196px;
  height: 110px;*/
  z-index: 0;
}

.posts-threebox .listInner {
	border: 1px solid #d2d2d2;
	padding: 18px 0 16px;
}
*:first-child + html .posts-threebox li {
  width: 196px;
}

.wp-pagenavi {
  margin: 10px 0 30px;
  text-align: left;
  font-size: 1.1em;
}
.wp-pagenavi span.current {
  background: #1B1B1B;
  border: 0;
  border-radius: 0;
  color: #FFF;
  padding: 5px 9px;
}
.wp-pagenavi a {
  background: none;
  border: 1px solid #1B1B1B;
  border-radius: 0;
  padding: 4px 9px !important;
}
.wp-pagenavi a:hover {
  background: #1b1b1b;
  color: #FFF;
}
.wp-pagenavi .extend {
  border: 0;
}

/* ---------------------------------------------------------------------

パンくずリスト 

---------------------------------------------------------------------　*/
#breadcrumb {
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
  line-height: 28px;
  padding: 10px 0 0;
  color: #aaa;
  margin-bottom: 0px;
  font-size: 1.4em;
}
.post-type-archive-shousing_curations #breadcrumb,
.category #breadcrumb,
.single-shousing_feature #breadcrumb {
  border-top: none;
  padding: 0;
}
#breadcrumb li {
	display: inline-block;
	list-style: none;
}
#breadcrumb li:before {
	content: '>';
	color: #AAA;
    font-size: 11px;
    padding: 0 4px 0 6px;
}
#breadcrumb li:first-child:before {
	display: none;
}
#breadcrumb li.disnon {
	display: none;
}
#breadcrumb a:link {
  color: #535353;
}
#breadcrumb .site-home, #breadcrumb .home {
  background: url(../img/common/icon_home.gif) left center no-repeat;
  padding-left: 18px;
}
#breadcrumb .divider {
  color: #AAA;
  font-size: 11px;
  padding: 0 4px 0 6px;
}

/* ---------------------------------------------------------------------

archive.php 

---------------------------------------------------------------------　*/
.posts-line .entry-title {
  width: auto;
  margin: 5px 0;
  padding: 0 3px;
  height: auto;
  float: none;
  word-break: break-all;
  word-wrap: break-word;
}

.posts_excerpt {
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word;
  height: 4.5em;
}

.read {
  bottom: 0px;
  position: absolute;
  right: 0px;
  z-index: 0;
  font-size: 13px;
}

.posts-line .entry-cat {
  display: none;
  background: none repeat scroll 0 0 #1B1B1B;
  border-radius: 0 0 0 0;
  float: none;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  padding: 0;
  width: 110px;
}

#archive-posts .ec3_list {
  color: #880000;
  letter-spacing: 1.6;
  margin-left: 0;
  word-spacing: 0;
}
#archive-posts .ec3_events .noBg {
  display: none;
}

/* ---------------------------------------------------------------------

single.php 

---------------------------------------------------------------------　*/
.texttitle {
  background: url(../img/common/bg_h2title.gif) repeat-x bottom;
}
.page .page_title {
  position: relative;
}
.page .page_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #e5e5e5;
  left: 0;
}
.texttitle h1, .texttitle h2, .texttitle .h1,
.page .page_title h2,
.page .page_title .h1 {
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px solid #004714 !important;
  margin-bottom: 0 !important;
}

.texttitle h2,
.page .page_title h2 {
  font-size: 16px;
  padding: 0 5px 5px;
}
.page .page_title h1 {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0 !important;
  position: relative;
  padding: 10px 5px;
  font-size: 22px;
}
.page .page_title h1:after {
  content: '';
  background: #004714;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.texttitle h1, .texttitle .h1,
.page .page_title .h1 {
  font-size: 22px;
  padding: 10px 5px 5px;
}

.page .page_title {
  margin-bottom: 20px;
}
.single .post .entry-title, .single-post {
  margin-top: 20px;
}
/*
.single .post .entry-title, .single-post .entry-title {
  font-size: 29px;
  padding: 10px 0 15px;
  font-weight: bold;
  border-left: solid 15px #cc6600;
  padding: 0 10px;
}
*/
.single .post .entry-title, .single-post .entry-title {
  font-size: 29px;
  padding: 10px 0 15px;
  font-weight: bold;
  border-left: solid 15px #cc6600;
  padding: 0 10px;
  border-bottom: 1px solid #d2d2d2;
}

.page_title2 .entry-title {
  border-left: solid 15px #cc6600;
}
.page_title3 .entry-title {
  border-left: solid 15px #ff9933;
}
.page_title4 .entry-title {
  border-left: solid 15px #cc3300;
}


.single .post .entry-title a, .single-post .entry-title a {
  color: #1b1b1b;
  font-size: 22px;
}

.border-top {
  border-top: 1px solid #d2d2d2;
}

/*
#single_info_bx {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1em;
  margin: 0 0 20px;
  padding: 0 0 0;
}
*/
#single_info_bx {
  background: transparent;
  font-size: 1em;
  margin: 0 0 20px;
  padding: 0 0 0;
  overflow: hidden;
}
#single_info_bx .entry-info {
  float: right;
  text-align: right;
  color: #7f7f7f;
  line-height: 20px;
  margin-top: 15px;
  font-size: 1.3rem;
}
#single_info_bx .entry-info .author {
  margin-left: 10px;
  text-decoration: underline;
}
#single_info_bx .mr_social_sharing_wrapper {
  margin: 0;
}

.entry-content {
  padding: 0 10px 40px;
  font-size: 12px;
}
.entry-content h2 {
  font-size: 2.3em;
}
.entry-content h3 {
  font-size: 1.9em;
}

.tags {
  border: 1px solid #d2d2d2;
  color: #d2d2d2;
  font-size: 13px;
  margin-bottom: 30px;
}
.tags a {
  color: #535353;
  text-decoration: underline !important;
}
.tags a:hover {
  text-decoration: none !important;
}
.tags .tags_inner {
  padding: 15px 15px 10px;
}

#single_meta > li {
  margin-bottom: 30px;
}

/* common style */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #d2d2d2;
}
table th, table td {
  padding: 10px 8px;
  border-color: #d2d2d2;
}

#footer {
  margin: 0;
}

#footer_body {
  font-size: 0.9em;
  width: 1000px;
}
#footer_body #top-menu {
  width: 525px;
}
#footer_body #top-menu ul li {
  width: 175px;
}
#footer_body #top-menu a {
  background: url(../images/sp/ar1.gif) no-repeat scroll left 9px;
  color: #fff !important;
  padding: 0 0 0 13px;
}
.pattern2 #footer_body #top-menu a {
    background: url(../img/sp/ar2.gif) no-repeat scroll left 9px;
    color: #000 !important;
    padding: 0 0 0 13px;
}

.menu-footer_menu-container {
  width: 1000px;
  margin: 35px auto;
  font-size: 1.4em;
  line-height: 2;
  color: #d2d2d2;
}
.menu-footer_menu-container .hidden-phone {
  margin: 0 7px;
}
.menu-footer_menu-container a:link, .menu-footer_menu-container a:visited {
  /*color:#CCCCCC;*/
}

.movie-single-box {
  margin-top: 20px;
  text-align: center;
}

.mr1 {
  margin-right: 1px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.middle {
  vertical-align: middle !important;
}

textarea,
input[type="text"],
input[type="password"] {
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  padding: 7px 5px;
}

textarea,
input[type="text"],
input[type="password"] {
  background: #FFF none;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Custom Buttons Colors
====================================================================== */
input[type="submit"] {
  font-size: 1em;
  padding: 5px 50px;
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
  background: #1B1B1B;
  background-color: #1B1B1B;
  color: #ffffff;
  vertical-align: middle;
  background-image: -moz-linear-gradient(top, #434343, #1B1B1B);
  background-image: -ms-linear-gradient(top, #434343, #1B1B1B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#1B1B1B));
  background-image: -webkit-linear-gradient(top, #434343, #1B1B1B);
  background-image: -o-linear-gradient(top, #434343, #1B1B1B);
  background-image: linear-gradient(top, #434343, #1B1B1B);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'FF434343, endColorstr='#'FF1B1B1B, GradientType=0);
  border-color: #1B1B1B #1B1B1B #1B1B1B;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* 2016.10.27 追加 */
/* 2016.11.15 変更
.tabs {display: table;overflow: hidden;clear: both;border-collapse: separate;border-spacing: 5px;margin: 0 -5px 15px;}
.tabs li {display: table-cell;width: 70px;height: 36px;background: #f4f4f4;font-size: 12px;text-align: center;vertical-align: middle;line-height: 1.2;cursor: pointer;}
.tabs li:hover {background: #004714;color: #fff;}
.tabs li.a {color:#000;}
.tabs li:hover a {color: #fff;}
.tabs li a:hover {color: #fff;text-decoration: none;}
.tabs li.active {background: #004714; color: #fff;}
.tabs li.active a {color: #fff;}
#tabContent .content {display: none;}
.tabs2 {display: table;overflow: hidden;clear: both;border-collapse: separate;border-spacing: 5px;margin: 10px -5px 10px;}
.tabs2 li {display: table-cell;width: 70px;height: 36px;background: #f4f4f4;font-size: 12px;text-align: center;vertical-align: middle;line-height: 1.2;cursor: pointer;}
.tabs2 li.active {background: #004714; color: #fff!important;}

.archives li {display: block;}
.catLink {display: table;overflow: hidden;clear: both;border-collapse: separate;border-spacing: 5px;margin: 0 -5px 15px;}
.catLink li {display: table-cell;width: 70px;height: 36px;background: #f4f4f4;font-size: 12px;text-align: center;vertical-align: middle;line-height: 1.2;cursor: pointer;}
.catLink li.a {color:#000;}
.catLink li:hover {background: #004714;}
.catLink li:hover a { color: #fff;text-decoration: none;}
.catLink li.active {background: #004714; color: #fff;}
.catLink li.active a {color: #fff;}
*/

#tabContent2 .content {display: none;}
.tabs {display: block;overflow: hidden;clear: both;margin: 0 -3px 15px;}
.tabs li {display: table;width: 25%;height: 42px;font-size: 14px;text-align: center;vertical-align: middle;line-height: 1.2;cursor: pointer;float: left;padding: 3px;box-sizing: border-box;}
.tabs li a {display: table-cell;vertical-align: middle;background: #f4f4f4;}
.tabs li a:hover {background: #004714;color: #fff;text-decoration: none;}
.tabs li a span{color:#000;display: block}
.tabs li:hover a span{color: #fff;}
.tabs li a:hover span {color: #fff;}
.tabs li.active a {background: #004714; color: #fff;text-decoration: none;}
.tabs li.active a span{color: #fff;text-decoration: none}
/*
#tabContent .content {display: none;}
*/
.tabs2 {display: table;overflow: hidden;clear: both;border-collapse: separate;border-spacing: 5px;margin: 10px -5px 10px;}
.tabs2 li {display: table-cell;width: 70px;height: 36px;background: #f4f4f4!important;font-size: 12px;text-align: center;vertical-align: middle;line-height: 1.2;cursor: pointer;}
.tabs2 li.active {background: #004714!important	; color: #fff!important;}
#tabContent2 .content {display: none;}
.archives li {display: block;}
.catLink {display: block;overflow: hidden;clear: both;margin: 0 -3px 15px;}
.catLink li {display: table;width: 25%;height: 42px;font-size: 14px;text-align: center;vertical-align: middle;line-height: 1.2;cursor: pointer;float: left;padding: 3px;box-sizing: border-box;}
.catLink li a {background: #f4f4f4;color:#000;display: block;line-height: 36px;}
.catLink li a:hover {color: #fff;text-decoration: none;background: #004714;}
.catLink li.active a {background: #004714; color: #fff;}
.footer-sidebar li a {color: #fff;}

/* アクセスランキング */
/*
.wpp-list li:nth-child(6) .thumb,
.wpp-list li:nth-child(7) .thumb,
.wpp-list li:nth-child(8) .thumb,
.wpp-list li:nth-child(9) .thumb,
.wpp-list li:nth-child(10) .thumb {
	display: none;
}

.wpp-list li:nth-child(6) .featured-stories-summary,
.wpp-list li:nth-child(7) .featured-stories-summary,
.wpp-list li:nth-child(8) .featured-stories-summary,
.wpp-list li:nth-child(9) .featured-stories-summary,
.wpp-list li:nth-child(10) .featured-stories-summary {
	margin-left: 0!important;
}
*/
.garank li .thumb a,
.wpp-list li .thumb a {
	position: relative;
}
.garank li:first-child .thumb a:before,
.garank li:nth-child(2) .thumb a:before,
.garank li:nth-child(3) .thumb a:before,
.wpp-list li:first-child .thumb a:before,
.wpp-list li:nth-child(2) .thumb a:before,
.wpp-list li:nth-child(3) .thumb a:before /*,
.wpp-list li:nth-child(4) .thumb a:before,
.wpp-list li:nth-child(5) .thumb a:before */ {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background: #004714;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    top: -3px;
    left: -3px;
    z-index: 1;
}
.garank li:first-child .thumb a:before,
.wpp-list li:first-child .thumb a:before {
	content: '1';
}
.garank li:nth-child(2) .thumb a:before,
.wpp-list li:nth-child(2) .thumb a:before {
	content: '2';
}
.garank li:nth-child(3) .thumb a:before,
.wpp-list li:nth-child(3) .thumb a:before {
	content: '3';
}
/*
.wpp-list li:nth-child(4) .thumb a:before {
	content: '4';
}
.wpp-list li:nth-child(5) .thumb a:before {
	content: '5';
}
*/

/* 広告枠 */
.footerAds {
    width: 100%;
    display: block;
    text-align: center;
}
.footerAds div {
	margin: 0 auto;
}

/* FooterFB */
.fbPluginBox {
	clear: both;
	padding-top: 20px;
}
#fbBox,#fbBox2,#fbBox3 {float: left;width: 320px;}	
#fbBox2,#fbBox3 {margin-left: 20px;}

/* TOPマージン調整 */
/*
#index-product-guide {
	margin-bottom: 50px;
}
*/
@media screen and (min-width: 768px) {
	.sp {display: none;}
}

.userLogin {display: none;}

/* One Column 用 */
#oneColumn #main {
	min-height: inherit;
	width: 100%;
}
#oneColumn #main .fbPluginBox {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	#oneColumn .inner {
		width: 1000px;
		margin: 0 auto;
		float: none;
	}
}
/*
#oneColumn .page_title {
	display: none;
}
*/
#oneColumn .entry-content {
	padding: 0;
}
#oneColumn .home_bnr_bx {
	margin: 35px auto 0;
}
#oneColumn .catLink {
	display: flex;
	justify-content: space-between;
}
#oneColumn .catLink li {
	width: calc( 100% / 6 );
}
#oneColumn .catLink.sp {
	display: none;
}


.lineBox header {
	padding: 10px;
	background: #00c300 /*url('../img/line/ico_line.png') no-repeat 8px 8px*/;
	height: 70px;
    box-sizing: border-box;
    position: relative;
}
.lineBox header h3 {
	/*padding-left: 64px;*/
	color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 3px;
}
/*.lineBox header iframe {
	margin-left: 64px;
}*/
.lineBox header span {
    /*display: block;
    position: absolute;
    right: 40px;
    bottom: 8px;*/
    margin-left: 20px;
    color: #fff;
    font-size: 15px;
}
.lineBox main {
	box-sizing: border-box;
    height: 100%;
    position: relative;
    width: 100%;
    background: #f6f7f9;
    border: 1px solid #e9ebee;
    border-top: 0;
    overflow-y: auto;
}
.lineBox main .innerBox {
	padding: 8px;
}
.lineBox main .innerBox .contWrap {
	background: #fff;
    border-color: #e9ebee #dfe0e4 #d0d1d5;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    position: relative;
    clear: both;
    overflow: hidden;
}
.lineBox main .innerBox .contWrap .left {
	width: 56%;
	float: left;
	box-sizing: border-box;
	text-align: center;

}
.lineBox main .innerBox .contWrap .right img,
.lineBox main .innerBox .contWrap .left img {
	width: 130px;
	height: auto;
}
.lineBox main .innerBox .contWrap .right {
	float: right;
	width: 44%;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
    padding: 1px 0 2px;
}
.lineBox main .innerBox .contWrap .right p {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 6px;
}

.lineBox main .innerBox .contWrap .right iframe {
	vertical-align: middle;
}


div.mr_social_sharing_wrapper,.lineShare {
    height: auto;
    width: auto!important;
    margin: 4px 0;
    padding: 0;
    border: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    margin-right: 10px;
}
.lineShare {
	display: none;
}

/* PickUp枠 */
#pickUp {
	background: #004714;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
#pickUp .sectionTtl {
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.4em;
	display: inline-block;
	padding: 3px 3px 0;
	margin-bottom: 5px;
}
#pickUp .sectionTtl:before {
	content:"\e9cd";
	display: inline-block;
	font-family: 'icomoon' !important;
	vertical-align: baseline;
	margin-right: 3px;
}
#pickUp figure {
	float: left;
	margin: 0 10px 0 0;
}
#pickUp figure img {
	vertical-align: bottom;
	max-width: 302px;
	height: auto;
}
#pickUp h3.entry-title {
	font-size: 1.8em;
	font-weight: bold;
}
#pickUp h3.entry-title a {
	color: #fff;
}
#pickUp .entry-meta {
    color: #eee;
    font-weight: normal;
    opacity: 1;
    display: inline-block;
}
#pickUp .detailLink {
	margin-top: 20px;
	margin-bottom: 0;
}
#pickUp .detailLink a {
	color: #fff;
}
#pickUp .detailLink a:before {
  	content: "\edbd";
	display: inline-block;
	font-family: 'icomoon' !important;
	vertical-align: middle;
	margin-right: 3px;
	font-size: 10px;
}


/* header alert表示 */
.alert {
    border: 1px solid #ff0000;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.alert p {
    font-size: 15px;
    margin: 0;
}
.alert a {
	text-decoration: underline;
}

/* sideのウィジェット追加 */
#side_bx .tabs2 {
	margin-top: 0;
	padding: 0 9px;
	display: flex;
	justify-content: space-between;
}
#side_bx .tabs2 li {
	height: auto;
    width: calc(100% / 3);
    margin: 0 3px;
    line-height: 1;
}
#side_bx #tabContent2 {
	padding: 0 9px;
}
#side_bx_body .widgetcontainer.txt-ttl {
    border: 1px solid #333;
    border-radius: 0;
    display: block;
    margin: 0 0 20px;
    padding: 0 0 9px;
    position: relative;
}
#side_bx_body .widgetcontainer.txt-ttl h5 {
    margin-left: 5px;
    border-left: 5px solid #004714;
    padding-left: 7px;
    padding-top: 2px;
    font-weight: bold;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 15px;
}
#side_bx #tabContent2 .garank li {
	padding-left: 20px;
	position: relative;
}
#side_bx #tabContent2 .garank li:first-child:before,
#side_bx #tabContent2 .garank li:nth-child(2):before,
#side_bx #tabContent2 .garank li:nth-child(3):before,
#side_bx #tabContent2 .garank li:nth-child(4):before,
#side_bx #tabContent2 .garank li:nth-child(5):before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background: #004714;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    top: 9px;
    left: -3px;
    z-index: 1;
}
#side_bx #tabContent2 .garank li:first-child:before {
	content: '1';
}
#side_bx #tabContent2 .garank li:nth-child(2):before {
	content: '2';
}
#side_bx #tabContent2 .garank li:nth-child(3):before {
	content: '3';
}
#side_bx #tabContent2 .garank li:nth-child(4):before {
	content: '4';
}
#side_bx #tabContent2 .garank li:nth-child(5):before {
	content: '5';
}

/* 広告掲載ページ */
.img-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.sprow {
	display: none;
}
.ad img {
	height: auto;
}

/* ポップアップ動画 */
.home-modal--active {
  overflow: hidden;
}

#home-modalMovie {
  width: 800px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
#home-modalMovie #home-movie-wrap {
  margin-bottom: 118px;
}
#home-modalMovie #home-modalClose {
  background: #fff;
  position: absolute;
  left: 275px;
  bottom: 38px;
}
#home-modalMovie #home-modalClose a.cmn-btn01 {
    display: table;
    width: 250px;
    height: 50px;
    color: #fff;
    background: #004714;
    text-decoration: none;
}
#home-modalMovie #home-modalClose a.cmn-btn01 > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
}
/* -- home-modalOverlay -- */
#home-modalOverlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

/* Feature Page */
.feature-bnr {
	margin: 30px 0;
	text-align: center;
}
.feature-bnr img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.feature-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.feature-list li {
	text-align: center;
}
.feature-list li + li {
	margin-top: 20px;
}
.feature-ad {
	margin-bottom: 30px;
}
.feature-ad div {
	margin: 0 auto;
}

/* TopMiddleBnr */
.top-middle-bnr {
	margin-bottom: 30px;
}

.top-middle-bnr > div {
	margin: 0 auto;
}