body {
	background-color: #fafaf7 !important;
}

.container{
	box-shadow: none !important;
}

#table-prices {
	width: 100%;
}
#table-prices td {
	padding: 16px;
	width: 50%;
	vertical-align: center;
}
.slick-slide {
	height: auto;
	padding: 2px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
#images-for {
	padding-left: 0;
}
#images-nav {
	padding-left: 0;
}
.clickable-image {
	cursor: pointer;
}
.thumbImage {
    margin: auto;
}
#remaining-time span {
	font-size: 1.6em;
	color: red;
}
.goods_data_title {
	font-weight: bold;
}
#goods-description {
	padding: 32px 0px;
}
#auction-caption {
	padding: 32px 0px;
}

.label-info {
	font-size: 1.0em;
	padding: .7em .6em .7em;
}

.label-not_reserve {
	background-color: #F7819F;
	font-size: 1.0em;
	padding: .7em .6em .7em;
}
.goodsName {
	word-wrap: break-word;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.goodsdetaile_title {
	font-size: 20px;
}


.goodsdetail_inquiry {
	margin-top: 20px;
}

.goodsdetail_underline {
	margin-bottom: 10px;
	border-bottom: solid 1px #e9e9e9;
}
#info {
	font-size: 15pt;
	padding-top: 10px;
}
.right-area {
	background-color: #f44336;
	color: white;
	padding: 10px;
	font-size: 12pt;
	vertical-align: middle;
    display: inline-block;
    margin-top: -15px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
}
.right-area_sairaku {
	background-color: #0000a0;
	color: white;
	padding: 10px;
	font-size: 12pt;
	vertical-align: middle;
    display: inline-block;
    margin-top: -15px;
    width: 300px;
    text-align: center;
    border-radius: 5px;
}
.modal_body_label {

}
.modal_body_input {
	display: inline;
	width: 50%;
	margin-left: 10px;
}
.detail_font {
	font-size: 25px;
	color: black;
}
.price_font {
	font-size: 35px;
	color: black;
}

.favorite-text {
	vertical-align: text-top;
    margin-left: -10px;
    color: black;

}
.inquiryLink {
	font-size: 20px;
	text-decoration: none!important;
	margin-left: 10px;
	margin-top: 10px;
}
.inquiryLink:hover {
	color: #000000;
}
.inquiry-text {
	vertical-align: text-top;
    margin-left: -10px;
    color: black;
}
.discription-form {
	margin-top: 20px;
	margin-bottom: 50px;
}
.discription-form-div {
	padding: 10px;
    background-color: #f0f4f8;
    border-radius: 10px;
}
.discripation-row {
	border-bottom: 1px solid #ddd;
	margin-left: 0px;
	margin-right: 0px;
}
.goods_data_title {
/* 	border-right: 1px solid #ddd; */
	padding-left: 10px!important;
	padding-right: 20px!important;
	font-weight: bold;
	min-width: 200px;

    float: left;
    line-height: 40px;
    font-weight: bold;
    text-align: right;
    font-size: 20;
}
.goods_data_value {
/* 	border-left: 1px solid #ddd; */
	padding: 10px!important;
/* 	background-color: #fafafa; */
	float: left;
    line-height: 20px;
    min-height: 40px;
    word-wrap: break-word;
    height: auto;
    font-size: 20;
}

.bid-price-label {
	margin: 0;
	line-height: 50px;
	float: left;
}

.bidCtrlLabel {
	width: calc(100% - 170px);
	margin-left: 50px;
	float: right;
}

.price_yen {
	float: left;
}

#biddingPrice {
	width: calc(100% - 30px);
	margin-left: 10px;
	float: left;
}

.bidCtrlBtn {
/* 	float: right; */
	min-width: 100px;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 14px;
}
.bid-btn-span {
	vertical-align: text-bottom;
}
#buyModalBtn.bid-btn {
	line-height: 1.428571!important;
}
.modal_bid_price_btn {
	clear: both;
	float: right;
	margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
	.goods_data_title {
		width: 100%;
		background-color: #f5f5f5;
		text-align: left;
	}
}
@media only screen and (max-width: 768px) {
	.right-area_sairaku {
		margin-top: 0px;
	}
	#endTime {
		display: block;
	}
	.imagewaku {
		height: 400px;
	}
	.discription-form {
	    padding-left: 0px;
	    padding-right: 0px;
	}
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
	.right-area_sairaku {
		margin-top: -15px;
	}
	#endTime {
		display: inline;
	}

}
@media only screen and (max-width: 767px) {
	.goodsName {
		font-size: 25px;
	}
	.detail_font {
		font-size: 20px;
	}
	.bidCtrlLabel {
		width: 100%;
	}
	#biddingPrice {
		width: calc(100% - 30px);
	}
}

.my-spn-label {
	color: red;
	font-size: 25px;
}
.goodsImg {
	width: 100% !important;
}
#inquiryConfirmContent {
	height: 184px;
	padding-left: 10px;
}

.imagewaku {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.bidModalWidth{
	width:120px;
}


ul.bidChoice {
    min-height: 186px;
    height: 449px;
    overflow-y: auto;
    border: 1px solid #cccccc;
    padding: 0;
}
ul.bidChoice li {
    background: #eef5ff;
    border-bottom: 1px solid #d5d5d5;
    height: 50;
    text-align: right;
    padding: 12px;
    list-style: none;

}

.toggleTitle{
	height: 50;
    margin-top: 5;
    background-color: #4dc4ff;
    color: white;
    margin-bottom: -12;
    font-size: 25;
    padding: 5;
    text-align: center;
}


.bidActive{
	background-color: #fbc39b !important;
}

.favoriteLink {
    font-size: 30px;
    text-decoration: none!important;
    padding-right: 20px;
}
.Favorite {
    float: right;
}