@charset "utf-8";

@import url("../assets/vertical.css");
/*.fusen {display: none;}/**/
@import url("../assets/fusen.css");/**/



body:before {
	background: url(images/common/bg.png), linear-gradient(#554468, #000);
}

#wrap h2 {
	margin-top: 10px;
	position: relative;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
    font-size: 2rem;
    text-align: center;
    padding: 2rem 30px 0;
    margin-bottom: 3rem;
}
#wrap h2:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

#wrap h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
    font-size: 1.2rem;
	background: #0005;
	color: #fffc;
	text-align: center;
	text-shadow: 0 0 8px #fff;
	padding-left: 0;
	line-height: 1.2;
	box-shadow: 0 0 8px -2px #000;
	border: 1px solid #fff9;
}

#wrap table {
	margin-bottom: 1em;
}

sup {
	font-size: 80%;
}


#mas_build {
	display: block;
	margin: 0 auto;
	height: 60px;
}

.iconCenter table th {
	text-align: center;
	width: 170px;
}
.iconCenter table th img {
	display: block;
	margin: 0 auto;
}
.iconCenter .mas1 img {
	height: 120px;
	margin-top: 5px;
}
.iconCenter .mas2 img {
	height: 60px;
	margin-top: 5px;
}

section.center p {
	text-align: center;
}