@charset "Shift_JIS";
/* ----------------------------------------------------------
  TITLE : CLUB ORDER SYSTEM
  URI : 	http://www.mizunoshop.net/cluborder/
  Copyright (C) MIZUNO
---------------------------------------------------------- */
/*
.kingaku_floating {
	position: fixed;
	right: 100px;
	top: 40px;
}
*/

#one-center-column {
    width: 830px;
    float: left;
}

#order-select {
  /*width: 590px;*/
  width: 830px;
}

.mr10 {
    margin-right: 10px;
}

.list-sideways{
    float:left;
    margin-right:10px;
    margin-bottom:6px;
    list-style: url(../images/order/point-link.gif) inside;
}

.bt {
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

.order-box {
  /*width: 600px;*/
  width: 830px;
}
/*
.order select {
    width: 60px !important;
}

.w60 {
    width: 60px;
}
*/
.center_title_h2 {
    font-size: 30px;
    font-weight: bold;
    color: #009;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #009;
    margin-top: 0px !important;
    margin-bottom: 15px;
    line-height: 28px;
    padding-bottom: 2px;
    background-color:#D9E5FF;
    white-space: normal;
}

.dtl_sm_item {
	font-size:180%;
	color:#0000AA;
	color: #111;
	font-weight: 700;
	/* font-family: 'ＭＳ Ｐゴシック'; */
	border-bottom: double 2px #757575; /*#E6E6FA;*/
}

.order-box h3 {
    background-color: #757575;
    /* background: url(../images/order/order-box-h3.gif) round; */
    height: auto;
    color: #fff;
    /* width: 100%; */
}

#grip-box h3 {
    background-color: #757575;
    /* background: url(../images/order/order-box-h3.gif) round !important; */
    height: auto;
    color: #fff;
}


/* カートに入れる */
#total-price p.cart {
	display: flex;
	height: 54px;
}
#total-price p.cart .btn_cart {
	display: inline-block;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px;
	background: #ff8800;
	font-size: 114%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
#total-price p.cart .btn_cart span {
	padding-left: 30px;
	background: url(../../images/v2/common/ico_crat01.png) no-repeat 0 50%;
}
#total-price p.cart .btn_cart:hover {
	background: #ffa94a;
}
