@charset "utf-8";


/*---------------------------------------------------*
ページ上部インフォメーション
 *---------------------------------------------------*/
#information > a {
  display: block;
  background: #009CC5;
  padding: 20px 15px 7px;
  text-decoration: none;
}
#information > a:hover {
  background: #42B5E6;
}
#information p {
  margin: 0 5px 10px;
}
#information p {
  font-size: 20px;
  color: #FFF;
  line-height: 120%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#information .sub .ic {  
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  position: relative;
  top: -3px;
  background: url(../images/ic_line_set.png) left top no-repeat;
  background-size: 26px auto;
  -webkit-background-size: 26px auto;
  background-position: left -31px;
}

/* 640px 以下 (SP) */
@media screen and (max-width: 640px) {
  #information > a {
    padding: 10px 5px 0;
  }
  #information p,
  #information a {
    font-size: 11px;
  }
  #information p {
    margin-bottom: 6px;
  }
  #information .sub .ic {
    width: 20px;
    height: 20px;
    top: -3px;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-position: left -23px;  
  }
}




/*---------------------------------------------------*
商品詳細ページのテンプレートの「__OTOKUORDERWAY__」
 *---------------------------------------------------*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////

  ライトボックス

/////////////////////////////////////////////////////////////////////////////////////////////////*/
.limitedItemBox {
  display: none;
  background: #FFF0F4;
  padding: 0 11px 15px;
  text-align: left;
  border-radius: 4px;
}
.limitedItemBox .ttl {
  color: #D84B4B;
  font-size: 20px;
  margin-bottom: 10px;
  border: none;
  background: none;
  padding-top: 20px;
  padding-left: 16px;
}
.limitedItemBox .box {
  float: left;
  width: 33.3%;
}
.limitedItemBox .box > div {
  background: #FFF;
  padding: 10px;
  margin: 0 4px;
  border-radius: 4px;
}
.limitedItemBox .box .item {
  display: block;
  margin: 0 auto;
  width: 98px;
  height: 98px;
  border: #EEEEEE 1px solid;
  overflow: hidden;
}
.limitedItemBox .box .item .img {
  width: 100%;
}
.limitedItemBox .box p {
  line-height: 140%;
  margin-top: 7px;
}
.limitedItemBox .box .ex {
}
.limitedItemBox .box .name {
  font-size: 14px;
  margin-top: 10px;
}
.limitedItemBox .box .name a {
  color: #3978B2;
  
}
.limitedItemBox .box .star {
}
.limitedItemBox .box .star > * {
  vertical-align: middle;
}
.limitedItemBox .box .star a {
  color: #3978B2;
}
.limitedItemBox .box .star img {
  padding-right: 3px;
  display: inline;
}
.limitedItemBox .box .order {
  font-size: 14px;
}
.limitedItemBox .box .price {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
.limitedItemBox .box .tax {
  font-size: 12px;
}
.limitedItemBox .box .vol select{
  padding: 5px;
  margin: 0 3px 0 5px;
}
.limitedItemBox .box .btn_cart {
  margin-top: 10px;
}

#main_contents .btnLimitedItem {
  border: #DD6060 2px solid;
  display: block;
  border-radius: 5px;
  background: #FFF0F4;
  text-align: center;
  clear: both;
}
.btnLimitedItem table {
  margin: 0 auto;
}
.btnLimitedItem table .img {
  text-align: right;
  vertical-align: bottom;
}
.btnLimitedItem table .txt {
  text-align: left;
  vertical-align: middle;
  color: #D84B4B;
  font-size: 18px;
  font-weight: bold;
}
#main_contents .btnLimitedItem:hover {
  text-decoration: none;
}
#main_contents .btnLimitedItem span.txt {
  vertical-align: 15px;
}
#main_contents .btnLimitedItem .img img {
  vertical-align: bottom;
  height: 50px;
  display: inline;
  padding-top: 1px;
  padding-right: 16px;
}


@media screen and (max-width: 640px) {
  .limitedItemBox {
    padding: 0 10px 10px;
  }
  .limitedItemBox .box {
    float: none;
    width: auto;
  }
  .limitedItemBox .ttl {
    font-size: 16px;
    padding: 10px 0 0 0;
  }
  .fancybox-close,
  .fancybox-close:hover {
    width: 30px;
    height: 30px;
    background: url(../images/btn_close_sp.png) left top no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    top: 12px;
    right: 10px;
  }
  .limitedItemBox .ttl {
    padding-right: 50px;
  }
  .limitedItemBox .box {
    margin-top: 10px;
  }
  .limitedItemBox .box > div {
    margin: 0;
  }
  
  .fancybox-inner {
    /*overflow: auto !important;*/
    height: auto !important;
  }
  
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
  }
}

/* 480px 以下 (SP) */
@media screen and (max-width: 480px) {
  #main_contents .btnLimitedItem {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
  }
  #main_contents .btnLimitedItem > img {
    display: block;
    float: left;
    padding-top: 3px;
  }
  #main_contents .btnLimitedItem span {
    display: block;
    overflow: hidden;
    vertical-align: auto;
    padding-top: 3px;
    text-align: left;
    line-height: 140%;
  }
  
  .btnLimitedItem table {
    height: 60px;
  }
  
  .btnLimitedItem table .txt {
    line-height: 120%;
    font-size: 16px;
    padding-top: 4px;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////

  POPBOX

/////////////////////////////////////////////////////////////////////////////////////////////////*/


.pc_disp { display:block;}
.sp_disp { display:none;}

#popBox {
  display:none; width: 465px; min-height: 200px;
  position: fixed; bottom: -152px; right: -535px; z-index: 9990;
  background-color: #fff; border-top: #FD9A0E 4px solid; border-left: #FD9A0E 4px solid;
}
#popBox .pop_data { margin: 45px 20px 0 20px; padding-left:115px; position: relative;}
#popBox .planBox {
  padding-left: 135px;
}

