@import url("global.css");


.wrapper article {
	margin-bottom: 50px;
}
.wrapper article .img {
	width: 100px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.wrapper article .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.wrapper article .txt h3 {
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	margin: 6px 0 10px;
}
.wrapper article .txt h3 span {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	font-family: "Tillana",cursive, "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #999;
	letter-spacing: 1px;
}
.wrapper article p.commnet {
	margin-top: 20px;
}
.wrapper article table {
	margin: 20px 0;
}
.wrapper article table caption {
	font-size: 16px;
	font-weight: bold;
	color: #A6B3B3;
	border-bottom: 1px dotted #DFDFDF;
	padding-bottom: 5px;
}
.wrapper article table td {
	text-align: left;
	padding: 5px 0 5px 20px;
	line-height: 1.5;
}
.wrapper article table td:first-child {
	padding: 5px 0;
	white-space: nowrap;
	color: #999;
}

.wrapper article dl {
	margin-top: 20px;
}
.wrapper article dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #A6B3B3;
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 1px dotted #DFDFDF;
	padding-bottom: 5px;
}


.wrapper article.hino_h .txt {
	padding-left:0;
}
