﻿@charset "utf-8";

/* 会社情報ページ */
@import url("../../common/css/common.css");


/* contents */
table {
	border-collapse:collapse;
	border-style: none;
	border-width:thick;
	border-color:#c0c0c0;
	width:100%;

	margin-top:50px;
}
table th,table td{
		border:solid 1px #c0c0c0;
}

th.t_top {
    border-bottom: #1E90FF 4px solid;
}
th {
	background-color:#cfcfcf;
	border-bottom: #c3c3c3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-bottom: #b7b7b7 4px solid;
}
td {
	padding:10px;
}
ul.kajo{
	padding:10px 0px;
}
.lt{
	margin: 0px 0px 0px 50px;
	list-style-type: square;
}
# groupt-1{
	margin-left:auto;
	margin-right:auto;s
padding: 2rem;
border: 1px solid #606061;
box-sizing: border-box;
}
dl.otoiawase{
	border: 1px solid #606061;
	box-sizing: border-box;
	display: flex;
	margin: 30px auto;
	padding: 30px 30px;
}
.otoiawase dt{
	font-weight: bold;
letter-spacing: 0.1em;
width: 200px;
margin-right: 2rem;
border: 1px solid #606061;
display: flex;
align-items: center;
justify-content: center;
height: 5rem;
text-align: center;
}
.otoiawase dd{
	font-size: 0.85rem;
}
