/* CSS Document */

@charset "utf-8";

.titl_bg {}

dl.dlvoice {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:8%;
}
dl.dlvoice dt {
	float: left;
	width: 100px;
	padding-right: 10px;
}
dl.dlvoice dd {
	margin-left: 120px;
	min-height: 120px;
	margin-bottom: 3%;
}

ul.uluser {
	display: flex;
	flex-wrap: wrap;
	padding-left: 2%;
}
ul.uluser li {
	width: 14.5%;
	margin-right: 2%;
	margin-bottom: 2%;	
}

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



}

@media screen and (max-width: 600px) {
dl.dlvoice dt {
	float: none;
	width: auto;
	text-align: center;
	margin-bottom: 3%;
}
dl.dlvoice dd {
	margin-left: 0px;
	min-height: auto;
	margin-bottom: 10%;
}

}

