@charset "UTF-8";


#mainimage_cont {
	background: url("../images/img_mainimage_cont_link.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 40px 0px;
    width: 100%;
}

#terms_about dl{
	margin-left:15px;
	margin-right:15px;
}
#terms_about dl dt{
	font-size:1.2em;
	font-weight:bold;
	color:#00589e;
	margin-bottom:10px;
}
#terms_about dl dd{
	margin-bottom:20px;
}
#terms_about dl dd ul li{
padding-left:1.5em;
text-indent:-1.5em;
margin-bottom:5px;
}
#terms_about .grayArea{
	background:#f6f6f6;
	padding:15px 30px;
	margin-top:15px;
	color:#00589e;
	font-weight:bold;
}

/*
seat information
--------------------------------------------------------------------------------\*/

/*--------pc --------\*/
@media (min-width:780px) {


#mainimage_cont {
	background: url("../images/img_mainimage_cont_link.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 80px 0px;
    width: 100%;
}



}