@charset utf-8;

/* label
-------------------------------------------------------------------------------------------- */

#label #list{
  position: relative;
}

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

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

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

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



#label #archive .main-title{
  margin: 0 0 49px;
  text-align: center;
}
#label #archive .category-list .categories {
  overflow: hidden;
  width: 105%;
  display: table;
}
#label #archive .category-list .categories .category {
 /* float: left; */
  width: 346px;
  margin: 0 30px 36px 0;
  border: 2px solid #e7e7e7;
  display: inline-block;
  vertical-align: top;
}
#label #archive .category-list .categories .category.recipe,
#label #archive .category-list .categories .category.nature {
  clear: both;
}
#label #archive .category-list .categories .category .lead {
  font-size: 114.285%;
  font-weight: bold;
  padding: 5px 25px 0;
  border-bottom: 2px solid #e7e7e7;
  margin: 0 0 15px;
}
#label #archive .category-list .categories .category.health .lead { color: #00ae97; }
#label #archive .category-list .categories .category.food .lead { color: #ff6600; }
#label #archive .category-list .categories .category.recipe .lead { color: #fdc400; }
#label #archive .category-list .categories .category.exercise .lead { color: #00afec; }
#label #archive .category-list .categories .category.nature .lead { color: #aacd00; }
#label #archive .category-list .categories .category.column .lead { color: #eb6ea5; }
#label #archive .category-list .categories .category.beauty .lead { color: #a263ce; }

#label #archive .category-list .categories .category ul{
  padding: 0 15px;
}
#label #archive .category-list .categories .category ul li{
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 2px dotted #e7e7e7;
  overflow: hidden;
}
#label #archive .category-list .categories .category ul li.last{
  border: none;
  padding: 0;
}
#label #archive .category-list .categories .category ul li .image{
  float: left;
  width: 70px;
}
#label #archive .category-list .categories .category ul li .text{
  float: right;
  width: 236px;
}
#label #archive .category-list .categories .category ul li .text .new {
  margin: 0 0 9px;
}
#label #archive .category-list .categories .category ul li .text .detail {
  margin: 5px 0 0;
}
#label #archive .category-list .categories .category ul li .text .detail a {
  color: #333333;
  font-size: 92.857%;
  line-height: 1.2;
  text-decoration: none;
}
#label #archive .category-list .categories .category ul li .text .detail a:hover {
  text-decoration: underline;
}
#label #archive .category-list .categories .category .more {
  margin: 0 0 0 -2px;
}







