@charset "UTF-8";

#detail {
	margin-top: 40px;
}
#detail .title {
	text-align: center;
	line-height: 48px;
	letter-spacing: 1px;
}
#detail .info {
	text-align: center;
	line-height: 48px;
	color: #a6a6a6;
	border-bottom: 1px dotted #e6e6e6;
}
#detail .key,
#detail .summary {
	line-height: 32px;
	color: #666;
	padding-left: 10px;
	border-left: 2px solid #e9920c;
	margin: 10px 0;
	background-color: #f9f9f9;
}
#detail .key span,
#detail .summary span {
	color: #363636;
}
#detail .video-box {
	padding: 20px;
	text-align: center;
}
#detail .video-box video {
	/*height: 480px;*/
}
#detail .video-box audio::-webkit-media-controls {
    overflow: hidden !important
}
#detail .video-box audio::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}
#detail embed {
	min-height:320px;
}

#detail .content {
	padding: 20px 0;
	border-bottom: 1px dotted #e6e6e6;
}
#detail .content img {
	max-width: 100%;
}
#detail .file {
	color: #363636;
	line-height: 48px;
}
#detail .file a {
	color: #666;
}
#detail .file a:hover {
	color: #e9920c;
}