@charset "utf-8";

/* =common
-------------------------------------------------------------------------------------------- */

.b {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.small {
    font-size: 84%;
}

.s_ll {
    font-size: 140%;
    line-height: 100%;
}
/* =clearfix
----------------------------------------------- */

.clear {
    clear: both;
}

/* modern browsers */

.clearfix:after,
.fBox:after,
div#contents:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE7 */

.clearfix,
.fBox,
div#contents {
    display: inline-block;
}

/* legacy IE */

* html .clearfix,
* html .fBox,
* html div#contents {
    height: 1%;
}

.clearfix,
.fBox,
div#contents {
    display: block;
}


/* =float and align
----------------------------------------------- */

.fr {
    float: right;
}

.fl {
    float: left;
}

.ar {
    text-align: right !important;
}

.ac {
    text-align: center !important;
}

.al {
    text-align: left !important;
}


/* =margin
----------------------------------------------- */

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

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

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

.mb25 {
    margin-bottom: 25px !important;
}

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

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}


/* =img
----------------------------------------------- */

img {
    vertical-align: bottom;
    line-height: 1.0;
}

table th img,
table td img {
    vertical-align: middle;
}

.bn_subscription_s {
    position: fixed;
    right: 0;
    top: 125px;
    z-index: 5000;
}


/* =button
----------------------------------------------- */

.to_cat_archive {
  display: block;
  width: 78px;
  height: 84px;
  padding: 15px 0 0;
  border: 2px solid #e7e7e7;
  color: #666 !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
}

.to_cat_archive:hover {
  border: 2px solid #908f8f;
}

.to_cat_archive .icon  {
  margin: 0 0 14px;
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)" !important;
}


/* =link text
----------------------------------------------- */

.text_link01 {
  display: inline-block;
  color: #545454;
  font-size: 85.7%;
  line-height: 1.75;
}

.text_link01:before {
  content: url(/common/img/icon_link01.gif);
  display: inline-block;
  height: 8px;
  margin: 0 2px 0 0;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
}

.link_text02 {
  display: inline-block;
  color: #333;
  font-size: 85.7%;
  line-height: 1.333;
  text-decoration: none;
}

.link_text02:hover {
  color: #333;
  text-decoration: underline;
}

.link_text02:before {
  content: url(/common/img/icon_link02.gif);
  display: inline-block;
  height: 16px;
  margin: 0 9px 0 0;
  font-size: 0;
  vertical-align: middle;
}


/* =common section
----------------------------------------------- */

