@charset "utf-8";
/* CSS Document */
body{margin:0px;color:#333;padding-bottom:30px;}
a{text-decoration:none;color:#000;}

.wrap{font-family: Arial;}
.one{float:left;width:100%;border-bottom:1px solid #ccc;}
.one-a{width:48%;float:left;padding:1%;}
.one-b{width:48%;float:left;padding:1%;text-align:right;}
.one-b a {font-weight:bold;}

.two{text-align:center;}
.two img{padding-top:10px;}
.three img{max-width:100%;}
.four{width:98%;padding:1%;line-height:24px;text-align:center;}
.five{text-align:center;color:#f00;font-size:80%; font-weight:bold;}
	
	
@media only screen and (max-width: 768px) {
	.one-a {width:98%;text-align:center;border-bottom:1px solid #ccc;font-size:90%;} 
	.one-b {width:98%;text-align:center;background-color:#efefec;} 
	.four {text-align:center;line-height:24px;}
}