#about #main_img {
	background: #FFF;
	width: calc(100% - 120px);
	padding: 30px;
	margin: auto;
	text-align: center;
	padding-bottom:60px;
}

#about #main_img h1{
	margin: 30px auto 60px;
} 

#about #main_img p{
	margin: 0px auto 12px;
	color: #1e1e1e;
	line-height: 2em;
}

#about .breads{
	display: block;
	font-size: 12px;
	color: #969696;
	font-weight: 500;
	text-align: left;
} 

#about dl  {
	margin-top: 30px;
}

#about dl dt{
	font-weight: bold;
	color: #969696;
	width: 5em;
	display: inline-block;
	border-right: 1px  #969696 solid;
	height: 1em;
	vertical-align: top;
	margin-bottom: 40px;
	line-height: 1em;
} 

#about dl dd{
	display: inline-block;
	width: calc(100% - 6.5em);
	margin-left: 1em;
	vertical-align: top;
	line-height: 1em;
}

#about dl dd li{
	list-style: none;
	margin-bottom: 0.6em;
}

#about #spec
 {
	font-size: 12px;
	margin-top: 0px;
	 
 }


 #about #spec #profile_img
 {
	 width: 100%;
	 margin: 20px auto;
 }
 
 #about #spec h2
 {
	font-size: 14px;
	margin: 30px 0 4px 0;
	
 }
 
 #about #spec h3
 {
	font-size: 12px;
	font-weight: normal;
 }

 
 
@media screen and (max-width: 500px){
	
	#about #main_img {
		width: calc(100% - 120px);
	}
	
	#about #main_img h1 {
		text-align: left;
	}
	
	
	#main_img p {
		text-align: left;

	}
	
	#main_img p br {
		display: none;

	}
	
	#about dl dd li{
	line-height: 1.6em;
	margin-top: -0.3em;
	margin-bottom: 14px;
	}
	 
	 #about #spec {
		 margin-top: 30px;
	}
}
 