﻿@media only screen and (max-width: 500px) {
  
  .header { 
 width: 100%;
 text-align: right;
 max-width: 960px;
 margin: 0 auto;
 padding: 5px 0 0; 
}
    
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #522D0F;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #2B1808;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #522D0F;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  
  em { margin: 0;
   padding:0 10px 10px 10px; 
   font-weight:bold;
   font-size: 36px; 
   }
	
   #sub_1{
	width: 95%;
	margin-left:0;

	}
	
   #sub_2{
	width: 95%;
	margin-left:0;

	}
	#sub_3{
	width: 95%;
	margin-left:0;

	}
	
   #sub_4{
	width: 95%;
	margin-left:0;
	border-bottom:1px #9E6E47;
	margin-bottom:5px;

	}

}

  
  


