/* CSS Document */

.wrap-office {
	background-image: url(../img/company/office.jpg);
	background-size:cover;
	height: 380px;
}
/* FRAME ----------------- */
.frame-001 {
	width: 100%;
}
.frame-001 th {
	background-color: #eee;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #ccc;
	width: 100px;
}
.frame-001 td {
	line-height: 18px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.frame-002 {
	width: 100%;
}
.frame-002 tr {
	border-bottom: 1px solid #ccc;
}
.frame-002 th {
	height: 100%;
	font-weight: normal;
	padding: 10px;
}
.frame-002 td {
	line-height: 20px;
	width: 100%;
	padding: 10px 10px 20px 10px;
	background-image: url(../img/common/back-5x49.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
}
.frame-002-t {
	padding: 10px;
	background-color: #f00;
	color: #fff;
	height: 100%;
}
@media screen and (max-width:640px){
	.frame-001 th {
		width: 80px;
	}
}