
.xml-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.xml-wrap a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0.5rem 0;
	background-color: #fff;
	box-shadow: 0px 1px 4px #999;
	color: #0e2537 !important;
	text-decoration: none;
	position: relative;
}
@media screen and (min-width: 481px) {
  .xml-wrap a {
		width: 47.5%;
		margin: 0.6rem 1.25%;
	}
}
@media screen and (min-width: 768px) {
	.xml-wrap a {
		width: 48%;
		margin: 0.7rem 1%;
	}
}
@media screen and (min-width: 992px) {
  .xml-wrap a {
		width: 23.5%;
		margin: 0.8rem 0.75%;
	}
}

.xml-stock a {
	padding: 0 0 8rem 0;
}

.xml-parts a {
	padding: 0 0 2.5rem 0;
}
 
.xml-wrap a:hover {
	background-color: #0e2537;
	text-decoration: none;
	color: #fff !important;
}

.xml-wrap .img-container {
	position: relative;
	margin: 0;
}

.xml-wrap .img-container:before {
	padding-top: 66.66%;
	display: block;
	content: "";
}

.xml-wrap .img-container .container-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.xml-wrap .img-container .container-inner img {
	width: 100%;
	height: auto;
}

.xml-wrap .spec-container1 {
  padding: 1rem;
  padding-bottom: 2rem;
}

.xml-wrap h2 {
	font-family: serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 0.6rem !important;
	line-height: 1.4em !important;
	font-weight: bold !important;
	color: #0e2537 !important;
	margin: 0 0 0.3rem 0 !important;
	padding: 0 0 0.2rem 0 !important;
	border-bottom: 1px solid #ccc !important;
	clear: both;
}

.xml-wrap h3 {
	font-family: serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 0.9rem !important;
	line-height: 1.4em !important;
	font-weight: normal !important;
	color: #0e2537 !important;
	margin: 0 !important;
  word-break: break-all;
}

.xml-wrap h4 {
	font-family: serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 0.7rem !important;
	line-height: 1.2em !important;
	font-weight: normal !important;
	color: #0e2537 !important;
	margin: 0.7rem 0 0 0 !important;
  word-break: break-all;
}

.xml-wrap .spec-container2 {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
}

.xml-wrap dl {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 0.8rem 0;
	display: block;
}

.xml-wrap dl dt {
	width: 70px;
	height: auto;
	padding: 0 5px 0.2rem;
	display: block;
	font-family: serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 0.7rem;
	line-height: 1.4em;
	float: left;
}

.xml-wrap dl dd {
	width: 100%;
	height: auto;
	padding: 0 5px 0.2rem 75px;
	display: block;
	font-family: serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 0.7rem;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
	color: #666;
	text-align: right;
}

.xml-wrap .stock-icon {
	width: 33px;
	height: 33px;
	float: left;
}

.xml-wrap p.pprice {
	display: block;
	float: right;
	color: #222;
	font-family: serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 1rem !important;
	line-height: 33px !important;
	font-weight: normal;
	margin: 0 !important;
}

.xml-wrap a:hover h2, 
.xml-wrap a:hover h3, 
.xml-wrap a:hover h4, 
.xml-wrap a:hover dl dt, 
.xml-wrap a:hover dl dd, 
.xml-wrap a:hover p.pprice {
  color: #fff !important;
}



