@charset "utf-8";
/* CSS Document */


/*料金表ページメイン画像
---------------------------------------------------------------------------*/

#mainimg {
	max-width: 1500px;	/*サイトの最大幅*/
	max-height: 142px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/hed_img.jpg");
	background-repeat:no-repeat;
	background-color: #fff;
	text-align: center;
}
h2 {
	text-shadow: 0 0 10px #fff,0 0 15px #fff;
}

/*料金表*/
table{
	width: 100%;
	margin: 70px 0 30px;
}

th{	
	padding: 10px;
	border-bottom: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	background-color: #f2f2f2;
	text-align: left;
	padding-left: 20px;
}

td{	
	padding: 10px;
	border-bottom: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}

.no-rightborder {
		border-right: none;
}

.top-border {
	border-top: solid 1px #e6e6e6;
}
.t_r {
	text-align: right;
	font-weight: 600;
	color: #005ca2;
	font-family: fatfrank;
}


@media screen and (max-width: 800px) {
	.t_r {
		white-space: nowrap;
}
}


.font_big {
	font-size: 1.5em;
}

table li {
	list-style-type: disc;
	font-size: 0.9em;
	margin: 0 30px 0 20px;
}
@media screen and (max-width: 600px) {
	table li {
	margin: 0 0 0 20px;
}
}

.t_rs {
	text-align: right;
	list-style-type: none;
}

.t_ls {
	list-style-type: none;
}

.sfont {
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
}

@media screen and (max-width: 600px) {
	.col_box{
	flex-direction: column;
}
	th{	
	padding: 10px;
	padding-left: 10px;
}

}
