@charset "utf-8";
/* CSS Document */
.demo a {
    display: block; }
.demo .child {
	display: none;
 }
.demo .child .menu {
   }
  .demo .child .menu:hover {
    }
.demo .child > li {
  }
.demo .child > li:nth-child(1) {
  margin-top:25px;
 }
	
.switch .menu:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1.4rem;
  padding-top:5px;
  content: '＋';
  font-size: 1.4rem;
  font-weight: bold;
	/*
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; */}

.switch .menu.active:after {
  content: '―';
	/*
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
	*/
  cursor: pointer;
}


.menu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px; }

.source {
  margin: 0;
  padding: 30px 0 0;
		}
		

.more_btn{
	background-color:#ee8e69;
	width: 280px;
	margin:0 auto ;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	padding: 20px;
	position: relative;
	top:-20px;
}
.more_btn.style2{
	top:-40px;
}

.more_btn a{
	
	
}

@media screen and (max-width: 667px){
	.more_btn{
		position: relative;
		top:-0;
	}
	.more_btn.style2{
		top:-20px;
	}
	
}
