@charset "UTF-8";

/* vi
-----------------------------------------------------*/ 
.htype01 {
	background:url(/lib/img/voice/vi.jpg) no-repeat;
	background-size:cover;
}

.htype03 {
	font-size:2.4rem;
	padding:10px 0 20px;
	text-align:left;
}

.sec p {
	margin-bottom:1em;
}

.auther {
	background:#f6f3f3;
	line-height:1.2;
	padding:.5em 1em;
	text-align:right;
}

.flbox {
	overflow:hidden;
}

.flbox .fig {
	float:left;
	margin:0 1.5em 1em 0;
	width:300px;
}

.flbox .fig img {
	height:auto;
	width:100%;
}

@media only screen and (max-width: 767px) {

.htype03 {
	font-size:1.6rem;
	padding:5px 0 15px;
}

.flbox .fig {
	float:none;
	margin:0 0 1em 0;
	width:auto;
}


}