#popBox .btn_box {
  margin: 0 20px 20px;
  padding-left: 115px;
}

/* Popup Button (OPEN) */
#popBox .pop_btn { font-size:14px; position:absolute; top:0; right:0; z-index:999; padding:15px;}
#popBox .pop_btn span {
  display:block; height:18px; padding-left:25px; line-height:18px; color:#FD9A0E;
  background: url(../images/popup/popup_icon.gif) no-repeat;
  background-position: 0 -18px;
  -moz-background-position: 0 -18px;
  -webkit-background-position: 0 -18px;
}
/* Popup Button (CLOSE) */
#popBox.close .pop_btn { left:0; right:inherit;}
#popBox.close .pop_btn span {
  background-position: 0 0;
  -moz-background-position: 0 0;
  -webkit-background-position: 0 0;
}

/* Thumbnail Image */
#popBox .img_box { width: 100px; position: absolute; top: 0; left: 0; border: #EEEEEE 1px solid;}
#popBox .img_box img { width: 100%; height: auto;}
#popBox.close .img_box { display:none;}

/* Item Data */
#popBox .ttl { font-size: 14px; font-weight: normal; color: #3978B2; line-height: 120%; padding-top: 5px; background: none; margin-bottom: 1px;}
#popBox .ttl_price { color: #D80000; margin-top: 5px;}
#popBox .price { color: #333; margin-top: 5px;}
#popBox .price span { color: #D80000; font-weight: bold; font-size: 16px;}
#popBox .btn_box > p { float: left; font-size: 14px;}
#popBox .number select { padding: 5px; margin: 0 3px 0 5px;}
#popBox .deli_date { background: #F2F7FB; border: #C8DAEA 1px solid; padding: 3px 6px; margin-top: 3px; font-size:11px;}
#popBox .deli_date span { color: #D80000; font-weight: bold;}

#popBox .btn_box { overflow: hidden; clear: both;}
/*
#popBox .btn_cart { float: left; margin-left:25px;}
*/
#popBox .btn_box a {
  text-align: center;
}

#popBox .btn_gra_beige.ar_c .text {
  padding: 7px 0 5px;
}

#popBox .btn_cart a {
  overflow: hidden; display: block;
  text-decoration: none !important;
  margin: 10px 0;
  
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  
  background: #FFAB2D; 
  background: -moz-linear-gradient(top,  #FFAB2D 0%, #FD9404 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAB2D), color-stop(100%,#FD9404)); 
  background: -webkit-linear-gradient(top,  #FFAB2D 0%,#FD9404 100%); 
  background: -o-linear-gradient(top,  #FFAB2D 0%,#FD9404 100%); 
  background: -ms-linear-gradient(top,  #FFAB2D 0%,#FD9404 100%); 
  background: linear-gradient(to bottom,  #FFAB2D 0%,#FD9404 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAB2D', endColorstr='#FD9404',GradientType=0 ); 
}
/*
#popBox .btn_cart a > span {
  display: block; padding: 12px 9px;
}
*/
  /*
#popBox .btn_cart a > span span {
  
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  padding-left: 22px;
  min-height: 16px;
  background: url(../images/ic_cart.png) 0 2px no-repeat;
  
  
  
  background-size: 16px auto;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  -o-background-size: 16px auto;
  -ms-background-size: 16px auto;
}
  */

/* Icon */
#popBox .voice { margin-top: 5px;}
#popBox .voice > span {
  display: block; float: left; width: 23px; height: 23px;
  background: url(../images/ic_set01.png) 0 -142px no-repeat;
  
  background-size: 23px auto;
  -webkit-background-size: 23px auto;
  -moz-background-size: 23px auto;
  -o-background-size: 23px auto;
  -ms-background-size: 23px auto;
}
#popBox .voice > div { overflow: hidden;}
#popBox .voice .star { font-size: 12px; float: left; line-height: 23px;}
#popBox .voice .star img { display: inline; vertical-align: 0; padding-left:5px;}
#popBox .voice .link { float: left;}
#popBox .voice .link a { color: #3978B2;}
#popBox .voice .link a:hover { text-decoration: underline;}


#popBox .price {
  float: left;
}

#popBox .number {
  float: right;
  margin-top: 2px;
}

#popBox .btn_cart {
  clear: both;
}









/*/////////////////////////////////////////////////////////////////////////////////////////////////

 201506 パーツここから

/////////////////////////////////////////////////////////////////////////////////////////////////*/
.ttl1 {
  border-top: #6B9ED3 5px solid;
  border-bottom: #DBDBDB 1px solid;

  background: #f3f3f3; /* Old browsers */
  background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  margin-bottom: 15px;
}
.ttl1 span,
.ttl2 span,
.ttl3 span {
  display: block;
  line-height: 130%;
  padding: 17px 15px 13px 40px;  
}
.ttl1 span {
  background: url(../images/ic_circle_blue.png) 15px 18px no-repeat;
  -webkit-background-size: 14px auto ;
  background-size: 14px auto ;
}
#contents #main_contents .ttl2 + .ttl3 {
  margin-top: 0;
}

.ttl2 {
  background: #FFF4F0;
  border-bottom: #FBC8C9 2px solid;
}
.ttl2 span {
  padding-left: 58px;
  background: url(../images/ic_face_heart.png) 18px 13px no-repeat;
  -webkit-background-size: 28px auto ;
  background-size: 28px auto ;
  
}

