@charset "utf-8";

table {
	width: auto;
}
.table01 {
	margin-left: 0 !important;
}

.w260 {
	width:260px;
}
.table01 td.price {
	font-size:1.2rem;
	color:#234ca8;
	font-weight:bold;
	text-align:center;
}

.table01 td.price strong {
	font-size:2.1rem;
}

@media screen and (max-width: 767px) {
	#monthly .table01 {
		width:98%;
	}

	.w260 {
		width:30% ;
	}

}
