@charset "UTF-8";

body {
	color: #333;
	font-size: 0.8em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', "MS UI Gothic", Osaka, "MS PGothic", Arial, Helvetica, sans-serif, verdana;
	letter-spacing: 0.05em;
	line-height: 150%;
	text-align: center;
}

a {
	border: 0;
	margin: 0;
	padding: 0;
	color: #5c5c5c;
	text-decoration: none;
}

a:link,
a:visited,
a:active {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #607935;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

tr {
	display: table-row;
	vertical-align: inherit;
}

.clr {
	clear: both;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}



/*osirase
----------------------------------------------------------------------------------*/

#contentBox h2.seminaTitle {
	font-weight: bolder;
	text-align: center;
	font-size: 26px;
	border: none;
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
	color: #2B0B00;
}

#contentBox h2.seminaTitle span {
	font-size: 80%;
}

.content_wrapper h2 {
	margin-bottom: 20px;
	margin-top: 60px;
	padding-top: 25px;
	border-top: #999 1px dotted;
}

#contentBox .TopInfo {
	font-weight: bold;
	color: #2B0B00;
	padding: 6px 12px;
	margin-bottom: 15px;
	margin-top: 20px;
	clear: both;
	background: url(../../image/common/h3_bottom.jpg) repeat-x bottom #F0EDE4;
}

#contentBox .TopInfo dl.topinfo {
	margin: 0;
	padding: 0;
	color: #2B0B00;
	font-size: 14px;
}

#contentBox .TopInfo dl.topinfo dt {
	display: inline-block;
	width: 60px;
	margin-right: 40px;
	vertical-align: top;
}

#contentBox .TopInfo dl.topinfo dd {
	display: inline-block;
	width: 460px;
	margin-bottom: 5px;
}

#contentBox .content .flexBox {
	display: flex;
	margin-top: -15px;
}

#contentBox .content .flexBox .text {
	margin-right: 10px;
	width: 400px;
}

#contentBox .content .flexBox .text p {
	margin-bottom: 0;
}

#contentBox p span.line {
	font-weight: 900;
	background: #ffe0ef;
}

#contentBox .content .flexBox .image {
	margin-top: 5px;
}

#contentBox .content .flexBox .image img {
	width: 260px;
	height: auto;
}

#contentBox .content dl {
	margin-top: 20px;
}

#contentBox .content dl dt {
	display: inline-block;
	margin-bottom: 5px;
	width: 80px;
	margin-right: 10px;
	vertical-align: top;
}

#contentBox .content dl dd {
	display: inline-block;
	margin-bottom: 15px;
	width: 520px;
}

#contentBox .content dl dt.block {
	display: block;
	width: 100%;
}

#contentBox .content dl dd.block {
	margin-left: 2em;
}

#contentBox .content dl dd span.strong {
	display: inline-block;
	margin-left: -2em;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	font-weight: bold;
}

#contentBox .content dl dd ol {
	margin-left: 60px;
	margin-top: 5px;
}

#contentBox .content dl dd ol li {
	padding-left: 1.3em;
	position: relative;
	width: 500px;
}

#contentBox .content dl dd ol li span {
	position: absolute;
	left: 0;
}

/* table
----------------------------------------*/
#contentBox .content table {
	width: 600px;
	margin: 10px auto;
}

#contentBox .content dl.infoBox {
	margin: 20px 0 10px;
}

#contentBox .content dl.infoBox dt {
	font-size: 14px;
	width: 100px;
	margin-right: 0;
	float: left;
}

#contentBox .content dl.infoBox dd {
	display: block;
	margin-bottom: 10px;
	line-height: 1.8em;
	margin-left: 100px;
}

#contentBox .content dl.infoBox dt::before {
	content: '■';
	margin-right: 3px;
}

#contentBox .content dl.infoBox dd ol {
	list-style: decimal;
	margin-left: 2.5em;
	margin-top: 10px;
}

#contentBox .content dl.infoBox dd ol li {
	padding: 0;
	width: auto;
}


#contentBox .content dl dd.tableIn {
	margin-left: 0;
	padding-top: 20px;
}

.tableIn table {
	width: 620px;
	font-size: 95%;
	border-collapse: collapse;
}

.tableIn table thead,
.documents thead {
	background: #f5f5f5;
	text-align: center;
}

.tableIn table tr,
table.documents tr {
	border-bottom: 1px solid #f5f5f5;
}

.tableIn table th,
.tableIn table td {
	padding: 5px;
}

#contentBox .content a.form-link {
	display: inline-block;
	margin-right: 40px;
	margin-top: 10px;
}

#contentBox .content h4.download {
	margin: 0;
	margin-top: 2em;
	line-height: 1.8;
}


#contentBox .contentMainImg {
	width: 670px;
	margin-bottom: 20px;
}

#contentBox .contentMainImg img {
	width: 670px;
}

#contentBox table td.bottoms {
	vertical-align: bottom;
}


/* 資料ダウンロード */

table.documents {
	border-collapse: collapse;
	font-size: 90%;
}

table.documents thead {
	text-align: center;
}

table.documents tbody td:first-of-type {
	text-align: center;
}

table.documents th,
table.documents td {
	padding: 5px;
}

table.documents .middle {
	vertical-align: middle;
}

table .center {
	text-align: center;
}
