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

body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* Safari */
}

/*-------------------------------------*/
/* メインイメージ */
/*-------------------------------------*/

div#bgColor{
	background: #FFF;
	border-top: 1px solid #dedede;
}
/*-------------------------------------*/

 @font-face {
   font-family: 'ipaexg';
   src: url('http://www1.bbiq.jp/fcmosquito200307/sub/img/ipaexg.eot');
   src: local('ipaexg'),
        url('http://www1.bbiq.jp/fcmosquito200307/sub/img/ipaexg.woff') format('woff'),
        url('http://www1.bbiq.jp/fcmosquito200307/sub/img/ipaexg.otf') format("truetype");
 }

div#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}

	div#mainContents div.topicsBox {
		width: 295px;
		margin-left: 33px;
		margin-bottom: 10px;
	}

	div#mainContents div.firstItem {
		margin-left: 0;
	}

	div#mainContents div.topicsBox h1 {
		font-family: 'ipaexg',Arial, Helvetica, sans-serif;
		margin-left: 0;
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 16px;
		text-align: center;
	}

	div#mainContents div.topicsBox h2 {
		font-family: 'ipaexg',Arial, Helvetica, sans-serif;
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 16px;
		text-align: center;
	}

	div#mainContents div.h1-style h1 {
		font-family: 'ipaexg',Arial, Helvetica, sans-serif;
		margin-left: 0;
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 18px;
		text-align: left;
		text-decoration: underline;
	}



	div#mainContents table.table1 {
		font-size: 12px;
		margin-left: 10px;
		border-collapse: collapse;
		border-spacing: 0px;
		/* border: 1px solid; */
		/* width: 250px; */
	}

		div#mainContents table.table1 th {
			border: none;
		}

		div#mainContents table.table1 td {
			text-align: center;
			/* border: 1px solid; */
		}

table {
	/* width: auto; */
	width: 100%;
	border-spacing: 0;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

table th {
	color: #fff;
	padding: 7px 10px;
	background: #258;
	background: -moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	font-weight: bold;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.border1 {
	border-left: 2px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.border2 {
	border-left: 2px solid #84b2e0;
	border-right: 2px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.border3 {
	border-left: 2px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	background: -webkit-gradient(linear, 0% 0%, 1% 1%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
}

	table tr td {
		padding: 7px 10px;
		border-bottom: 1px solid #84b2e0;
		border-left: 1px solid #84b2e0;
		text-align: center;
	}

	table tr td:last-child {
		border-right: 1px solid #84b2e0;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	}

table tr {
	background: #fff;
}

	table tr:nth-child(2n+1) {
		background: #f1f6fc;
	}

	table tr:last-child td {
		border-bottom: 2px solid #84b2e0;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	}

		table tr:last-child td:first-child {
			border-radius: 0 0 0 5px;
		}

		table tr:last-child td:last-child {
			border-radius: 0 0 5px 0;
		}

	table tr:hover {
		background: #bbd4ee;
		cursor: pointer;
	}

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