@charset "UTF-8";


/*list*/
div#contents h5 {
	margin:0 0 30px;
	padding:0 0 0 15px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	font-size:123.1%;
	background:url(../img/common/title_bg3.gif) no-repeat;
}
div#contents p {
	font-size:108%;
}

table.co-table {
	width:600px;
}
table.co-table th {
	background:#EEE;
	padding:10px 0 10px 0;
	text-align:center;
}
table.co-table td {
	padding:10px;
	line-height:150%;
}
table.co-table li {
	line-height:150%;
}
table.co-table div.section {
	margin-bottom:15px;
	line-height:150%;
}

table.co-table a,
table.co-table a:link,
table.co-table a:visited {
	line-height:150%;
	color:#369;
	text-decoration:underline;
}
table.co-table a:hover {
	line-height:150%;
	color:#339;
	text-decoration:none;
}

/*license*/

div.lice-list {
	margin:0 0 30px;
	padding:0;
}
div.lice-list ul {
	margin:0;
	padding:0 0 0 30px;	
}
div.lice-list ul li {
	float:left;
	width:280px;
	margin:0 0 15px;
	padding:0;
	line-height:150%;
	list-style:disc;
}
div.lice-list ul li.long {
	width:560px;
}

div.lice-list2 {
	margin:0 0 30px;
	padding:0;
	display: grid;
	grid-template-columns: repeat(2,auto);
}
div.lice-list2 ul {
	margin:0;
}
div.lice-list2 ul li {
	margin:0 0 15px;
	padding:0;
	line-height:150%;
}
div.lice-list2 ul li::before {
	content:'・';
	font-weight: bold;
}

/*equip*/
table.w150 {
	margin-bottom:30px;
}
table.w150 th {
	width:150px;
}

h6 {
	font-size:108%;
	font-weight:bold;
	border-top:2px solid #CCC;
	border-bottom:1px solid #CCC;
	width:600px;
	margin:0 0 15px;
	padding:0;
	height:25px;
	line-height:25px;
	color: #369;
}

/*client*/
ul#client {
	margin:0;
	padding:0;
	list-style:none;
}
ul#client li {
	float:left;
	width:204px;
	margin:0 0 15px;
	padding:0;
}
ul#client li.long {
	width:200px;
}

/*access*/
div#map img {
	margin-bottom:15px;
}
p.map-link {
	text-align:right;
}
table.access th {
	width:100px;
}
img.fright {
	float:right;
	margin:0 0 30px 30px;
}
div#contents p.alright {
	text-align:right;
}

/*financial*/
table.financial {
	width:600px;
	margin:0px;
}
table.financial td {
	padding:5px;
	font-size:93%;
	text-align:left;
}
table.financial tr.tit1 td {
	background:#356d9e;
	color:#FFF;
	text-align:center;
}
table.financial tr.tit2 td {
	background:#c9d6e2;
	color:#666;
	text-align:center;
	font-size:85%;
}
table.financial td.num {
	text-align:right;
}
p.financial {
	text-align:right;
	margin-bottom:30px;
	text-align:right;
	width:600px;
}