.ttl3 {
  background: #FFF;
}
.ttl3 span {
  padding-left: 37px;
  background: url(../images/ic_bl_heart.png) 7px 18px no-repeat;
  -webkit-background-size: 21px auto ;
  background-size: 21px auto;
}

.ttlTxt1 {
  color: #F5696C;
  font-weight: bold;
  line-height: 130%;
  font-size: 16px;
}

.loBox {
  background: #FBF9F4;
  padding: 25px;
}
.loBox1 .box,
.loBox3 .box,
.loBox3_staff .box{
  padding-top: 20px;
  margin-top: 20px;
  border-top: #D1C094 1px dotted;
}
.loBox1 .box.first,
.loBox3 .box.first,
.loBox3_staff .box.first {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
#contents .loBox1 .boxTtl {
  padding: 3px 0 0 30px;
  min-height: 19px;
  margin-bottom: 3px;
  background: url(../images/ic_circle_q.png) left top no-repeat;
  -webkit-background-size: 22px auto ;
  background-size: 22px auto;
}
.loBox1 {
  margin: 15px 0 10px;
}
.loBox2 {
  margin: 15px 0;
}
.loBox3 {
  margin: 0 0 25px;
}
.loBox3_staff {
  margin: 0 0 25px;
}

.loBox1 .sub {
  padding-left: 25px;
}
.loBox1 .img {
  float: left;
}
.loBox .img,
.loBox2 .img,
.loBox3 .img,
.loBox3_staff .img{
  padding: 6px;
  background: #FFF;
  box-shadow:rgba(0, 0, 0, 0.4) 2px 2px 4px -1px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 2px 2px 4px -1px;
  -moz-box-shadow:rgba(0, 0, 0, 0.4) 2px 2px 4px -1px;
}


.loBox1 .data {
  overflow: hidden;
  padding-left: 20px;
}
#contents .loBox1 .list li {
  line-height: 160%;
  font-size: 14px;
}
#contents .loBox1 .list li.rank1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  font-weight: bold;
  color: #C55252;
  padding-right: 30px;
  min-height: 13px;
  background: url(../images/ic_crown.png) right 4px no-repeat;
  -webkit-background-size: 22px auto ;
  background-size: 22px auto;
  
}
#contents #main_contents .loBoxTtl {
  padding-left: 20px;
  min-height: 14px;
  margin: 0;
  background: url(../images/ic_circle_pink.png) 0 3px no-repeat;
  -webkit-background-size: 14px auto ;
  background-size: 14px auto ;
}
#contents .loBoxTtl span {
  font-size: 18px;
}
#contents .loBox2 .mttl,
#contents .loBox3 .mttl,
#contents .loBox3_staff .mttl {
  background: #47B18C;
  border-radius: 5px;
  color: #FFF;
  font-size: 18px;
  padding: 15px 20px 13px;
  line-height: 140%;
}
#contents .loBox3 .mttl {
  background: #FF7BAC;
}
#contents .loBox3_staff .mttl {
  background: #77C0E8;
}
#contents .loBox2 .box,
#contents .loBox3 .box,
#contents .loBox3_staff .box {
  margin-top: 10px;
  border: #DAEFE8 1px solid;
  background: #FBFDFD;
  padding: 20px;
  overflow: hidden;
}
#contents .loBox3 .box {
  border-color: #FFD9D9;
  background: #FFFBFC;
  min-height: 112px;
}
#contents .loBox3_staff .box {
  border-color: #DDEFF9;
  background: #F5FBFE;
  min-height: 112px;
}
#contents .loBox2 .leadTxt,
#contents .loBox3 .leadTxt,
#contents .loBox3_staff .leadTxt{
  padding: 10px 10px 5px;
}
#contents #main_contents .loBox2 .box .boxTtl,
#contents #main_contents .loBox3 .box .boxTtl,
#contents #main_contents .loBox3_staff .box .boxTtl {
  color: #48B0A4;
  border-left: 2px solid #48B0A4;
  font-size: 14px;
  padding-left: 10px;
  line-height: 140%;
  padding-top: 1px;
}
#contents #main_contents .loBox3 .box .boxTtl {
  color: #FF7BAC;
  border-color: #FF7BAC;
}
#contents #main_contents .loBox3_staff .box .boxTtl {
  color: #77C0E8;
  border-color: #77C0E8;
}
#contents .loBox2 .box.first {
  margin-top: 20px;
}
#contents .loBox2 .data {
  overflow: hidden;
  padding-right: 20px;
}
#contents .loBox2 .data p {
  margin-bottom: 0;
}
#contents .loBox2 .img {
  float: right;
}
#contents #main_contents .loBox .boxTtl {
  font-size: 14px;
  color: #C65353;
  font-weight: bold;
}
.loBox3 .box {
  position: relative;
}
.loBox3_staff .box {
  position: relative;
}
#contents .loBox3 .img,
#contents .loBox3_staff .img {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 100px;
}
.loBox3 .box.first,
.loBox3_staff .box.first {
  margin-top: 20px;
}
#contents #main_contents .loBox3 .data,
#contents #main_contents .loBox3 .txt {
  padding-left: 132px;
}
#contents #main_contents .loBox3_staff .data,
#contents #main_contents .loBox3_staff .txt {
  padding-left: 132px;
}
#contents #main_contents .loBox3 .txt,
#contents #main_contents .loBox3_staff .txt{
  margin-bottom: 0;
  margin-top: 10px;
}

#contents #main_contents .loBox2 .boxTtl,
#contents #main_contents .loBox3 .user,
#contents #main_contents .loBox3_staff .user {
  margin-bottom: 8px;
}
#contents #main_contents .loBox3 .boxTtl,
#contents #main_contents .loBox3_staff .boxTtl {
  margin-bottom: 0;
}




