@charset "utf-8";

#menu {	
	width: 100%;
	background:#c4b898; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
	padding:5%;
	margin-bottom:15px;
}
@media only screen and (max-width: 959px) {
	#menu {
		-webkit-border-radius:0 0 8px 8px / 0 0 8px 8px; -moz-border-radius:0 0 8px 8px / 0 0 8px 8px; border-radius:0 0 8px 8px / 0 0 8px 8px;
	}
}



/* =買う**/
#menu li.main-list01 a:after, #menu li.main-list02 a:after, #menu li.main-list03 a:after, #menu li.main-list04 a:after, #menu li.main-list00 a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
#menu li.main-list01 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #f88686;
}
/* =借りる**/
#menu li.main-list02 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #7ec013;
}
/* =売る**/
#menu li.main-list03 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #f3920c;
}
/* =相談する**/
#menu li.main-list04 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #13c0b9;
}
/* =その他**/
#menu li.main-list00 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #a5966f;
}

#menu li.main-list01 a, #menu li.main-list02 a, #menu li.main-list03 a, #menu li.main-list04 a, #menu li.main-list00 a {padding: 0px 10px 0px 40px;}
#menu li.sub-list a {padding: 0px 10px 0px 45px;}
#menu li.sub-list a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #a5966f;
}
#menu li.sub-list a:hover:before {
	left: 33px;
}



#toggle {	display: none;}

@media only screen and (max-width: 959px) {
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #a5966f;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 20px 0 20px;
		border-bottom: 1px solid #f6f3f2;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #a5966f;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
}

/* =共通デザイン *****************************************************/
.rist-menu {
	overflow: hidden;
	width: 100%;
}
.rist-menu li {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #a5966f;
}
.rist-menu li:first-child {
	 -webkit-border-radius:6px 6px 0 0 / 6px 6px 0 0; -moz-border-radius:6px 6px 0 0 / 6px 6px 0 0; border-radius:6px 6px 0 0 / 6px 6px 0 0;
}
.rist-menu li:last-child {
	border-bottom: 0px;
	 -webkit-border-radius:0 0 6px 6px / 0 0 6px 6px; -moz-border-radius:0 0 6px 6px / 0 0 6px 6px; border-radius:0 0 6px 6px / 0 0 6px 6px;
}
.rist-menu li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 40px;
	background: #f6f3f2;
	color: #444;
	line-height: 40px;
	text-decoration: none;
}
.rist-menu li a:hover {
	background: #d7cdca;
}

.rist-menu li span {font-size: 0.8em;}