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

/* title */
#about h1 {
	padding: 140px 0 60px;
}

#about h1 img {
	width: auto;
	height: 32px;
}

#about h2 {
	color: #FBA722;
	font-size: 16px;
	margin: 0 0 12px;
}

#about h3 {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 80px;
	font-weight: normal;
}

/* profile */
#aboutCont {
	display: table;
	width: auto;
	margin: 0 auto;
}

#aboutCont .aboutCont_img {
	display: table-cell;
	padding: 0 80px 0 0;
	background: url(../img/about/img_face.png) no-repeat 0 0;
	width: 308px;
	height: 250px;
}

#aboutCont .aboutCont_img:hover {
	background: url(../img/about/img_face_act.png) no-repeat 0 0;
}

#aboutCont #profile {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

#aboutCont #profile p {
	line-height: 2;
}

#aboutCont #profile .date {
	margin: 40px 0;
	font-style: italic;
}

#aboutCont #profile .date dl {
	margin: 8px 0 0;
	display: -webkit-box;
    display: -moz-box;
	display: box;
	line-height: 1.8;
}

#aboutCont #profile .date dl dt {
	color: #D22FC8;
	width: 60px;
}

#aboutCont #profile dl.motto {
	font-size: 16px;
	font-style: italic;
}

#aboutCont #profile dl.motto dt {
	color: #FBA722;
	margin: 0 0 5px;
}

/*-----------------------------------------------------------------------------------------------
	～ 959px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 959px) {
}

/*-----------------------------------------------------------------------------------------------
	～ 767px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	/* profile */
	#aboutCont {
		display: block;
	}
	
	#aboutCont .aboutCont_img {
		display: block;
		margin: 0 auto 30px;
		padding: 0;
		width: 100%;
	}
	
	#aboutCont #profile {
		display: block;
	}
	
	#aboutCont #profile .date {
		margin: 20px 0;
	}
	
	#aboutCont #profile .date dl {
		display: block;
	}
	
}


/*-----------------------------------------------------------------------------------------------
	～ 479px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {

	/* title */
	#about h1 {
		padding: 100px 0 30px;
	}
	
	#about h2 {
		margin: 0 0 5px;
	}
	
	#about h3 {
		font-size: 12px;
		line-height: 1.6;
		margin: 0 0 30px;
	}
	
}