﻿@charset "UTF-8";

/* ▼▼▼ ご利用料金
=====================================*/
h2 {
	border-bottom: 1px dotted #262626;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	}

table.fee {
	display: block;
	width: 99%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 10px;
	font-size: 13px;
	position: relative;
	}
	table.short {width: 440px;}
table.fee th,
table.fee td {
	width: 140px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	text-align: center;
	}
table.fee th {background: #F3F3F3;}
table.fee tr th:last-child {width: 160px;}
table.holiday th {width: 180px;}
table.holiday tr th:last-child {width: 100px;}

table tr td:first-child {
	width: 150px;
	background:  #F7F6F2;
	}
table.holiday tr td:first-child	{width: 150px;}
ul.kome {
	margin-bottom: 20px;
	color: #CC0000;
	overflow: hidden;
	}


/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {

h1.title {width: 136px;}
h2 {
	width: 95%;
	margin: 0 auto 20px;
	}

table.fee {
	width: 95%;
	margin: 0 auto 10px;
	font-size: 13px;
	border-collapse: collapse;
	}
table.fee th,
table.fee td {
	padding: 5px;
	}
table.fee {
    overflow-x: auto;
}
/* table.fee thead {
	display: block;
	float: left;
	}
table.fee tbody {
	display: block;
	position: relative;
	overflow-x: hidden;
	white-space: nowrap;
	}
table.fee th,
table.fee tr th:last-child {
	display: block;
	width: 100%;
	text-align: left;
	}
table.fee tbody tr {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-left: -4px;
	}
	table.short tbody tr {width: 33.33333%;}
table.fee td,
table.fee tr td:first-child {
	display: block;
	width: 100%;
	} */
ul.kome {
	width: 95%;
	margin: 0 auto 20px;
	}

}
