@charset "utf-8";

/* ms-company-information-box
--------- --------- --------- */
#contents .ms-company-information-box {
	margin-top: 50px;
}

#contents .ms-company-information-box .title-box.title-style1{
	border-bottom: 1px solid #e0e0e0;
}


/* information-table-box
--------- --------- --------- */
#contents .information-table-box{
	margin-bottom: 20px;
}

#contents .information-table-box .ms-col {
	width: 410px;
}

#contents .information-table-box .table-box table{
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	width: 100%;
	font-size: 12px;
}

#contents .information-table-box .table-box:first-child {
	margin-bottom: 20px;
}

#contents .information-table-box .table-box table > tr:first-child th{
	border-top: none;
}

#contents .information-table-box .table-box table tr th,
#contents .information-table-box .table-box table tr td {
	padding: 9px 10px;
	border-top: 1px dotted #c0c0c0;
	border-left: 1px dotted #c0c0c0;
}

#contents .information-table-box .table-box table tr th{
	background: #f1f1f1;
	text-align: left;
}

#contents .information-table-box .table-box.ms-col table tr th:first-child{
	border-left: 0;
}

#contents .information-table-box .table-box.ms-col table tr:first-child th {
	text-align: center;
}

#contents .information-table-box .table-box.ms-col table tr td {
	text-align: right;
}