.news{
}
.news header{
position: relative;
margin: 0px;
padding: 0px;
border: none;
height: 100%;
}
.news header h1{
position: relative;
margin: 0px;
padding: 0px 10px;
border-bottom: 1px solid #333333;
	background: -moz-linear-gradient(top, #666666 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #666666 0%,#000000 100%);
	background: -o-linear-gradient(top, #666666 0%,#000000 100%);
	background: -ms-linear-gradient(top, #666666 0%,#000000 100%);
	background: linear-gradient(top, #666666 0%,#000000 100%);
color: #ffffff;
font-size: 16px;
line-height: 40px;
text-align: center;
}
.news header time{
position: relative;
display: block;
margin: 0px;
padding: 7px 10px;
border-bottom: 1px dotted #cccccc;
background: #f3f3f3;
color: #333333;
font-size: 12px;
line-height: 1;
text-align: left;
}
.news header p.rss{
position: absolute;
top: 9px;
right: 5px;
margin: 0px;
padding: 3px;
width: 14px;
height: 14px;
border: 1px solid #cccccc;
border-radius: 3px;
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 100%);
	background: linear-gradient(top, #ffffff 0%,#dddddd 100%);
font-size: 10px;
line-height: 1;
text-align: center;
overflow: hidden;
}
.news header p.rss img{
width: 14px;
height: 14px;
vertical-align: top;
}
.news section {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	margin-bottom:0;
	padding: 10px 25px 10px 18px;
	border-bottom: 1px solid #cccccc;
	background-image: url("/smp/img/bg_cmn.png"), url("/smp/img/bg_cmn_bbbbbb.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right center, left center;
}
.news section h1{
	width: 100%;
	margin: 0px 5px;
	padding: 3px 0px 2px 0px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-webkit-box-ordinal-group:2;
	-moz-box-ordinal-group:2;
	-o-box-ordinal-group:2;
	-ms-box-ordinal-group:2;
	box-ordinal-group:2;
	color: #cccccc;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
.news section .category {
	-webkit-box-ordinal-group:1;
	-moz-box-ordinal-group:1;
	-o-box-ordinal-group:1;
	-ms-box-ordinal-group:1;
	box-ordinal-group:1;
}
.news section .category div {
	padding:3px 0 2px;
	line-height: 16px;
	color: #CCC;
	font-size: 14px;
	font-weight:bold;
}
.news section .category div:after {
	content: '｜';
}
.news section .category p {
	display: inline-block;
	width: 4.5em;
	padding:0;
	background: #F3F3F3;
	color: black;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-align: center;
	white-space: nowrap;
}
.news section h1 a{
color: #333333;
font-size: 14px;
line-height: 16px;
text-decoration: none;
}
.news section time{
display: block;
height: 12px;
margin: 0px 5px;
padding: 0px 0px 3px 0px;
font-weight: bold;
color: #999999;
font-size: 10px;
line-height: 12px;
text-align: left;
}





.news_entry{
}
.news_entry header{
position: relative;
margin: 0px;
padding: 0px;
border: none;
height: 100%;
}
.news_entry header h1{
position: relative;
margin: 0px;
padding: 0px 10px;
border-bottom: 1px solid #333333;
	background: -moz-linear-gradient(top, #666666 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #666666 0%,#000000 100%);
	background: -o-linear-gradient(top, #666666 0%,#000000 100%);
	background: -ms-linear-gradient(top, #666666 0%,#000000 100%);
	background: linear-gradient(top, #666666 0%,#000000 100%);
color: #ffffff;
font-size: 16px;
line-height: 40px;
text-align: center;
}
.news_entry header time{
position: relative;
display: block;
margin: 0px;
padding: 7px 10px;
border-bottom: 1px dotted #cccccc;
background: #f3f3f3;
color: #333333;
font-size: 12px;
line-height: 1;
text-align: left;
}
.news_entry .cms{
padding: 10px 10px 0px;
border-bottom: 1px dotted #cccccc;
}
.news_entry .cms p{
margin: 0px;
padding: 0px 0px 1em;
color: #333333;
font-size: 14px;
line-height: 1.75em;
}