@charset "UTF-8";

button,input{
	font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
}
img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.inner {
    padding: 0 10px;
}
#topContents{
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*============================
カカオが彩る、秋。
============================*/

.pageTtl {
    margin-bottom: 20px;
    padding: 25px 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #1e2677;
    color: #1e2677;
}
.pageIntro {
	margin-bottom: 15px;
	font-size: 13px;
	font-size: 1.3rem;
}

.specialImg {
	margin-bottom: 15px;
}
.specialImg .td {
  padding-top: 10px;
}
.specialImg img {
  display: block;
}
.specialTxt {
	margin-bottom: 20px;
}

.specialTtl {
	background-color: #e4eef8;
	padding: 10px 15px;
	font-size: 1.2em;
	font-weight: normal;
	color: #1e2678;
	margin-bottom:20px;
}

.specialTtl.impIcon{
	background: url(/images/smart/news/sp_import_icon.png) no-repeat 15px center #e4eef8;
	background-size: 50px auto;
	padding-left:70px;
}

.share {
	width: 90%;
	margin: 40px auto 20px;
}

.share li{
	margin-bottom: 15px;
}

.second-favo,
.second-check {
	margin-bottom: 15px;
}

.btnWrap{
	text-align: center;
	margin-bottom: 35px;
}
.btnWrap .confirmBtn{
	display: block;
	width:80%;
	height: 55px;
	line-height: 55px;
	margin: 0 auto;
	background: #1e2677;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	border: none;
	cursor: pointer;
}

.btnWrap .confirmBtn span{
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 10px;
	background: url(/images/smart/goods/number_input/arrow.png) no-repeat 0 0;
	background-size:100% auto;
	margin-left: 10px;
}
.backTop {
  display: block;
  width: 175px;
  height: 40px;
  margin: 30px 10px 50px;
  border: 1px solid #32327f;
  text-align: center;
  line-height: 36px;
  font-size: 1.4rem;
  background-color: #fff;
  background-image: url(/images/smart/cart/delivery_short_days/page_back_arrow.png);
  background-repeat: no-repeat;
  background-position: left 25px top 50%;
  background-size: 7px auto;
  padding-left: 15px;
}

.cart_box {
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
}
.cart_box .cart_box_inner {
  padding: 20px 15px 15px 15px;
}
.cart_box .pageTtl {
  text-align: left;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 5px;
  line-height: 1.2;
}
.cart_box .kakaku {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 10px;
}
.cart_box .kakaku span {
  font-size: 18px;
}
.cart_box .btnWrap {
  margin-bottom: 0;
}
.cart_box .confirmBtn {
  width: 200px;
  height: 45px;
  line-height: 45px;
  float: right;
}
.cart_box_wrapper {
  padding-bottom: 30px;
}






