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


div.inner{
	
  width: 80%;
  margin: 0 auto;
  max-width: 950px;
}


/* PROFILE */

section.profile{
	font-size: 10pt;
}


section.profile div.face{
	width: 350px;
	float: left;
	margin-right:0px;
	border: none;
}

section.profile div.text-box{
	float: left;
	margin-left: 50px;
	
}


section.profile p.job{
	font-size: 8pt;
	margin-bottom: 25px;
	line-height: normal;
	
}


section.profile p.name_japanese{
	font-family: garamond-premier-pro-caption;
font-weight: 400;
font-style: normal;
	font-size: 16pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

section.profile p.name_english{
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 12pt;
}


section.profile p.describe{
	margin-bottom: 60px;
	line-height: 1.4;
	
}


section.profile ul{
	clear: both;
	margin: 0px;
	padding: 0px;
}
section.profile ul li{
	list-style: none;
	float: left;
	margin-bottom: 2px;
}

section.profile ul li.nengou{
	width: 50px;
}

@media (min-width: 0px) and (max-width: 479px) {
  section.profile div.face{
	width: 100%;
	margin-right:0px;
	border: none;
}
}



@media (min-width: 0px) and (max-width: 479px) {
section.profile div.text-box{
	margin-left: 0px;
	width: 100%;
	
}
}


