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






.profile_designer {
	margin-top: 40px;
	float: left;
	width: 100%;
}

.profile-photo{
	display: block;
	float: left;
	margin: 0 30px 30px 0;
}


.profile-photo img{
	width: 325px;
}



.profile-data{
	display: block;
	float: left;
  font-size: 0.9rem;

   

}


.profile-data-column{
	width: 100%;
}




.name{
	margin: 0 0 20px 0;
	display: block;
	width: 100%;

	
}


.name_k{
	font-size: 1.3rem;
	line-height: 1.3rem;
	height: 1.3rem;


}

.name_r{
	/*border-bottom: solid thin ;
	width: 100%;*/


}





.d_dt{
	font-size: 1rem;
	
	    font-family: 'Josefin Sans';
	    font-weight: 500;
	    color: gray;


	
}

.d_dd{
	font-size: 0.8rem;
	margin-bottom: 30px;
	/*margin-left: 10px;*/
	/*width: 400px;*/
	
}

th{
	width: 30%;
	line-height: 160%;
	font-weight: normal;

}

tr{
	width: 70%;
		line-height: 160%;
}



@media screen and (min-width: 570px) and (max-device-width: 700px) {


.profile_designer {
	margin-top: 0;
}



	.profile-data{
	width: 50%;
}





.profile-photo{
	display: block;
	float: left;
	margin: 0 30px 30px 0;
}


.profile-photo img{
	width: 325px;
}



}


@media screen and (min-width: 570px) and (max-device-width: 700px)and (orientation:landscape) {

.profile_designer {
	margin-top: 0;
}
}



@media screen and (max-width: 570px) {
	.profile_designer {
	margin-top: 0;
}
.profile-data{
	width: 100%;

}

.profile-photo{
	display: block;
	float: left;
	margin: 0 auto 30px ;
	width: 100%;
}


.profile-photo img{
	width: 80%;
}

.d_dd{
	font-size: 0.7rem;
	margin-bottom: 30px;
	/*margin-left: 10px;*/
	/*width: 400px;*/
	
}


}