<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
*******************************/
body {
	font-family: '繝｡繧､繝ｪ繧ｪ','Meiryo','MS PGothic';
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	background-color: #fff;
}

/*******************************
	TD
*******************************/
td {
	font-family: '繝｡繧､繝ｪ繧ｪ','Meiryo','MS PGothic';
	font-size: 12px;
	line-height: 1.5;
}

/*******************************
	A
*******************************/

h1 {
	min-width: 1000px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f7a52a;
	color: #FFFFFF;
}

.place1 {
	padding: 0 10px;
	height: 220px;
}

.place1_inner {
	background: #FFFFFF url(../../img/logo/middle.png) no-repeat 0 10px;
	height: 220px;
	width: 900px;
	margin: auto;
	position: relative;
}

.place1 .text1 {
	position: absolute;
	top: 30px;
	left: 430px;
	font-size: 14px;
}

.authentication {
	top: 120px;
	position: absolute;
	margin: auto;
	width: 50%;
	font-size: 14px;
}
.authentication .image,
.authentication .text {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.authentication .text {
	padding-left: 10px;
}

.authentication .image {
	width: 20%;
}


.main {
	padding: 0 10px;
	background-color: #f6f6f6;
}
.main_inner {
	width: 900px;
	margin: auto;
	padding: 30px 0 40px 0;
}
.main .description {
	margin-bottom: 20px;
	font-size: 14px;
}
.main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
.main ul li div.title {
	color: #444;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
.main ul li .todofuken ul li {
	white-space: nowrap;
	float: left;
}
.main ul li .todofuken ul li a {
	text-decoration: none;
	display: inline-block;
	width: 75px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-right: 10px;
	background-color: #fff;
}
.main ul li .todofuken ul li a:hover {
	background-color: #2498e9;
	border-color: #2498e9;
	color: #fff;
}
.place2 {
	width: 900px;
	margin: auto;
	padding: 40px 60px;
}
.place2 .information {
	margin-bottom: 40px;
	padding: 0;
}
.place2 .information h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.place2 .information p {
	margin: 0;
	margin-bottom: 40px;
	font-size: 13px;
}
.place2 .contents {
	margin-bottom: 40px;
	width: 900px;
}
.place2 .contents .title {
	width: 900px;
}
.place2 .contents .title h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.place2 .contents .body ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.place2 .contents .body ul li h3 {
	border-left: solid 2px #224488;
	height: 24px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 16px;
}
.place2 .contents .body ul li ul {
	list-style: none;
	padding: 0;
	padding-left: 10px;
	margin: 0;
	line-height: 130%;
}
.place2 .contents .body ul li ul li {
	padding-bottom: 0;
	float: left;
	width: 20%;
	line-height: 30px;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 0;
}

.place2 .contents.links .body ul li {
	margin-bottom: 10px;
	border-bottom: 0;
}
.place2 .contents.links .body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.place2 .contents.links .body ul li {
	float: left;
	margin: 0;
	padding: 2px;
	width: 88px;
	height: 31px;
}
.place2 .contents.links .body ul li img {
	vertical-align: bottom;
}

.mailto {
	background: url(../../img/icon/email.gif) no-repeat 0 50%;
	padding-left: 20px;
}
</pre></body></html>