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

.top {
	position: fixed;
	padding: 30px 20px;
	width:20%;
	height:3000px;
	/*background-color:#eb4c4c;*/
	background-color:#db2967;
	text-align:center;
	background-repeat: no-repeat;
}

.roll {
	display:none;
}
.m-menu{
	display:none;
}
.m-menu-list {
	display:none;
}


.menu{
	width:100%;
	margin:60px 0px;
}

.menu li {
	margin:10px 0px;
	text-align:center;
	list-style:none;
}

.menu li a {
	padding:5px 20px;
	text-align:center;
	color:#FFFFFF;
}

.menu a:hover {
	background: #ED7A7D;
	color:#CCCC00;
	width:100px;
	-moz-border-radius: 48px;/*↓圓型*/
	-webkit-border-radius: 48px;
	border-radius: 48px;
	opacity:1;
	-webkit-transition: all 1s ease; /* Safari 和 Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}

.menu .select a {
}

.main{
	float:right;
	background-color:#333333;
	width:80%;
}

.spacing{
	padding: 10px 30px;
}
.spacing02{
	padding: 30px 30px;
}

.news{
	background-color:#fedf35;
    border:1px solid #FFFFFF;
}


.box{
	background-color:#FFFFFF;
}

.box li {
	list-style:none;
	display: inline-block;
	padding:0px 20px;
	margin-bottom: 20px;
	font-size: 20px;
	width:30%;
}
.box li a img {
	border:1px #ccc solid;
}

.box span {
	color:#151515;
	float:left;
	padding:0px 0px;
	font-size:1em;
}

.ab-02{
	background-color:#FFFFFF;
	width:100%;
	float:left;
	margin:0px 0px;
}

.ab-02 img{
	width:47%;
	margin-right:20px;
}

.ab-03{
	/*background-color:#ffaaaa;*/
	/*background-color:#ffccff;*/
	background:#f770cc;
	/*color:#d33232;*/
	color:#fff;
}

.ab-04{}



.size{
}

.store{
	margin:0px;
	background-color:#eb6262;

}

#foot{
	float:left;
	width:100%;
	overflow:auto;
	background-color:#070707;
	padding: 10px 30px;
}

.key{

}

.key li {
	list-style:none;
	float:left;
	width:20%;
	padding-right:30px;
	padding-top:30px;
}

.key li a {
	color:#FFFFFF;

}

.service{
	background-color:#242424;
	width:100%;
	overflow:auto; 
}



.service-contact{
	float:left;
	width:50%;
}
.service-map{
	float:left;
	width:50%;

}



