@charset "UTF-8";
/*
------------------------------------------------------------------------------------
*
*
*		Basic
*
*
------------------------------------------------------------------------------------
*/
header.global_header,
#global_footer,
#keyVisual figure {
	display:none !important;
}
body {
	background-color:#fff;
	padding-top:0;
}
section .wrapper {
	width:900px;
}
.content {
	padding:0;
}
#content .wrapper {
	padding-bottom:120px;
}
#content .title,
#content .sub_title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 97px 0 34px;
}
	#content .title.first,
	#content .sub_title.first {
		padding:0 0 34px;
	}
#content .talk,
#content .name {
	font-size:20px;
}
.description {
	text-align:left;
}
