@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

/****************************** BASE ******************************/
.service #contents {}
.service #contents .contentsBlock{}

.service #contents .contentsBlock .link3Block{
	width: 841px;
	margin: 0 auto;
}
.service #contents .contentsBlock .link3Block .linkBox{
	width: 267px;
	float: left;
	margin: 0 20px 20px 0;
}
.service #contents .contentsBlock .link3Block .linkBox:nth-child(3n){
	margin: 0 0 20px 0;
}
.service #contents .contentsBlock .link3Block .linkBox a{
	display: block;
	text-decoration: none;
}
.service #contents .contentsBlock .link3Block .linkBox a .linkImg img{
	width: 100%;
}
.service #contents .contentsBlock .link3Block .linkBox a .linkText{
	display: table;
	width: 100%;
	height: 64px;
	background: #191F24;
	box-sizing: border-box;
	padding: 5px 15px;
	font-size: 106%;
	position: relative;
}
.service #contents .contentsBlock .link3Block .linkBox.current a .linkText {
	background-color: #00adb0;
}
.service #contents .contentsBlock .link3Block .linkBox a .linkText:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.service #contents .contentsBlock .link3Block .linkBox a .linkText.icOtherW:after {
	width: 14px;
	height: 11px;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	background: url(/shared/images/ic_other_top.png) no-repeat center;
	margin-top: -6px;
}
.service #contents .contentsBlock .link3Block .linkBox a .linkText span {
	display: table-cell;
	width: 95%;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}





/****************************** 部品情報 ******************************/






@media screen and (max-width: 767px){

/****************************** SP_BASE ******************************/
.service #contents {}
.service #contents .contentsBlock{
	padding: 0;
}
.service #contents .contentsBlock .link3Block{
	width: 100%;
}
.service #contents .contentsBlock .link3Block .linkBox{
	width: 49.5%;
	float: left;
	margin: 0 1% 1% 0 !important;
}
.service #contents .contentsBlock .link3Block .linkBox:nth-child(3n){
	margin: inherit;
}
.service #contents .contentsBlock .link3Block .linkBox:nth-child(2n){
	margin: 0 0 1% 0 !important;
}



/*.service #contents .contentsBlock .link3Block .linkBox a{
	display: block;
	text-decoration: none;
}
.service #contents .contentsBlock .link3Block .linkBox a .linkImg img{
	width: 100%;
}*/
.service #contents .contentsBlock .link3Block .linkBox a .linkText{
	height: 60px;
	padding: 5px 10px;
	font-size: 12px;
	/*display: table;
	width: 100%;
	background: #191F24;
	box-sizing: border-box;
	position: relative;*/
}
/*.service #contents .contentsBlock .link3Block .linkBox.current a .linkText {
	background-color: #00adb0;
}*/
.service #contents .contentsBlock .link3Block .linkBox a .linkText:after {
	right: 10px;
	/*display: block;
	content: '';
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;*/
}
/*.service #contents .contentsBlock .link3Block .linkBox a .linkText.icOtherW:after {
	width: 14px;
	height: 11px;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	background: url(/shared/images/ic_other_top.png) no-repeat center;
	margin-top: -6px;
}
.service #contents .contentsBlock .link3Block .linkBox a .linkText span {
	display: table-cell;
	width: 95%;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}*/




/****************************** SP_部品情報 ******************************/






}



