@charset "utf-8";
/* CSS Document */

/* link -----------------------*/
a:link {
	color: #29a3db;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #29a3db;
	text-decoration: underline;
}
a:hover {
	color: #5ab9e5;
	text-decoration: none;
}
a:active {
	color: #29a3db;
	text-decoration: underline;
}
a:hover img.over {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.kaitori_01 {
	line-height: 20px;
	color: #FFF;
	background-color: #004763;
	text-align: center;
	height: 20px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#wpbox5 #innerbox #jissekiboxtop .kaitorihouhou {
	line-height: 20px;
	color: #FFF;
	background-color: #004763;
	text-align: center;
	height: 20px;
	width: 100px;
	position: absolute;
	left: 376px;
	top: 79px;
}

.navbar .button2 a:hover {
	display: block;
	color: #5EB4E8;
	font-weight: bold;
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	background-position: 135px 22px;
}

.navbar .button3 a:hover {
	display: block;
	color: #5EB4E8;
	font-weight: bold;
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	background-position: 135px 22px;
}

.navbar .button4 a:hover {
	display: block;
	color: #5EB4E8;
	font-weight: bold;
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	background-position: 135px 22px;
}

#kaitorihouhou {
	background-image: url(../img/kaitorihouhou2.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 990px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#kaitorihouhou_top {
	background-image: url(../img/kaitorihouhou1.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 990px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#maintab {
	height: 40px;
	width: 1230px;
	background-color: #000;
}

#wpbox2 #tenpoinfo h2 {
	font-size: 18px;
	color: #FFF;
	background-color: #004763;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#floormap_btn {
	width: 280px;
	height: 42px;
	background-color: #000;
	color: #FFF;
	font-size: 16px;
	padding-top: 18px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 370px;
	left: 30px;
	border: solid #000 1px;
}

#floormap_btn:hover {
	opacity: 0.7;
}
	
#wpbox2 #tenponews_box #campaignbox h2 {
	font-size: 18px;
	color: #FFF;
	background-color: #004763;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#wpbox2 #tenponews_box #titlebox h2 {
	width: 100%;
	font-size: 18px;
	color: #FFF;
	background-color: #004763;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.brand_tabmenu a {
	color: #666;
	text-decoration: none;
}

/*リンクボタン*/
#linkbuttonbox3 {
	font-size:1.3em;
	background-color: #004763;
	color: #fff;
	border-style: none;
	text-align: center;
	width: 925px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left: 34px;

}
#linkbuttonbox3 a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#linkbuttonbox3 a.arrow2{
	position: relative;
}
#linkbuttonbox3 a.arrow2::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:4px solid #FFF;
	border-right:4px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}
