

@media screen and (min-width: 1000px) {
   /* 表示領域が1000px以上の場合に適用するスタイル */
#contact{
	width:100%;
	margin:0px 0x 0px 0x;
	padding:100px 0px 40px 0px;
	background:url(../img/index_bg.png);
}
#contact2{
	width:1000px;
	margin:0px auto 0px auto;
	padding:30px 20px 10px 20px;
	background:#ffffff;
	border-radius:20px;
	text-align:center;
}
#contact2 table{
	padding:0px 0px 50px 0px;
	margin:0px 0px 0px 0px:
	}
#contact2 th{
	padding:20px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	width:200px;
	border-bottom:1px dotted#000000;
	font-size:16px;
	}
#contact2 td{
	padding:20px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	width:760px;
	border-bottom:1px dotted#000000;
	}
#contact2 p{
	padding:0px 0px 0px 0px;
	text-align:left;
	font-size:12px;
	line-height:20px;
	background:url("../img/contact_a.png")left no-repeat;
	background-size:200px 200px;
}
#contact2 p span{
	font-size:22px;
	font-weight:bold;
	background:linear-gradient(transparent 60%, #aafaa0 0%);
}
}

@media screen and (max-width: 1000px){
#contact{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:10px 10px 30px 10px;
	background:url(../img/index_bg.png);
}
#contact2{
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
	background:#ffffff;
	border-radius:20px;
	text-align:center;
}
#contact2 p span{
	font-size:22px;
	font-weight:bold;
	background:linear-gradient(transparent 60%, #aafaa0 0%);
}
#contact2 p{
	padding:10px 0px 0px 0px;
	text-align:left;
	font-size:18px;
	line-height:28px;
	background:url("../img/contact_a.png")top center no-repeat;
	background-size:150px 150px;
}

}


