/*
  組み立て説明書・サンプルプログラムダウンロード一覧ページ
*/
#SAMPLE_LIST {
	width: calc(15px + 960px + 15px);
	padding: 0;
}

#SAMPLE_LIST h3 {
	width: 100%;
	height: 40px;
	background-color: #0096db;
	padding-left: 20px;
	line-height: 40px;
	margin-bottom: 50px;
}

#SAMPLE_LIST .item {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 455px;
	height: 200px;
	margin-right: 0;
	margin-bottom: 50px;
	box-sizing: border-box;
	border: solid 2px #e6e6e6;
	background-color: white;
}

#SAMPLE_LIST a:hover .item {
	border: solid 2px #0096db;
}

#SAMPLE_LIST a:hover img {
	opacity: 1;
}


#SAMPLE_LIST .name {
	font-size: 14px;
	color: black;
}

#SAMPLE_LIST .box_left {
	width: 50%;
	text-align: left;
	padding-left: 25px;
}

#SAMPLE_LIST .box_right {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 5px;
}

#SAMPLE_LIST .box_sample_count {
	width: auto;
	height: 35px;
	padding: 0 25px;
	margin-right: 50px;
	margin-top: 10px;
	text-align: center;
	background-color: #e6e6e6;
	color: #0096db;
	font-size: 14px;
	line-height: 35px;
}

#SAMPLE_LIST .box_item img{
}
