body{	
	width: 95%;
}
h1{
	font-size: 28px;
}
img {
	width: 80%;
	max-width: 80%;
	height: auto;
}

.ads_top {               /* tablet のみ*/
	display: block;
	width: 468px;
	height: 60px;
	margin: 10px auto;
	float: left;
}
.ads_top2 {
	display: none;   /* スマホのみ */
}

#left-content,#right-content {
	display: none;
}
#center-content {
	width: 100%;
	float:left;
	margin-bottom: 50px
}

#content-1,#content-2,#content-3,#content-4,#content-5,#content-6 {
	width: 13%;
	float: left;  
}

/* footer */

footer .line{
	height: 20px;
	}
footer .p1{	
	font-size: 70%;	
	}	
footer .p2{
	font-size: 70%;
	}
footer .p2 .br{
	display: block;
}