@import url("common/style1.css");
*, *::before, *::after {
  box-sizing: border-box;
	margin:0;
	padding:0;
}

#main{
	margin-top:20px;
}
/*メイン左側に追加した部分*/
#onegai{
	width:200px;
	background-color:#ff6100;
	margin-bottom:10px;
	padding:10px 0;


}
#onegai h3{
	color:#ffffff;
	width:170px;
	margin:0 auto;

}

/*メイン右側のスタイルここから↓*/
.right_top h3{
	border-bottom:5px solid #333333;
	padding:10px 0;
	margin:0 auto 20px auto;

	
}
.cart{
	width:100%;
}
.cart tr{
	vertical-align:top;
}
.cart_image{
	width:31%;
}

.cart_image p{
	padding-bottom:20px;
}
.cart_text{
	width:47%;
	padding-left:30px;
        padding-bottom: 50px;
	vertical-align:top;
}
.cart_text h4{
	margin-bottom:5px;
}
.cart_text span{
	font-weight:bold;
	color:red;
}
.cart_text p{
	padding-left:5px;
	line-height:20px;
}
.form_clear{
	overflow:hidden;
	width:100%;
	margin:10px 0;
}
.form_left{
	width:60px;
	float:left;	
}
.form_left p{
	font-weight:bold;
}
.form_right input{
	display:inline-block;
}
.form_right{
	width:100%;
	float:left;
}
.delete{
	width:60px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	text-align:center;
	margin:15px 0;
}

/*＋－ボタン周辺のスタイル*/
#counter input{
	line-height:18px;
	text-align:center;
}
#counter button{
	border:1px solid #000000;
	display:inline-block;
	width:22px;
	text-align:center;
}
#counter button:hover{
	cursor:pointer ;
}

/*加工・合計のスタイル*/
#cart_price{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
#cart_price p{
	font-size:15px;
	text-align:center;
	height:40px;
	line-height:40px;
	
}
.price{
	display:inline-block;
	width:120px;
	text-align:right;
	font-weight:bold;
	font-size:20px;
}
/*0829合計表示*/
#goukei{
	font-size:15px;
	margin-top:5px;
	text-align:center;
	height:40px;
	line-height:40px;
}
#goukei_price{
	font-size:20px;
	color:red;
	width:120px;
}

#rezi_botton{
	margin-top:5px;
	text-align:right;		
}
#rezi_botton a{
	display:inline-block;
	width:150px;
	height:50px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background-color:red;
	border-radius:5px;
	text-align:center;
	padding-top:15px;
	

}
@media (max-width: 750px){
    /*ヘッダー部分*/
    #header_visual img{
        width:100%;
    }
    /*メイン部分右側*/
    #main{
        width:100%;
        margin:0 auto;
    }
    .cart{
	width:100%;
    }
    #onegai{
        width:100%;
        background-color:#ff6100;
        margin-bottom:10px;
    }
    #onegai h3{
        color:#ffffff;
        width:100%;
    }
    #onegai h3 br{
        display: none;
    }
}
