@charset "utf-8";
/*============================
#johoshi
============================*/
#johoshi {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/*============================
#right_content
============================*/
#right_content {
  float: right;
  width: 710px;
  margin-bottom: 40px;
}
#right_content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #8bb84a;
  overflow: hidden;
  border-bottom: 2px dotted #c7bd8c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#right_content > ul.tag_wrap {
  overflow: hidden;
  margin-bottom: 20px;
  float: right;
  overflow: hidden;
  *zoom: 1;
}
#right_content > ul.tag_wrap li {
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-left: 10px;
  border-radius: 4px;
}
#right_content div.johoshi_description {
  margin-bottom: 20px;
}
#right_content div.johoshi_description:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
#right_content div.inner {
  overflow: hidden;
  margin-bottom: 40px;
}
  /*============================
  #johoshi_img
  ============================*/
#right_content div.inner #johoshi_img {
  float: left;
  width: 400px;
}
#right_content div.inner #johoshi_img > p {
  border: 1px solid #c7bd8c;
  width: 400px;
  height: 400px;
  margin-bottom: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#right_content div.inner #johoshi_img > p img {
  width : 100%;
  height :auto;
}
#right_content div.inner #johoshi_img ul {
  overflow: hidden;
}
#right_content div.inner #johoshi_img ul li {
  border: 1px solid #c7bd8c;
  width: 48%;
  height: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#right_content div.inner #johoshi_img ul li:nth-child(2n) {
  margin-right: 0;
}
#right_content div.inner #johoshi_img ul li img {
  width: 100%;
  height: auto;
}
#right_content div.inner #johoshi_img .box {
  position: relative;
}
#right_content div.inner #johoshi_img .box:hover img {
  color: #fff;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#right_content div.inner #johoshi_img .box:after {
  padding-top: 100%;
  display: block;
  content: "";
}
#right_content div.inner #johoshi_img .box > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
  /*============================
  #johoshi_txt
  ============================*/
#right_content div.inner #johoshi_txt {
  margin-left: 30px;
  float: left;
  width: 280px;
}
#right_content div.inner #johoshi_txt dl {
  width: 100%;
}
#right_content div.inner #johoshi_txt dl dt {
  background: #f8f7f3;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}
#right_content div.inner #johoshi_txt dl dd {
  margin-bottom: 2px;
}


/*============================
		SP
============================*/
@media screen and (max-width: 667px) {
  /*============================
  #johoshi
  ============================*/
  #johoshi {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*============================
  #right_content
  ============================*/
  #right_content {
    float: none;
    width: 100%;
    margin-bottom: 80px;
  }
  #right_content h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  #right_content ul.tag_wrap {
    float: none;
    width: auto;
    overflow: hidden;
  }
  #right_content ul.tag_wrap li {
    font-size: 12px;
    padding: 3px 5px;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #right_content div.johoshi_description {
    margin-bottom: 10px;
  }
  #right_content div.inner {
    overflow: hidden;
    margin-bottom: 20px;
  }
    /*============================
    #johoshi_img
    ============================*/
  #right_content div.inner #johoshi_img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #right_content div.inner #johoshi_img > p {
    width: 100%;
    height: auto;
  }
  #right_content div.inner #johoshi_img > p img {
    width : 100%;
    height :auto;
  }
    /*============================
    #johoshi_txt
    ============================*/
  #right_content div.inner #johoshi_txt {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}