/* ##### price.php ##### */
#price_btn_play {
	text-align:center;
	display:block;
}
#price_btn_play .com_btn {
	line-height:50px;
	font-size:25px;
	margin:0 auto;
}
#price_btn_play .com_btn:before {
	width:13px;
	height:13px;
	top:18px;
	left:8px;
}
h2.price_subttl {
  text-align: center;
  margin: 1em 0 0.5em 0;
}

/* ## table_container ## */
.price_tablecontainer {
	width:100%;
	max-width:960px;
	margin:0 auto;
}
.price_tablecontainer_detail {
	display:block;
	width:100%;
	font-size:80%;
  padding: 0.5em;
}
.price_tablecontainer_note, .price_tablecontainer_notefooter {
	text-align:right;
	display:block;
	width:100%;
	font-size:80%;
}
.price_tablecontainer table {
	width:100%;
	border:1px solid #e0e0e0;
}
.price_tablecontainer table.com_basictable th, .price_tablecontainer table.com_basictable td {
	padding:15px 20px;
	vertical-align:top;
}
table.com_basictable.com_table_sub {
	margin-top:1em;
}
table.com_basictable.com_table_sub th {
	background:#999999;
	padding:10px 15px;
}
table.com_basictable.com_table_sub td {
	background:#f0f0f0;
	padding:10px 15px;
}
/* ## price_pricetable ## */
table.price_pricetable-littleheader tr *:first-child {
  width: 6em;
}
table.com_basictable.price_pricetable th, table.com_basictable.price_pricetable td  {
	text-align:center;
	padding:5px 10px;
	vertical-align:middle;
}
table.com_basictable.price_pricetable.longth th {
  text-align: left;
}
table.com_basictable th.bg_green {
	background: #46543e;
}
table.com_basictable th.bg_yellow {
	background: #665126;
}
table.com_basictable th.bg_red {
	background: #7d4040;
}
.price_tablecontainer + .price_tablecontainer {
  margin-top: 3em;
}
.price_tablecontainer table.com_basictable th.sub_th {
  background: #999999;
  color: #ffffff;
  border-left: 1px solid #e0e0e0;
}
.price_tablecontainer table.com_basictable th.sub_th:first-child {
  border-right: none;
}
.price_additionalnote {
  margin: 1em;
  padding: 0;
}
.price_additionalnote {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.price_table_dates {
  text-align: left;
  padding: 0.5em;
  border-bottom: 1px solid #cccccc;
}
.price_table_dates:last-child {
  border-bottom: none;
}
.price_date {
  display: inline-block;
  padding-right: 1em;
}
.price_date:last-child {
  padding-right: 0;
}

/* ## price_card ## */
#price_card {
	margin:1em auto;
	max-width:960px;
	background:#f0f0f0;
	border:1px solid #e0e0e0;
	text-align:center;
	padding:15px 0;
}

/* ##### responsive ##### */
@media (max-width: 1099px) {
	.price_tablecontainer_note, .price_tablecontainer_notefooter {
		padding-right:5px;
	}
}
@media (max-width:699px) {
	#price_btn_play .com_btn {
		line-height:30px;
		font-size:14px;
		margin:0 auto;
	}
	#price_btn_play .com_btn:before {
		width:9px;
		height:9px;
		top:10px;
		left:8px;
	}
	.price_tablecontainer .com_btn {
		font-size:12px;
		line-height:24px;
	}
	.price_tablecontainer .com_btn:before {
		width:7px;
		height:7px;
		top:7px;
		left:12px;
	}

	.price_table_sphide {
		display:none;
	}
	.price_tablecontainer table.com_basictable th, .price_tablecontainer table.com_basictable td {
		padding:2px 2px;
		font-size:10px;
	}
	.price_tablecontainer_notefooter {
		text-align:left;
		padding:5px 5px 0 5px;
	}
	/* txtmain */
	.price_tablecontainer.price_tablecontainer_txtmain > table,
	.price_tablecontainer.price_tablecontainer_txtmain > table > tbody,
	.price_tablecontainer.price_tablecontainer_txtmain > table > tbody > tr,
	.price_tablecontainer.price_tablecontainer_txtmain > table > tbody > tr > th,
	.price_tablecontainer.price_tablecontainer_txtmain > table > tbody > tr > td {
		display:block;
		font-size:14px;
	}
	.price_tablecontainer.price_tablecontainer_txtmain > table th,
	.price_tablecontainer.price_tablecontainer_txtmain > table td {
		font-size:12px;
		padding:4px;
	}
	.price_tablecontainer.price_tablecontainer_txtmain > table > tbody > tr > th {
		padding:5px 10px;
	}
	.price_tablecontainer.price_tablecontainer_txtmain > table > tbody > tr > td {
		padding:10px;
	}
	.com_table_sub th { white-space:nowrap; }
  .price_additionalnote {
    margin: 1em 5px;
  }
}
@media (max-width:374px) {
	.price_tablecontainer table.com_basictable th, .price_tablecontainer table.com_basictable td {
		padding:2px 2px;
		font-size:10px;
		letter-spacing:-0.5px;
	}
	.price_tablecontainer.price_tablecontainer_txtmain > table th,
	.price_tablecontainer.price_tablecontainer_txtmain > table td {
		font-size:12px;
		padding:4px;
	}
}
