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

@media (max-width:400px){
	
	header#header{width: 100%;
	              height: 55px;
	              position: relative;
	              top:0px}
	.header-logo img{width: 50%;}
	
	.logo        {display: block;
                  margin-left: auto;
                  margin-right: auto;}
	
	div.containers{width: 100%;
	              height: 500px;
	              position: relative;
	              margin: 0 auto;
	              font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	              }
	
	div.contents{width:80%;
	             height:350px;
	             margin: 0 auto;
		         margin-top: 50px;
	             font-size: 14px}
	.contents p2{font-size: 18px;
	             letter-spacing: 0.2em}
	
	
	
	.question{width: 70%;
	          margin: 0 auto;
	          letter-spacing: 0.1em;
	          margin-top: 80px;
	          height: 30px}
	
	.yes{position: relative;
	     left: 50px;
	     top: 90px}
	
	.yes img{width: 30%}
	
	
	.no{position: relative;
		left: 200px;
		top: -21px
	    }
	
	.no img{width: 30%}
}

    
.home{position: relative;
      margin-top: 100px;
      margin-left: 50px}
.home p1{font-size:12px;
         position: relative;
         bottom: 5px}
    .home img{width: 15%}

.shiryo{position: relative;
		    widows: 80%;
	        height: 20px;
	        margin-left: 60px;}
	.shiryo img{width: 80%;
	            }



