body{
	max-width:1100px;
	padding:0;
	background-color:#FFF;
	background-image: url(bl1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
@media only screen and (max-width: 640px) {
	body{
	padding-right: 10px;
	padding-left: 10px;
	-webkit-text-size-adjust: 100%;
}
}

/*main wrapper setting*/
section{
	display:table;
	border-collapse:separate;
	border-spacing:20px;
	width:100%;
} 


section .cell {
	display:table-cell;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	box-shadow: 0px -1px 6px #CCC;
	padding:20px;
	text-align: left;
	width: 33.3%;
	}

section .cell2{
	display: table-cell;
	padding:20px;
	width:30%;
}
section .cell img, section .cell2 img{
	vertical-align:top;
	}
section .cell3{
	display:table-cell;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	box-shadow: 0px -1px 6px #CCC;
	padding:20px;
	width:23%;
}
section .cell3 p{
	font-size: 90%;
}
section .cell4{
	display:table-cell;
	width:17%;
	text-align:center;
	margin-top: 20px;
}




footer{
	color: #999;
	padding: 2%;
	text-align: center;
	border-top-right-radius:15px;
	clear: both;
	margin-top: 2%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 12px;
}


	


@media only screen and (max-width: 640px) {
section, section .cell, section .cell2, section .cell3, section .cell4{
	display: block;
	width: auto;
}

}
