@import url("global.css");

#title {
	background:url(../profile/images/title.jpg) no-repeat center top #EEE;
	background-size: cover;
}


/* ---- common ---- */

.cnt article {
	margin-bottom: 100px;
}
.cnt article .img {
	width: 380px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
.cnt article .txt {
	width: 560px;
	float: right;
}
.cnt article .txt h3 {
	padding: 0 5px;
	font-size: 20px;
	letter-spacing: 0.2em;
	background: linear-gradient(transparent 60%, #C2E7E4 0%);
	line-height: 1.4;
	display: inline-block;
}
.cnt article .txt h3 span {
	padding-left: 15px;
	font-size: 16px;
	font-family: "Tillana",cursive, "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #999;
	letter-spacing: 1px;
}

article table caption {
	text-align: left;
	font-size: 15px;
	color: #A6B3B3;
}
article table td {
	text-align: left;
	padding: 10px 0 10px 20px;
}
article table td:first-child {
	padding: 10px 0;
	white-space: nowrap;
	color: #999;
}



/* ---- hino ---- */

article.hino .txt p {
	margin-top: 20px;
}
article.hino .txt p:first-child {
	margin-top: 0;
}

article.hino table {
	width: 450px;
	border-collapse: collapse;
	margin-top: 40px;
}
article.hino table.history {
	float: left;
}
article.hino table.awards {
	float: right;
}



/* ---- iwata ---- */

article.iwata .txt dl {
	margin-top: 20px;
}
article.iwata .txt dl dt {
	font-size: 15px;
	color: #A6B3B3;
	margin-bottom: 10px;
}
article.iwata .img table {
	border-collapse: collapse;
	margin-top: 40px;
}


/* ---- hino_h ---- */

.cnt article.hino_h .txt {
	float:none;
	margin-bottom:20px;
}

