﻿@charset "utf-8";

/* 専用お手入れキット ---------------------------------------*/
#maintenancekit{
	margin:0px 0px 20px 0px;
	width:755px;
}
.mkit h3{
	margin-bottom:8px;
}
.mkit .leftbox{
	margin-bottom:20px;
	margin-right:22px;
	width:410px;
	float:left;
}
.mkit .rightbox{
	margin-bottom:20px;
	width:312px;
	float:left;
}

.mkitlt{
	clear:both;
}
.mkitlt h3{
	margin-bottom:10px;
}
.mkitlt .leftbox{
	margin-bottom:20px;
	margin-right:20px;
	padding-left:20px;
	width:328px;
	float:left;
}
.mkitlt .leftbox img{
	width: 100%;
	height: auto;
}
.mkitlt .rightbox{
	margin-bottom:20px;
	width:387px;
	float:left;
}
.leatherkit{
	clear:both;
}
.mkitlt .leathern{
	margin-right:22px;
	margin-left:20px;
	display:inline;
}
.mkitlt .leathern, .mkitlt .leathery{
	margin-bottom:34px;
	padding:6px 6px 6px 10px;
	width:334px;
	float:left;
	border:1px solid #c9c9c9;
	background-color:#ececec;
}
.mkitlt .leathern h4, .mkitlt .leathery h4{
	margin-bottom:4px;
}
.mkitlt .leathern .floatright, .mkitlt .leathery .floatright{
	margin-left:8px;
}

#productspec h4.specname{
	margin:0px;
	margin-bottom:8px;
	padding:0px;
	padding-right:8px;
	width:80px;
	float:left;
	clear:left;
}
#productspec p.specprice{
	margin:0px;
	margin-bottom:8px;
	padding:0px;
	/* width:160px; */
	width:260px;
	float:left;
}
.kitcontent{
	margin-bottom:8px;
}



/* 22.05.25 add start */
#top-information_ex {
	margin-bottom: 2.5rem;
	text-align: center;
}
#top-information_ex a {
	color: #ff0000;
	font-size: 1.3em;
	text-decoration: none;
	transition: opacity .4s;
}
#top-information_ex a:hover {
	opacity: 0.50;
}
#top-information_ex a::after {
	content: '';
	margin-left: 10px;
	display: inline-block;
	border-style: solid;
	border-width: 6px 0 6px 11px;
	border-color: transparent transparent transparent #ff0000;
}

/* 22.05.25 add end */


