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

#Menu_btn {
	z-index: 1000;
	position: absolute;
	width: 18%;
	left: 5%
}
#Menu_btn02 {
	z-index:1000 ; 
	width:12%; 
	right:5%; 
	top: 14px;
	position:absolute; 
}
#Menu_btn03 {
	z-index:1000 ; 
	width:12%; 
	right:20%; 
	top: 14px;
	position:absolute; 
}

#Menu_btn img,#Menu_btn02 img,#Menu_btn03 img,a span img,#dept img,#images img {
	width: 100%;
}

#title {
	background-color: #D7D17C;
}

.left {
	width: 30%;
	float: left;
}
.right {
	float: right;
	width: 68%;
	color: #444444;
	font-weight: normal;
	font-size: 90%;
	line-height: 130%;
	letter-spacing: 0.1em;
}
.box {
	width: 100%;
	float: left;
	margin-bottom: 2%;
}
.photos {
	float: left;
	width: 100%;
}
.box01 {
	width: 100%;
	margin-bottom: 5%;
	padding-bottom: 2%;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 2%;
	float: left;
}

.btnSP>.btn {
	background-color: #F49A00;
	border-radius: 1%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #FFFFFF;
	width: 100%;
	padding-top: 3%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 3%;
	text-align: center;
	float: left;
}

.btnSP>.btn a{
    display:block;
	text-decoration:none;
	color:#FFFFFF;
}

.btnSP>.btn a:hover{
	display: block;
	text-decoration: none;
	color: #333333;
}
