@charset "UTF-8";

/* ----- オークションリスト -------------------------------------- */

table.table_auction_list {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	/*width: 100%;*/
}

.table_auction_list {
	border: solid #ccc 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0px 0px #ccc;
	-moz-box-shadow: 0 0px 0px #ccc;
	box-shadow: 0 0px 0px #ccc;
}

/*
.table_auction_list tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
*/

.table_auction_list td {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	padding: 4px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

.table_auction_list th {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	padding: 4px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.table_auction_list th {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image:    -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image:     -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image:      -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image:         linear-gradient(top, #f5f5f5, #e9e9e9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.table_auction_list td:first-child, .table_auction_list th:first-child {
	border-left: none;
}

.table_auction_list th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
 
.table_auction_list th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.table_auction_list th:only-child{
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.table_auction_list tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.table_auction_list tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}


/* ----- オークション詳細 -------------------------------------- */

table.table_auction_detail {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	/*width: 100%;*/
}

.table_auction_detail {
	border: solid #ccc 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0px 0px #ccc;
	-moz-box-shadow: 0 0px 0px #ccc;
	box-shadow: 0 0px 0px #ccc;
}

/*
.table_auction_detail tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
*/

.table_auction_detail td {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	padding: 2px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.table_auction_detail th {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	padding: 4px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.table_auction_detail th {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image:    -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image:     -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image:      -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image:         linear-gradient(top, #f5f5f5, #e9e9e9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.table_auction_detail td:first-child, .table_auction_detail th:first-child {
	border-left: none;
}

.table_auction_detail th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
 
.table_auction_detail th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.table_auction_detail th:only-child{
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.table_auction_detail tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.table_auction_detail tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}



/* ----- タブ -------------------------------------- */

table.table_tab {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	/*width: 100%;*/
}

.table_tab {
	border: solid #ccc 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0px 0px #ccc;
	-moz-box-shadow: 0 0px 0px #ccc;
	box-shadow: 0 0px 0px #ccc;
}

/*
.table_tab tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
*/

.table_tab td {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	padding: 4px;
	color: #000000;
	background-color: #f5f5f5;
	font-size: 14px;
	font-weight: normal;
}

.table_tab th {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	padding: 4px;
	color: #000000;
	background-color: #e0e0e0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0px 0 rgba(255,255,255,.5);
}

.table_tab td:first-child, .table_tab th:first-child {
	border-left: none;
}

.table_tab th:first-child {
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
}
 
.table_tab th:last-child {
	-moz-border-radius: 0 2px 0 0;
	-webkit-border-radius: 0 2px 0 0;
	border-radius: 0 2px 0 0;
}

.table_tab th:only-child{
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

.table_tab tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 2px;
	-webkit-border-radius: 0 0 0 2px;
	border-radius: 0 0 0 6px;
}

.table_tab tr:last-child td:last-child {
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	border-radius: 0 0 2px 0;
}



div.main {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}