#cart{
	width:1000px !important;
}

#cart .text-red{
	color:#FF0004;
}

#cart .cart-stimg{
	margin:10px 0;
}


/*共通*/

#cart .cart-stimg{
	width:100%;
}

#cart .cart-st{
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:24px;
	margin-bottom:10px;
}

/*カート内*/

.ci-box tr{
	border-top:1px solid #0b3d75 ;
	border-left:1px solid #0b3d75 ;
	box-sizing: border-box;
}

.ci-box tr th,
.ci-box tr td{
	padding:10px;
	border-right:1px solid #0b3d75 ;
	border-bottom:1px solid #0b3d75 ;
	box-sizing: border-box;
	text-align:center;
}

.ci-box tr th{
	background:#dde9f3;
}

.ci-box tr .cartinner-number{
	width:10%;
}

.ci-box tr .cartinner-goods{
	width:35%;
}

.ci-box tr .cartinner-goods dl{
	display:table;
	width:100%;
	overflow:hidden;
}

.ci-box tr .cartinner-goods dl dt{
	display:table-cell;
	width:20%;
	vertical-align: middle;
	padding-right:10px;
}

.ci-box tr .cartinner-goods dl dt img{
	width:100%;
	vertical-align: bottom;
}

.ci-box tr .cartinner-goods dl dd{
	display:table-cell;
	width:80%;
	vertical-align: middle;
	text-align:left;
}

.ci-box tr td.cartinner-number select{
	width:50px;
}

.ci-box tr:last-of-type th{
	text-align:right;
	font-weight: 700;
}

.ci-box tr:last-of-type th span.text-price{
	font-family:  'Noto sans japanese',sans-serif;
	font-size:30px;
	color:#FF0004;	
    line-height: 130%;
}
.ci-box tr:last-of-type th span.tax{
	display: block;
	font-weight: 400;
	font-size:14px;
}

/*お客様情報*/

.client-set{
	margin:10px 0;
	border:1px solid #0b3d75; 
	padding:10px;
}

.client-set .cs-box{
	width:90%;
	margin:10px auto;
}

.client-set .cs-box dl{
	display: table;
	width:100%;
	margin:20px auto;
}

.client-set .cs-box dl dt{
	display: table-cell;
	width:30%;
	font-weight:bold;
	vertical-align:middle;
	position:relative;
}

.client-set .cs-box dl dt span{
	position:absolute;
	right:20px;
	top:50%;
	
	margin-top:-12px;
}
.client-set .cs-box dl dt span img{
	width:40px;
	vertical-align: bottom;
}

.client-set .cs-box dl dd{
	display: table-cell;
	width:70%;
	vertical-align:middle;
}

.client-set .cs-box dl dd input[type=text]{
	width:100%;
	height:30px;
}

.client-set .cs-box dl dd input[type=password],
.client-set .cs-box dl dd select{
	height:30px;
	border: 1px solid #999999;
}

.client-set .cs-box dl dd textarea{
	width:100%;
	resize: none;
}

.client-set .cs-box dl dd.cs-address span{
	display: block;
	margin-bottom:10px;
}

.client-set .cs-box dl dd.cs-address span input[type=text]{
	display: inline-block;
	width:69%;
	margin-left:5px;
}

.client-set .cs-box dl dd.cs-address span .cs-a-st{
	display: inline-block;
	width:180px;
	vertical-align: middle;
	margin-bottom:0;
}

.client-set .cs-box dl dd.cs-address span input.yuubin{
	width:150px;
}

.client-set .cs-box dl dd.cs-address span input[type=button]{
	background:#0b3d75;
	color:#FFFFFF;
	padding:0 10px;
	height:30px;
	border:none;
}

.client-set .cs-box dl dd label{
	margin-right:20px;
}

.client-set .cs-box dl dd input[type=radio]{
	width:20px;
	height:20px;
	vertical-align: middle;
	margin-right:10px;
}

/*----------------------------------------------------------------------------------------------------*/

/*注文*/
#cart .order{
	margin:20px 0;
}

.order .ci-box{
	width:100%;
}

.order .order-att{
	text-align:right;
	margin-top:5px;
	font-size:14px;
}

.order .order-btn{
	margin-top:20px;
	text-align: center;
}

.order .order-btn input{}

.coupon-cord{
	display: block;
	width:40%;
	margin:20px auto;
}

.coupon-cord p span{
	font-weight:bold;
}

.coupon-cord input{
	padding:5px;
	border-radius: 5px;
	margin:3px;
}

.coupon-cord input[type=submit]{
	padding:5px 10px;
}

/*お客様情報入力*/
#cart .client{
	margin:20px 0;
}

.client .cl-st{
	text-align: center;
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:20px;
	margin-bottom:10px;
}

.client .cl-text{
	text-align: center;
}

.client .client-login{
	margin:10px 0;
	border:1px solid #0b3d75; 
	padding:10px;
}

.client .client-login dl{
	display: table;
	width:70%;
	margin:10px auto;
}

.client .client-login dl dt{
	display: table-cell;
	width:30%;
	font-weight:bold;
	vertical-align:middle;
}

.client .client-login dl dd{
	display: table-cell;
	width:70%;
	vertical-align:middle;
}

.client .client-login dl dd input{
	width:100%;
	height:30px;
}

