/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.7 !important; filter: alpha(opacity = 70) !important;}
#colorbox{outline:0;}
#cboxContent{background:#fff; overflow:visible; padding:96px; }
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

/*
    Own Style:
*/

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; text-indent:-9999px;}

#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,
#cboxTitle,
#cboxCurrent{
	display:none !important;
}

#cboxPrevious{
	background:#fff;
	background-image:url(images/left.png);
	background-position:center center;
	width:30px;
	height:30px;
	left:20px;
	top:45%;
}

#cboxNext{
	background:#fff;
	background-image:url(images/right.png);
	background-position:center center;
	width:30px;
	height:30px;
	right:20px;
	top:45%;
}

#cboxClose{
	background:#fff;
	background-image:url(images/close.png);
	background-position:center center;
	width:30px;
	height:30px;
	right:10px;
	top:10px;
}

#cboxPrevious:hover,
#cboxNext:hover{
	opacity:0.8;
}

.voice-detail{

}

.voice-detail .box{

}

.voice-detail .photo{
	width:227px;
	float:left;
}

.voice-detail .text{
	width:560px;
	float:left;
	margin-left:18px;
}

.voice-detail .text .post-photo{
	width:50px;
	float:left;
}

.voice-detail .text .name{
	margin-left:20px;
	float:left;
}

.voice-detail .text .ml0{
	margin-left:0;
}

.voice-detail .text .name .post{
	font-size:12px;
}

.voice-detail .text .name h2{
	font-size:18px;
	font-weight:normal;
}

.voice-detail .text .name h2 span{
	font-size:14px;
	line-height:18px;
}

.voice-detail .text h3{
	font-size:20px;
	font-weight:normal;
	color:#999;
	letter-spacing:2px;
	text-decoration:underline;
	margin:15px 0;
}

.voice-detail .text p{
	font-size:15px;
}

.voice-detail .dr{
	margin:30px 0 0 0;
	background:#f3f3f3;
	padding:20px 15px;
}

.voice-detail .dr .dr-profile{
	width:250px;
	float:left;
	border-right:1px solid #999;
}

.voice-detail .dr .dr-photo{
	width:80px;
	margin-right:10px;
	float:left;
}

.voice-detail .dr .dr-name{
	margin-top:6px;
	float:left;
	width:160px;
}

.voice-detail .dr .dr-name h2{
	font-size:12px;
	font-weight:normal;
	margin-bottom:4px;
}

.voice-detail .dr .dr-name h3{
	font-size:12px;
	font-weight:normal;
}

.voice-detail .dr .dr-name h4{
	font-size:18px;
	font-weight:normal;
}

.voice-detail .dr .dr-name h4 span{
	font-size:14px;
	vertical-align:bottom;
}

.voice-detail .dr .dr-text{
	width:480px;
	margin-top:10px;
	margin-left:30px;
	float:left;
}

.voice-detail .dr .dr-text p{
	font-size:13px;
}

@media only screen and (max-width: 919px) {
	#cboxContent{
		padding:20px;
	}

	.voice-detail{

	}

	.voice-detail .box{

	}

	.voice-detail .photo{
		width:100%;
		float:none;
		text-align:center;
	}

	.voice-detail .text{
		width:100%;
		float:none;
		margin:10px 0;
	}

	.voice-detail .text .post-photo{
		width:50px;
		float:left;
	}

	.voice-detail .text .name{
		margin-left:20px;
		float:left;
	}

	.voice-detail .text .name .post{
		font-size:11px;
	}

	.voice-detail .text .name h2{
		font-size:14px;
		font-weight:normal;
	}

	.voice-detail .text .name h2 span{
		font-size:12px;
		line-height:18px;
	}

	.voice-detail .text h3{
		font-size:14px;
		font-weight:normal;
		color:#999;
		letter-spacing:2px;
		text-decoration:underline;
		margin:15px 0;
	}

	.voice-detail .text p{
		font-size:12px;
	}

	.voice-detail .dr{
		margin:30px 0 0 0;
		background:#f3f3f3;
		padding:20px 15px;
	}

	.voice-detail .dr .dr-profile{
		width:100%;
		float:none;
		border:0;
	}
	.voice-detail .dr .dr-profile:after{
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	.voice-detail .dr .dr-photo{
		width:80px;
		margin-right:10px;
		float:left;
	}

	.voice-detail .dr .dr-name{
		margin-top:6px;
		float:left;
	}

	.voice-detail .dr .dr-name h2{
		font-size:11px;
		font-weight:normal;
		margin-bottom:4px;
	}

	.voice-detail .dr .dr-name h3{
		font-size:11px;
		font-weight:normal;
	}

	.voice-detail .dr .dr-name h4{
		font-size:14px;
		font-weight:normal;
	}

	.voice-detail .dr .dr-name h4 span{
		font-size:12px;
		vertical-align:bottom;
	}

	.voice-detail .dr .dr-text{
		width:100%;
		float:none;
		margin:10px 0;
	}

	.voice-detail .dr .dr-text p{
		font-size:13px;
	}

}