@charset "utf-8";

/*
 *
 *	top style:pc
 *
 */

/*======================================
	gHeader
======================================*/
.gHeader {
	padding: 20px 0 22px;
}
.gHeader h2 {
}


/****** title ******/
.gHeader .title {
	padding: 0 0 0 15px;
}
.gHeader .title h1 {
	font-size: 22px;
	text-align:left;
	line-height:1.25;
}
.gHeader .title h1 span {
	display: inline-block;
	width:9em;
	margin:0 auto 2px;
	font-size: 16px;
	border-radius:16px;
}


/*======================================
	menuContent
======================================*/
.menuContent {
	clear: both;
	overflow: hidden;
}
.menuContent section {
}
.menuContent section h2{
	white-space: nowrap;
}