#contents #main_contents .list01 .mlist01 p {
  line-height: 140%;
  overflow: visible;
}


.degL {
  transform:rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
.degR {
  transform:rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}


@media screen and (max-width: 640px) {
  .loBox {
    padding: 10px;
  }
  .loBox1 .img {
    width: 80px;
  }
  .loBox1 .data {
    padding-left: 15px;
  }
  .loBox .img,
  .loBox2 .img,
  .loBox3 .img, 
  .loBox3_staff .img{
    padding: 5px;
  }
  
  #contents .loBox2 .img {
    display: inline-block;
    width: 110px;
    margin: 0 0 10px 10px;
  }
  #contents .loBox2 .data {
    display: inline;
    overflow: visible;
    padding-right: 0;
  }
  #contents .loBox2 .data p {
    overflow: visible;
  }
  
  #contents .loBox3 .img,
  #contents .loBox3_staff .img {
    height: auto;
    width: 60px;
  }
  #contents #main_contents .loBox3 .data,
  #contents #main_contents .loBox3_staff .data {
    padding-left: 85px;
    min-height: 70px;
  }
  #contents #main_contents .loBox3 .txt,
  #contents #main_contents .loBox3_staff .txt {
    padding-top: 15px;
    margin-top: 0;
    padding-left: 0;
  }
  #contents #main_contents .loBox3 .user,
  #contents #main_contents .loBox3_staff .user {
    margin-bottom: 0;
  }
  #contents #main_contents .recipeBox .inr {
    padding: 0 10px 15px;
  }
  #contents .tab_contents h3 {
    margin-top: 15px;
  }
  #contents #main_contents .episodeBox .inr {
    padding: 15px 10px 10px 10px;
  }
  #contents #main_contents .episodeBox .box {
    padding: 10px 10px 10px 41px;
    background-position: 10px 10px;
  }
  #contents #main_contents .checkBox .inr {
    padding: 15px 10px 10px;
  }
  
  #contents #main_contents .loBoxTtl {
    margin-top: 5px;
  }
  .loBox1 .box,
  .loBox3 .box,
  .loBox3_staff .box{
    margin-top: 15px;
    padding-top: 15px;
  }
  
  #contents .voice_detail .data_box .ttl {
    font-size: 16px;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 201506 パーツここまで

/////////////////////////////////////////////////////////////////////////////////////////////////*/










/* 【７】チェックシート（帯画像なし）*/
/* 【１１】画像ありチェックシート枠 */
#contents #main_contents .checkBox {
  background: #F8F8EF;
  margin-top: 15px;
}
#contents #main_contents .checkBox .main {
  width: 100%;
}
#contents #main_contents .checkBox .inr {
  padding: 20px;
}
#contents #main_contents .checkBox .inr > p {
  color: #FF7272;
  margin-top: 0;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
#contents #main_contents .checkBox ul li {
  min-height: 21px;
  font-size: 14px;
  margin-top: 8px;
  padding-left: 30px;
  line-height: 160%;
  font-size: 14px;
  background: url(https://www.lovecosmetic.jp/images/ic_box_check.png) left top no-repeat;
  -webkit-background-size: 18px auto ;
  background-size: 18px auto; 
}


/* 【２０】ベネフィット・オケージョン枠 */
#contents #main_contents .episodeBox {
  background: #F3F1ED;
  margin: 25px 0 20px;
}
#contents #main_contents .episodeBox .main {
  width: 100%;
}
#contents #main_contents .episodeBox .inr > p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  color: #FF7272;
  text-align: center;
  line-height: 120%;
}
#contents #main_contents .episodeBox .inr {
  padding: 20px;
}
#contents #main_contents .episodeBox .box {
  margin-top: 10px;
  border-radius: 4px;
  padding: 20px 20px 20px 55px;
  background: url(../images/ic_heart.png) 20px 20px no-repeat #FCFBFA;
  -webkit-background-size: 22px auto ;
  background-size: 22px auto ;
  
}
#contents #main_contents .episodeBox p {
  font-size: 14px;
  margin-bottom: 0;
}


/* エピソード枠ハートなしここから*/
.episodeBox_noheart {
  background: #F3F1ED;
  margin: 25px 0 20px;
}
.episodeBox_noheart .main {
  width: 100%;
}
.episodeBox_noheart .inr > p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  color: #FF7272;
  text-align: center;
  line-height: 120%;
}
.episodeBox_noheart_inr {
  padding: 20px;
}
.episodeBox_noheart_box {
  margin-top: 10px;
  border-radius: 4px;
  padding: 20px 20px 10px 20px;
  background: 20px 20px no-repeat #FCFBFA;
  -webkit-background-size: 22px auto ;
  background-size: 22px auto ;
  
}
.episodeBox_noheart p {
  font-size: 14px;
  margin-bottom: 0;
}
/* エピソード枠ハートなしここまで*/





/* 【９】使い方レシピ枠 */
#contents #main_contents .recipeBox {
  background: #F5F4EF;
  margin: 20px 0;
}
#contents #main_contents .recipeBox .img {
  width: 100%;
}
#contents #main_contents .recipeBox .inr {
  padding: 0 25px 25px;
}
#contents #main_contents .recipeBox h3 {
  color: #380C0B;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents #main_contents .recipeBox p {
  margin-bottom: 0;
}


/* 【１２】こだわりの成分枠 */
#contents .ingredient-img {
  display:block;
  margin-top:30px;
  text-align:center;
}

