<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%, #EEF4F9 50%);
}
.product_inside .Area_left ul.point_ul{
	background-color: #EEF4F9;
}
.product_inside h3  {
	border-bottom: 2px solid #0060B0;
}
.product_inside h3 .series_flex p.series {
	background-color: #0060B0;
}
.product_inside h4 {
	border-bottom: 2px solid #239BFF;
}

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


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;
}

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

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


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

.table_720 {
	width: 100%;
}

.box_adopt_one img{
	width:100%;
	height:auto;
}

}

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