@charset "utf-8";
/* ============================================================
＠＠
カテゴリ用CSS / ct_index

%update / 2015.12.18

▼インデックスの定義
============================================================ */

/* ------------------------------------------------------------
▼ページ固有の定義
	※新規作成したCSSは名前の先頭に『pg』をつける
	※body idで影響範囲を限定する
	↓記述例
	body#TypeIndex #Main .pgXxx
------------------------------------------------------------ */

/* ------------------
【インデックス】
------------------ */
#TypeIndex {
	background-color: #000000;
}
#TypeIndex #PgMainVisual {
	background-color: #000000;
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	min-width: 1000px;
	height: 695px;
	overflow: hidden;
}
#TypeIndex #PgMainVisual .box {
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
	height: 625px;
	padding-bottom: 70px;
}
#TypeIndex #PgCtNavi {
	position: absolute;
	background: url(/images/ind_ct_navi_bg.png) 50% 0 no-repeat;
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	top: 610px;
}
/*
#TypeIndex #PgCtNavi .pgInner {
	margin: 0 auto;
	width: 884px;
}
#TypeIndex #PgCtNavi .pgInner li {
	display: inline-block;
	margin-left: 36px;
}
#TypeIndex #PgCtNavi .pgInner li:first-child {
	margin-left: 0;
}*/


#TypeIndex #PgCtNavi .pgInner {
	margin: 0 auto;
	width: 900px;
 -js-display:flex;
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-justify-content:space-between;
 justify-content:space-between;
 -webkit-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-align-items:flex-start;
 align-items:flex-start;
 -webkit-flex-direction:row;
 flex-direction:row;
}

/*#TypeIndex #PgCtNavi a:hover{
 opacity:0.7;
}*/
#TypeIndex #PgCtNavi .pgInner li a span{display: none;}
#TypeIndex #PgCtNavi .pgInner li a:hover {background-position: 0 -201px !important;}
#TypeIndex #PgCtNavi .pgInner li a{
 display: block;
 width: 200px;
 height: 201px;
 background: url(../img/index/btn_wax.png) 0 0 no-repeat;
}
#TypeIndex #PgCtNavi .pgInner li:nth-child(2) a{
 background: url(../img/index/btn_chemical.png) 0 0 no-repeat;
}
#TypeIndex #PgCtNavi .pgInner li:nth-child(3) a{
 background: url(../img/index/btn_washing.png) 0 0 no-repeat;
}
#TypeIndex #PgCtNavi .pgInner li:nth-child(4) a{
 background: url(../img/index/btn_cologne.png) 0 0 no-repeat;
}



#TypeIndex #Main {
	background: #000000 url(/images/ind_main_bg.jpg) bottom left repeat-x;
}
#TypeIndex #Main .pgNews {
	position: absolute;
	background: url(/images/ind_news_bg.png) 0 0 repeat;
	margin-top: -470px;
	margin-left: -170px;
	padding: 15px 20px 15px 190px;
	display: inline-block;
	color: #ffffff;
}
#TypeIndex #Main .pgNews a {
	color: #ffffff;
}
#TypeIndex #Main .pgNews dl dt{
	vertical-align: top;
}
#TypeIndex #Main .pgNews dl dt,
#TypeIndex #Main .pgNews dl dd {
	display: inline-block;
}
#TypeIndex #Main {}
#TypeIndex #Main .pgLink01 {
	position: absolute;
	top: 10px;
	right: 0;
	background: url(/shared/images/cm_link01_bg.png) 0 0 repeat;
	border-radius: 3px;
	padding: 12px 15px;
	color: #ffffff;
	display: inline-block;
}
#TypeIndex #Main .pgLink01 a {
	color: #ffffff;
}
#TypeIndex #Main .pgRecommend {
	position: relative;
	width: 960px;
}
#TypeIndex #Main .pgRecommend .pgSlider {
	position: relative;
	width: 960px;
	overflow: hidden;
}
#TypeIndex #Main .pgRecommend .pgBtn01 {
	position: absolute;
	top: 11px;
	left: 0;
	z-index: 999;
}
#TypeIndex #Main .pgRecommend .pgBtn02 {
	position: absolute;
	top: 11px;
	right: 0;
	z-index: 999;
}
#TypeIndex #Main .pgRecommend .pgSlider {
	width: 960px;
}
#TypeIndex #Main .pgRecommend .pgSlider .slider .slide {
	position: relative;
	float: left;
	width: 223px !important;
}
#TypeIndex #Main .pgRecommend .pgSlider .slider .pgPic01 {
	padding-top: 11px;
}
#TypeIndex #Main .pgRecommend .pgSlider .slider .pgIco01 {
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 998;
}
#TypeIndex #Main .pgSubConts {
	width: 960px;
}
#TypeIndex #Main .pgSubConts .cmColBlock {
	width: 470px;
	margin-left: 20px;
}
#TypeIndex #Main .pgSubConts .cmColBlock:first-child {
	margin-left: 0px;
}
#TypeIndex #Main .pgSubConts .pgInner01 {
	background-color: #ffffff;
	border-top: #d03131 1px solid;
	padding: 20px 25px;
}
#TypeIndex #Main .pgSubConts dl.pgHowto {}
#TypeIndex #Main .pgSubConts dl.pgHowto dt {
	vertical-align: top;
}
#TypeIndex #Main .pgSubConts dl.pgHowto dt,
#TypeIndex #Main .pgSubConts dl.pgHowto dd {
	display: inline-block;
	line-height: 25px;
	font-size: 125%;
}
#TypeIndex #Main .pgSubConts dl.pgHowto dd {
	margin-left: 17px;
}
#TypeIndex #Main .pgSubConts .pgInner02 {
	background-color: #ffffff;
	border-top: #d4d4d4 1px solid;
	padding: 20px 25px;
	border-radius: 0 0 2px 2px;
}
#TypeIndex #Main .pgSubConts .pgKnowledge {}
#TypeIndex #Main .pgSubConts .pgKnowledge li {
	line-height: 25px !important;
	font-size: 125%;
}


