@charset = "utf-8";

div.esttbl {
	margin: 0 0 1.6em;
}

/*navi*/
div.valueChanger {
	overflow: hidden;
	width: 240px;
	margin: 20px 0 5px auto;
	text-align: center;
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	background: #ffffff;
}

div.valueChanger::before {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #666666;
	pointer-events: none;
}

div.valueChanger::after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}

div.valueChanger select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #666666;
}

div.valueChanger select::-ms-expand {
	display: none;
}


/*table*/
.basicInfo .post div.esttbl table {
	table-layout: fixed;
	border: 1px solid #00A948;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 6px;
	width: 100%;
}
.basicInfo .post div.esttbl table th,
.basicInfo .post div.esttbl table td {
	border: 1px solid #00A948;
	padding: 6px;
	width: auto;
	font-size: 12px;
	text-align: center;
}

.basicInfo .post div.esttbl table th {
	font-weight: bold;
}


.basicInfo .post div.esttbl table td span.priceLabel{
	display: block;
	font-size: 12px;
	color: #aaa;
}

.basicInfo .post div.esttbl table td span.price{
	font-size: 14px;
	font-weight: bold;
	color: #e33022;
}

.basicInfo .post div.esttbl table td.mtm span.price,
.basicInfo .post div.esttbl table td.mtm span.priceYen {
	font-size: 10px;
}

.basicInfo .post div.esttbl table td span.price span.priceTo,
.basicInfo .post div.esttbl table td span.price span.priceMax{
	color: #aaa;
	font-weight: normal;
}
/*.basicInfo .post div.esttbl table td span .mtm-max{
	color: #5e6265;
}
*/
.basicInfo .post div.esttbl table td span.priceYen{
	font-size: 12px;
	margin-left: 2px;
	color: #aaa;
}



/* mobile layout
----------------------------------------------------------- */

div.innerBlock {

}

.basicInfo .post p.innerBlockTitle {
	margin: 10px 0 0;
	padding: 10px 15px 10px 10px;
	background-color: #E9FCF0;
	color: #000;
	font-weight: bold;
}

.basicInfo .post p.innerBlockTitle[onclick] {
	cursor: pointer;
}

.basicInfo .post p.innerBlockTitle.is-show{
	border-top: 1px solid #00A948;
	border-left: 1px solid #00A948;
	border-right: 1px solid #00A948;
}

.basicInfo .post p.innerBlockTitle span.toggleIcon {
	float: right;
/*	margin-top: 10px;
	margin-right: 20px;*/
	width: 20px;
	height: 20px;
}

.basicInfo .post p.innerBlockTitle span.toggleIcon span{
	position: absolute;
    width: 20px;
	height: 2px;
    background-color: #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	margin-top: 11px;
	transition-duration: 300ms;
}

.basicInfo .post p.innerBlockTitle span.toggleIcon span:nth-child(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.basicInfo .post p.innerBlockTitle.is-show span.toggleIcon span:nth-child(2) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.basicInfo .post div.esttbl table.innerBlockTable {
	display:none;
}

.basicInfo .post div.esttbl table.innerBlockTable.is-show {
	display:table;
	animation: show 300ms linear 0s;
}

@media screen and (max-width: 768px) {
	.basicInfo .post div.esttbl table td.mtm span.price,
	.basicInfo .post div.esttbl table td.mtm span.priceYen {
		font-size: 12px;
	}
}
