@charset "utf-8";


#system-title-box {
	border-bottom: 3px solid #222222;
	padding: 5px;
	margin: 30px 0 10px 0;
}
.system-title {
	float: left;
	font-weight: bold;
	font-size: 23px;
	font-family: 'TBUDゴシック E', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.system-title-sub {
	float: right;
	font-size: 16px;
	font-weight: bold;
}
.left-content {
	float: left;
	margin-top: 10px;
	width: 550px;
}
.right-content {
	float: right;
	width: 430px;
	margin-top: 20px;
}
.system-caption {
	font-weight: bold;
	font-size: 17px;
	color: #006699;
}
.caption-guide {
	padding: 10px;
	margin-bottom: 10px;
}
.caption-guide ul {
	list-style-type: disc;
	padding-left: 25px;
}
ul.system-image li {
	float: left;
	display: inline-block;
	border: 2px solid #eeeeee;
	border-radius: 5px;
	padding: 3px;
}
ul.system-image img {
	width: 165px;
	border-radius: 5px;
/*    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;*/
}
ul.system-image li:hover {
	border-color: #64B3D9;
}
/*ul.system-image img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}*/
.system-menu {
	margin-top: 30px;
	border-bottom: 1px dashed #999999;
	padding: 5px 0;
}
.menu-guide {
	padding: 7px;
}
.menu-title-left {
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #008080;
	padding: 5px 0;
}
.menu-title-right {
	float: right;
}
.menu-btn {
	padding: 5px 10px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
}
.demo-auction {
	background: #64B3D9;
}
.dl-auction {
	background: #3399cc;
}
.dl-auction-op {
	background: #008b8b;
}

.menu-btn-icon {
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
}
.system-menu-sub {
	font-weight: normal;
}
.guide-notice {
	color: #b22222;
}

/***** 仕様その他 *****/
.spec-box {
	border: 3px solid #006699;
	border-radius: 5px;
	padding: 15px 7px 7px 7px;
	position: relative;
}
.spec-title {
	padding: 0 3px;
	background: #ffffff;
	font-weight: bold;
	color: #006699;
	position: absolute;
	top: -12px;
	left: 10px;
	font-size:17px;
}
.spec-table {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
.spec-th {
	background: #E0F0F8;
	padding: 5px;
	text-align: right;
	width: 110px;
	color: #006699;
	font-weight: bold;
	vertical-align: top;
}
.spec-td {
	background: #f5f5f5;
	padding: 5px;
}
.price-td {
	color: #b22222;
	font-weight: bold;
	font-size: 120%;
}

/****** 機能 *****/
.function-top-title {
	margin-top: 40px;
	font-weight: bold;
	font-size: 20px;
}
.function-area {
	margin: 20px;
}
.function-box {
	float: left;
	margin-right: 50px;
}
.function-th {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #006699;
}
.function-td {
	font-size: 15px;
}
.function-ul {
	list-style-type: disc;
	padding-left: 25px;
	line-height: 1.6em;
}






