@charset "UTF-8";
/* ----------------
カートテーマ
------------------ */
.cart-table {
	font-size: 16px;
	color: #333;
	width: 100%;
	margin-bottom: 20px;
}
.cart-table th {
	padding: 10px;
	background: #EEE;
	border: 1px solid #999;
	/*text-align: left;*/
    text-align: center;
}
.cart-table td {
	padding: 10px;
	border: 1px solid #999;
	/*text-align: left;*/
}
.cart-table input[type="text"] {
	font-size: 13px;
	padding: 5px 5px 4px;
	border: 1px solid #A7A7AA;
	border-radius: 3px;
	color: #333;
	line-height: 1;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
}

.cart-btn {
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
	border: none;
	padding: 10px;
	background: #949494;
	transition: background .2s;
	display: inline-block;
	margin-right: 10px;
}
.cart-btn:hover {
	background: #333;
}
.cart-btn:last-child {
	margin-right: 0;
}

.cart-btn-primary {
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
	border: none;
	padding: 10px;
	/*background: #2262AC;*/
    background: #8C0000;
	transition: background .2s;
	display: inline-block;
	margin-right: 10px;
}
.cart-btn-primary:hover {
	/*background: #153964;*/
    background: #C94545;
}

.cart-btn-wrapper {
	text-align: center;
}

.cart-flow-list {
	padding: 0;
}
.cart-flow-list li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}
.cart-flow-list a,
.cart-flow-list a:link,
.cart-flow-list a:hover,
.cart-flow-list a:visited {
	text-decoration: none;
	color: #2262AC;
	font-weight: bold;
}
.cart-flow-list .current {
	color: #333;
	font-weight: bold;
}
.cart-flow-list .current .cart-flow-list-number {
	background: #333;
}

.cart-flow-list-number {
	margin-right: 10px;
	background: #B9B9B9;
	display: inline-block;
	text-align: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #FFF;
}

.cart-search dt {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}

.cart-search dd {
	margin-left: 10px;
}

.cart-search select {
	margin-bottom: 10px;
}

.cart-search .acms-form-radio {
	margin-bottom: 10px;
}

.cart-search .acms-form-checkbox {
	margin-bottom: 10px;
}

.cart-search-text {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.cart-search-select-text {
	display: inline-block;
	margin-right: 15px;
}

.cart-search-btn {
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
	border: none;
	padding: 10px;
	background: #949494;
	transition: background .2s;
	width: 100%;
	margin: 10px auto 40px auto;
}
.cart-search-btn:hover {
	background: #333;
}

@media screen and (max-width: 767px) {
    .cart-table {
	    /*font-size: 80%;*/
    }
    .cart-table th{
	   /* width:30%;*/
    }
        /*acm-min-cssより修正*/
        button, input[type=button], input[type=reset], input[type=submit] {
            margin-bottom: 30px;
        }
    }