@charset "utf-8";
/*
CSS Information
 File name:      system.css
 Author:         Administrator
 Style Info:     /system.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #system
***********************************/
section ul.systemList {
	padding: 10px;
}
section ul.systemList >li {
	display: block;
	margin: 0 0 20px;
	border: solid 1px #999;
}
section ul.systemList > li:last-child {
	margin-bottom: 0;
}
section ul.systemList > li h2 {
	position: relative;
	margin-bottom: 3px;
	padding: 5px 10px;
	font-size: 108%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	border-bottom: solid 1px #999;
	font-weight: bold;
	text-align: left;
	behavior: url(/js/web/lib/PIE.htc);
}
section ul.systemList > li .body {
	padding: 10px;
	background: #fff;
}
section ul.systemList > li .body > .comment {
	padding: 10px;
	background: #fef;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
}
section ul.systemList > li .mTitle {
	padding: 2px 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
section ul.systemList ul {
	margin-bottom: 10px;
	overflow: hidden;
}
section ul.systemList ul li {
    width: 875px;
	display: block;
    overflow: hidden;
    margin-right: 5px;
}
section ul.systemList ul li fieldset {
	display:inline-block;
	margin: 5px 0 0;
	width: 100%;
	vertical-align: top;
}
* html section ul.systemList ul li fieldset {
	display: inline;
	zoom: 1;
}
*+html section ul.systemList ul li fieldset {
	display: inline;
	zoom: 1;
}
section ul.systemList ul {
	width:881px;
    margin-right:-5px;
}
section ul.systemList ul li.half {
	float:left;
	width:435px;
}
section ul.systemList ul li.half fieldset {
	display: block;
	width: auto;
}
section ul.systemList ul li div {
	float: left;
	padding: 2px 5px;
	width: 423px;
}
section ul.systemList ul li.half div {
	width: 47%;
}

section ul.systemList ul li .item {
	background: #dedede;
	border: 1px solid #dedede;
	text-align: left;
}
section ul.systemList ul li .price {
	float: right;
	border: 1px solid #999;
	text-align: right;
}
section ul.systemList ul li .comment {
	margin: 5px 0 0;
	padding: 2px 5px;
	clear: both;
	text-align: justify;
	text-justify: inter-ideograph;
}
section ul.systemList ul li.half .comment {
	margin: 5px 0 0 0;
}
section .card {
	margin-bottom: 10px;
}
section .card img {
	vertical-align: top;
}