#contents .ingredient {
  margin-bottom:20px;
}
#contents .ingredient h3 {
  padding:15px 20px; color:#fff !important;
  margin-top:30px;
}
#contents .ingredient-img + .ingredient h3 {
  margin-top:20px;
}

#contents .ingredient .inner-box {
  padding:20px 0;
  background-color:#FBFAF4 !important;
  color:inherit;
}
#contents .ingredient .inner-box:nth-child(odd) {
  background-color:#F7F6F1 !important;
}
#contents .ingredient .inner-box p {
  margin:0;
  padding:0;
}

#contents .ingredient .inner-text {
  padding-left:20px;
  display:table-cell;
  vertical-align:middle;
  color:inherit;
}
#contents .ingredient .inner-text h4 {
  padding-bottom:10px;
  font-size:15px;
  color:inherit;
}
#contents .ingredient .inner-text p {
  font-size:14px !important;
  color:#6F6F6F !important;
}

#contents .ingredient .inner-img {
  display:table-cell;
  vertical-align:middle;
  width:100px;
  padding:0 20px;
  text-align:center;
  color:inherit;
}
#contents .ingredient .inner-img img {
  width:100px;
  height:auto;
  border-radius:50px;
  margin-bottom:10px;
}
#contents .ingredient .inner-img p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px !important;
  font-weight:bold;
  color:inherit !important;
  line-height:1 !important;
  text-align:center;
}

@media screen and (max-width: 640px) {

  #contents .ingredient-img {
    margin-top:20px;
  }

  #contents .ingredient h3 {
    padding:10px;
    font-size:15px;
  }

  #contents .ingredient .inner-box {
    padding:10px 0;
  }
  #contents .ingredient .inner-text {
    padding-left:10px;
    vertical-align:top;
  }
  #contents .ingredient .inner-text h4 {
    padding-bottom:5px;
    font-size:14px !important;
    line-height:1.4em;
  }
  #contents .ingredient .inner-text p {
    font-size:12px !important;
  }

  #contents .ingredient .inner-img {
    vertical-align:top;
    width:80px;
    padding:0 10px;
  }
  #contents .ingredient .inner-img img {
    width:60px;
    border-radius:30px;
    margin-bottom:5px;
  }
  #contents .ingredient .inner-img p {
    font-size:10px !important;
  }

}


/* 【１３】比較表 */
.compare {
  margin-bottom:20px;
}
.compare h3 {
  padding:15px 20px; color:#fff !important;
  margin-top:30px;
  font-size:14px;
}

.compare .inner-box {
  padding:15px 0 3px 0;
  background-color:#FBFAF4 !important;
  color:inherit;
}
.compare .inner-box:nth-child(odd) {
  background-color:#E3E0DB !important;
}

.compare .inner-text1 {
  padding-left:1%;
  padding-righ:4%;
  display:table-cell;
  width:120px;
  vertical-align:middle;
  color:inherit;
}

.compare .inner-text2 {
  padding-right:3%;
  display:table-cell;
  width:210px;
  vertical-align:middle;
  color:inherit;
}

.compare .inner-text3 {
  padding-right:3%;
  display:table-cell;
  width:210px;
  vertical-align:middle;
  color:inherit;
}
.compare .inner-text1 h4 {
  padding-bottom:10px;
  font-size:15px;
  color:inherit;
  text-align:center;
  line-height:130%;
}
.compare .inner-text p {
  margin:0;
  padding:0;
  font-size:14px !important;
  color:#6F6F6F !important;
}

.compare .inner-img {
  display:table-cell;
  vertical-align:middle;
  width:100px;
  padding:0 20px;
  text-align:center;
  color:inherit;
}
.compare img {
  margin-bottom:10px;
}
.compare .inner-img p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px !important;
  font-weight:bold;
  color:inherit !important;
  line-height:1 !important;
  text-align:center;
}



/*/////////////////////////////////////////////////////////////////////////////////////////////////

 商品詳細3枠

/////////////////////////////////////////////////////////////////////////////////////////////////*/

.contents-blk_list3 {
width: 630px;
border: 2px solid #6fa6ce;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
box-sizing: border-box !important;
margin: 0 0 27px;
background: #fdf6ed;
}

