@charset "utf-8";


/*===============================================

 #container

=================================================*/

#container {
}

/*===============================================

 section 

=================================================*/


/*-----------------------------------------------
 .boxPhoto
-------------------------------------------------*/
.nameWrap {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
	margin-top:35px;
}
.boxPhoto .txt p.name {
	font-size: 2.0rem;
	font-size: 20px\9; /* for IE8 */
}
.boxPhoto .txt p.name + p.name {
  margin-left: 2em;
}
.boxPhoto .txt p.name span {
	font-size: 1.4rem;
	font-size: 14px\9; /* for IE8 */
	margin-right:15px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.cf,
.boxPhoto {
	zoom: 1; /* for IE5.5 - IE7 */
}
.cf:after,
.boxPhoto:after {
	/* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}