@charset "UTF-8";
/*==========================

	system

============================*/
#systemBox{
	height:auto;
	margin:auto;
	overflow:hidden;
	width:98%;
}
.yellow {
	color: #f1ff0f;
}
.center {
	margin: 5% 0 0;
	text-align: center;
}
.center strong {
	display: block;
	font-size: 14px;
	padding: 0 0 3%
}
.center p {
	margin: 0 auto 3%;
	width: 100%;
}
.center dl {
	background: #b50404;
	border: 1px solid #ba8e06;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 3% 0;
	width: 85%;
}
.centerBanner {
	margin: 5% auto;
	text-align: center;
}
a:hover img.hotelLink{
	filter:alpha(opacity=92);
	-moz-opacity:0.92;
	opacity:0.92;
}

.sysIconList {
	margin: 30px auto;
	width: 90%;
}

.sysIconList li {
	width: calc((100% - 60px)/ 4);
	margin-right: 20px;
	float: left;
}

.sysIconList li:last-child{
	margin: 0;
}

.sysIconList li img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

h3 {
	border-left: 6px solid #ffc90f;
	color: #ffc90f;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	margin: 10% 0 0;
	padding: 0 0 0 5px;
}
.tableSet{
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0;
	width:100%;
}
.captionBox{
	border-left:1px solid #ffc90f;
	border-top:1px solid #ffc90f;
	width:100%;
}
table.captionBox caption{
	background-color:#000000;
	border-left:1px solid #ffc90f;
	border-right:1px solid #ffc90f;
	border-top:1px solid #ffc90f;
	color: #ffffff;
	padding:2.5% 1%;
}
.captionBox th, .captionBox td{
	border-bottom:1px solid #ffc90f;
	border-right:1px solid #ffc90f;
}
.captionBox th{
	font-weight: normal;
	background-color:#ffe2e2;
	color: #d40000;
	padding:2.5% 1%;
	width:35%;
	vertical-align: middle;
}
.notCapBox td.noLine {
	border-bottom:none;
}
.captionBox td{
	background-color:#ffffff;
	color: #000000;
	padding:2.5% 1%;
	width:61%;
	text-align: center;
	vertical-align: middle;
}
.notCapBox {
	width:100%;
	border-left:1px solid #ffc90f;
}
.notCapBox th, th.changeBg{
	background-color:#c5c5c5;
	color: #000000;
	padding:2.5% 1%;
}
.notCapBox td{
	background-color:#ffffff;
	color: #000000;
	padding:3.5%;
	line-height: 1.5;
}
.notCapBox th, .notCapBox td{
	border-bottom:1px solid #ffc90f;
	border-right:1px solid #ffc90f;
}

p.uraMenu{
	font-weight: bold;
	font-size: 18px;
	color: #00fcff;
	text-align: center;
	padding: 3px 0;
}


.centerBanner.is-small{
	width: 60%;
}

.credit_txt{
	background-color: #ffffff;
    color: #000000;
    padding: 3.5%;
    line-height: 1.5;
    margin-bottom: 20px;
    border: 1px solid #ffc90f;
}

.creditCap{
	margin-bottom: 40px;
}