@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	共通読込　
/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@import "reset.css";
@import "base.css";
@import "common.css";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	medical.html
/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h1 {
	margin-bottom: 1em;
}
.lr {
	width: 650px;
}
.type1, .type2 {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.type1 table {
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
	font-size: 93%;
}
.type1 table th {
	width: 25%;
	padding: 5px;
	border: 1px solid #fff;
	color: #333;
	text-align: center;
	white-space: nowrap;
	background-color: #d4d4d4;
}
.type1 table td {
	padding: 5px;
	border: 1px solid #fff;
	text-align: left;
	background-color: #f4f4f4;
}
.type1 table caption {
	font-weight: bold;
	color: #333;
}
.type2 .lr {
	position: relative;
	width: 680px;
}
.type2 .l {
	width: 420px;
}
.type2 .r {
	width: 230px;
}
.type2 table {
	width: 220px;
	font-size: 85%;
}
.type2 table, .type2 table th, .type2 table td {
	border: none;
}
.type2 table th {
	width: 25%;
	padding: 5px;
	border: 1px solid #fff;
	font-weight: bold;
	color: #333;
	text-align: center;
	background-color: #d4d4d4;
}
.type2 table td {
	padding: 5px;
	text-align: right;
}
.type2 table td.no {
	padding: 0;
}
.type2 td.uline {
	border-bottom: 1px #ccc solid;
}
.type2 table div.jsn {
	height: 10px;
	line-height: 10px;
	padding: 0;
	margin: 0;
}
table.type3 {
	width: 220px;
	border: none;
	font-size: 93%;
	margin-top: 20px;
}
table.type3 th {
	padding: 5px;
	border: none;
	width: 40%;
	font-weight: normal;
}
table.type3 td {
	padding: 5px;
	border: none;
	letter-spacing: 0;
}
table.type3 caption {
	border-bottom: 2px #008000 solid;
	font-weight: bold;
	text-align: left;
}
.picC img {
	margin: 20px 0;
	border: none;
}
.boxfm {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 14em;
}
.boxfm a {
	text-decoration: none;
}
h2 {
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 10px 0 20px 0;
	border: none;
	border-bottom: #ccc 1px solid;
	background: #e9e9e9;
}
caption {
	padding-bottom: 0;
}

