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

	.price .place {
		width: 620px;
	}
	
	.price section ul.detail {
		margin: 10px 0;
		display: table;
	}
	.price section ul.detail li {
		font-size: 14px;
		line-height: 28px;
	}
	.price section ul.detail li a.map {
		color: #336699;
		font-weight: bold;
		text-decoration: underline;
	}
	.price section ul.detail li.freedial,
	.price section ul.detail li.freedial a.tel {
		color: #CC0000;
		font-weight: bold;
	}
	
	.price section h3 {
		font-size: 14px;
		line-height: 28px;
	}
	
	.price section ul.caution {
		margin: 10px 0 10px 10px;
		display: table;
	}
	.price section ul.caution li {
		font-size: 14px;
		line-height: 28px;
	}	
	
	.price section p.up {
		font-size: 14px;
		line-height: 28px;
		text-align: right;
	}
	.price section p.up a {
		color: #336699;
		font-weight: bold;
		text-decoration: underline;
	}
	
/* pc */
@media screen and (min-width: 950px) {
	
	.price .place ul li a:hover {
		position: relative;
		top: 1px;
		left: 1px;
	}
		
}

/* pc tablet */
@media screen and (min-width: 768px) {
	
	.price .place ul li {
		display: inline-block;
		width: 62px;
		height: 70px;
		padding: 0 0 0 30px;	
	}
	.price .place ul li.fuji {
		background: url(../img/price/bg_fuji.png) no-repeat left top;
	}
	.price .place ul li.komatsu {
		background: url(../img/price/bg_komatsu.png) no-repeat left top;
	}
	.price .place ul li.osaka {
		background: url(../img/price/bg_osaka.png) no-repeat left top;
	}
	.price .place ul li a {
		color: #FFFFFF;
		font-weight: bold;
		line-height: 30px;
	}
	
	.price section dl.receipt {
		width: 638px;
		border: #CCCCCC solid 1px;
		border-top: none;
		margin: 10px 0;
		background-color: #D2E8C1;
		display: table;
	}
	.price section dl.receipt dt {
		width: 130px;
		min-height: 28px;
		font-size: 14px;
		line-height: 28px;
		font-weight: bold;
		border-top: #CCCCCC solid 1px;
		padding: 0 10px;
		float: left;
		clear: both;
	}
	.price section dl.receipt dd {
		font-size: 14px;
		line-height: 28px;
		border-top: #CCCCCC solid 1px;
		border-left: #CCCCCC solid 1px;
		margin: 0 0 0 150px;
		padding: 0 10px;
		background-color: #FFFFFF;
	}
	
	.price section ul.howmuch {
		border-top: #CCCCCC solid 1px;
		display: table;
	}
	.price section ul.howmuch li {
		min-height: 28px;
		border-right: #CCCCCC solid 1px;
		border-bottom: #CCCCCC solid 1px;
	}
	.price section ul.howmuch dl dt {
		width: 130px;
		min-height: 28px;
		font-size: 14px;
		line-height: 28px;
		font-weight: bold;
		border-left: #CCCCCC solid 1px;
		padding: 0 10px;
		background-color: #D2E8C1;
		float: left;
	}
	.price section ul.howmuch dl dd {
		width: 140px;
		min-height: 28px;
		font-size: 14px;
		line-height: 28px;
		border-left: #CCCCCC solid 1px;
		padding: 0 10px;
		background-color: #FFFFFF;
		float: left;
	}
	.price section ul.howmuch li.person dl dd {
		background-color: #F7F7F7;
	}
	.price section ul.howmuch dl dd span {
		display: none;
	}	
	
}

/* mobile */
@media screen and (max-width: 767px) {
	
	.price .place ul li {
		display: inline-block;
		padding: 0 1em;
		margin: 0 0 10px 0;
		border-right: #333333 solid 1px;
		background: none;	
	}
	.price .place ul li a {
		font-weight: bold;
		font-size: 14px;
		line-height: 28px;
		text-decoration: underline;
	}
	
	.price section dl.receipt {
		width: 100%;
		margin: 10px 0;
		display: table;
	}
	.price section dl.receipt dt {
		min-height: 28px;
		font-size: 14px;
		line-height: 28px;
		font-weight: bold;
		border: #CCCCCC solid 1px;
		padding: 0 10px;
		background-color: #D2E8C1;
	}
	.price section dl.receipt dd {
		font-size: 14px;
		line-height: 28px;
		padding: 0 10px;
	}		
	
	.price section ul.howmuch {
		width: 100%;
		margin: 0 0 10px;
		display: table;
	}
	.price section ul.howmuch dl dt {
		min-height: 28px;
		font-size: 14px;
		line-height: 28px;
		font-weight: bold;
		border: #CCCCCC solid 1px;
		padding: 0 10px;
		background-color: #D2E8C1;
	}
	.price section ul.howmuch dl dd {
		font-size: 14px;
		line-height: 28px;
		padding: 0 10px;
	}
	.price section ul.howmuch li.person {
		display: none;
	}
	.price section ul.howmuch dl dd span {
		padding: 0 1em 0 0;
	}	
	
}