@charset "utf-8";

.text-right {
	text-align: right;
	}
.text-list-style li {
	padding-left: 1em;
	}
.text-list-style li:before {
	margin-left: -1em;
	content: '●';
	}
ul.indent-1 li {
	text-indent: -1em;
	padding-left: 1em;
	}
ul.indent-2 li {
	text-indent: -2em;
	padding-left: 2em;
	}
ul.indent-3 li {
	text-indent: -3em;
	padding-left: 3em;
	}
.black-text {
	color: #333;
	}
.red-text {
	color: #f00;
	}
.release-text {
	padding: .2em .5em;
	color: #008bd5;
	border: #008bd5 1px solid;
	display: inline-block;
}
#example .example1 table.table_default th {
	width: 33.3%;
	}
#example table.table_default td {
	padding: 1.5em 0.5em;
	}
#example table.table_default td .notes {
	text-align: left;
	display: inline-block;
	}
#example table.table_default td .notes dt {
	width: 1em;
	float: left;
	}
#example table.table_default td .notes dd {
	margin-left: 1em;
	}
#spec .wiring .bg-gray {
	padding: 17px;
	}
#spec .wiring .bg-gray p {
	margin-bottom: 17px;
	}
#lineup table.table_default th.marge {
	height: 60px;
}


@media only screen and (max-device-width: 1280px) and (max-width: 640px) {

html.touch-device .imageScroll > div {
	padding-top:10px;
	overflow: auto;
	white-space: nowrap;
}
html.touch-device .imageScroll:before {
	content: "※こちらの画像は横スクロールです";
}
html.touch-device .imageScroll > div::-webkit-scrollbar{
	height: 8px;
}
html.touch-device .imageScroll > div::-webkit-scrollbar-thumb{
	background: #bcbcbc;
}
html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:start,
html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:end{
	background: #f1f1f1;
}
html.touch-device .imageScroll img {
	width:auto;
	max-width:none;
}

#example .set-image {
	width: 160px;
	}
#spec .wiring .bg-gray {
	padding: 20px 10px 10px;
	}
#spec .wiring .bg-gray p {
	margin-bottom: 10px;
	}
}