.contents-blk_list3 h2 {
color: #FFF;
display: inline-block;
padding: 5px 0 !important;
width: calc(100% + 4px) !important;
text-align: left;
letter-spacing: 0.04em;
height: 36px;
line-height: 36px;
border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
font-size: 16px;
padding: 0 10px !important;
margin: -2px 0 0 -2px;
background: #8abedb;
background: -moz-linear-gradient(top, #8abedb 0%, #62a7ce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8abedb), color-stop(100%,#62a7ce));
background: -webkit-linear-gradient(top, #8abedb 0%,#62a7ce 100%);
background: -o-linear-gradient(top, #8abedb 0%,#62a7ce 100%);
background: -ms-linear-gradient(top, #8abedb 0%,#62a7ce 100%);
background: linear-gradient(to bottom, #8abedb 0%,#62a7ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abedb', endColorstr='#62a7ce',GradientType=0 );
box-sizing: border-box;
}

.contents-blk_list3 h2:before {
content: url(https://www.lovecosmetic.jp/lib_list3/images/ico_staff.png);
vertical-align: -6px;
margin: 0 10px 0 0;
}

.contents-blk_list3 .inner {
padding: 16px 12px !important;
}

.contents-blk_list3 h3 {
color: #666666;
font-size: 14px;
font-weight: normal;
}

.contents-blk_list3 p {
color: #666666 !important;
font-size: 14px;
line-height: 1.54;
text-align: left;
word-wrap: break-word;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 これだけは言わせて！ラブコスメスタッフルーム

/////////////////////////////////////////////////////////////////////////////////////////////////*/


#staff_list3 {
background: #eef8ff
}

#staff_list3 .staff-blk {
padding: 0 0 16px;
margin: 0 0 16px;
border-bottom: 1px dotted #959595;
position: relative;
}

#staff_list3 .inner .staff-blk.end {
padding: 0;
/* 調整 */
/* margin: 0 0 40px; */
margin: 0 0 0px;
border: none;
}

#staff_list3 .staff-blk img {
position: absolute;
top: 0;
left: 0;
background: #fff;
border: 1px solid #c0c0c0;
}

#staff_list3 .staff-blk h3 {
margin: 0 0 10px 73px;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#staff_list3 .staff-blk p {
margin: 0 0 0 73px;
}

#staff_list3 .btn_more_list3 {
position: relative;
border: none;
clear: both;
margin: -20px auto 20px;
display: block;
text-align: center !important;
z-index: 2;
}

#staff_list3 .btn_more_list3 > span {
color: #FFF;
display: inline-block;
padding: 5px 0;
width: 100%;
text-align: center;
margin-top: 0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
font-size: 14px;
padding: 15px 0;
background: #8abedb;
background: -moz-linear-gradient(top, #8abedb 0%, #62a7ce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8abedb), color-stop(100%,#62a7ce));
background: -webkit-linear-gradient(top, #8abedb 0%,#62a7ce 100%);
background: -o-linear-gradient(top, #8abedb 0%,#62a7ce 100%);
background: -ms-linear-gradient(top, #8abedb 0%,#62a7ce 100%);
background: linear-gradient(to bottom, #8abedb 0%,#62a7ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abedb', endColorstr='#62a7ce',GradientType=0 );
}

#staff_list3 .btn_more_list3.active .more {
display: none;
}

#staff_list3 .btn_more_list3.active .hidden_list3 {
display: inline-block !important;
}

#staff_list3 .btn_more_list3 > span .ic {
display: inline-block;
background: url(https://www.lovecosmetic.jp/images/set_ar_white.png) 0 -15px no-repeat;
width: 5px;
height: 5px;
position: relative;
top: -1px;
left: 0;
margin-left: 5px;
background-size: 5px auto;
-webkit-background-size: 5px auto;
-moz-background-size: 5px auto;
-o-background-size: 5px auto;
-ms-background-size: 5px auto;
}

#staff_list3 .btn_more_list3.active > span .ic {
background-position: left top;
}

#staff_list3 .like {
background: #fff;
border-radius: 6px;
padding: 10px 10px 6px;
box-sizing: border-box;
position: relative;
}

#staff_list3 .like h3 {
color: rgba(102,102,102,.7);
margin: 0 0 10px;
}

#staff_list3 .like h3:before {
content: url(https://www.lovecosmetic.jp/lib_list3/images/ico_human.png);
margin: 0 5px 0 0;
vertical-align: -10px;
}

#staff_list3 .like h3 + a {
display: inline-block;
width: 130px;
height: 34px;
color: rgba(102,102,102,.7) !important;
line-height: 34px;
border: 1px solid #b5b5b5;
border-radius: 4px;
box-sizing: border-box;
position: absolute;
top: 10px;
right: 10px;
}

#staff_list3 .like h3 + a:before {
content: url(https://www.lovecosmetic.jp/lib_list3/images/ico_like.png);
margin: 0 15px 0 10px;
vertical-align: -3px;
}

#staff_list3 .like h3 + a span {
font-size: 20px;
}

#staff_list3 .like ul {
display: flex;
flex-wrap: wrap;
}

#staff_list3 .like li {
margin: 0 4px 4px 0;
}

#staff_list3 .like li img{
  border-radius: 50%;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////

 みんなでつくる、フォトアルバム

/////////////////////////////////////////////////////////////////////////////////////////////////*/
#album_list3 .inner {
padding: 16px 12px 24px;
}

#album_list3 h2:before {
content: url(https://www.lovecosmetic.jp/lib_list3/images/ico_album.png);
vertical-align: -4px;
}

#album_list3 ul {
display: flex;
flex-wrap: wrap;
margin: 0 0 9px;
}

/* 横長の画像の両端トリム調整 ====================================== */
/*
#album_list3 li {
width: 193.333333px;
margin: 0 11px 11px 0;
}
*/
#album_list3 li {
width: 193.333333px;
height: 193.333333px;
margin: 0 11px 11px 0;
overflow: hidden;
position: relative;
}
/* ================================================================== */

#album_list3 li:nth-child(3n) {
margin: 0 0 11px;
}

/* 横長の画像の両端トリム調整 ====================================== */
/*
#album_list3 li img {
width: 100%;
border: 4px solid #fff;
border-radius: 4px;
box-sizing: border-box !important;
}
*/
#album_list3 li img {
height: 100%;
border: 4px solid #fff;
border-radius: 4px;
box-sizing: border-box !important;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* ================================================================== */

#album_list3 .btn_more_list3 {
border: none;
clear: both;
margin: 0 auto 20px;
display: block;
text-align: center !important;
}

