@charset "UTF-8";

/* CSS Document */

#Cont {
    padding: 9px 9px 0 9px;
}


/* niisan-goods */

#niisan-goods {
    /*キャッシュ化*/
    background: url(http://static.hirakatapark.co.jp/hirapar_niisan/goods/img/bg.jpg) no-repeat left top;
    width: 950px;
    height: auto;
    margin-top: -30px;
    margin-bottom: 0px;
    padding: 0 25px 20px;
    position: relative;
}

#niisan-goods h2 {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-left: 46px;
}

#niisan-goods h3 {
    color: #3855b3;
    font-size: 2.8rem;
    margin-top: 0px;
    padding: 20px;
    background: #fffbcc;
    text-align: center;
}

#niisan-goods .item-name {
    position: relative;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 15px;
    padding-bottom: 15px;
    text-align: left;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.item-price {
    position: absolute;
    top: 0px;
    right: 0px;
}

#niisan-goods .item-name span {
    color: #3855b3;
    text-align: right;
    display: block;
}

.original p.dscrpt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px!important;
}

.original p.alert {
    font-size: 1.3rem;
}

.original {
    background: #fff;
    padding: 25px 25px;
    height: auto;
    margin-bottom: 30px;
    clear: both;
}

.original .box {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.original .left {
    float: left;
    width: 420px;
    height: 292px;
}

.original .right {
    float: right;
    width: 430px;
}

._rd {
    border-radius: 10px 10px 10px 10px!important;
    -moz-border-radius: 10px 10px 10px 10px!important;
    -webkit-border-radius: 10px 10px 10px 10px!important;
    border: 0px solid #ffffff!important;
}

.item {
    position: relative;
    margin-bottom: 20px;
}

.item p.alert {
    font-size: 1.3rem;
}

.alert span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: -19px;
}

.item p.price {
    font-size: 1.8rem;
    color: #3855b3;
    font-weight: bold;
    line-height: 125%;
    margin-bottom: 15px!important;
}

.item p.price span {
    display: block;
    font-size: 1.3rem;
    color: #333;
    font-weight: normal;
}

.item ul {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.item ul li {
    background: #fff;
    padding: 0 20px 8px;
    margin-right: 20px;
}

.item li.item01 {
    width: 380px;
}

.item li.item02 {
    width: 240px;
}

.item li.item03 {
    width: 240px;
    position: relative;
    margin-right: 0px;
}

.item li.item03 .logo-img {
    position: absolute;
    bottom: 43px;
    right: 20px;
}

.h2-nav {
    position: absolute;
    top: 58px;
    right: 25px;
}

.wdt {
    width: 230px!important;
}
.alert{
    font-size: 1.2rem;

}