@charset "utf-8";

/* CSS Document */
@import url("../../common/css/common.css");


div.flexslider{
	width:320px;
	margin:0 auto;
}
div#set_sliderimg{
	position:absolute;
	top:10px;
	left:12px;
	z-index:100;
}

section.news{
	width:320px;
	margin:0 auto 20px;
}

h2#news_info{
	margin:0 0 10px 0;
}
section.news dl{
}
section.news dl dt{
	clear:both;
	float:left;
	padding:12px 0 12px 1em;
	width:6em;
	color:#df7800;
}
section.news dl dd{
	padding:12px 1em 12px 8em;
background: #999999; /* Old browsers */
background: -moz-linear-gradient(top, #999999 0%, #ffffff 2%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(2%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #999999 0%,#ffffff 2%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #999999 0%,#ffffff 2%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #999999 0%,#ffffff 2%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom, #999999 0%,#ffffff 2%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

}