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

* {
	margin-top: 0px;
	margin-bottom: 0px;
}

BODY {
	background-color: #6f6f6f;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*----------------------------------------------------Header*/

#top {
	background-color: #ffffff;
	padding-top: 30px;
	padding-left: 5%;
	padding-bottom: 20px;
	text-align: left;
	text-decoration: none;
}

#top a {
	color: #000000;
	text-decoration: none;
	line-height: 36px;
}

/*----------------------------------------------------contents*/
#contents{
	background-color: #ffffff;
	padding-bottom: 30px;
}


/*----------------------------------------------------TOP*/
.top_main {
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	clear: left;
}

.top_main .room_title {
	position: relative;
	float: left;
	border: 1px solid #999999;
	margin-left: 5%;
	margin-bottom: 5%;
	border-radius: 10px;
}

.top_main .room_title img {
	width: 100%;
	height: 100%;
}

.room_name {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*relativeを指定した.room_titleに対する座標（ゼロ）指定*/
	margin: auto; /*上下左右中央*/
	width: 100px; /*width指定必須*/
	height: 100px; /*height指定必須*/

	font-size: 0.9em;
	font-weight: bold;
	color: #666666;

}



#roomA:hover,
#roomB:hover,
#roomi:hover,
#roomX:hover {
	background-color: #f0f0f0;
	
	-moz-transition-property: background-color, width, height;
	-moz-transition-timing-function:ease-in-out;
	-moz-transition-duration:0.3s;
	
	-webkit-transition-property: background-color, width, height;
	-webkit-transition-timing-function:ease-in-out;
	-webkit-transition-duration:0.3s;
	
	-o-transition-property: background-color, width, height;
	-o-transition-timing-function:ease-in-out;
	-o-transition-duration:0.3s;
	
	-ms-transition-property: background-color, width, height;
	-ms-transition-timing-function:ease-in-out;
	-ms-transition-duration:0.3s;
	
	transition-property: background-color, width, height;
	transition-timing-function:ease-in-out;
	transition-duration:0.3s;

}

#roomA,
#roomB,
#roomi,
#roomX {
/*	background-image: url(com/img/roomx.svg);
	background-repeat: no-repeat;
	background-position: center;*/
	padding-right: auto;
	padding-left: auto;
	text-decoration: none;
	border-radius: 10px;

}


/*---------------------------------------------------------------Bookmark*/
.sns_navi {
	clear: both;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 2%;
	margin-left: auto;
	z-index: 3;
}
.sns_navi ul {
	/* margin-right: 30px; */

}
.sns_navi li {
	margin-right: 2%;
	list-style-type: none;
	display: inline;
}

.sns_icon {
	width: 6%;
	height: 6%;
}


/*--------------------------------------------------------------- Footer*/

.cp {
	text-align: right;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 110%;
	clear: both;
}

.page_top {
	text-align: right;
	padding-right: 50px;
	margin-bottom: 50px;
}
.page_top a {
	font-size: 80%;
	text-decoration: none;
}
