@media screen and (max-width: 767px) {

body {
	background-image: url(/images/pc/index_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
}	

.box_in {
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.in {
    padding: 10px;
    font-size: 16px;
}
.logo{
	width: 80%;
}

.footer {
	position: relative;
	bottom: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

}