.common_sect {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.common_sect .title {
  margin: 0 0 29px !important;
  text-align: center;
}

.common_sect .caption {
  margin: 0 0 6px;
  color: #ff9600;
  font-size: 114.3%;
  font-weight: bold;
  line-height: 1.375;
}

.common_recommended {
  margin: 80px 0 60px;
}

.common_recommended ul {
  overflow: hidden;
}

.common_recommended ul li {
  float: left;
  width: 234px;
  margin: 0 0 0 14px;
}

.common_recommended ul li:first-child {
  margin: 0;
}

.common_recommended ul li a {
  display: block;
  padding: 0 0 8px;
  border: 2px solid #e6e6e6;
  text-decoration: none;
  letter-spacing: -1px;
}

.common_recommended ul li img {
  width: 100%;
  height: auto;
}

.common_recommended ul li a:hover img {
  opacity: 0.7 !important;
  -ms-filter: "alpha(opacity=70)" !important;
}

.common_recommended ul li a span {
  display: block;
  padding: 0 15px;
}

.common_recommended ul li a .caption {
  margin-top: 15px;
}

.common_recommended ul li a .explain {
  color: #1e1e1e;
}


/***▼▼▼▼▼▼▼▼▼▼▼改修分CSS　2016.03.07▼▼▼▼▼▼▼▼▼▼▼▼▼▼***/

.common_recommended.new_160307 ul {
  overflow: hidden;
  width: 105%;
}

.common_recommended.new_160307 ul li {
  float: left;
  width: 354px;
  margin: 0 14px 14px 0;
}


.common_recommended.new_160307 ul li a {
  display: block;
  padding: 0 0 8px;
  border: 2px solid #e6e6e6;
  text-decoration: none;
  letter-spacing: -1px;
}

.common_recommended.new_160307 ul li img {
  width: 100%;
  height: auto;
}

.common_recommended.new_160307 ul li a:hover img {
  opacity: 0.7 !important;
  -ms-filter: "alpha(opacity=70)" !important;
}

.common_recommended.new_160307 ul li a span {
  display: block;
  padding: 0 15px;
}

.common_recommended.new_160307 ul li a .caption {
  margin-top: 15px;
}

.common_recommended.new_160307 ul li a .explain {
  color: #1e1e1e;
}

/***▲▲▲▲▲▲▲▲▲▲▲▲▲改修分CSS　2016.03.07▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲***/


.common_customer_posts > ul {
  overflow: hidden;
  margin: 0 0 50px;
}

.common_customer_posts > ul li {
  float: left;
  width: 358px;
  margin: 0 0 0 14px;
}

.common_customer_posts > ul li:first-child {
  margin: 0;
}

.common_customer_posts > ul li a {
  display: block;
  padding: 0 0 8px;
  border: 2px solid #e6e6e6;
  text-decoration: none;
  letter-spacing: -1px;
}

.common_customer_posts > ul li img {
  width: 100%;
  height: auto;
}

.common_customer_posts > ul li a:hover img {
  opacity: 0.7 !important;
  -ms-filter: "alpha(opacity=70)" !important;
}

.common_customer_posts > ul li a span {
  display: block;
  padding: 0 15px;
}

.common_customer_posts > ul li a .caption {
  margin-top: 15px;
}

.common_customer_posts > ul li a .explain {
  color: #1e1e1e;
}

.common_customer_posts .smile_album {
  display: block;
  margin: 0 0 87px;
  border: 2px solid #e6e6e6;
  text-decoration: none;
  overflow: hidden;
}

.common_customer_posts .smile_album .figure {
  float: left;
}

.common_customer_posts .smile_album:hover .figure {
  opacity: 0.7 !important;
  -ms-filtr: "alpha(opacity=70)" !important;
}

.common_customer_posts .smile_album span {
  display: block;
}

.common_customer_posts .smile_album .cont {
  float: right;
  width: 340px;
  padding: 26px 20px 0 0;
}

.common_customer_posts .smile_album .caption {
  font-size: 16px;
}

.common_customer_posts .smile_album .explain {
  color: #1e1e1e;
  font-size: 14px;
  letter-spacing: -1px;
}

.common_customer_posts .magazine {
  position: relative;
  padding: 30px 30px 30px 214px;
  border: 2px solid #fdf272;
  background: url(../img/bg_magazine2.gif) no-repeat center bottom 4px;
}
.common_customer_posts .magazine:after {
  content: " ";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  width: 166px;
  height: 120px;
  background: url(../img/bg_magazine1.gif) no-repeat center bottom 4px;
}

.common_customer_posts .magazine .photo {
  position: absolute;
  top: -20px;
  left: 12px;
  width: 198px;
  text-align: center;
}

.common_customer_posts .magazine .photo .balloon {
  background: url(../img/balloon_magazine2.gif) no-repeat left top;
  width: 238px;
  height: 40px;
  padding-top: 6px;
  margin: 0 0 0 210px;
  color: #fff;
  font-size: 16px !important;
  text-align: center;
}

.common_customer_posts .magazine .photo .vol {
  margin: 8px 0 0;
  color: #333333;
  font-size: 14px;
  text-align: center;
}

.common_customer_posts .magazine .photo .text_link {
  width: 148px;
  margin: 5px auto 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-align: center;
}
.common_customer_posts .magazine .photo .text_link a {
  text-decoration: none;
  font-size: 12px;
}
.common_customer_posts .magazine .photo .text_link a:before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin: 0 14px 0 0;
  background: url(../img/magazine_arrow3.png) no-repeat left top;
}
.common_customer_posts .magazine .photo .text_link a:hover {
  text-decoration: underline;
}

.common_customer_posts .magazine_title {
  margin: 0 0 10px;
  padding: 18px 0 0;
}

.common_customer_posts .magazine_text {
  margin: 0 0 10px;
  color: #333;
  font-weight: bold;
  line-height: 2;
}

.common_customer_posts .magazine_text span {
  color: #ff9600;
  font-weight: bold;
}

.common_customer_posts .magazine .figure {
  position: absolute;
  right: 21px;
  bottom: 110px;
}

.common_customer_posts .magazine ul {
  overflow: hidden;
}

.common_customer_posts .magazine ul li {
  float: left;
  margin: 0 0 0 7px;
  text-align: center;
}

.common_customer_posts .magazine ul li:first-child {
  margin: 0;
}

