@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

SUPPLIER LIST

------------------------------------------------------------ */

/* 一覧
---------------------------------------------- */
#wrap_supplier{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-flex-wrap:wrap;/*--safari用--*/
	flex-wrap:wrap;
	margin-bottom: -20px;
}

.supplier{
	background: #FFF;
	width: 470px;
	border: 1px solid #C0C0D1;
	margin: 0 20px 20px 0;
	padding: 5px 5px 15px 15px;
}

.supplier:nth-child(2n){margin-right: 0;}

.supplier_inner{
	display: table;
	width: 100%;
}

.company{
	display: table-cell;
	vertical-align: top;
	width: 308px;
	height: 112px;
	padding: 5px 12px 0 0;
}

.company .name{
	display: table-cell;
	vertical-align: middle;
	width: 308px;
	height: 60px;
	padding: 0 0 10px;
	color: #3352C5;
	font-weight: bold;
	line-height: 1.6;
}

.company .country{
	padding-top: 11px;
	border-top: 1px solid #DADAE4;
}

.company .market{
	padding: 11px 0;
	border-bottom: 1px solid #DADAE4;
}

.supplier_inner .photo{
	width: 140px;
	height: 112px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/*--説明文--*/
.supplier .txt{
	padding: 10px 0;
	border-bottom: 1px solid #DADAE4;
	overflow: hidden;
	width: 443px;
	line-height: 1.6;
}

/*--メーカーサイトリンク--*/
.supplier .supplier_url01{
	padding: 10px 0;
	border-bottom: 1px solid #DADAE4;
}

.supplier .supplier_url01 a{
	color: #3352C5;
	text-decoration: underline;
}

.supplier .supplier_url01 a:hover{
	color: #71A5D9;
	text-decoration: none;
}

/*--特設ページリンク--*/
.supplier .link_list01{
	font-size: 1.4rem;
	padding: 10px 0 0;
}

.supplier .link_list01 li{margin-bottom: 5px;}

.supplier .link_list01 li:last-child{margin-bottom: 0;}

.supplier .link_list01 li a{
	background: url(../img/ico_arrow09.png) no-repeat left 0.55em;
	padding-left: 13px;
	color: #333;
	text-decoration: underline;
}

.supplier .link_list01 li a:hover{
	color: #999999;
	text-decoration: none;
}

/* 詳細
---------------------------------------------- */
.info{
	border-top: 1px solid #DADAE4;
	padding-top: 60px;
	margin: 60px 0 50px;
}

/* アルファベットタグリスト
---------------------------------------------- */
.list_tax01{
	margin-bottom: 30px;
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-direction: row;/*--safari用--*/
}

.list_tax01 li{
	margin-right: 5px;
	width: 3.3%;
}

.list_tax01 li:last-child{margin-right: 0;}

.list_tax01 li a{
	color: #fff;
	display: block;
	padding: 3px;
	text-align: center;
	background: #2F2F77;
}

.list_tax01 li a:hover{opacity: .7;}






