@charset "utf-8";
/* CSS Document */
#header #main-img .img {
	background-image: url(../img/main-img.jpg);
}

#main-img .rainbow {
	top: inherit;
	bottom: 0px !important;
}


#stock-list-area {
	/*background-image: url('../img/map2.jpg');*/
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-color-1 {
	background-color: #FCB28F;
}

.top-decoration-1 {
	background: repeating-linear-gradient(
			45deg,
			#ffffff,
			#ffffff 10px,
			#ffd2b7 10px,
			#ffd2b7 20px
	);
}

.content-color {
	/* 各ページのコンテンツ色 */
	background: #ceceaa;
}

/* 在庫リスト */
.pad-8 {
	padding-left: 8px;
	padding-right: 8px;
}

.stock-info {
}

.form-wrap {
	text-align: center;
}

.form-wrap select {
	max-width: 200px;
	margin: 0 auto;
}

.paging-wrap {
	max-width: 500px;
	margin: 16px auto;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}

.paging-wrap a {
	color: #666;
}

.paging-wrap .prev {
	text-align: right;
	font-size: 50px;
}

.paging-wrap .next {
	text-align: left;
	font-size: 50px;
}

.paging-wrap .total {
	text-align: center;
	font-size: 18px;
	color: #222;
	padding-top: 12px;
}

.stock-list {
	padding: 0;
	list-style: none;
}

.stock-list li {
	margin-bottom: 16px;
}

.stock-list a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.stock-list .stock-wrap {
	/*border: 1px solid #fff;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.stock-list .stock-img {
	position: relative;
	overflow: hidden;
}

.stock-list .stock-img img {
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.stock-list .stock-txt {
	position: absolute;;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 16px;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

.stock-list .stock-txt .name {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}

.stock-list .stock-txt .grade {
	margin: 0;
	line-height: 1.2;
}

.stock-list .stock-txt p {
	margin: 0;
	line-height: 1.2;
}

.stock-list .stock-txt .year {
	line-height: 1.2;
}

.stock-list .stock-txt .distance {
	line-height: 1.2;
}

.stock-list .stock-txt .price {
	text-align: left;
	font-size: 25px;
}

.mark {
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 30px solid transparent;
	border-right: 30px solid transparent;
}

.mark-new {
	border-left: 30px solid #C00;
}

.mark-renew {
	border-left: 30px solid #06C;
}

.mark-txt {
	position: absolute;
	left: 3px;
	top: 0;
	color: #00;
	font-weight: bold;
	font-size: 15px;
}

/* 詳細ページ */

.stock-dtl-wrap {
	margin: 0 auto;
	padding: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eee;
}

.back-btn {
	text-align: left;
}

.back-btn a {
	display: inline-block;
	background-color: #999;
	color: #fff;
	padding: 16px;
	border-radius: 5px;
}

.back-btn a i {
	padding-right: 8px;
}

.cnt-btn {
	text-align: right;
}

.cnt-btn a {
	display: inline-block;
	background-color: #C30;
	padding: 16px;
	color: #FFF;
	border-radius: 5px;
}

.stock-dtl-wrap .name-grade {
	margin: 24px 0 0;
	font-weight: normal;
	font-size: 20px;
}

.stock-dtl-wrap .price {
	margin: 24px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 25px;
}

.st-img-wrap {
	background: #333;
	margin: 24px auto 0;
}

.st-img-wrap .main-img {
	max-width: 640px;
	margin: 0 auto;
}

.st-img-wrap .main-img img {
	width: 100%;
}

.st-img-wrap .thumb-list {
	max-width: 640px;
	margin: 0 auto;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.st-img-wrap .thumb-list li {
	float: left;
	width: 10%;
}

.st-img-wrap .thumb-list li img {
	width: 100%;
	cursor: pointer;
}

.st-img-wrap .thumb-list li img:hover {
	opacity: 0.8;
}

.st-content-ttl {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #727272;
	margin: 48px 0 0;
	padding-bottom: 8px;
}

.stock-table {
	margin: 16px 0 0;
	width: 100%;
}

.stock-table tbody {
}

.stock-table tbody tr {
}

.stock-table tbody tr th {
	font-weight: bold;
	padding: 8px;
	border-bottom: dotted 1px #727272;
}

.stock-table tbody tr td {
	padding: 8px;
	border-bottom: dotted 1px #727272;
}

.stock-table tbody tr td .fa {
	font-size: 20px;
}

.st-box {
	padding: 16px;
}

.st-comment {
	line-height: 1.8em;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

.st-bg-color {
	background-color: #fff;
}

.mark {
	background: none;
	padding: 0;
}

.point-font02 {
	font-family: 'Bevan', cursive;
}