﻿img.aff{
	border:0px !important;
}

img.aucimg100{
	display:block;
	margin:auto !important;
	max-width: 120px !important;
	width:auto !important;
	max-height: 120px !important;
	height:auto !important;
	border:0px !important;
}

img.aucimg130{
	margin:auto !important;
	max-width: 130px !important;
	width:auto !important;
	max-height:130px !important;
	height:auto !important;
	border:0px !important;
	text-align:center !important;
	vertical-align:middle !important;
}

.aucscan tbody th{
	text-align:center !important;
	vertical-align:middle !important;
	background-color:#fff !important;
	padding:10px 5px !important;
	border-bottom:1px !important;
}

.aucscan tbody td{
	vertical-align:middle !important;
	background-color:#fff !important;
	padding:10px 5px !important;
	line-height:140% !important;
	font-size:14px !important;
}



/* カテゴリーレイアウト１ */
.categorytree{
	font-size:12px;
	padding:5px 5px 5px 20px;
	line-height:120%;
	background-image:url(listmark.gif) no-repeat 5px 0;
}

.categoryid{
	padding:5px 5px 5px 20px;
}

/* デザインレイアウト１ */
.aucform1 {
	width: 60% !important;
	height: 120% !important;
	border: 1px #c0c0c0 solid !important;
	font-size:14px !important;
	padding:3px !important;
}


/* 検索フォームカラー */
.aucformwak01 {
	padding:10px 10px !important;
	background-color: #86c036;
	color:#fff;
	font-size:14px !important;
	font-weight: bold;
	font-family: "メイリオ", sans-serif !important;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 2px 2px 3px #999; 
		box-shadow: 2px 2px 2px #bbb;
}

.aucformwak02 {
	padding:10px 10px !important;
	background-color: #f78d1d;
	color:#fff;
	font-size:14px !important;
	font-weight: bold;
	font-family: "メイリオ", sans-serif !important;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 2px 2px 3px #999; 
		box-shadow: 2px 2px 2px #bbb;
}

.aucformwak03 {
	padding:10px 10px !important;
	background-color: #cccccc;
	color:#fff;
	font-size:14px !important;
	font-weight: bold;
	font-family: "メイリオ", sans-serif !important;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 2px 2px 3px #999; 
		box-shadow: 2px 2px 2px #bbb;
}

.aucformwak04 {
	padding:10px 10px !important;
	background-color: #000000;
	color:#fff;
	font-size:14px !important;
	font-weight: bold;
	font-family: "メイリオ", sans-serif !important;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 2px 2px 3px #999; 
		box-shadow: 2px 2px 2px #bbb;
}

.aucformbutton{
	font-size:12px !important;
}

.keywak1 {
	position:relative;
	padding:15px 15px;
	margin:1em 0 .8em;
	border:5px solid #5a8f00;
	color:#5a8f00;
	background:#fff;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-size: 14px;
	font-weight:800;
	font-family: "メイリオ", sans-serif;
}

/* button-design */
.aucbutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% "メイリオ", sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
		-webkit-border-radius: .5em; 
		-moz-border-radius: .5em;
	border-radius: .5em;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: 80px; 
	font-weight: bold;
}
.aucbutton:hover {
	text-decoration: none !important;
}
.aucbutton:active {
	position: relative;
	top: 1px;
}

.bigbutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-decoration: none !important;
	font:15px "メイリオ", sans-serif;
	font-weight: bold;
	width: 70%;
	padding: .5em 3em .55em;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	border: solid thin #da7c0c;
		-webkit-border-radius: .7em;
		-moz-border-radius: .7em;
	border-radius: .7em;
		-webkit-box-shadow: 2px 2px 3px #999; 
	box-shadow: 2px 2px 2px #bbb;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);

}

.orange {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c !important;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
}
.orange:hover {
	background: #f47c20 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
}

/* Table 3 Style */
table.auctable03 {
	border-collapse: collapse;
	font-size:14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	text-align:center;
	border:1px solid #df9128;
}

table.auctable03 tbody td{
	padding:10px 5px;
	word-break:break-all;
	line-height:1.3;
	border:1px solid #df9128;
	vertical-align:middle !important;
}

table.auctable03 tbody th{
	padding:10px 5px !important;
	border:1px solid #df9128;
	font-size:12px;
	text-align:center !important;
	vertical-align:middle !important;
	}

table.auctable03 thead th{
	border:1px solid #df9128;
	text-align:center;
	vertical-align:middle !important;
	padding:10px 0px 10px 0px !important;
}

table.auctable03 thead th:empty{
	background:transparent;
	border:none;
}

