@charset "utf-8";

.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

body {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", serif;
	font-size: 62.5%;
/* 	background-image: url("../img/base/header_top.jpg"), url("../img/index/background_big.jpg"); */
	background-image: url("../img/base/header_top.jpg"), url("../img/base/bg.jpg");
	background-repeat: no-repeat, repeat-y;
	background-position: center top, center top;
	/* background-color: #FFADB9; */
	background-color: #F0A0C3;
}

.header {
	width: 100%;
	height: 38px;
}

.header h1.title {
    color: #fff;
    font-weight: bold;
    padding: 11px 0;
    margin: 0 auto;
    width: 725px;
    text-align: center;
    font-size: 16px;
    background-color: #F29EC2;
}

.contents {
	width: 1280px;
	margin: 0 auto;
	box-shadow: 0 5px 5px 3px rgba(73, 73, 73, 0.5);
	background-color: #fff;
	font-size: 1.4em;
}

.main-contents {
	width: 1280px;
	height: 796px;
	background-image: url("../img/index/loginpage_gazou_03.jpg"), url("../img/index/loginpage_bg_03.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: 700px 275px, center top;
	padding: 30px;
	box-sizing: border-box;
	background-image: url("../img/index/loginpage_gazou_03.jpg"), url("../img/index/loginpage_bg_03.jpg");
}

.main-contents .main-banner {
	text-align: center;
}

.main-contents .left {
	float: left;
	box-sizing: border-box;
	width: 620px;
}

.main-contents .left .row {
	text-align: center;
}

.over-18, .alert, .enter, .exit {
	padding: 15px 0;
}

.alert-text, .enter-text, .exit-text {
	font-size: 16px;
}

.enter-button-wrap, .exit-button-wrap {
	padding: 10px;
}

.main-contents .right {
	float: left;
	box-sizing: border-box;
	width: 600px;
}

.main-contents .right .info-box {
	background-image: url("../img/index/bg_eigyoujikan.png");
	background-repeat: no-repeat;
	background-position: center top;
	width: 600px;
	height: 315px;
	padding: 85px 100px;
	box-sizing: border-box;
}

.main-contents .right .info-box .info {
	width: 410px;
	margin: 0 auto;
}

.main-contents .right .info-box .info th, .main-contents .right .info-box .info td {
	vertical-align: middle;
	padding: 10px;
	box-sizing: border-box;
}

.main-contents .right .info-box .info .label {
	text-align: right;
	width: 120px;
}

.main-contents .right .info-box .info .icon {
	text-align: center;
	width: 50px;
}

.main-contents .right .info-box .info .value {
	text-align: left;
	width: 280px;
	font-size: 24px;
}

.main-contents .right .concept-wrap .concept-list {

}

.main-contents .right .concept-wrap {
	padding-top: 15px;
}

.main-contents .right .concept-wrap .concept-list .item {
	float: left;
	box-sizing: border-box;
	width: 165px;
	height: 134px;
	margin: 0 15px;
}

.footer {
	background-image: url("../img/index/footer.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	width: 1280px;
	height: 315px;
	box-sizing: border-box;
	padding: 102px 150px 40px 720px;
}

.footer .inner-box {
	width: 410px;
	height: 172px;
}

.footer .contents-list {
	padding: 10px;
	height: 130px;
}

.footer .contents-list .item {
	white-space: nowrap;
	padding: 0 10px;
	line-height: 150%;
}

.footer .contents-list .item a {
	color: inherit;
}

.footer .bottom-box {

}

.footer .bottom-box .copyright {
	text-align: center;
	font-size: 14px;
	width: 100%;
}

.footer .bottom-box .copyright a{
	text-decoration: none;
	color: inherit;
}
