@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Main*/
#content_left{
	padding-top: 0;
	}
/*------------------------------------------------------------Table*/
table.table_basic{
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #74b336;
	border-collapse: collapse;
	}
table.table_basic:last-child{
	margin-bottom: 0;
	}
table.table_basic th{
	font-weight: normal;
	white-space: nowrap;
	background-color: #f0ffda;
	text-align: center;
	border-right: 1px solid #74b336;
	}
table.table_basic td{
	text-align: left;
	}
table.table_basic th,
table.table_basic td{
	padding: 10px;
	border-bottom: 1px solid #74b336;
	vertical-align: middle;
	}
table.table_basic .table_border{
	border-right: 1px solid #74b336;
	}
table.table_basic td.price{
	color: #900;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	}
/*------------------------------------------------------------Other*/
.con{
	float: left;
	width: 220px;
	margin-right: 20px;
	}
.con:last-child{
	margin-right: 0;
	}
