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

#otherBase {
	background:url(../img/profile.jpg) no-repeat;
}

#imgLeft {
	width:40%;
	float:left;
	
}

#imgRight {
	width:50%;
	float:right;
	margin-bottom:20px;	
}

#imgName {
	margin-top:50px;
	display:block;
}

#imgMobileName {
	width:50%;
	margin-top:100px;
	display:none;
}

dl {
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-top:0px;
}

dt {
	float:left;
	width:15%;
	color:#72A8D8;
	line-height:23px;
}

dd {
	margin-left:100px;
	width:80%;
	line-height:23px;
	color:#333;
}

.profileTextArea {
	border-top:solid;
	border-bottom:solid;
	border-color:#72A8D8;
	border-width:1px;
	
	overflow:hidden;
	padding-left:10px;
	padding-top:30px;
	padding-bottom:30px;
	width:50%;
}

.profileTextArea2 {
	overflow:hidden;
	padding-left:10px;
	padding-top:30px;
	padding-bottom:30px;
	width:50%;
	line-height:30px;
}

.profileArea1 {
	overflow:hidden;
	margin-bottom:60px;
}

.profileArea2 {
	overflow:hidden;
}

.titleArea {
	/*border-left:solid;
	border-left-width:10px;*/
	border-bottom:solid;
	border-color:#72A8D8;
	border-bottom-width:1px;
	
	width:50%;
	line-height:30px;
	color:#333;
	padding-left:15px;
	margin-left:30px;
	overflow:visible;
}

.textArea {
	margin-top:10px;
	margin-bottom:20px;
	margin-left:45px;
	overflow:hidden;
	line-height:23px;
	
}

.textArea a {
	color:#333;	
}

.titleAlfa {
	color:#72A8D8;
	margin-left:20px;
}

.ulProfile {
	color: #ff7a8f;
}
.ulProfile span {
	color: #333;
}

@media screen and (max-width: 999px) {
	dt {
		float:none;
		width:100%;		
	}
	
	dd {
		margin-top:5px;
		margin-bottom:10px;
		margin-left:20px;	
	}
	
	.titleArea {
		width:100%;
	}
	#imgProfile {
		width:50%;
	}
		
	#imgName {
		width:50%;
		display:none;
	}
	
	#imgMobileName {
		display:block;
	}	
	
	.textArea {
		margin-top:10px;
		margin-bottom:20px;
		overflow:hidden;
		line-height:23px;
		margin-left:20px;
	}
	.titleArea {
		padding-left:15px;
		margin-left:0px;
	}

	.profileTextArea {
		width:100%;
	}

	.profileTextArea2 {
		width:100%;
	}
	
	.profileArea1 {
		margin-top:20px;
		margin-left:auto;
		margin-right:auto;
		width:95%;
	}
	.profileArea2 {
		margin-left:auto;
		margin-right:auto;
		width:95%;
	}
	
}


}
@media screen and (min-width:1000px) and (max-width: 1249px) {
	#imgProfile {
		width:50%;
	}
}
@media screen and (min-width:1250px) and (max-width:1599px) {
	#imgProfile {
		width:50%;
	}	
}
@media screen and (min-width:1600px) {	
	#imgProfile {
		width:50%;
	}
}

