/*
  組み立て説明書・サンプルプログラムダウンロード一覧ページ
*/
#SAMPLE_LIST {
	width: 100%;
	padding: 0;
}

#SAMPLE_LIST h2 {
	font-size: 18px;
	height: 1.2;
}

#SAMPLE_LIST h3 {
	height: auto;
	background-color: #0096db;
	padding-left: 20px;
	margin-bottom: 30px;
}

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

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

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

#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 5px;
	margin-right: 50px;
	margin-top: 10px;
	text-align: center;
	background-color: #e6e6e6;
	color: #0096db;
	font-size: 14px;
	line-height: 35px;
}
