/*dl.inner dd ul.links {
	justify-content: space-evenly;
}*/

dl.inner dd ul.links li{
	margin: 0 40px;
}
dl.inner dd ul.links img.p01 {
	width: auto;
	height: 160px;
}
dl.inner dd ul.links img.p02 {
	width: auto;
	height: 160px;
}
dl.inner dd ul.links img.p03 {
	width: auto;
	height: 100px;
}


.mainSections .Tips ul.links img{
	height: 160px;
	width: auto;
}

/*.mainSections .Tips ul.links.CarShampoos li {
	width: calc(33.33% - 40px * 2);
}*/
.mainSections .Tips ul.links.CarShampoos li img {
	height: 160px;
	width: auto;
	margin: 20px auto;
}
.mainSections .Tips > dd > img {
	width: 100%;
}
/*

4.Dry With A Towel

*/
.mainSections dl.DryWith{}

.mainSections dl.DryWith ul.links{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items : flex-end;
	flex-wrap: wrap;
}

.mainSections dl.DryWith ul.links li{
margin: 0 auto;
	width: calc((100% - 40px) / 2);
}

.mainSections dl.DryWith ul.links img{
	display: block;
	margin: 0 auto 20px auto;
	height: 160px;
	width: auto;
}
.mainSections dl.DryWith ul.links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 39px;
    box-sizing: border-box;
    border: 1px solid #e60012;
    color: #e60012 !important;
    font-size: 1.2rem;
	line-height: 1.2rem;
    position: relative;
	background-color: #FFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 10px 20px 10px 10px;
}
.mainSections dl.DryWith ul.links li a .redArrowS{
	right: 15px;
	left: inherit;
	transition-property: border-color, margin-right;}
.mainSections dl.DryWith ul.links li a.hover{
 color: #fff !important;
 background-color: #e60012;
}
.mainSections dl.DryWith ul.links li a.hover .redArrowS{ border-color: #fff; margin-right: -5px;}



/*.mainSections .colums dd.ContentImgFlex ul.links {
	display: flex;
		justify-content: space-between;
		align-items: baseline;
}
.mainSections .colums dd.ContentImgFlex ul.links li {
	min-width: 40%;
	text-align: center;
}
.mainSections .colums dd.ContentImgFlex ul.links li img {
	width: auto;
	height: 150px;
	margin: 0 auto;
}
.mainSections ul.links img {
	width: 40%;
}

.mainSections .Tips ul.links li{
margin: 0 20px;
}*/