@charset "UTF-8";

body{
	width: 100%;
}

#content .box_app{
	width: 95%;
	padding: 0;
	margin: 0 auto 10px;
}

#content .box_app .app_left{
	width: 30%;
	padding: 2% 0 2% 2%;
}

#content .box_app .app_right{
	width: 65%;
	padding: 2% 2% 2% 0;
}

#content .box_app .app_left img{
	width: 80%;
}