.common_customer_posts .magazine ul li p {
  margin: 0 0 7px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
}
.common_customer_posts .magazine ul li p span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.common_customer_posts .magazine ul li p span:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 23px;
  background: url(../img/magazine_arrow1.gif) no-repeat left top;
}
.common_customer_posts .magazine ul li p span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 23px;
  background: url(../img/magazine_arrow2.gif) no-repeat left top;
}

.common_customer_posts .cocoRohto {
  margin: 40px 0 0;
}


#list{
  position: relative;
}

#list .main-title{
  margin: 0 0 20px;
  text-align: center;
}
#list .lead{
  margin: 0 0 20px;
  color: #666666;
  font-size: 107.142%;
  text-align: center;
}

#list .to_cat_archive {
  position: absolute;
  top: 38px;
  right: 0;
}

#list .to_cat_archive .icon  {
  margin: 0 0 14px;
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)" !important;
}

#list > .list {
  border: 2px solid #e7e7e7;
  border-bottom: none;
}
#list > .list > li {
  position: relative;
  padding: 15px;
  overflow: hidden;
  border-bottom: 2px solid #e7e7e7;
  z-index: 1;
}
#list .list .image {
  float: left;
  width: 200px;
  position: relative;
  z-index: -1;
}
#list .list .text {
  float: right;
  width: 481px;
  position: relative;
}
#list .list .text .new {
  margin: 0 0 9px;
}
#list .list .text .title {
  min-height: 4em;
  margin: 9px 0 9px;
  position: relative;
  z-index: 100;
}
#list .list .text .title a{
  color: #333333;
  font-size: 128.571%;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
}
#list .list .text .title a:hover{
  text-decoration: underline;
}
#list .list .text .viewer{
  color: #999999;
  font-size: 78.571%;
  line-height: 1;
  float: left;
  margin: 0 7px 10px 0;
}
#list .list .text .viewer span {
  font-weight: bold;
}
#list .list .text .time{
  color: #999999;
  font-size: 78.571%;
  line-height: 1;
  margin: 0 0 10px 0;
}
#list .list .text .tags{
  clear: both;
  overflow: hidden;
}
#list .list .text .tags li{
  float: left;
  padding: 0 0 0 9px;
  margin: 0 12px 0 0;
  background: url(../img/tag_arrow.gif) no-repeat left center;
}
#list .list .text .tags li a{
  color: #545454;
  font-size: 85.714%;
}

#list .list li:after{
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
#list .list li.recipe:after{
  background: url(../img/icon_recipe.png) no-repeat left top;
  background-size: 50px 50px;
}
#list .list li.exercise:after{
  background: url(../img/icon_exercise.png) no-repeat left top;
  background-size: 50px 50px;
}
#list .list li.health:after{
  background: url(../img/icon_health.png) no-repeat left top;
  background-size: cover;
}
#list .list li.nature:after{
  background: url(../img/icon_nature.png) no-repeat left top;
  background-size: 50px 50px;
}
#list .list li.food:after{
  background: url(../img/icon_food.png) no-repeat left top;
  background-size: 50px 50px;
}
#list .list li.column:after{
  background: url(../img/icon_column.png) no-repeat left top;
  background-size: 50px 50px;
}
#list .list li.beauty:after{
  background: url(../img/icon_beauty.png) no-repeat left top;
  background-size: 50px 50px;
}

#label #list .list li.recipe:after{
  background: none;
}
#label #list .list li.exercise:after{
  background: none;
}
#label #list .list li.health:after{
  background: none;
}
#label #list .list li.nature:after{
  background: none;
}
#label #list .list li.food:after{
  background: none;
}
#label #list .list li.column:after{
  background: none;
}
#label #list .list li.beauty:after{
  background: none;
}


/* NOT FOUND
----------------------------------------------- */

.not-found .title,
.not-found .top-btn{
  text-align: center;
}

.not-found p{
  font-size: 16px;
  text-align: left;
  margin: 0 0 40px;
}

.not-found dt{
  font-size: 16px;
}

.not-found dd ul{
  font-size: 16px;
  line-height: 2;
  padding: 25px;
  border: 1px solid #dddddd;
  margin: 20px 0 40px;
}

#blog #container.not-found{
  margin-top: 50px;
}


#blog .not-found .title{
  margin-top: 50px;
}

#detail .posts_list a:hover + .title {
  text-decoration: underline;
}

#detail .posts_list .title:hover {
  text-decoration: underline;
}

