@charset "UTF-8";

/* About Us
----------------------------------------*/

.noscr_table {
	width: 88%;
	max-width: 880px;
	margin: 0 auto 60px;
	color: #333;
	border-collapse: collapse;
	border-top: solid 1px #333;
}
.noscr_table th,
.noscr_table td {
	border-bottom: solid 1px #333;
    position: static;
    padding: 19px 25px 17px;
    font-size: 1.5rem;
    text-align: left;
    font-weight: normal;
}
.noscr_table thead tr:first-child th,
.noscr_table tbody tr:nth-child(2n) th,
.noscr_table tbody tr:nth-child(2n) td {
	background: #f9f9f9;
}
.noscr_table tbody th {
	font-size: 1.7rem;
	font-weight: 400;
	padding: 8px 25px 8px;
	width:37%;
}
section a {
	color: #009fe6;
}
section a:hover {
	text-decoration: underline;
}
section a[target="_blank"] {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/common/icon_external02.png) no-repeat right 4px;
}

@media only screen and (max-width: 450px) {
	.noscr_table {
		width: 96%;
		margin: 0 auto 60px;
	}
	.noscr_table tbody,
	.noscr_table tbody tr,
	.noscr_table tbody th,
	.noscr_table tbody td {
		display: block;
	}
	.noscr_table tbody th,
	.noscr_table tbody td {
		background: none;
		padding: 0.6em 1.2em;
		width: 100%;
	}
	.noscr_table thead tr:first-child th,
	.noscr_table tbody tr:nth-child(2n) th,
	.noscr_table tbody tr:nth-child(2n) td {
		background: none;
	}
	.noscr_table tbody tr th,
	.noscr_table tbody tr:nth-child(2n) th {
		background: #f9f9f9;
		text-align: center;
	}
	.txtarea a[target="_blank"] {
		padding-right: 20px;
		background: url(../img/common/icon_external02.png) no-repeat right 4px;
	}

}
