@charset "utf-8";

/*----------------------------------------------------------------------------------------------
 __page_company style
----------------------------------------------------------------------------------------------*/
#page_company table {
	width:100%;
}
#page_company table tr {
	border-bottom:1px solid #ccc;
}
#page_company table tr:last-child {
	border-bottom:none;
}
#page_company table tr th,
#page_company table tr td {
	text-align:left;
}
#page_company table tr th {
	padding:18px 9px 18px 0;
}
#page_company table tr td {
	padding:18px 0 18px 9px;
}
#page_company table tr:first-child th,
#page_company table tr:first-child td {
	padding-top:0;
}
#page_company table tr:last-child th,
#page_company table tr:last-child td {
	padding-bottom:0;
}

@media print, screen and (min-width: 641px) {
/*----------------------------------------------------------------------------------------------
 __page_company style
----------------------------------------------------------------------------------------------*/
#page_company table {
	font-size:14px;
	font-size:1.4rem;
}
#page_company table tr th {
	width:17.5%;
}
#page_company table tr td {
	width:82.5%;
}
}

@media screen and (max-width: 640px) {
/*----------------------------------------------------------------------------------------------
 __page_company style
----------------------------------------------------------------------------------------------*/
#page_company table {
	margin-bottom:7.03125%;
	font-size:12px;
	font-size:1.2rem;
}
#page_company table tr th {
	width:30%;
}
#page_company table tr td {
	width:70%;
}
}
