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


/* 製品ごとに色設定 ここから */

.product_inside .Area_left .pointlist {
	background:linear-gradient(white 50%, #ECF3F5 50%);
}
.product_inside .Area_left ul.point_ul{
	background-color: #ECF3F5;
}
.product_inside h3  {
	border-bottom: 2px solid #2C82C1;
}
.product_inside h3 .series_flex p.series {
	background-color: #2C82C1;
}
.product_inside h4 {
	border-bottom: 2px solid #ECF3F5;
}

/* 製品ごとに色設定 ここまで */


table {
	margin: 0px;
	padding: 0px;
}
td {
	padding: 10px;
	line-height: 160%;
	background-color: #FDFDFD;
	border-bottom: 1px #CCCCCC solid;
	vertical-align: middle;
}
th {
	padding: 10px;
	line-height:160%;
	background-color: #FAFAFA;
	border-bottom: 1px #CCCCCC solid;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
th.th_link {
	color: #06C;
}

.samplebox1 {
	width: 345px;
	float: left;
	text-align: center;
	padding: 5px 7px 20px 7px;
	font-size: 13px;
	font-weight: bold;
}

.samplebox1 img {
	border: 5px solid #DDD;
	margin-bottom:5px;
}

.samplebox2 {
	width: 700px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
}

.samplebox2 img {
	border: 5px solid #DDD;
	margin-bottom:5px;
}

.img_box {
  width: 98%;
  margin: 0 auto;
  text-align: center;
}

.img_box img {
  max-width: 100%;
  height: auto;
}

.youtube_box {
	text-align:center;
	width:620px;
	padding:10px;
	margin:25px auto;
	background-color:#EEE;
	border:#DDD 1px solid;
	border-radius: 1em;
}

.box_adopt_one .TI_title {
	font-weight: bold;
	font-size: 18px !important;
	padding: 8px 0;
	color: #1b144f;
}


.box_adopt_one .TI_title .sensor {
  margin-left: 8px;
	padding: 8px 8px;
	color: #fff;
  background-color: #1b144f;
  border-radius: 5px !important;
}

.box_adopt_one p.TI_title1 {
	font-weight: bold;
	font-size: 16px !important;
	padding: 0 0 8px 0;
	color: #1b144f;
}

.box_adopt_one p.TI_title2 {
	font-weight: bold;
	font-size: 16px !important;
	padding: 15px 0 8px 0;
	color: #1b144f;
}

.box_adopt_one .function {
	padding-bottom:10px;
	clear:both;
}
.box_adopt_one hr {
	clear:both;
	width:100%;
	border:none;
	border-top:dashed 1px #999999;
}

.except ,
.except a {
	font-size:12px;
	color: #DB0000;
	padding-top:15px;
}
.except a:hover {
	text-decoration: underline;
}

tbody tr.clickable:hover td {
	background-color: #FFEBE5;
	cursor: pointer;
}

tbody tr.clickable:hover th {
	background-color: #FFEBE5;
	cursor: pointer;
	color: #C00;
}

/* 関連製品
=================================================*/
h4.relation {
    margin-top: 50px;
}

.relation_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

.relation_flex a {
    margin: 0 30px 5px;
}
.relation_flex .relation_box {
    text-align: center;
    line-height: 150%;
}
.relation_flex .relation_box img {
    width: 180px;
    height: auto;
    margin: 20px 0 10px;
}
.relation_flex .relation_box strong {
    font-size: 110%;
}


/* 画面サイズの横幅が 480px より小さい場合に適用 */
@media screen and (max-width: 480px) {
.sp_none {
	display: none;
}

table {
	font-size: 10px;
}

.table_720 {
	width: 100%;
	font-size: 10px;
}
th {
	font-size: 10px;
}

.img_98 {
	width: 98%;
  height: auto;
}

.samplebox1 {
	width: 98%;
	float: none;
	padding-bottom: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.samplebox1 img {
	width: 98%;
	height:auto;
	margin-bottom:5px;
}

.samplebox2 {
	width: 98%;
	float: none;
	padding: 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.samplebox2 img {
	width: 98%;
	height:auto;
}
.youtube_box {
	text-align:center;
	width:95%;
	padding:10px;
	margin:25px auto;
	background-color:#EEE;
	border:#DDD 1px solid;
	border-radius: 1em;
}

.youtube_box img{
	width:100%;
}

.box_adopt_one .TI_title {
	font-size: 12px !important;
  line-height: 230%;
}

.box_adopt_one .TI_title .sensor {
  font-size: 11px;
  letter-spacing: 0.1px;
  margin-left: 0px;
	padding: 5px 5px;
}

/* 関連製品
=================================================*/
h4.relation {
    margin-top: 20px;
}
.relation_flex a {
    text-align: center;
    line-height: 150%;
    margin: 0 5px 5px;
    width: 47%;
}
.relation_flex .relation_box img {
    width: 90%;
    height: auto;
    margin: 0 0 5px 0;
}
.relation_flex .relation_box strong {
    font-size: 95%;
}


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