@charset "utf-8";
/* layout */
.eosM {
	font-family: Shin Go Bold;
}

/* titles */
.t_styles {
	text-indent: -9999px;
	margin-bottom: 15px;
}

.t2_styles {
	height: 23px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

h1#t01 {
	background-image: url(../images/pinholeDetector/ttl_1.gif);
	width: 843px;
	height: 29px;
}

h2#t02 { background: url(../images/pinholeDetector/ttl_2.png) no-repeat 10px #555555; }

h2#t03 { background: url(../images/pinholeDetector/ttl_3.png) no-repeat 10px #555555; }

h2#t04 { background: url(../images/pinholeDetector/ttl_4.png) no-repeat 10px #555555; }

h2#t05 { background: url(../images/pinholeDetector/ttl_5.png) no-repeat 10px #555555; }

h2#t06 { background: url(../images/pinholeDetector/ttl_6.png) no-repeat 10px #555555; }

h2#t07 { background: url(../images/pinholeDetector/ttl_7.png) no-repeat 10px #555555; }

h2#t08 { background: url(../images/pinholeDetector/ttl_8.png) no-repeat 10px #555555; }

h2#t09 { background: url(../images/pinholeDetector/ttl_9.png) no-repeat 10px #555555; }

h2#t10 { background: url(../images/pinholeDetector/ttl_10.png) no-repeat 10px #555555; }

h2#t11 { background: url(../images/pinholeDetector/ttl_11.png) no-repeat 10px #555555; }

/* contents */
.topimg {
	position: relative;
	width: 841px;
}

.topimg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

.topimg img {
	padding: 10px;
}

.topimg p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	text-align: center;
	line-height: 1.7;
	font-size: 1.25rem;
	text-shadow: 1px 1px 5px black;
}

.contents {
	padding: 0 10px;
}

#box01 p {
	line-height: 1.5;
	margin: 0;
}

#box02 figure {
	width: 167px;
	margin: 0;
	padding-left: 10px;
	text-align: center;
	float: right;
}

#box02 ul {
	margin: 0 0 0 1.5em;
	line-height: 1.5;
}

#box02 ul li {
	margin-bottom: 0.3em;
}

#box03 ul {
	list-style: none;
	line-height: 1.5;
	position: absolute;
	margin: -340px 0 0 590px;
}

#box04 table caption {
	text-align: left;
	margin-bottom: 0.5em;
}

#box04 div.contents div#box04a {
	float: left;
	margin-right: 20px;
}

#box04 table td figure,
#box04 table td img {
	margin: 0;
}

#box04 table td figure.left {
	margin: 0 15px 0 0;
	width: 140px;
	float: left;
}

#box05 figure {
	float: left;
	width: 434px;
	margin: 0;
}

#box05 figure.r {
	width: 344px;
	margin-left: 20px;
}

#box05 img {
	float: left;
	margin: 0;
}

#box05 figcaption {
	float: left;
	margin: 0 0 0 5px;
}

#box06 table {
	position: relative;
	margin-top: 10px;
}

#box06 table caption {
	position: absolute;
	font-size: 1rem;
	color: white;
	top: 31px;
	left: 50%;
	transform: translateX(-50%);
}

#box06 table::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 26px;
	top: 27px;
	left: 0;
	background-color: rgba(0,0,0,0.7);
}

#box07 ul {
	margin: 0 0 0 1.5em;
	line-height: 1.6;
}

#box08 table {
	font-size: 100%;
	border: solid 1px #525252;
	border-collapse: collapse;
}

#box08 th {
	padding: 4px 10px;
	text-align: left;
	border: solid 1px #525252;
	background-color: #CCC;
}

#box08 td {
	padding: 4px 10px;
	border: solid 1px #525252;
	text-align: center;
}

#box09 table {
	border: none;
}

#box09 table th,
#box09 table td {
	border: none;
	text-align: left;
	font-weight: normal;
	padding: 3px 5px;
}

#box10 table {
	margin-top: 20px;
}

#box10 p {
	line-height: 1.5;
}

#box10 table#kitList th {
	background-color: #CCC;
	color: #000;
	border-bottom: 2px solid #525252;
}


table.table1 {
	font-size: 100%;
	border: 1px solid #525252;
	border-collapse: collapse;
}

.table1 th {
	padding: 4px 10px;
	border: 1px solid #525252;
	background-color: #666;
	color: #FFF;
	}

.table1 td {
	padding: 4px 10px;
	border: 1px solid #525252;
	}

.table1 th.gyou,	
.table1 td.gyou,
td.gyou {
	line-height: 1.4;
}

.odd { background-color: #D8D8D8; }
