/*ＰＣ用CSS*/

@media screen and (min-width: 480px){

/*sub_pic*/
#sub_pic{
	width: 100%;
	background-image: url(../images/recycle/sub_top.jpg);
	height: 190px;
	background-position: center center;
	background-repeat: no-repeat;
}
#sec1 table{
	border: 1px solid #bbb;
	border-collapse: collapse;
	margin-top: 20px;
}
#sec1 table th,#sec1 table td{
	border: 1px solid #bbb;
	padding: 10px;
	box-sizing: border-box;
}
#sec1 table th{
	width: 22%;
	box-sizing: border-box;
	text-align: left;
	background: #fafafa;
}
#sec1 table td{
	width: 78%;
	box-sizing: border-box;
	font-size: 10.5pt;
}
}

/*スマホ用CSS*/
@media screen and (max-width:480px){
#sub_pic{
	width: 100%;
	background-image: url(../images/recycle/sub_top.jpg);
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
}
#sec1 table{
	border: 1px solid #bbb;
	border-collapse: collapse;
	margin-top: 20px;
}
#sec1 table th,#sec1 table td{
	border: 1px solid #bbb;
	padding: 10px;
	box-sizing: border-box;
}
#sec1 table th{
	width: 22%;
	box-sizing: border-box;
	text-align: left;
	background: #fafafa;
}
#sec1 table td{
	width: 78%;
	box-sizing: border-box;
	font-size: 10.5pt;
}
}