table.auctable03 a:link {
	color: #0066cc;
	text-decoration: none;
}

table.auctable03 a:visited {
	color: #0066cc;
	text-decoration: none;
}

table.auctable03 a:hover {
	color: #DB4A38;
}
/* Table 4 Style */
table.auctable04 {
	font-size:14px;
	font-style: normal;
	font-weight: normal;
	border:1px solid #df9128;
	border-collapse:collapse;
	}
table.auctable04 td{
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #df9128;
	vertical-align:middle !important;
	}

table.auctable04 th{
	border:1px solid #df9128;
}

table.auctable04 a:link {
	color: #0066cc;
	text-decoration: none;
}
table.auctable04 a:visited {
	color: #0066cc;
	text-decoration: none;
}
table.auctable04 a:hover {
	color: #DB4A38;
}

/* ul Style */
ul.auc01{
	width:95%;
	margin-top:20px;
	font-size:12px;
	padding-left:0;
	margin-left:10px;
}

ul.auc01 li {
	list-style:none;
	padding:10px 10px;
	border-width:1px;
	border:1px solid #df9128;
	border-style:solid;
	margin:0;
}

/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
	position:relative;
	padding:15px 15px;
	margin:1em 0 .8em;
	border:5px solid #5a8f00;
	color:#5a8f00;
	background:#fff;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-size: 22px;
	font-weight:800;
	font-family: "メイリオ", sans-serif;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
	margin-left:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
	margin-right:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:40px; /* controls horizontal position */
    border-width:20px 20px 0;
	border-style:solid;
    border-color:#5a8f00 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
	content:"";
	position:absolute;
	bottom:-13px; /* value = - border-top-width - border-bottom-width */
	left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:13px 13px 0;
	border-style:solid;
	border-color:#fff transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
	top:-20px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	right:40px; /* controls horizontal position */
    border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
	top:-13px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	right:47px; /* value = (:before right) + (:before border-right) - (:after border-right) */
    border-width:0 13px 13px;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
	top:10px; /* controls vertical position */
	bottom:auto;
	left:-30px; /* value = - border-left-width - border-right-width */
	border-width:15px 30px 15px 0;
	border-color:transparent #5a8f00;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
	top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	left:-21px; /* value = - border-left-width - border-right-width */
	border-width:9px 21px 9px 0;
	border-color:transparent #fff;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.right:before {
	top:10px; /* controls vertical position */
	bottom:auto;
    left:auto;
	right:-30px; /* value = - border-left-width - border-right-width */
	border-width:15px 0 15px 30px;
	border-color:transparent #5a8f00;
}

/* creates the smaller  triangle */
.triangle-border.right:after {
	top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
    left:auto;
	right:-21px; /* value = - border-left-width - border-right-width */
	border-width:9px 0 9px 21px;
	border-color:transparent #fff;
}

/* navigation bar */
ol {
	list-style: decimal;
	font-size: 24px;
	width: 400px;
	padding: 30px 0 0 60px;
	margin: 0 auto;
}

ul#navigation {
	height: 36px;
	padding: 20px 20px 0 30px;
	width: 904px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

ul#navigation li {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	width: 168px;
	margin: 0 10px 0 0;
	background-color: #2B477D;
	border: solid 1px #415F9D;
	position: relative;
	z-index: 1;
}

ul#navigation li.selected {
	z-index: 3;
}

ul#navigation li.shadow {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -2px 6px;
	-moz-box-shadow: #111 0 -2px 6px;
	box-shadow: #111 0 -2px 6px;
}

ul#navigation li a:link, ul#navigation li a:visited {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	width: 168px;
	height: 40px;
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	float: left;
	background: #2B477D;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}




ul#navigation li a:hover {
	background-color: #5a87dd;
}

ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
	color: #2B477D;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background-color: #f2f2f2;
}

/* Img Style */

img.aucimg80{
	display:block;
	margin:auto !important;
	max-width: 80px !important;
	width:auto !important;
	max-height: 80px !important;
	height:auto !important;
	border:0px !important;
}

/* Table sp Style */

#spunit table.sp01 {
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	border:1px solid #df9128;
	border-collapse:collapse;
	}

#spunit table.sp01 td{
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #df9128;
	vertical-align:middle;
	}

#spunit table.sp01 th{
	padding: 5px;
	border:1px solid #df9128;
	border-right:1px solid #cccccc;
	vertical-align:middle;
}

#spunit table.sp01 a:link {
	color: #0066cc;
	text-decoration: none;
}
#spunit table.sp01 a:visited {
	color: #0066cc;
	text-decoration: none;
}
#spunit table.sp01 a:hover {
	color: #DB4A38;
}

