@charset "utf-8";

/* -------------------------------------------------- */
/* 清掃業務 */
/* -------------------------------------------------- */

/* ヘッダー画像枠 */
.main_title_frame {
	background-image:url('/image/company/profile/main_hjeader.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
}

/* タブレット */
@media only screen and (max-width:767px) {
	.main_title {
		font-size:40px;
	}
}
/* -------------------------------------------------- */
/* マイナビバナー */
.mynavi_banner{
	width:100%;
	max-width:300px;
}

/* -------------------------------------------------- */
/* テーブル */
table {
	border-collapse:collapse;
	width:100%;
}
tr,td{
	border:1px solid #000;
	padding:10px;
}
.td_left {
	background-color:#e2e2e2;
	width:20%;
	text-align-last: justify;
	line-height:23px;
}
.td_right {
	width:80%;
	line-height:23px;
}

/* スマホ */
@media only screen and (max-width:550px) {
	.td_left {
		width:30%;
		font-size:12px;
	}
	.td_right {
		width:70%;
		font-size:12px;
	}
}
