@charset "UTF-8";
/*************************
 RESTAロゴのある風景
 *************************/
.main{
	margin-bottom:80px;
}

.body_contents{
	margin-bottom:80px;	
}

.bold_ttl{
	font-size:18px;
	text-align:center;
	margin:0 0 20px 0;	
	font-weight:bold;
}

.text01{
	margin-bottom:30px;
	line-height:1.6;
}

.float:after{
    content:"";
	display:block;
	clear:both;
}

.float li {
    float:left;
	width:48%;
	margin:0 4% 0 0;
}

.float li:nth-child(2n){
	margin:0 0 0 0;	
}

.float li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.logo_panel li:nth-child(1),
.logo_panel li:nth-child(2){
	margin-bottom:30px;
}

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

.main{
	margin-bottom:60px;
}


.body_contents{
	margin-bottom:60px;	
}

.logo_panel li:nth-child(1),
.logo_panel li:nth-child(2){
	margin-bottom:20px;
}
		
}
