.contents_01 h1{
	width:100%;
	height:50px;
	background:url(./img/title_01.jpg) no-repeat;
	padding:15px 0 0 90px;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	color:#e60012;
}

.contents_01 table{
	width:100%;
	margin:0 0 20px 0;
}
.contents_01 table img{
	width:100%;
}

.contents_01 td{
	width:24.25%;
	padding:0;
	text-align:center;
	vertical-align:top;
	font-size:12px;
}
.contents_01 td img{
	width:100%;
	margin:0 0 5px 0;
}
.contents_01 th{
	width:1%;
	padding:0;
	text-align:center;
	font-size:12px;

}

.contents_01 ul.list_4 { padding:0; margin:0; }
.contents_01 .list_4 li{ width:25%; float:left; list-style:none; }
.contents_01 .list_4 li a{ width:98%; display:block; margin:10px auto; }
.contents_01 .list_4 li a img{ width:100%; display:block; }


@media screen and (max-width: 641px) {
body{
	width:100%!important;
}

.contents_01 h1{
	font-size:16px;	
	line-height:18px;

}
.contents_01 th,
.contents_01 td{
	font-size:8px;
	line-height:8px;
}


}

