/* CSS Document */
#p_contents {
    width: 680px;
    margin: 0 auto;
}
.oshinagaki_price h3 {
    font-weight: bolder;
    font-size: 14pt;
    margin-bottom: 16px;
    text-align: center;
    display: flex;
	align-items: center;
}
.oshinagaki_price h3:before, .oshinagaki_price h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.oshinagaki_price h3:before {
	margin-right: .4em;
}
.oshinagaki_price h3:after {
	margin-left: .4em;
}
.oshinagaki_pricelist {
    width: 90%;
    margin: 0 auto 0px;
}
.oshinagaki_pricelist dt {
    float: left;
    width: 50%;
    font-size: 14px;
    margin-bottom: 0px;
}
.oshinagaki_pricelist dd {
    float: left;
    width: 49%;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}
.imagebox {
margin-bottom: 36px;
}
.imagebox img{
    width:  100%;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
#p_contents {
    width: 100%;
    margin: 0 auto;
}
}