.ui-corner-all {
    border-radius: 8px;
}
.ui-dialog-titlebar {
    display: none;
}
.title-list-buy {
    margin: 10px 0px 25px 0px;
}
.title-item-good {
    background: lightgray;
    padding: 10px 51px;
    width: auto;
    margin-bottom: 27px;
    font-weight: bold;
    font-size: 17px;
}
.each-item {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
.each-item img {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0px 90px 0px 60px;
}
.btn-pay-page {
    min-width: 250px;
    height: 50px;
    float: left;
    background: black;
    text-align: center;
    margin: 0px 20px 0px 100px;
}
.btn-pay-page a {
    text-decoration: none;
}
.btn-pay-page a p {
    padding-top: 10px;
    color: #fff;
}
.btn-buy-continue {
    min-width: 250px;
    min-height: 50px;
    float: left;
    text-align: center;
    margin: 0px 20px 0px 0px;
    background: lightgray;
}
.btn-buy-continue a {
    text-decoration: none;
}
.btn-buy-continue p {
    padding-top: 10px;
    font-weight: bold;
}
.btn-close-list-good {
    float: right;
    margin-top: 150px;
    width: 26px;
    height: 26px;
    clear: both;
    border: 2px solid lightgray;
    border-radius: 37px;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    cursor: pointer;
}
.btn-close-list-good a {
    text-decoration: none;
}
.btn-close-list-good p {
    position: relative;
    top: -4px;
    color: gray;
}
.block-not-double-click {
    z-index: 100;
    background: #AAAAAA;
    opacity: .3;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

/**
 * 確認モーダル
 */
.model-msg-list {
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}