.client .client-login .cl-btn{
	margin-top:20px;
	text-align:center;
}

.client .client-login .cl-passforget{
	text-align: center;
	margin-top:10px;
}
.client .client-login .cl-passforget a{
	text-decoration:underline;
}
.client .client-set .cs-t-st{
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:18px;
	color:#FFFFFF;
	background:#FF0004;
	width:90%;
	margin:0 auto;
	padding:10px;
}

.client .client-set .cs-terms{
	display: block;
	height:200px;
	overflow: auto;
	padding:10px;
	width:90%;
	margin:0 auto 20px;
	border:1px solid #FF0004;
}

.client .client-set .cs-terms p{}

.client .client-set .cs-terms dl{
	margin:10px 0;
}

.client .client-set .cs-terms dl dt{
	font-weight: bold;
}

.client .client-set .cs-terms dl dd{
	padding-left:10px;
}


.client .client-set .cs-terms dl dd span{
	display: block;
    text-indent: -1.3em;
    margin-left: 1.3em;
}

.client .client-set .cs-check{
	display: block;
	width:90%;
	margin:0 auto 20px;
	height:30px;
	line-height: 30px;
}

.client .client-set .cs-check input[type=checkbox]{
	width:20px;
	height:20px;
	vertical-align: middle;
	margin-right:10px;
}
.client .client-set .cs-check img{
	margin-left:20px;
	height:25px;
	vertical-align:middle;
}

.client .client-set .cs-btn{
	text-align: center;
}

.client .client-set .cs-att-st{
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:18px;
	color:#FFFFFF;
	background:#0b3d75;
	width:90%;
	margin:0 auto;
	padding:10px;
}

.client .client-set .cs-att{
	display: block;
	padding:10px;
	width:90%;
	margin:0 auto 20px;
	border:1px solid #0b3d75;
}


/*確認画面*/
#cart .conform{
	margin:20px 0;
}

.conform .ci-box{
	width:100%;
}

.conform .cc-st{
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:20px;
}

.conform .conform-btn{
	margin-top:20px;
	text-align: center;
}


.conform .cs-t-st{
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:18px;
	color:#FFFFFF;
	background:#FF0004;
	width:90%;
	margin:0 auto;
	padding:10px;
}

.conform .cs-terms{
	display: block;
	padding:10px;
	width:90%;
	margin:0 auto 20px;
	border:1px solid #FF0004;
}

.conform .cs-terms p{}




/*完了画面*/
#cart .end{
	margin:20px 0;
}.order .order-btn{
	margin-top:20px;
	text-align: center;
}

.end .ci-box{
	width:100%;
}

/*エラー*/
#cart .error{
	margin:20px 0;
}

#cart .error .error-box{
	display: table-cell;
	vertical-align: middle;
	border:1px solid #b20000;
	padding:10px;
	color:#FF0004;
	width:1000px;
	height:300px;
}

#cart .error .error-box p{
	width:90%;
	margin-left:auto;
}

#cart .error p.btn-pageback{
	width:100%;
	margin:10px 0 0;
	text-align: center;
}

#cart .error p.btn-pageback a{
	display: inline-block;
	width:400px;
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 600;
	font-size:20px;
	color:#FFFFFF;
	background:#000000;
	height:60px;
	line-height: 60px;
}


/*パスワード忘れ*/
#cart .passforget {
	margin:20px 0;
}

.passforget .pf-box{
	display: table-cell;
	vertical-align: middle;
	border:1px solid #005d03; 
	padding:10px;
	width:1000px;
	height:250px;
}

.passforget .pf-box .pf-text{
	width:80%;
	margin:0 auto 20px;
}

.passforget .pf-box .pf-text a{
	text-decoration:underline;
}

.passforget .pf-box dl{
	display: table;
	width:70%;
	margin:10px auto;
}

.passforget .pf-box dl dt{
	display: table-cell;
	width:30%;
	font-weight:bold;
	vertical-align:middle;
}

.passforget .pf-box dl dd{
	display: table-cell;
	width:70%;
	vertical-align:middle;
}

.passforget .pf-box dl dd input{
	width:100%;
	height:30px;
}

.passforget .pf-box .btn-passsubmit{
	margin-top:20px;
	text-align:center;
}

.passforget .pf-box .btn-passsubmit input{
	display: inline-block;
	width:400px;
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 600;
	font-size:20px;
	color:#FFFFFF;
	background:#005d03;
	height:60px;
	line-height: 60px;
	border:1px solid #005d03 !important;
}
.input-err{
	color: #FF0000;
	font-size: 12px;
}

/*---------------------------------------------------------------------------*/
.osusume-box{
	display: block;
	overflow: hidden;
	width:900px;
	margin:0 auto;
}

.osusume-box .cart-st{
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
}

.osusume-box .osusume-list{
	position: relative;
}

.osusume-box .osusume-list img{
	width:100%;
	vertical-align: bottom;
}

.osusume-box .osusume-list a{
	position:absolute;
	display: inline-block;
}
.osusume-box .osusume-list a:hover{
	background: rgba(255,255,255,.3);
}

.osusume-box .osusume-list a.link60{
	top: 324px;
    left: 287px;
    width: 592px;
    height: 82px;
}

.osusume-box .osusume-list a.link100{
	bottom: 7px;
    right: 19px;
    width: 431px;
    height: 66px;
}
