@charset "utf-8";
/* CSS Document */

/* 基本
===========================================================*/
#floor_block {
	width: 1100px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	background-image: url(../img/base_bg.png);
}
.brand {
	font-family: 'Alfa Slab One', cursive;
	width: 718px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-left: 10px;
	font-size: 3.2em;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #C90;
}
.inst_button {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.button_area {
	margin-left: -10px;
}
.other_select {
	width: 710px;
	margin-bottom: 20px;
	background-color: #000;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	padding-left: 20px;
}
.other_select .block1 {
	float: left;
	width: 212px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
	padding-left: 10px;
}
.other_select .block1:hover{
	background-color: rgba(255,120,0,0.80);
	transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;	
}
.other_select .block1 a:hover {
	color: #FFF;
}
.other_select .block2 {
	float: left;
	width: 680px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
	padding-left: 10px;
}
.other_select .block2:hover{
	background-color: rgba(255,120,0,0.80);
	transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;	
}
.other_select .block2 a:hover {
	color: #FFF;
}
#floor_title {
	font-family: 'Alfa Slab One', cursive;
	font-size: 3em;
	color: #FFF;
	background-color: #000;
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
}
#top_slide2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.go_index {
	width: 710px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	border: 1px solid #666;
	text-align: center;
	font-size: 1.6em;
	margin-top: 20px;
}
.go_index .block3 {
	float: left;
	width: 730px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
	padding-left: 10px;
	text-align: center;
}
.vin_bnr {
	width: 730px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
