@charset "utf-8"; /*utf-8の場合*/

.title{

font-size:14px;
font-weight:bold;

}

.box{

background: rgb(249,198,103);
background: -moz-radial-gradient(center, ellipse cover,  rgba(249,198,103,1) 0%, rgba(247,150,33,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(249,198,103,1)), color-stop(100%,rgba(247,150,33,1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
background: radial-gradient(ellipse at center,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=1 );


}
