@charset "UTF-8";

/* common */


.pickup_favorite{
    box-sizing: border-box;
}
.pickup_favorite figure img{
    width: 100%;
}






/* css */
.pickup_favorite main .item_contents{
    margin: 0 auto;
    width: 670px;
}
.pickup_favorite main .item_contents section:last-child{
    margin-bottom: 80px;
}
.pickup_favorite main .item_contents section:nth-child(n+2) {
    margin-top: -70px;
}
.pickup_favorite .cart_box{
    background-color: #fff7e1;
    padding: 23px 63px 185px;
}
.pickup_favorite main .item_contents section:last-child .cart_box{
    padding-bottom: 40px;
    margin-bottom: 60px;

}
.pickup_favorite .cart{
    margin-bottom: 8px;
}
.pickup_favorite .cart.cp{
    margin-top: 21px;
}




/* 商品情報 */
/* 商品カセット */
#cartArea {
    margin: 0 auto;
    width: 780px;
    margin-bottom: 24px;
}
#cartArea h2 {
    position: relative;
    background-color: #f0e6d7;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 45px;
    padding: 0 13px;
    font-size: 16px;
    line-height: 46px;
    font-weight: bold;
}
#cartArea .block {
    border-bottom: 1px #cccccc solid;
    padding: 20px 0px 35px 15px;
}
#cartArea .image {
    padding-top: 15px;
    float: left;
}
#cartArea .pack {
    padding-top: 15px;
    width: 525px;
    float: right;
}
#cartArea .p1 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    color: #fc9627;
}
#cartArea h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
#cartArea .p2 {
    margin-bottom: 6px;
    font-size: 12px;
    border-bottom: 1px #999999 dotted;
    padding: 0 0 15px 0;
}
#cartArea .p2 span {
    font-weight: bold;
}
#cartArea .price {
    float: left;
}
#cartArea .red {
    color: #c00;
}
#cartArea .p3 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 180%;
}
#cartArea .p3 strong span {
    font-family: Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-weight: bold;
    font-size: 32px;
}
#cartArea .p3 span {
    font-size: 12px;
    font-weight: normal;
}
#cartArea .p5 {
    background: url(/pickup/kidsline/img/bg_price.png) no-repeat center top;
    margin-top: 8px;
    padding: 6px 14px 2px 14px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    float: left;
}
#cartArea .p5 span {
    font-size: 14px;
}
#cartArea .p6 {
    clear: both;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 20px;
}
#cartArea div .button {
    margin-top: 10px;
    float: right;
    width: 300px;
}
#cartArea .p8 {
    clear: both;
    padding-top: 0px;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px;
}
#cartArea .p7 a {
    background: url(/pickup/kidsline/img/btn_bg_02.png) no-repeat;
    background-position: 0 0;
    margin: 0 0 0 auto;
    float: left;
    border: none;
    width: 190px;
    height: 39px;
    font-weight: bold;
    text-shadow: #e36000 1px 1px 1px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    font-size: 16px;
    line-height: 39px;
    display: block;
    text-align: center;
    text-decoration: none;
}
#cartArea .block::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}