#album_list3 .btn_more_list3 > span {
color: #FFF;
display: inline-block;
padding: 5px 0;
width: 100%;
text-align: center;
margin-top: 0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
font-size: 14px;
padding: 15px 0;
background: #8abedb;
background: -moz-linear-gradient(top, #8abedb 0%, #62a7ce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8abedb), color-stop(100%,#62a7ce));
background: -webkit-linear-gradient(top, #8abedb 0%,#62a7ce 100%);
background: -o-linear-gradient(top, #8abedb 0%,#62a7ce 100%);
background: -ms-linear-gradient(top, #8abedb 0%,#62a7ce 100%);
background: linear-gradient(to bottom, #8abedb 0%,#62a7ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abedb', endColorstr='#62a7ce',GradientType=0 );
}

#album_list3 .btn_more_list3.active .more {
display: none;
}

#album_list3 .btn_more_list3.active .hidden_list3 {
display: inline-block !important;
}

#album_list3 .btn_more_list3 > span .ic {
display: inline-block;
background: url(https://www.lovecosmetic.jp/images/set_ar_white.png) 0 -15px no-repeat;
width: 5px;
height: 5px;
position: relative;
top: -1px;
left: 0;
margin-left: 5px;
background-size: 5px auto;
-webkit-background-size: 5px auto;
-moz-background-size: 5px auto;
-o-background-size: 5px auto;
-ms-background-size: 5px auto;
}

#album_list3 .btn_more.active > span .ic {
background-position: left top;
}

#album_list3 .btn {
font-size: 16px;
letter-spacing: 0.04em;
display: block;
text-align: center;
color: #4e9bd2;
height: 47px;
line-height: 47px;
background: #fff;
border: 1px solid #b5b5b5;
box-sizing: border-box;
border-radius: 4px;
position: relative;
}

#album_list3 .btn:after {
content: "▶";
position: absolute;
top: 0;
right: 20px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////

 みんなでつくる、フォトアルバム

/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*========お客様からいただいた、ありがとうの声。*/
#voice_list3 h2:before {
content: url(https://www.lovecosmetic.jp/lib_list3/images/ico_voice.png);
vertical-align: -4px;
}

#voice_list3 .inner {
width: 100% !important;
box-sizing: border-box;
height: 500px;
position: relative;
overflow: hidden;
}

#voice_list3 .inner #move_list3 {
position: absolute;
top: 16px;
left: 12px;
width: calc(100% - 24px);
}

#voice_list3 .inner #move_list3 div {
position: relative;
padding: 0 0 16px;
margin: 0 0 16px;
width: 100% !important;
box-sizing: border-box;
border-bottom: 1px dotted #959595;
}

#voice_list3 .inner #move_list3 div:last-child {
padding: 0;
margin: 0;
border: none;
}

#voice_list3 .inner #move_list3 div h3 {
margin: 0 0 10px;
}

#voice_list3 .inner #move_list3 div h3 span {
color: #ff9900;
letter-spacing: -0.06em;
margin: 0 0 0 5px;
}

#voice_list3 .inner #move_list3 div .date {
position: absolute;
top: 0;
right: 0;
text-align: right;
}

#voice_list3 .inner #move_list3 div .usr {
margin: 0 0 10px;
}

#voice_list3 .inner #move_list3 div .usr:before {
content: url(https://www.lovecosmetic.jp/lib_list3/images/ico_human.png);
margin: 0 10px 0 0;
vertical-align: -7px;
}

#voice_list3 button {
display: none !important;
}








/*/////////////////////////////////////////////////////////////////////////////////////////////////

 LCで検索パーツ

/////////////////////////////////////////////////////////////////////////////////////////////////*/

