@charset "UTF-8";

/*
 * ================================================
 *
 * [shop]
 *
 * ================================================
 */
#mainContentArea table {
	line-height: 150%;
}

/**
 * heading
 */
h5 {
	width: 100%;
	color: #E15D6F;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: dashed 1px #aaa;
	padding: 5px 0;
	margin: 20px 0;
}
h5:first-child {
	margin-top: 0;
}

.articleRight{}
	.articleRight ul {
		position: relative;
		top: -20px;
		font-size: 13px;
		line-height: 150%;
	}
		.articleRight li {
			padding-bottom: 3px;
		}

ul.shopSubimage {
	overflow: hidden;
	padding-top: 20px;
}
	.shopSubimage li {
		width: 47%;
		margin: 0 6% 4% 0;
		float: left;
	}
	.shopSubimage li:nth-child(2n) {
		margin-right: 0;
	}
	.shopSubimage li:nth-child(3,4) {
		margin-bottom: 0;
	}

.soundunit ul.soundunitSubimage {
	overflow: hidden;
}
	.soundunit .soundunitSubimage li {
		width: 47%;
		margin: 0 6% 4% 0;
		float: left;
	}
	.soundunit .soundunitSubimage li:nth-child(2n) {
		margin-right: 0;
	}
	.soundunit .articleLeft .soundunitSubimage img {
		margin-bottom:0;
	}

.soundunit div.soundunitList {
	overflow: hidden;
	padding-top: 20px;
}

/**
 * button
 */
.linkButton{
	text-align: center;
}

/**
 * iframe
 */
#mainContentArea iframe {
	width: 100%;
	height: 300px;
	margin-top: 15px;
}

.div20180530 {
    width: 100%;
    border-bottom: dotted 1px #3c3c3c;
    clear: both;
    padding: 5px 0;
    margin-bottom: 8px;
}
/*---------------------------
*	larger 1000
*----------------------------*/
@media screen and (min-width: 1000px) {

	#mainContentArea table {
		text-align: left;
		font-size: 13px;
	}
		#mainContentArea table th {
			padding: 3px 0;
		}
		#mainContentArea table td {
			padding-left: 10px;
		}

	#tableRight {
		border-left: 1px dotted #000;
	}
		#tableRight th {
			padding-left: 5px !important;
		}

	.pastCar {
		width:100%;
		margin-bottom: 40px;
	}

	.soundunit {
		width:100%;
		margin-bottom: 40px;
	}
}


/*---------------------------
*	タブレット
*----------------------------*/
@media screen and (min-width: 641px) and (max-width: 999px) {

	#mainContentArea table {
		text-align: left;
		font-size: 13px;
	}
		#mainContentArea table th {
			padding: 3px 10px 3px 0 !important;
		}
		#mainContentArea table td {
			padding-right: 20px !important;
		}

	#tableLeft {
		border-right: 1px dotted #000;
	}
	#tableRight {
		padding-left: 5px;
	}
}


/*---------------------------
*	スマートフォン
*----------------------------*/
@media screen and (max-width: 640px) {

	#mainContentArea table {
		width: 100%;
		text-align: left;
		font-size: 13px;
	}
		#mainContentArea table th {
			width: 20%;
			padding: 3px 0 !important;
		}
		#mainContentArea table td {
			width: 80%;
			padding-left: 10px !important;
		}

	#tableRight { width: 100%; }
}

@media screen and (max-width: 999px) {
	.pastCar.clearfix {
    margin-bottom: 50px;
}

	.soundunit.clearfix {
    margin-bottom: 10px;
}
}

.currentCar.clearfix {
    margin-bottom: 50px;
}
