@charset "UTF-8";

/*=============================================================
#base
=============================================================*/
body,html{
width: 100%;
min-width:1000px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #333333;
	text-size-adjust: 100%;
    background: #e5e5e5;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #66F;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: none;
	transition: all 0.5s ease 0s;
    opacity: 0.7;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}

.body {
width: 1000px;
margin: 0 auto;
}
.drawerfixed {
    overflow: auto;
    height: 100%;
}
