@charset "shift_jis";

.infomationBlock{
	width: 960px;
	margin: 40px auto;
}
.infomationBlock div {
	width:200px;
}
.infomationBlock div + div {
	width:760px;
}

.brandList {
	overflow: hidden;
	width: 905px;
	margin: 0 auto 30px;
}
.brandList li {
	width: 141px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.brandList li img {
	width: 141px;
}

/*181026’Ç‹L*/
div#mainContainer {
    position: relative;
}

.overlay-end {
	position: absolute;
	top: 0;
	left: -25px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #fff;
	font-size: 2em;
	text-shadow:1px 1px 0 rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000)";
	z-index: 10;
	zoom:1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 25px;
}

.overlay-end p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.2em;
	margin: auto;
	text-align: center;
}

#wrap .res-contents.oshirase {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
    }