@charset "utf-8";
@import url("/store/css/cars/common.css");

/*--- 生地画像 ---*/
#cloth {
	height: 130px;
	width: 180px;

	-moz-box-shadow   : 0 2px 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
	box-shadow        : 0 2px 5px rgba(0, 0, 0, 0.75);

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#999999');
}

p.color img {
	-moz-box-shadow   : 0 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow        : 0 1px 3px rgba(0, 0, 0, 0.75);

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#999999');
}

p.color span {
	padding-bottom: 5px;
}
.poket_btn{
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    background: #c49961;
	font-size: small;
	margin-bottom: -3%;
}


.poket_desc a {
    border-radius: 3px;
    text-align: center;
    position: relative;
    display: flex;
    /* justify-content: space-around;
    align-items: center; */
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #FFF;
    font-size: small;
    margin-bottom: 3%;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: rgb(149,202,252);
    background: linear-gradient(270deg, rgba(149,202,252,1) 0%, rgba(107,182,255,1) 100%);
}
.poket_desc a:hover {
    background: rgb(117,188,255);
    background: linear-gradient(270deg, rgba(117,188,255,1) 0%, rgba(62,159,252,1) 100%);
}