@charset "UTF-8";
/* CSS Document */


/* MySlick */




.SlickReferencePhoto .BoxRefer {
	position: relative;
	display: block;
	width: 400px;
	height: 200px;
	text-align: left;
	font-size: 0.85em;
	font-weight: 300;
	padding:0px;
	box-sizing: border-box;
	margin: auto;
}


.SlickReferencePhoto .BoxRefer b {
	display: block;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 0px;
}

.SlickReferencePhoto .BoxRefer .CirclePeople {
	position: relative;
	float: left;
	width: 140px;
	height: 140px;
	border: 5px solid #FFF;
	box-sizing: border-box;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	margin: 0px 0 20px 0;
	color: #FFF;
	background: center center no-repeat;
	background-size: cover;
}

.SlickReferencePhoto .BoxRefer .BoxName {
	position: relative;
	width: 400px;
	height: 80px;
	box-sizing: border-box;
	color: #4a545a;
	font-weight: 600;
	font-size: 1.2em;
	text-align: left;
	color: #FFF;
}

.SlickReferencePhoto .BoxRefer .BoxTxt {
	position: relative;
	padding: 20px;
	width: 240px;
	height: auto;
	min-height: 140px;
	box-sizing: border-box;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FFF;
	color: #4a545a;
	font-weight: 300;
	font-size: 1.05em;
	text-align: left;
	margin: 0 0 10px 160px;
}

.SlickReferencePhoto .BoxRefer .BoxTxt .Bubble {
	position: absolute;
	display: block;
	width: 37px;
	height: 30px;
	left:-16px;
	top:50px;
	background: url(../../module/reference-photo/img/Bubble5.png) no-repeat center center;
	}
	


@media (max-width: 480px) 
{	
	.SlickReferencePhoto .BoxRefer {
		width: 100%;
		height: 400px;
		text-align: center;
		}
		
	.SlickReferencePhoto .BoxRefer .BoxName {
		width: 100%;
		text-align: center;
		}
		
	.SlickReferencePhoto .BoxRefer .CirclePeople {
		float: none;
		margin: 0px auto 20px auto;
		}
		
	.SlickReferencePhoto .BoxRefer .BoxTxt {
		padding: 20px;
		width: 90%;
		text-align: center;
		margin: 35px auto 10px auto;
		}
		
	.SlickReferencePhoto .BoxRefer .BoxTxt .Bubble {
		position: absolute;
		display: block;
		width: 28px;
		height: 39px;
		left:50%;
		top:-20px;
		background: url(../../module/reference-photo/img/Bubble6.png) no-repeat center center;
		margin-left: -14px;
		}
}
