@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css");
@import url("/css/parts.css");
@import url("/css/margin.css");

table {
	width: 100%;
	font-size: 118.71%;
	margin-bottom: 20px;
	border-collapse: separate;
}
table th {
	width: 35%;
	padding: 20px 0;
	text-align: center;
	vertical-align: top;
	border-top: 1px dotted #eee;
	color: #333;
	vertical-align: middle;
	text-align: left;
	font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
table td {
	width: 65%;
	padding: 20px 0 20px 20px;
	border-top: 1px dotted #eee;
	vertical-align: middle;
	line-height: 1.5;
}

#master-message-block h4 {
	font-size: 224.71%;
	font-family: "FOT-筑紫明朝 Pr6 M", "TsukuMinPr6-M";
	text-align: center;
	margin-bottom: 50px;
	padding-top: 30px;
}
#master-message-block h4 span {
	font-size: 90%;
	margin-bottom: 10px;
	display: block;
}
#youtube-block {
	width: 480px;
	margin: 40px auto;
}

.history-message {
	font-size: 154.71%;
	font-family: "FOT-筑紫明朝 Pr6 M", "TsukuMinPr6-M";
	text-align: center;
	line-height: 1.8
}
.history-img { width: 180px; }

/* PC SIZE */
@media screen and (min-width: 980px){
	.back-images-block {
		background: url('/images/company/img-track-pc.png') no-repeat top center;
		height: 684px;
	}
	#master-message-block {
		background: url('/images/company/img-master-pc.png') no-repeat top center;
		height: 706px;
	}
	#master-message-block .message {
		padding-left: 360px;
	}
}

/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
}
@media screen and (max-width: 480px){
	table {
		font-size: 108.71%;
	}
	.googlemaps {
		display: none;
	}
	#youtube-block {
		width: 96%;
	}
}