#parts_search { padding: 20px; max-width:630px; margin:20px auto 0;}
#parts_search .parts_search_inr { background-color: rgba(255,255,255,0.8); padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#parts_search .parts_search_inr > p.parts_search_title { font-size: 22px; font-weight: bold; line-height: 1.6; float: left; width: 68%}
#parts_search .parts_search_inr > div.parts_search_image { float: right; width: 30%; max-width:160px; overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
} 
#parts_search .parts_search_inr > div.parts_search_image > img { width: 100%; height: auto; min-width:160px;}
#parts_search .parts_search_inr > div.parts_search_detail { float: left; width: 68%; display: table; vertical-align: top; margin-top: 20px;}
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_text { display: table-cell; height: 50px;}
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_text > p { display: table; width: 95%; height: 100%; background: #FFF; border: 1px solid #A1A1A1;}
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_text > p span { font-size: 16px; font-weight: bold; color: #525252; display: table-cell; vertical-align: middle; text-align: left; padding: 10px;}
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button { width: 35%; display: table-cell; background-color: #6B9ED2; color: #FFF; vertical-align: middle; position: relative; font-size: 18px; font-weight: bold; height: 50px; line-height: 50px; text-align: center;}
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img { width: 22px; height: auto; vertical-align: middle; margin-right: 5px; display: inline-block;}
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img.icon_click,
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img.icon_tap { position: absolute; bottom: -10px; right: -10px; display:block;}
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img.icon_click { width: 29px; height: auto;}
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img.icon_tap { width: 22px; height: auto; display:none;}

#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_text > p ,
#parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  #parts_search { padding: 20px 10px;}
  #parts_search .parts_search_inr { padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #parts_search .parts_search_inr > p.parts_search_title { font-size: 18px; line-height: 1.3; float: left; width: 66%;}
  #parts_search .parts_search_inr > div.parts_search_image { width: 30%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  } 
  #parts_search .parts_search_inr > div.parts_search_image > img { min-width:85px;}
  #parts_search .parts_search_inr > div.parts_search_detail { width: 100%; margin-top: 10px;}
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_text {}
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_text > p {}
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_text > p span { font-size: 14px; padding: 4px;}
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button { width: 30%; font-size: 16px;}
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img { width: 22px; height: auto; vertical-align: middle; margin-right: 5px; display: inline-block;}
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img.icon_click,
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img.icon_tap { }
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img.icon_click { display:none;}
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button > img.icon_tap { display:block;}
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_text > p ,
  #parts_search .parts_search_inr > div.parts_search_detail > div.parts_search_button {}
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////

 ラブコスメとつながりませんか？

/////////////////////////////////////////////////////////////////////////////////////////////////*/

#parts_news_line {padding: 20px; max-width:630px; margin:auto;}
#parts_news_line .parts_news_line_inr {}
#parts_news_line .parts_news_line_inr > p {text-align: center; font-size: 18px; font-weight: bold; color: #666666; margin: 10px 0 20px;}
#parts_news_line .parts_news_line_inr > p > img {vertical-align: middle; width: auto; height: 22px; margin: 0 0 0 10px; display: inline-block;}
#parts_news_line .parts_news_line_inr > p > img:first-child {margin: 0 10px 0 0;}
#parts_news_line .parts_news_line_inr > ul {font-size: 0;}
#parts_news_line .parts_news_line_inr > ul > li { display: inline-block; width: 50%; font-size: 14px; vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#parts_news_line .parts_news_line_inr > ul > li a { display: block; text-align: center; font-size:16px; font-weight: bold; padding: 15px;}
#parts_news_line .parts_news_line_inr > ul > li a:link,
#parts_news_line .parts_news_line_inr > ul > li a:visited,
#parts_news_line .parts_news_line_inr > ul > li a:hover {color: #FFF; text-decoration:none;}

#parts_news_line .parts_news_line_inr > ul > li a:link,
#parts_news_line .parts_news_line_inr > ul > li a:visited { margin-bottom:0;}
#parts_news_line .parts_news_line_inr > ul > li a:hover { margin-bottom:-5px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  /* box-shadow */
  box-shadow:none !important;
  -moz-box-shadow:none !important;
  -webkit-box-shadow:none !important;
}

#parts_news_line .parts_news_line_inr > ul > li a img {vertical-align: middle; margin-right: 20px; margin-left:-10px; display: inline-block;}
#parts_news_line .parts_news_line_inr > ul > li > p { text-align: center; margin-top: 15px; line-height:1.2;}
#parts_news_line .parts_news_line_inr > ul > li > p > br.sp_only { display:none;}

#parts_news_line .parts_news_line_inr > ul > li.btn_lcnews { padding-right:10px;}
#parts_news_line .parts_news_line_inr > ul > li.btn_lcnews a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#689cd6+0,4787cd+100 */
  background: #689cd6; /* Old browsers */
  background: -moz-linear-gradient(top,  #689cd6 0%, #4787cd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #689cd6 0%,#4787cd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #689cd6 0%,#4787cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#689cd6', endColorstr='#4787cd',GradientType=0 ); /* IE6-9 */
  
  /* box-shadow */
  box-shadow:0px 5px 0px 0px #3273BA;
  -moz-box-shadow:0px 5px 0px 0px #3273BA;
  -webkit-box-shadow:0px 5px 0px 0px #3273BA;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#parts_news_line .parts_news_line_inr > ul > li.btn_lcnews > p { color: #679BD6;}

#parts_news_line .parts_news_line_inr > ul > li.btn_lcline { padding-left:10px;}
#parts_news_line .parts_news_line_inr > ul > li.btn_lcline a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c300+0,00ab00+100 */
  background: #00c300; /* Old browsers */
  background: -moz-linear-gradient(top,  #00c300 0%, #00ab00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #00c300 0%,#00ab00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #00c300 0%,#00ab00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c300', endColorstr='#00ab00',GradientType=0 ); /* IE6-9 */
  
  /* box-shadow */
  box-shadow:0px 5px 0px 0px #009F00;
  -moz-box-shadow:0px 5px 0px 0px #009F00;
  -webkit-box-shadow:0px 5px 0px 0px #009F00;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#parts_news_line .parts_news_line_inr > ul > li.btn_lcline > p { color: #00C300;}




/* 768px 以下 (TAB of SP) */
@media screen and (max-width: 768px) {
  
  #parts_news_line {padding: 20px 10px;}
  #parts_news_line .parts_news_line_inr {}
  #parts_news_line .parts_news_line_inr > p {font-size: 16px; letter-spacing: -0.05em; margin: 0px 0 20px;}
  #parts_news_line .parts_news_line_inr > p > img { margin: 0 0 0 3px;}
  #parts_news_line .parts_news_line_inr > p > img:first-child {margin:0 3px 0 0;}
  #parts_news_line .parts_news_line_inr > ul {}
  #parts_news_line .parts_news_line_inr > ul > li { }
  #parts_news_line .parts_news_line_inr > ul > li a { font-size:14px; padding: 10px 0;}
  #parts_news_line .parts_news_line_inr > ul > li a:link,
  #parts_news_line .parts_news_line_inr > ul > li a:visited,
  #parts_news_line .parts_news_line_inr > ul > li a:hover {}

  #parts_news_line .parts_news_line_inr > ul > li a:link,
  #parts_news_line .parts_news_line_inr > ul > li a:visited { }
  #parts_news_line .parts_news_line_inr > ul > li a:hover { }

  #parts_news_line .parts_news_line_inr > ul > li a img { margin: 0 auto 10px; display: block; width:30px; height:auto;}
  #parts_news_line .parts_news_line_inr > ul > li > p { font-size:12px;}
  #parts_news_line .parts_news_line_inr > ul > li > p > br.sp_only { display:block;}

  #parts_news_line .parts_news_line_inr > ul > li.btn_lcnews { }
  #parts_news_line .parts_news_line_inr > ul > li.btn_lcnews a {}
  #parts_news_line .parts_news_line_inr > ul > li.btn_lcnews > p { }

  #parts_news_line .parts_news_line_inr > ul > li.btn_lcline { }
  #parts_news_line .parts_news_line_inr > ul > li.btn_lcline a {}
  #parts_news_line .parts_news_line_inr > ul > li.btn_lcline > p { }

}

