@charset "utf-8"; /*utf-8の場合*/

.box{

background: rgb(252,234,187);
background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1)));
background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );

padding:10px;
border-radius:6px;
box-shadow:0 0 10px 6px #F7E8C3;
margin-bottom:10px;

}

.point{

background-color:white;
border-radius:6px;
padding:5px;
box-shadow:0 0 4px 2px #F7E8C3;
font-size:12px;
text-align:center;
margin:3px 0px;

}

.title{

font-size:15px;
font-weight:bold;
padding-left:40px !important;

}

.text{

font-size:13px;
opacity:0.8;
line-height:1.6em;

}

.price_table{
border-collapse:collapse;
}

.price_table td{

padding:10px 5px;
text-align:center;
border:1px solid #DBBF7D;


}