﻿@charset "utf-8";


/* Reset */
body, * {
	margin: 0;
	padding: 0;
	line-height: 1;
}
section, article, nav {
	display: block;
}

/* Base Style */
body {
	width: 1366px;
	font-family: Arial, Verdana, "Lucida Grande", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
	background-color: #ccc;
}
img {
	border: none;
	vertical-align: top;
}
a {
	display: block;
	text-decoration: none;
	color: #000;
}
ul, ul li {
	list-style: none;
}
sub {
	vertical-align: text-bottom;
}
form {
	border: none;
}

/* Button */

.btnArea {
	overflow: hidden;
}
.btnArea li {
	font-size: 15px;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:	-webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
}
.btnArea li:hover {
	background:	-webkit-linear-gradient(top, #e1e1e1 0%, #fafafa 100%);
}
.btnArea li.selectedItem {
	border-color: #666;
	color: #fff;
}
/* Add a tag */
.btnArea li.nonselect,
.btnArea li a.nonselect {
	color: #bbb !important;
}
.btnArea li.nonselect:hover,
.btnArea li a.nonselect:hover {
	background:	-webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
	cursor: text;
}

/* Button (Radio Button Type) */
.article .nav ul.btnArea.radio li {
	width: 56px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.article .nav ul.btnArea.radio li.left {
	border-right: none;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	color: #fff;
}
.article .nav ul.btnArea.radio li.right {
	border-left: none;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	color: #fff;
}
/*** added from 0727 release version ***/
/* Button (Radio Button Type) * ***
.article ul.btnArea.radio li {
	width: auto;
	float: left;
	margin-left: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.article ul.btnArea.radio li.left {
	border-right: none;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
.article ul.btnArea.radio li.right {
	border-left: none;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
.article ul.btnArea.radio li a,
.article ul.btnArea.radio li.nonselect,
.article ul.btnArea.radio li.selectedItem {
	padding-top: 5px;
	padding-bottom: 5px;
}
***/

/* Float */
.fL {
	float: left;
	width: auto;
}
div.graph.fL {
	clear: left;
	margin-right: 15px;
}

/* Margin */
.mb10 {
	margin-bottom: 10px;
}

/*--------------------------------------
 Header
--------------------------------------*/
.header {
	overflow: hidden;
	width: 1366px;
	height: 89px;
	background-color: #fff;
}
.header h1,
.header p,
.header ul li {
	float: left;
	width: auto;
	font-size: 15px;
}
.header p.infomation {
	width: 401px;
	height: 21px;
	margin: 11px 23px 0 116px;
	padding: 7px 10px 0;
	border: 1px solid #bcbcbc;
	border-top-color: #818181;
	border-left-color: #818181;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background:	-webkit-linear-gradient(top, #ecf0df 0%, #ecf0df 50%, #dfe5c8 51%, #f4f7de 100%);
	/*tesco -S- naka*/
	display: none;
	/*tesco -E- naka*/
}
.header p.infomation.error {
	color: #b20000;
}
.header p.infomation img {
	margin-right: 10px;
}
.header p.time {
	margin-top: 18px;
	border: none;
}
.header ul.btnArea {
	float: right;
	width: auto;
}
.header ul.btnArea li {
	width: 99px;
	height: 16px;
	margin: 10px 8px 0 1px;
	padding: 7px 0;
}


/* Global Navigation
--------------------------------------*/
.header .nav {
	clear: both;
	overflow: hidden;
	width: 1366px;
	height: 40px;
	background:	-webkit-linear-gradient(top, #71c700 0%, #4a9500 82%, #468d00 83%, #2f6300 100%);
}
.header .nav ul {
	overflow: hidden;
	height: 40px;
}
.header .nav ul.left {
	float: left;
	width: auto;
}
.header .nav ul.right {
	float: right;
	width: auto;
}
.header .nav ul li {
	height: 40px;
	text-align: center;
}
.header .nav ul li:hover {
	background:	-webkit-linear-gradient(top, #4e9e00 0%, #2e6a00 82%, #2b6400 83%, #1c4400 100%);
}
.header .nav ul li.crt,
.header .nav ul li.crt:hover {
	background: #265700;
	box-shadow: inset 1px 1px 3px 3px #1a3c00;
}
.header .nav ul li.crt div {
	height: 16px;
	background: url(../img/head_nav_crt.png) no-repeat center bottom;
}
.header .nav ul li.crt.area div {
	height: 16px;
	background-position: 30px bottom;
}
.header .nav ul li a,
.header .nav ul li div {
	min-width: 53px;
	padding: 12px 15px;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
	color: #fff;
}
.header .nav ul.left li {
	border-right: 1px solid #89d735;
}
.header .nav ul.right li {
	border-left: 1px solid #89d735;
}

/* footer */

.footer {
	overflow: hidden;
	width: 100%;
	min-width: 760px;
	height: 70px;
	padding-top: 5px;
	background-color: #fff;
	line-height: 1;
}

.footer ul {
	float: left;
	width: auto;
	margin-top: 5px;
}

.footer ul li {
	float: left;
	width: auto;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #333;
	font-size: 75%;
	color: #333;
}

.footer address, .footer p#ecostyle {
	clear: right;
	float: right;
	width: auto;
	margin-right: 8px;
}

/*--------------------------------------
 Contents
--------------------------------------*/
.article div#content {
	width: 1366px;
	height: 679px;
	display: table;
	background-color: #fff;
}


/* Side Navigation
--------------------------------------*/
.article .nav {
	width: 232px;
	padding-top: 11px;
	display: table-cell;
	background:	-webkit-linear-gradient(left, #eeeeee 0%, #eeeeee 93%, #dadada 97%, #d6d6d6 98%, #b3b3b3 100%);
}

/* Section */
.article .nav section {
	width: auto !important;
	display: block !important;
	padding: 0 !important;
}

/* Heading */
.article .nav h2 {
	margin-bottom: 2px;
	margin-left: 11px;
	font-size: 15px;
	color: #333;
}
.article .nav h2 img {
	margin-right: 7px;
	vertical-align: text-bottom;
}

/* Button */
.article .nav ul.btnArea {
	margin-top: 5px;
	margin-left: 25px;
}

.btnArea li a {
    display: block;
	background:	url(../img/bt_w212_bg.png) left top no-repeat;
	padding: 7px 0 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.article .nav ul.btnArea li {
	float: left;
	width: 48px;
	margin-left: 7px;
	padding-top: 2px;
}
.article .nav ul.btnArea li.selectedItem {
	background:	#265700;
}
.article .nav ul.btnArea li img {
	margin-right: 0;
}


/* Button width:210px */
.article .nav ul.btnArea.w210 {
	margin-bottom: 5px;
	margin-left: 0;
}
.article .nav ul.btnArea.w210 li {
	float: none;
	width: 210px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.article .nav ul.btnArea.w210 li:last-child {
	margin-bottom: 0;
}

/* Selectbox */
.article .nav div.selectBox {
	overflow: hidden;
	width: 210px;
	height: 25px;
	margin-bottom: 10px;
	margin-left: 11px;
	background: url(../img/nav_selectbox_nonselect.png) no-repeat;
}
.article .nav div.selectBox select {
	width: 240px;
	height: 25px;
	border: none;
	background: transparent;
	-webkit-appearance: none;
	font-size: 15px;
	color: #fff;
}
.article .nav div.selectBox option {
	background-image: transparent;
	background-color: #265700;
}
/*
.article .nav div.selectBox option[value="0"] {
*/
.article .nav div.selectBox option[value="not_select"] {
background-color: #666666;
}
/* Disabled Selectbox */
.article .nav div.selectBox.disable {
	background: url(../img/nav_selectbox_disabled.png) no-repeat;
}
.article .nav div.selectBox select:disabled {
	color: #bbb;
}
.article .nav div.selectBox select:disabled option {
	background-color: #fff;
}

/* Clear Button for Select Box */
.article .nav ul.btnArea.selectClear {
	margin-top: -4px;
}
.article .nav ul.btnArea.selectClear li {
	width: 112px;
	margin-bottom: 3px;
	margin-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Calendar */
.article .nav div.calendar {
	width: 200px;
	margin-top: 10px;
	margin-left: 11px;
	padding: 7px 5px 5px;
	border: 1px solid #9f9f9f;
	box-shadow: inset 1px 1px 1px 1px #e3e3e3;
	background: #fff;
	text-align: center;
}
.article .nav div.calendar h3 {
	font-size: 14px;
	color: #265700;
}
.article .nav div.calendar ul.btnArea {
	margin: 8px 0;
}
.article .nav div.calendar ul.btnArea li {
	width: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.article .nav div.calendar ul.btnArea li.pre {
	margin-left: 0;
}
.article .nav div.calendar ul.btnArea li.pre span {
	display: block;
	float: left;
	width: 0;
	height: 0;
	margin: 2px -15px 0 12px;
	border-right: 7px solid #444;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.article .nav div.calendar ul.btnArea li.next span {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin: 2px 12px 0 -15px;
	border-left: 7px solid #444;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.article .nav div.calendar ul.btnArea li.nonselect span {
	border-left-color: #aaa;
	border-right-color: #aaa;
}
.article .nav div.calendar table {
	margin-left: 3px;
	border-spacing: 2px;
}
.article .nav div.calendar table td {
	font-size: 14px;
}
.article .nav div.calendar table td.selected {
	background: #26FF26;
	color: #fff;
}
.article .nav div.calendar table.day td.selected:hover {
	color: #000;
}
.article .nav div.calendar table td.nonselect {
	color: #bababa;
}

/* Calendar - Days */
.article .nav div.calendar table.day th,
.article .nav div.calendar table.day td {
	width: 25px;
	height: 20px;
}
.article .nav div.calendar table.day th {
	font-size: 12px;
	color: #265700;
}
.article .nav div.calendar table.day td.sun {
	width: 23px;
	height: 18px;
	border: 1px solid #f9f;
	background:	-webkit-linear-gradient(top, #ffd4ff 0%, #ffd4ff 50%, #ffc1ff 51%, #ffc1ff 100%);
}
.article .nav div.calendar table.day td.sat {
	width: 23px;
	height: 18px;
	border: 1px solid #81caff;
	background:	-webkit-linear-gradient(top, #b9e3ff 0%, #b9e3ff 50%, #9cdaff 51%, #9cdaff 100%);
}
.article .nav div.calendar table.day td.today {
	background: #bbb;
}
.article .nav div.calendar table.day td.dr {
	background: #ffff4d;
}
.article .nav div.calendar table.day td:hover {
	background: #b1d18a !important;
	cursor: pointer;
}
.article .nav div.calendar table.day td.sun:hover,
.article .nav div.calendar table.day td.sat:hover {
	border: 1px solid #b1d18a;
}

/* Calendar - Months */
.article .nav div.calendar table.month {
	border-spacing: 15px 3px;
}
.article .nav div.calendar table.month td {
	width: 45px;
	height: 30px;
}
.article .nav div.calendar table.month td.thismonth { 	/* added by sato 20120730*/
	background: #bbb;
}	
.article .nav div.calendar table.month td:hover {			/* added by sato 20120730*/
	background: #b1d18a !important;
	cursor: pointer;
}	

/* Calendar - Years */
.article .nav div.calendar table.year {
	border-spacing: 10px;
}
.article .nav div.calendar table.year td {
	width: 82px;
	height: 30px;
}
.article .nav div.calendar table.year td.thisyear {	/* added by sato 20120730*/
	background: #bbb;
}	
.article .nav div.calendar table.year td:hover {		/* added by sato 20120730*/
	background: #b1d18a !important;
	cursor: pointer;
}

/* Horizontal Line */
.article .nav hr {
	width: 99.9%;
	margin-top: 7px;
	margin-bottom: 7px;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
}


/* Main Content
--------------------------------------*/
/* Section */
.article section {
	width: 1112px;
	display: table-cell;
	vertical-align: top;
	padding: 19px 10px 0 12px;
}

/* Heading */
.article section hgroup {
	width: 600px;
	float: left;
}
.article section h1 {
	width: auto;
	float: left;
	margin: 0 25px 14px 3px;
	font-size: 110%;
	color: #265700;
}
.article section h2 {
	width: auto;
	float: left;
	font-size: 110%;
	color: #333;
}

/* Table Common Style */
.article section table {
	width: 100%;
	border: 1px solid #888;
	border-collapse: collapse;
	padding: 0;
}
.article section table th,
.article section table td {
	border-collapse: collapse;
	vertical-align: middle;
	font-size: 75%;
}
.article section table th {
	line-height: 1.2;
	color: #333;
}
.article section table td {
	border-left: 2px solid #c2c4c0;
	border-collapse: collapse;
	padding: 7px 12px 5px 0;
	text-align: right;
}
.article section table img {
	margin-right: 10px;
	vertical-align: middle;
}
.article section table th:first-child {
	border-left: 1px solid #888;
}
.article section table td:first-child {
	border-left: 1px solid #888;
}
.article section table td:last-child {
	border-right: none;
}
/* Large Font-size  */
.article section table.fs-L th,
.article section table.fs-L td {
	font-size: 85%;
}
.article section table.fs-L th:first-child {
	padding-top: 7px;
	padding-bottom: 5px;
	font-weight: normal;
}
/* Align Left */
.article section table .left {
	padding-left: 12px !important;
	text-align: left !important;
}
/* th:first-child Normal Font */
.article section table.time th:first-child {
	padding-right: 12px;
	text-align: right;
	font-weight: normal;
}
.article section table.time tr.head th:first-child {
	padding-right: 0;
	text-align: center;
}
/* th (Horizontal) */
.article section table tr.head th {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #c2c4c0;
	border-collapse: collapse;
	background:	-webkit-linear-gradient(top, #236118 0%, #4c8b32 100%);
	text-align: center;
	color: #fff;
}
.article section table tr.head th:first-child {
	border-left: none;
	font-weight: bold;
}
/* th (Horizontal) using 2-row */
.article section table tr.head.th-2row th {
	background:	-webkit-linear-gradient(top, #236118 0%, #377625 100%);
}
.article section table tr.head.th-2row th[rowspan] {
	background:	-webkit-linear-gradient(top, #236118 0%, #4c8b32 100%);
}
.article section table tr.head.th-2row th[colspan] {
	padding-top: 4px;
	padding-bottom: 4px;
}
.article section table tr.head.th-2rowBtm th {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #fff;
	background:	-webkit-linear-gradient(top, #397726 0%, #4c8b32 100%);
	font-weight: normal;
}
.article section table tr.head.th-2rowBtm.col th {
	font-size: 75%;
}
.article section table tr.th-2rowBtm th:first-child {
	border-left: 2px solid #c2c4c0;
}
/* td Background-color */
.article section table tr:nth-child(even) {
	background-color: #e2e7bf;
}
.article section table tr:nth-child(odd) {
	background-color: #fff;
}
/* td Background-color (Upside Down) */
.article section table.pat2 tr:nth-child(even) {
	background-color: #fff;
}
.article section table.pat2 tr:nth-child(odd) {
	background-color: #e2e7bf;
}
/* Highlight */
.article section table tr.highlight {
	background: #ff9;
	border-bottom: 1px solid #fff;
}
/* Border Color */
.article section table .bdr {
	border-left-color: #9eb190 !important;
}

/* DR Table */
.article section table.dr tr.head th,
.article section table.dr tr.th-2rowBtm th {
	padding-top: 5px;
	padding-bottom: 5px;
}
.article section table.dr th:first-child {
	padding-top: 7px;
	padding-bottom: 5px;
	font-weight: normal;
}
.article section table.dr th.dr {
	font-weight: bold;
}
.article section table.dr td {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

/* DR Result Table */
.article section table.dr.result {
	width: 650px;
	font-size: 85%;
}
.article section table.dr.result th {
	padding-left: 1px;
	padding-right: 1px;
}
.article section table.dr.result th:first-child {
	padding-left: 3px;
	padding-right: 3px;
	text-align: right;
	font-weight: normal;
}
.article section table.dr.result tr.head.th-2row th:first-child {
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	font-weight: bold;
}
.article section table.dr.result tr.head.th-2rowBtm th:first-child {
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
}
.article section table.dr.result td {
//	padding: 7px 6px 7px 0;
	padding: 5px 3px 5px 0;
	text-align: right;
}
.article section table.dr.result tr.total {
	border-top: double 3px #888;
	background: #f0f3ec;
}

/* 2012-07-27 追加 TOC */
.article section table.dr.result2 {
	width: 278px;
	font-size: 85%;
}
.article section table.dr.result2 th:first-child {
	padding-left: 3px;
	padding-right: 3px;
	text-align: right;
	font-weight: normal;
}
.article section table.dr.result2 tr {
//	padding: 7px 6px 7px 0;
	padding: 5px 3px 5px 0;
	text-align: right;
}
.article section table.dr.result2 td {
//	padding: 7px 6px 7px 0;
	padding: 5px 3px 5px 0;
	text-align: right;
}
.article section table.dr.result2 tr.total {
	border-top: double 3px #888;
	background: #f0f3ec;
}

/*--------------------------------------
 Styles for Each Page
--------------------------------------*/
/* 1.2.html */
.article section table td.deficit {
	background-color: #ddd;
}

.article section table tr:nth-child(even) td.deficit {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

tr.all td.deficit {
	background-color: #ddd;
}

/* login */

body.login {
	width: 100%;
	min-width: 760px;
}

.login_header {
	width: 100%;
	overflow: hidden;
	min-width: 760px;
	height: 65px;
	background-color: #fff;
}

.login_header p {
	width: auto;
	float: left;
	line-height: 1;
}

.login_header p.siteId {
	margin-top: 24px;
	margin-left: 49px;
}

.login_header p.contact {
	float: right;
	margin-top: 34px;
	margin-right: 20px;
}

.login_header .pw_change {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
.login_header .pw_change li {
	height: 31px;
	overflow: hidden;
}
.login_header .pw_change a {
	width: 120px;
	height: 31px;
	line-height: 1.3em;
	background: url(../html/common/img/header_bt_w120_bg.png) left top no-repeat;
	border:0;
}
.login_header .pw_change a:hover {
	background: url(../html/common/img/header_bt_w120_bg_on.png) left top no-repeat;
	border:0;
}

.login .article {
	background-color: #f0f0d1;
}
.login .article .section {
	float: none;
}

.login .article .h_area {
	height: 195px;
	background: url(../html/common/img/login_title_bg.png) left top repeat-x;
	border:0;
	text-align: center;
}

.login .article .h_area h1 {
	height: 152px;
	background: url(../html/common/img/login_title_logo_bg.png) center 21px no-repeat;
	border:0;
}

.login .article .h_area h1 img {
	margin-top: 80px;
}

.login .article .h_area h2 {
	margin-top: 24px;
	margin-bottom: 5px;
	font-size: 120%;
	color: #265700;
}

.login .article dl {
	overflow: hidden;
	width: 390px;
	margin: 0 auto 36px;
}

.login .article dl dt {
	clear: left;
	float: left;
	width: 95px;
	margin-top: 25px;
	font-size: 90%;
}

.login .article dl dd {
	margin-left: 95px;
	margin-top: 20px;
}

.login .article dl dd input {
	width: 285px;
	padding: 2px 3px;
	font-size: 90%;
}

.login .article ul.btnArea {
	width: 180px;
	height: 32px;
	padding: 7px 0 0 0;
}

.login .article ul.btnArea.contact {
	width: auto;
	height: auto;
	padding: 0;
}

.login .article ul.btnArea.loginBtn li {
	border: 0;
}

.login .article ul.btnArea.contact li {
	border: 0;
}

.login .article ul#btnAreaSet.btnArea li {
	border: 0;
}

.login .article ul#infoCloseBtn.btnArea li {
	border: 0;
}

.login .article ul.btnArea li a,
.login .article ul.btnArea.close li a {
	background: url(../html/common/img/bt_w180_bg.png) left top no-repeat;
	border:0;
	padding: 0;
	height: 30px;
	line-height: 2.4em;
}

.login .article ul.btnArea li a:hover {
	background: url(../html/common/img/bt_w180_bg_on.png) left top no-repeat;
	border:0;
}

.login .article p.notice {
	padding: 0 0 73px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
}

.login .article .section.info_area {
	margin: -40px auto 0 auto;
	width: 900px;
	display: block;
	padding-bottom: 30px;
}

.login .article .section.info_area h2 {
	margin-bottom: 8px;
}

.login .article .section.info_area .dr_info {
	width: 100%;
	padding-bottom: 20px;
}

.login .article .section.info_area .dr_info table {
	width: 882px;
	background-color: #fff;
}

.login .article .section.info_area .dr_info table tr.bg_color {
	background-color: #f0f3ec;
}

.login .article .section.info_area .dr_info table td {
	text-align: left;
	padding: 10px 0 10px 13px;
}
.login .article .section.info_area .dr_info table .td01 {
	width: 15%;
}
.login .article .section.info_area .dr_info table .td02 {
	width: 70%;
}
.login .article .section.info_area .dr_info table .td03 {
	width: 15%;
}

.login .article .section.info_area .system_info {
	margin-bottom: 15px;
	height: 230px;
	border: solid 1px #888;
	overflow-x: auto;
	background-color: #fff;
	padding: 8px;
}
.login .article .section.info_area .system_info dl {
	margin: 0 0 12px 0;
	width: 100%;
	font-size: 90%;
}
.login .article .section.info_area .system_info dl dt {
	padding: 3px 0;
	margin: 0;
	float: none;
	width: 100%;
	text-align: left;
	color: #265700;
	font-weight: bold;
}
.login .article .section.info_area .system_info dl dd {
	padding: 0 0 10px 0;
	font-size: 90%;
	line-height: 1.4em;
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: dotted 1px #ccc;
}

.login .article .section.info_area .close {
	margin: 0 auto;
}

.login .article .section.info_area .close li a {
	width: 180px;
}

.login .article .pw_change {
	width: 485px;
}

.login .article .pw_change dt {
	width: 180px;
}
.login .article .pw_change dd {
	margin-left: 185px;
}

.login .article ul.btnArea.change {
	width: 440px;
	margin: 0 auto 35px auto;
}
.login .article ul.btnArea.change li {
	float: left;
	margin: 0 20px;
	width: 180px;
}
.login .article ul.btnArea.change li a {
	width: 180px;
}

.article .section .alegend {
	margin: 0 0 0 3px;
	clear: both;
}
.article .section .alegend li {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	display: block;
}
.article .section .alegend li span {
	display: inline-block;
}

