
/* override*/

.ProductTabMenu {
	background: #748893;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #4f636f;
}
.ProductContainer .eyecatch h2 {
	color: #4E626E;
}

.ProductContainer .eyecatch .logo {
	width: 160px;
}

#product .product-color {
	background-color: #748893;
	border-color: #748893;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#product .product-color:hover {
	background-color: #4f636f;
}

#product .accordion .MidashiBlue.achead {
	background: url(/img/common/icn/arrow/arrowultilet_close.png) no-repeat 100% 50%;
	background-size: 34px;
	padding-right: 40px;
	min-height: 40px;
}

#product .accordion .MidashiBlue.achead.open {
	background: url(/img/common/icn/arrow/arrowultilet_open.png) no-repeat 100% 50%;
	background-size: 34px;
}

#product .MidashiBlue {
	color: #595757;
	border-color: #4E626E;
}

#product .MidashiSummary {
	background-color: #4E626E;
}

#product .MidashiSmall {
	background-color: #4E626E;
	color: #fff;
}

#function .ul-style {
	list-style-type: square;
	color: #d8e0e5;
}

.ProductContainer {
	width: 100%;
	max-width: 750px;
}

.spec-table,
.spec-table>tbody>tr>td,
.spec-table>tbody>tr>th,
.spec-table>thead>tr>td,
.spec-table>thead>tr>th {
	border-color: #acacac;
}

.spec-table>thead>tr>th {
	text-align: center;
	vertical-align: middle;
	background-color: #e9e9e9;
}

.spec-table>tbody>tr>th {	
	text-align: center;
	vertical-align: middle;
	background-color: #e9e9e9;
}

.spec-table thead th, .spec-table thead td {
	text-align: center;
	width: 20%;
	min-width: 160px;
}

.spec-table .border-b-none {
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	
	
	#product .accordion .MidashiBlue.achead {
		background-image: url(/img/common/icn/arrow/arrowultilet_open.png);
	}

	#product .accordion .MidashiBlue.achead.open {
		background-image: url(/img/common/icn/arrow/arrowultilet_close.png);
	}
	
	.XsImg-layout {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media screen and (min-width: 768px) {

	.ProductTabMenu .dropdown-menu li {
		background-color: #748893;
	}
	.ProductTabMenu .dropdown-menu li a:hover {
		background-color: #4f636f;
	}
	
	#spec .set-width {
		width: 35%;
	}

}


@media only screen and (max-width: 991px) and (min-width: 768px) {
	.ProductContainer .eyecatch {
		padding: 45px 25px 78px;
	}
	.ProductContainer .eyecatch .article {
		top: 280px;
	}
	.ProductContainer .eyecatch .logo {
		position: absolute;
		top: 38px;
		right: 80px;
		width: 160px;
	}

}


@media screen and (min-width: 992px) {
	.ProductContainer {
		max-width: 970px;
	}
	
	.ProductContainer .eyecatch {
		padding: 70px 20px 60px;
	}
	.ProductContainer .eyecatch .article {
		top: 340px;
	}
	.ProductContainer .eyecatch .logo {
		position: absolute;
		top: 38px;
		right: 80px;
		width: 200px;
	}

}

