@charset "UTF-8";
/*
*******************************************************************************************************
目的別に選ぶ：皮膚・毛づやをケアしたい犬用
*******************************************************************************************************
*/

/* -------------------------------------------------
/css/page/core-products/common.css
override
---------------------------------------------------- */

/* # nav-other
----------------------------------- */
.nav-other {
	margin-top: 380px;
}
@media only screen and (max-width: 736px) {
	.nav-other {
		margin-top: 40px;
	}
}

/* # products-area
----------------------------------- */
.products-skincare .products-lead {
	background-color: #ffffff;
}
.products-skincare .products-lead .products-subt {
	background-image: none;
	background-color: #1b8ecd;
}

/* # modal area
----------------------------------- */
.products-skincare .icn-large-list {
  background-image: none;
  padding-bottom: 0;
}
.products-skincare .skincare_caution_2 {
  display: block;
  background-image: url(/img/core-products/skincare/bg_grade_border_skincare.png);
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 0 100%;
	font-size: 12px;
}
.products-skincare .skincare_caution_2 a{
  display: block;
  width: 170px;	
} 

@media only screen and (max-width: 736px) {
  .products-skincare .skincare_caution_2 {
    padding-bottom: 20px;
    background-size: 230px 3px;
  }
	.products-skincare .skincare_caution_2 a{
  width: 100%;	
} 
	}