/* フッター固定 */
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 15px 10px;
}
#contents {
	margin-bottom: 30px;
	padding-bottom: 105px;
}

/* フッター調整 */
#copyright {
	margin: 10px auto 0;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	box-sizing: border-box;
}
@media screen and (max-width:374px) {
	#copyright {
		font-size: 10px;
	}
}

/* footerNav --------------------------------- */
#footerNav {
	margin-bottom: 20px;
}
#footerNav ul {
	padding: 10px 0 0 0;
	line-height: 1.2;
	text-align: center;
}
#footerNav ul:after {
	content: "";
	display: block;
	clear: both;
}
#footerNav ul li {
	display: inline-block;
	padding: 0 10px 0 10px;
	border-left: solid 1px #e0e0e0;
}
#footerNav ul li:first-child {
	border-left: none;
}
#footerNav ul li a {
	display: inline-block;
	padding: 0 3px 0 0;
	line-height: 1;
	font-size: 14px;
}
@media screen and (max-width:374px) {
	#footerNav ul li a {
		font-size: 12px;
	}
}
#footerNav ul li img.winIcon {
	line-height: 1;
	width: auto;
	height: 12px;
}



#info dd {
	margin-left:1em;
	word-break:break-all;
}
#info dd.indent {
	padding-left:1em;
	text-indent:-1em;
}
#info dd > ul {
	margin-left:1em;
}

#info ul.disc li {
	padding-left:1em;
	list-style:disc inside;
	text-indent:-1em;
}
#info dd a{
    color: #0099CC;
}

#info dd a:hover {
	color:#f78a0b;
	text-decoration:underline;
}

.triangle {margin-bottom:3px;content: '';width: 0;height: 0;border: 5px solid transparent;border-left-color: #eb5505;border-left-width:6px;border-right-width:7px;display: inline-block;}

.indent {text-indent:-1em; padding-left:1em;}
.caution {color:#dd2211;}


/*20140129_table用*/
.ml0 {margin-left:0 !important;}
.table140129_1 {}

.table140129_2 { border:1px solid #666; border-collapse:collapse; font-size:12px;}
.table140129_2 td { padding:3px;  border:1px solid #666; color:#444;}

.bd_r_g{border-right:1px solid #444;}

.table140129_2 .ttl{
	background:#666;
	color:#fff !important;
	text-align:center;padding:3px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.bd_rn {border-right:none !important;}
.bd_rg {border-right:1px solid #444 !important;}
.bd_bn {border-bottom:none !important;}
.pd_no {padding:0 !important;}

.c_1 { width:30%;}

.c_2 { width:17%;}

.unavailable { margin:3px; padding:5px 3px; background:#ffaa77; color:#444; text-align:center;-webkit-border-radius:5px;-moz-border-radius: 5px; border-radius: 5px;}
.unavailable2 { margin:3px; padding:3em 5px;background:#ffaa77; color:#444; text-align:center;-webkit-border-radius:5px;-moz-border-radius: 5px; border-radius: 5px; height:auto;}

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

#info .date {
	text-align: right;
	margin-bottom:5px;
	background-color: transparent;
	color: inherit;
}

/*20190625_こちらを青色　アンダーライン*/

a.line_blue {
	color: #06A;
	text-decoration: underline;
}