#infoArea{
 margin-top: 40px;
  margin-bottom: 40px;
}
#infoArea .cover{
 -js-display:flex;
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-justify-content:space-between;
 justify-content:space-between;
 -webkit-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-align-items:center;
 align-items:center;
 -webkit-flex-direction:row;
 flex-direction:row;
 margin-bottom: 10px;

}
#infoArea .ttl{
 width: 446px;
}
#infoArea ul{
 display: inline-block;
 width: 446px;
}

#infoArea ul li{
 font-size: 17px;
 margin-bottom: 5px;
}
#infoArea ul li:last-child{
 margin-bottom: 0px;
}


#infoArea ul li a{
 color: #fff;
}

#infoArea .infoAll{
 font-size: 17px;
 text-align: right;
}
#infoArea .infoAll a{
 color: #fff;
}


#pgSliderCover{
 box-sizing:border-box;
 height: 220px;
 padding-top: 10px;
 padding-left: 10px;
 border-radius:10px;
 position: relative;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #700713), color-stop(0.00, #c30d23));
background: -webkit-linear-gradient(#c30d23, #700713);
background: -moz-linear-gradient(#c30d23, #700713);
background: -o-linear-gradient(#c30d23, #700713);
background: -ms-linear-gradient(#c30d23, #700713);
background: linear-gradient(#c30d23, #700713);
}

#pgSliderCover .ttl{
 position: absolute;
 right: 45px;
 top: 60px;
}
#pgSliderCover .recomAll{
 position: absolute;
 right: 10px;
 bottom: 20px;
 z-index: 1000;
}
#pgSliderCover .recomAll a{
 color: #fff;
}
#pgSliderCover .slick-slider .slick-list{
 border-radius:10px;

}




#sliderCover{
 position: relative;
}

#sliderCover #bxWrapper{
  width: 675px;
  padding-top: 25px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: -15px;
}

#sliderCover #bxCover{
  border-radius:10px;
  width: 675px;
  height: 195px;
  position: relative;
  overflow: visible;
}
#sliderCover #bxCover ul li{
 position: relative;
 overflow: visible;
}
#sliderCover #bxCover ul li a{
 display: block;
 border-right: 1px solid #ccc;
}
#sliderCover #bxCover ul li a:hover{
 opacity:0.7;
}
#sliderCover #bxCover ul li .newIcon{
 position: absolute;
 top: -20px;
 left: 20px;
}
#sliderCover #bxCover .km01{
 position: absolute;
 left: 0px;
 top: 0px;
}
#sliderCover #bxCover .km02{
 position: absolute;
 right: 0px;
 top: 0px;
}
#sliderCover #bxCover .km03{
 position: absolute;
 right: 0px;
 bottom: 0px;
}
#sliderCover #bxCover .km04{
 position: absolute;
 left: 0px;
 bottom: 0px;
}

#sliderCover #bxCover .bx-wrapper{
 padding: 0;
 left: 0;
 box-shadow:none;
 border: 0;
 margin-bottom: 0;
 overflow: visible;
}
#sliderCover #bxCover .bx-wrapper .bx-viewport{
 overflow: visible !important;
}
