
div#sample div.corporateBox03 {
    margin: 0 10px 25px 10px;
    padding: 20px 20px 0 20px;
    background: #efefef url(/switcher/casestudy/images/icon_bg_corporate.jpg) no-repeat left bottom;
    height: 100%;
}

.photoBox {
    width: 350px;
    height: auto;
	float:left;
	margin-right:20px;
}

.textBox{
	    font-size: 15px;
    line-height: 170%;

}

.plofile_area{

	padding:10px;
	margin-bottom:30px;
}


.plofile{
	padding:10px;
	border:solid 3px #cccccc;
	width:320px;
	margin:10px;
	float:left;
	}
	
.plofile .photo{
	float:left;
}

.plofile .text{
	float:left;
	margin-left:10px;
	font-size:16px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
}



.mt{
	margin-top:90px;
}

.sp_br{
	display:none;
}



@media (max-width:640px){

.plofile{
	width:320px;
	margin:20px auto 10px;
	float:none;
	}
	
.sp_br{
	display:block;
}


.mt{
	display:none;
}

}


