@charset "UTF-8";


#content {
	background-color: #FAF8F4;
	background-image: url(../img/bg_supplier.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding: 60px 0;
}
.contentInner {
	width: 1000px;
	margin: 0 auto;
}
.supplier_block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.supplier_box {
	width: 480px;
	box-sizing: border-box;
	padding: 20px 30px 40px;
	background-color: #FFF;
	margin-top: 40px;
}
.supplier_box:first-child,
.supplier_box:nth-of-type(2) {
	margin-top: 0;
}
.supplier_box_title {
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: solid 1px #CC9933;
}
.supplier_box_title .supplier_logo {
	display: table;
	width: 100%;
}
.supplier_box_title .supplier_logo span {
	display: table-cell;
	height: 130px;
	vertical-align: middle;
	text-align: center;
}
.supplier_box_title .supplier_name {
	font-size: 1.8rem;
	font-weight: bold;
}
.supplier_box_table {
	width: 100%;
}
.supplier_box_table th,
.supplier_box_table td {
	font-size: 1.3rem;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding: 5px 0;
}
.supplier_box_table th {
	width: 25%;
}








