<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 */


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

.uvc_bn {
  width: 540px;
}

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

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

.uvc_bn {
  width: 100%;
}

.TIS_tbl_m	{
	width:95%;
	margin:5px auto;
}
.TIS_tab img	{
	width:8%;
	height:auto;
}



}

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