@charset "UTF-8";

section#photo_profile{width:100%;max-width:1200px;height:auto;}
section#photo_profile dl{width:100%;max-width:1200px;height:auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
section#photo_profile dt{width:30%;height:auto;margin-left:0px;}
section#photo_profile dd{width:calc(70% - 30px);height:auto;margin-right:0px;}
h3{width:100%;height:auto;text-align:left;}
section#photo_profile dd h2{width: 100%; height: auto;color: #177f94;font-size:16px;line-height: 1;border-left: #177f94 5px solid;text-align: left;padding: 2px 0px 4px 7px;}
section#photo_profile p.txt{width:100%;height:auto;text-align:left;padding:10px 0px 25px 0px;}
section#photo_profile p.contact_link{width:100%;height:auto;padding:15px 0px 15px 0px;}
section#photo_profile p a{color:#ff8c00;text-decoration:none;}
	@media all and (min-width: 1025px) {
		section#photo_profile p a:hover{color:#177f94;text-decoration:underline;}
	}

