@charset "utf-8";
/*
CSS Information
 File name:      voice.css
 Author:         Administrator
 Style Info:     /sp/voice.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */

#content ul li {
	border-bottom: solid 1px #000099;
}

#content ul li:last-of-type {
	border-bottom: none;
}

.voice_list li a {
	display: flex;
	padding: 10px 15px 10px 10px;
	color: #000066;
}


.voice_list li  img {
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 80px;
}
.photo {
	margin-right:10px;
}
.voice_list-info {
	font-size: 85%;
	flex: 1;
}
.voice_list-info h2 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 5px;
}

.voice_list-info .name,
.voice_list-info .time {
	display: block;
	margin-bottom: 5px;
}

.voice_list-info .name,
.voice_list-info p {
	color: #000000;
}

#content ul li .voice_box dt {
    margin-bottom: 3px;
    padding-left: 3px;
    font-weight: bold;
    border-left: 5px solid #999;
    border-color: inherit;
}
#content ul li .voice_box dd {
    margin-bottom: 5px;
    padding-left: 15px;
}
#content .btn {
	background: #CCCCCC;
	width: 90%;
	text-align: center;
	font-size: 116%;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px;
}
#content .btn a {
	display: block;
	padding: 10px;
	color: #000000;
}

