@charset "UTF-8";
/*
 * ==========================================================================
 *
 * [corporate]
 *
 * ==========================================================================
 */

article {
	background: #ededed;
}

#pageTitleVox {
	background-image: url(../../images/corporate/mainVis.jpg);
}



/**
 * --------------------------------------------------------------------------
 * mainContent
 * --------------------------------------------------------------------------
 */

#mainContent {
	padding: 60px 0;
	background: url(../../images/corporate/main_bg.png) no-repeat left top;
	min-height: 604px;
}
	#mainContent h2 {
		font-size: 17px;
		text-align: center;
		border-bottom: 2px solid #000;
		width: 478px;
		margin: 0 0 55px 360px;
		padding: 0 0 .5em;
	}



.menuList {
	width: 594px;
	padding: 0 0 0 310px;
	box-sizing: content-box;
}
	.menuList li {
		float: left;
		width: 162px;
		height: 160px;
		text-align: center;
		margin: 0 54px 30px 0;
	}
	.menuList li:nth-child(3n) {
		margin: 0 0 30px 0;
	}
		.menuList li a {
			font-size: 17px;
			font-weight: bold;
			color: #000;
			width: 159px;
			height: 160px;
			display: block;
			position: relative;
		}
		.menuList li a:hover {
			background: #ffe96e;
		}
		.menuList li a span {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%); /* Safari用 */
			transform: translate(-50%, -50%);
			width: 100%;
			letter-spacing: 3px;
		}
			.menuList li a span hr {
				width: 4em;
				margin: 0 auto;
				background: #000;
				border: none;
				height: 5px;
				margin-top: 1em;
			}