@media (max-width: 1030px) {

/*-------キャンペーン情報-------*/
.price_top{
	width:90%;
}
.firsttime{
	width:90%;
}

/*-------料金表-------*/
#main table{
	width:90%;
}
		}


@media (max-width: 670px) {
#main{
	margin-bottom:50px;
}

/*-------キャンペーン情報-------*/
.price_top{
	font-size:18px;
}
.off30{
	margin-bottom:15px;
}
.off30 .red{
	display:block;
	font-size:22px;
}
.price_br{
	display:block;
}
.firsttime_title{
	font-size:16px;
}
.firsttime_contents{
	font-size:20px;
}

/*-------料金表-------*/
#main table{
	font-size: 16px;
	margin-top:20px;
}
#main table td.title{
  padding:5px 0;
	line-height: 20px;
}
#main table th{
	padding:5px 10px;
}
#main .kome{
	font-size:14px;
	width:90%;
}
		}
