@charset "utf-8";
/* PAGE2 ========================================================*/
.smallTitle h2	{ font-size:19px;}
.boxOne	{ display:inline-block; padding-bottom:10px;}
.boxOneLeft		{ width:210px; margin-right:25px; float:left; padding-top:3px;}
.boxOneRight	{ width:450px;float:left; padding-top:25px;}
.boxOneRight p.spaceH5	{ margin-bottom:10px;}

.boxGallery		{ padding:10px;}

.boxOneLeft .itemImg {	
	width: 210px;
	height: auto;
	box-sizing: border-box;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	-moz-box-shadow: 0 7px 6px -6px #777;
	box-shadow: 0 7px 6px -6px #777;

}
.boxOneLeft .itemImg img, .boxOneLeft .itemImg div img	{ 
	width: 210px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #EAEAEA;
}

.boxRow {
	width: 100%;
	height: auto;
	margin-top: 1.5%;
	display: table;
}
.boxRow .item {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	margin-bottom:20px;
}
.boxRow .itemImg {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	-moz-box-shadow: 0 7px 6px -6px #777;
	box-shadow: 0 7px 6px -6px #777;
}

.boxRow .itemImg img, .boxRow .itemImg div img  {
	width: 100%;
	height: auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #E7E7E7;
}
.boxRow .item .itext { 	font-size:14px;	text-align:center; font-weight:bold;}
.colName	{ width:150px;}
.spacetxt	{ margin-top:15px; line-height:150%;}
.boxRow .item .centertxt	{ text-align:center; font-weight:bold; font-size:15px;color: #FF46A3;}

.title-sur
{
	font-weight:bold;
	font-size:16px;
	color:#000;
}



.img-staff
{
	width:30%;
	float:left;
	box-sizing:border-box;
	margin-right:10px;
}

.img-staff img
{
	max-width:100%;
}


.img-staff1
{
	width:67%;
	float:right;
	box-sizing:border-box;
	margin-left:10px;
}













