@charset "utf-8";

#eof {
	background:#fff;
	margin: 0 auto;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 130%;
	position: relative;
	padding-bottom:30px;
}
#eof #main {
	position:relative;
	height: 849px;
}
#eof #mainBg {
	background: url(../images/main_bg.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 499px;
	box-shadow:0px -20px 50px -20px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:0px -20px 50px -20px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:0px -20px 50px -20px rgba(0, 0, 0, 0.5) inset;
}
#eof #mainMain {
	/* background: url(../images/main.png) top center no-repeat; */
	background: url(../images/main_180412.png) top center no-repeat;
	width: 1280px;
	/* height: 649px; */
	height: 847px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#eof .twCont {
    position: absolute;
    bottom: 0;
    right: 40px;
}
#eof .twCont iframe {
    vertical-align: bottom;
}
#eof .twCont p {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    background: #bdddf1;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    padding: 8px;
}
#eof .twCont p:after {
    content:"";
    width: 0px;
    height: 0;
    display:block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 10px solid #bdddf1;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
}
#eof .twCont p iframe {
    margin-top:  5px;
}
#eof #content {
	margin:0 auto;
	width: 1000px;
	padding: 0 40px;
	box-sizing: border-box;
}
#eof #present {
	background: #ffdccc;
	border-radius: 15px;
	padding: 12px 20px 20px 20px;
	margin-top: 25px;
}
#eof .clrTxt {
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	height:0;
	width:0;
}
#eof a.button:hover {
	background-position: 0px -100%;
}
#eof a.button:active {
	background-position: 0px -200%;
}
#eof a.button {
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	text-decoration: none;
}
#eof a.button:hover {
	background-position: 0 -100%;
}

#eof a.button:active {
	background-position: 0 -200%;
}
#eof a.button.grayout {
	background-position: 0 -300%;
}
#eof a.button.grayout:hover {
	background-position: 0 -300%;
}

#eof #present h4 {
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #ff4e00;
	margin-bottom: 15px;
}
#eof #presentBody {
	margin-bottom: 15px;
}
#eof .present {
	background:url(../images/btn_present.png);
	width:840px;
	height:60px;
	margin: 0 auto;
}
#eof .itemPh {
	float: left;
	margin: 0 15px 0 0;
}
#eof .item {
	float: right;
	width: 545px;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 5px;
}

#footer{
	margin: 0 !important;
}