<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"Shift_JIS";

/* -----------------------------------------------
 共通
----------------------------------------------- */
/* body */
body {
	color: #000000;
}
/* トップ概要 */
#topcontents {
	clear: both;
	margin: 10px 5px 50px 5px;
	padding: 0;
}

#topcontents p {
	margin: 10px;
	padding: 0;
}

/* ページ内のコンテンツ */
.subcontents {
	clear: both;
	margin: 20px 10px 5px 10px;
	padding: 0;
}

.subcontents h2 {
	font-size: 130%;
	color: #009900;
	border: none;
	margin: 25px 0px 15px 5px;
	padding: 0;
}

.subcontents h3 {
	border: none;
	margin: 20px 0px 10px 5px;
	padding: 0;
}

.subcontents p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

/* お問い合わせボタン */
#btn_inquiry {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

/* メモ */
p.note {
	margin-left: 10px;
	font-size: 80%;
}

/* 注意書き */
p.caution {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: red;
}

/* 記号 */
font.mark {
	font-size: 150%;
}

/* 写真センタリング */
.pic_center {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.pic_center img {
	border: 0;
	text-align: center;
}
.pic_center p {
	text-align: center;
}

/* 写真２段組み */
.pic_para {
	clear: both;
	display: block;
	width: 550px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0 auto;
	margin-right: 0 auto;
}
.pic_para .area_left {
	float: left;
	width: 275px;
	margin: 0;
	text-align: center;
}
.pic_para .area_right {
	margin-left: 275px;
	text-align: center;
}
.pic_para img {
	border: 0;
	text-align: center;
}
.pic_para p {
	text-align: center;
}

/* 表 */
table.dbridge {
	margin-left: 10px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

table.dbridge th,
table.dbridge td {
	border: solid 1px #cccccc;
	padding: 3px;
}

table.dbridge td.ttl0 {
	background: #ecce73;
	text-align: center;
}
table.dbridge td.ttl1 {
	background: #baabdc;
	text-align: center;
}
table.dbridge td.ttl2 {
	background: #c7d7c4;
	text-align: center;
}
table.dbridge td.dt0 {
	background: #f5e7ba;
	text-align: center;
}
table.dbridge td.dt1 {
	background: #dfd8ef;
	text-align: center;
}
table.dbridge td.dt2 {
	background: #e8efe7;
	text-align: center;
}
table.dbridge td.ttl_a {
	background: #fafafa;
	text-align: center;
}
table.dbridge td.dt_a {
	background: #ffffff;
	text-align: center;
}
table.dbridge td.dt_y {
	background: #fefcda;
}

/* ２段組み */
.double_col {
	clear: both;
	width: 550px;
	text-align: left;
	margin: 0 auto;
}
.double_col .area_left {
	float: left;
	width: 310px;
	margin: 0;
}
.double_col .area_right {
	margin-left: 310px;
}


/* -----------------------------------------------
 index
----------------------------------------------- */
/* ２段組み */
.layout_sep {
	clear: both;
	width: 550px;
	text-align: left;
	margin: 0 auto;
}
.layout_sep .area_left {
	float: left;
	width: 350px;
	height: 350px;
	margin: 0;
}
.layout_sep .area_right {
	margin-left: 350px;
}


/* -----------------------------------------------
 datasheet
----------------------------------------------- */
/* 備考 */
ul.remarks {
	padding: 0px 5px;
}
ul.remarks li {
	list-style: outside;
	list-style-type: none;
	margin-left: 10px;
}


/* -----------------------------------------------
 caution
----------------------------------------------- */
/* 箇条書き（番号） */
ol.figure1 {
	padding: 0px 10px;
}
ol.figure1 li {
	list-style: outside;
	list-style-type: decimal;
	margin-left: 20px;
}

ol.figure1g {
	padding: 0px 10px;
}
ol.figure1g li {
	font-weight: bold;
	list-style: outside;
	list-style-type: decimal;
	margin-left: 20px;
}

ol.figure2 {
	padding: 0px 10px;
}
ol.figure2 li {
	font-weight: normal;
	list-style: outside;
	list-style-type: lower-roman;
	margin-left: 10px;
}


/* -----------------------------------------------
 advantages
----------------------------------------------- */
/* 箇条書き */
ul.advlist {
	list-style: none;
	margin-left: 20px;
	width: 300px;
}
ul.advlist li {
	list-style: none;
	padding-left: 20px;
	background: url("img/adv_sq.gif") no-repeat center left;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
}

ul.dot {
	margin-left: 0;
}
ul.dot li {
	list-style: disc outside;
	margin-left: 15px;
}


</pre></body></html>