@charset "utf-8";


/*	#howtouse
------------------------------------------*/

#howtouse{
	padding-top:3em;
	margin:0 0 100px;
}
#howtouse_wrap{
 	position: relative;
 	width: 735px;
 	padding: 0 60px;
 	-moz-box-sizing: border-box; -webkit-box-sizing: border-box;box-sizing: border-box;
 	margin: 0 auto;
}

.howto_img{
	width:100%;
 	max-width:735px;
	height:auto;
}




@media screen and (max-width: 735px) {
	#howtouse_wrap{
		width: 100%;
		padding: 0 30px;
	}
}
@media screen and (max-width: 600px) {
	
}

