@charset "utf-8";

a {
	color: #008ad0;
}

div#container h2 {
	background-color: #1181bc !important;
}

div#content h3 {
	background-color: #1181bc !important;
}

div#footer div {
	background-color: #1181bc !important;
}

div.bottom h4 a span {
	border-left: 5px solid #1d7dbe !important;
}

div.about dt {
	border-left: 3px solid #1d7dbe !important;
}

div#point dl {
	background-color: #1181bc !important;
}

div.listBox table {
	border-top: 3px solid #1181bb !important;
}

div#agreement h4 span {
	border-left: 5px solid #1d7dbe !important;
}

div.lifetourTel {
	display: none;
}


/*--------------------------------------
		臨時インフォメーション
--------------------------------------*/

#newsTxt{
    width: 790px;
    line-height: 1.4;
    font-size: 14px;
    text-align: center;
    color: #333;
    border: 1px solid #de1617;
    margin: 10px auto;
    padding: 8px;
}
#newsTxt strong{
    color: #de1617;
    font-size: 115%;
    margin-bottom: 5px;
}
#newsTxt strong #txtTtl {
    background: url(https://www.wbf.co.jp/include/images/plus_mark.gif) no-repeat 95% 45%;
    background-size: 15px;
    display: block;
    padding: 5px 15px;
    font-weight: bold;
}
#newsTxt2{
    display: none;
}

@media screen and (max-width: 974px)and (min-width: 0px){

div#content {
    width: 100%;
    padding: 0;
}

#newsTxt{
    width: 93%;
}
#container {
    width: 100vw!important;
}
}