@charset "UTF-8";

.Flexbox1Column li {
	background: #ffffff;
}

.DLCategory .active {
	font-weight: bold;
	color: #e42000;
}

.FukidashiBt .DLFukidashi .DLFukidashiText a {
	color: #F5F5DC;
}
.FukidashiBt .DLFukidashi .DLFukidashiText a.link {
	color: #e42000;
	background-color: #F5F5DC;
	text-decoration: underline;
}

/* フォーム入力 */
#MessageName1 {
	margin-right: 14px;
}

#MessageNameKana1 {
	margin-right: 14px;
}

.ContactContents th {
	white-space: nowrap;
}
.ContactContents td input[type="password"] {
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px 15px 8px;
}

.submit .button:hover {
	opacity: 0.6;
	transition: opacity 0.5s;
}

/* 
	アイコンカラー 
*/

/* 1:カタログ */
.IconProduct1 {
	background-color: #CC5B5A;
	border-color: #CC5B5A;
	color: #ffffff;
}
/* 2:取扱説明書 */
.IconProduct2 {
	background-color: #DBBF00;
	border-color: #DBBF00;
	color: #ffffff;
}
/* 3:CAD図 */
.IconProduct3 {
	background-color: #986ABC;
	border-color: #986ABC;
	color: #ffffff;
}
/* 4:ガイド */
.IconProduct4 {
	background-color: #77C700;
	border-color: #77C700;
	color: #ffffff;
}

.DownloadCartInput:not(:last-child) {
	margin-bottom: 30px;
}

.DownloadCartInput.checkbox label {
	width: auto;
}

.DownloadCartInput.checkbox label:not(:last-child) {
	margin-right: 10px;
}
