@charset "utf-8";

body {
	background: #fff url(../img/top_bg.gif) repeat-x left top;
}

#contents .mainimage {
	padding-bottom: 30px;
	height: 310px;
}
.flex-active,
.flex-control-paging li a:hover  {
	background-color: #248dee !important;
}
.flex-direction-nav a {
	background-image: url(../img/bg_direction_nav.png) !important;
}

/*left------------------------------------------*/
#topMain {
	float: left;
	width: 712px;
}
.indexGuide h2,
.indexSP h2 {
	padding-bottom: 15px;
}
.guideBns {
	margin: 0 -4px;
}
.guideBns span {
	display: none;
}
.guideBns li {
	float: left;
	margin: 0 0 2px 4px;
}
.indexGuide {
	margin-bottom: 20px;
}
.indexNews {
	margin-bottom: 30px;
}
.spBns {
	margin: 0 0 0 -20px;
}
.spBns li {
	float: left;
	margin: 0 0 10px 20px;
}
.infoTit {
	background-color: #248dee;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.infoTit h2 {
	padding-top: 3px;
}


/*right------------------------------------------*/
#topMenu {
	width: 248px;
	float: right;
}
#topMenu li {
	margin-bottom: 20px;
}
.contactBox {
	margin-bottom: 20px;
	background-color: #e9e9e9;
}
.contactBox > div {
	padding: 10px;
}
.contactBox > div.last {
	border-top: 1px dotted #ccc;
}
.topMoive {
	margin: 0 0 20px 0;
}


/*bottom----------------------------------*/
#HotBox {
	border: 5px solid #EBEBEB;
	width: 970px;
	margin: 30px auto 0 auto;
}
#HotBox h3  {
	text-align: center;
}
.ca-container{
	position:relative;
	margin:0px auto 6px auto;
	width:890px;
	height:100px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:222px;
	height:100%;
	text-align:center;
}

.ca-item-main{
	padding:0px;
	position:absolute;
	background:#fff;
	overflow:hidden;
}
.ca-icon{
	width:93px;
	height:93px;
	position:relative;
	margin:0 auto;
/**	background:transparent url(../img/idx_product01.jpg) no-repeat center center;**/
	text-align: left;
	float: left;
	border: 1px solid #CCC;
}
/**.ca-item-2 .ca-icon{
	background-image:url(../img/idx_product02.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../img/idx_product03.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../img/idx_product04.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../img/idx_product05.jpg);
}**/


.ca-item p{
	position:relative;
	float: left;
	padding: 25px 0px 0px 10px;
	margin: 0px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 100px;
}


.ca-nav span{
	width:22px;
	height:21px;
	background:transparent url(../img/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-16px;
	left:-30px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-30px;
}
.ca-nav span:hover{
	opacity:1.0;
}
.slides img {
	width: 100%;
	height: auto;
}
.spCategory {
	margin-bottom: 20px;
	display: none;
}
.spCategory h2 {
	font-size: 18px;
	background: url(/car_care/n_common/img/icon_search.png) no-repeat 0 2px;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	background-size: 18px auto;
	padding-left: 22px;
	margin-bottom: 4px;
}
.spCategory > ul > li {
	border-bottom: 1px solid #fff;
}
.spCategory li.allitem {
	font-weight: bold;
}
.spCategory li ul {
	border-right: 1px solid #248dee;
	border-left: 1px solid #248dee;
	border-bottom: 1px solid #248dee;
	display: none;
}
.spCategory li li:first-child {
	border-top: 1px solid #fff;
}
.spCategory li li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.spCategory li > div {
	background-color: #248dee;
	color: #fff;
	position: relative;
	padding: 7px;
	cursor: pointer;
}
.spCategory li > div:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	background: url(/n_common/img/icon_arrow_bb@2x.png) no-repeat;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	background-size: 16px auto;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.spCategory li > div.on:after {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.spCategory a {
	display: block;
	text-decoration: none;
	padding: 7px;
	position: relative;
}
.spCategory a:hover {
	background-color: #248dee;
	color: #fff;
}
.spCategory a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	background: url(/n_common/img/icon_arrow_bb@2x.png) no-repeat;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	background-size: 16px auto;
}

@media screen and (max-width: 736px) {
	body {
		background-image: none;
	}
	#indexTab {
		display: none;
	}
	.spCategory {
		display: block;
	}
	#contents .mainimage {
		height: auto;
		margin: -15px -15px 15px -15px;
		padding-bottom: 0;
		overflow: hidden;
	}
	.flexslider .slides > li {
		display: block;
		float: left;
	}
	
	.flex-direction-nav .flex-next,
	.flex-direction-nav .flex-prev {
		top: 50%;
		margin-top: -18px;
	}
	.flex-control-nav {
		display: none;
	}
	#topMain {
		float: none;
		width: auto;
	}
	#topMenu {
		float: none;
		width: auto;
	}
	#topMenu .bn {
		text-align: center;
	}
	#topMenu li {
		text-align: center;
		margin-bottom: 15px;
	}
	.contactBox h3 img {
		display: none;
	}
	.contactBox h3 {
		background-color: #248dee;
		color: #fff;
		padding: 5px 10px;
	}
	.infoTit {
		margin-bottom: 0;
	}
	.infoTit img {
		display: none;
	}
	.infoTit h2 {
		color: #fff;
		font-size: 15px;
		padding: 0;
	}
	.infoTit h2:before {
		content: '新着情報';
	}
	.infoTit a.floatR {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		border-left: 1px solid #fff;
		padding: 2px 0 2px 14px;
		display: block;
		background: url(/n_common/img/arrow_w@2x.png) no-repeat 5px center;
		-moz-background-size: 8px auto;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}
	.infoTit a.floatR:before {
		content: '一覧';
	}
	.contactBox h3:before {
		font-size: 15px;
		content: 'お問い合わせ';
	}
	.indexGuide h2 img {
		display: none;
	}
	.indexGuide h2 {
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-bottom: 5px;
		padding: 5px;
		font-size: 15px;
		position: relative;
	}
	.indexGuide h2:before {
		content: '自動車用製品についてのよくあるご質問';
		padding-left: 4px;
		display: block;
		border-left: 4px solid #248dee;
	}
	.guideBns {
		margin: 0;
	}
	.guideBns img {
		display: none;
	}
	.guideBns li {
		float: none;
		margin: 0 0 5px 0;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	.guideBns li:last-child {
		margin-bottom: 0;
	}
	.guideBns a {
		display: block;
		text-decoration: none;
		padding: 7px;
		position: relative;
	}
	.guideBns a:hover {
		color: #fff;
		background-color: #248dee;
	}
	.guideBns a:after {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -8px;
		width: 16px;
		height: 16px;
		content: '';
		background: url(/n_common/img/icon_arrow_bb@2x.png) no-repeat;
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		background-size: 16px auto;
	}
	.guideBns span {
		display: block;
	}
	.topMoive {
		width: auto;
		margin: 0 0 20px 0;
	}
	.topMoive iframe {
		width: 100%;
		height: auto;
	}
	.forBeginner img.mB5,
	.contactBox .last img.mB5 {
		display: none;
	}
	.forBeginner:before {
		content: '初めてのお客様へ';
		font-size: 13px;
	}
	.contactBox .last:before {
		content: 'メールでのお問い合わせ';
		font-size: 13px;
	}
}