@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
#top {
	margin: 0px;
	padding: 0px;	/*背景色*/
	border-top: 5px solid #000;
	min-width: 986px;
	width: auto;
}
#top header #bar1 {
	width: 100%;
	height: 8px;
	background-color: #000000;
}
h1,h2,h3,h4,h5,h7,p,ul,ol,li,dl,dt,dd,form,figure{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.line {
	border: 1px solid #ABADB3;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -1px;
	margin-right: 0px;
}



/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main   {
	float: center;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	width: 100%;
	min-width: 940px;
}

ul{
	list-style-type: none;
}
img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;

}
input,textarea,select {
	font-size: 12px;
}
td div .log_style {
	margin-top: 5px;
	width: 260px;
	height: 25px;
	margin-bottom: 5px;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #B9B9B9;
}
tr td #login_table {
	margin-top: 0px;
	width: 100%;
}




form {
	margin: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding-bottom: 0px;
	font-weight: bold;
	border: 0px solid #FFFFFF;
}
.line_bld {
	border: 1px hidden #ABADB3;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.u_line {
	width: 100%;
	border-left: 0px solid #ABADB3;
	border-right: 0px solid #ABADB3;
	border-bottom: 1px solid #ABADB3;
	border-top: 0px solid #ABADB3;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#a2 #all1 #j1 {
	height: 30px;
}

.margin   {
	margin-left: 3%;
	font-weight: bold;
}

.a_status {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 2px;
	font-size: 11.5px;
	border-width: 0px;
	float: left;
}
.b_status {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 2px;
	font-size: 11.5px;
	border-width: 0px;
	text-align: center;
	float: left;
}

.s_line {
	border-right: 0px solid #ABADB3;
	border-left: 1px solid #ABADB3;
}
.s_line_white {
	border-right: 0px solid #ABADB3;
	border-left: 1px solid #FFFFFF;
}




/*リンク（全般）設定
---------------------------------------------------------------------------*/

#stock_color {
	background-color: #eaeaea;
  border-bottom: 2px #eaeaea solid;
}

#stock_color:hover {
	background-color: #d6f9ff;
	border-bottom: 2px #272727 solid;
}
#hov {
	color: #FFF;
	background-color: #105de8;
	height: 50px
}
#hov:hover {
  background-color: #0041b7;
}
#hove {
}
#hove:hover {
  background-color: #00000040;
}
#hove1 {
}
#hove1:hover {
	color: #FFF;
	background-color: #0047c7;
	border-radius: 3px;
}
#hove2 {
}
#hove2:hover {
	color: #FFF;
	background-color: #ff9900;
	border-radius: 3px;
}
#hove20 {
}
#hove20:hover {
	background-color: #a7f3ff66;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #df730a;
    text-decoration: underline;
}
a {
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	text-align: center;	*/
}
a:hover {
	color: #000;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;
/*	text-align: center;	*/
}
#column3 td .pic_pad {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -2px;
	margin-right: 2px;
	margin-bottom: -2px;
	margin-left: -2px;


}
.pic_pad_m   {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;


}


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF 80%, #ededed);	/*同上*/
	background-image: linear-gradient(#FFF 80%, #ededed);			/*同上*/
}
/*ヘッダーブロックの中*/
header .inner {
	width: 100%;	/*ブロック幅*/
	height: 27px;	/*ブロックの高さ*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #010080;
}
/*ヘッダーブロックの中*/
header .inner2 {
	width: 100%;	/*ブロック幅*/
	height: 27px;	/*ブロックの高さ*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 20px;	/*innerに対して上から20pxの場所に配置*/
	height: auto;
	font-size: 14px;
	color: #FFFFFF;
	top: 6px;
}
/*h1ロゴの設定*/
header .inner2 h1 {
	position: absolute;
	left: 20px;	/*innerに対して上から20pxの場所に配置*/
	height: auto;
	font-size: 14px;
	color: #000000;
	top: 6px;
}

/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
	top: 15px;		/*innerに対して上から15pxの位置に配置*/
	right: 20px;	/*innerに対して右から20pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/
}
/*電話番号の文字設定*/
header .inner address .tel {
	font-size: 18px;	/*文字サイズ*/
	color: #000;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 35px;	/*ブロックの高さ*/
	background-color: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#878787), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#878787, #131313 49%, #000 50%);	/*同上*/
	background-image: linear-gradient(#878787, #131313 49%, #000 50%);			/*同上*/
	margin-bottom: 25px;
	font-size: 15px;
}
nav#menu ul {
	width: 1000px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 165px;	/*メニュー幅*/
	border-right: 1px solid #000;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 30px;
	padding-top: 2px;
	color: #FFF;	/*文字色*/
	font-size: 18px;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #000;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	text-decoration: none;
	background-color: #000;	/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 20px;
	padding-bottom: 5px;
	opacity: 0.5;	/*透明度50％*/
}
.normal {
font-weight: normal;
}
/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	width: 90%;
	height: 100%;
	min-height: 580px;
	margin-bottom: auto;
	margin-top: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 100%;
}
/*2カラム時*/
body.c2 #contents-in {
	float: none;
	width: 100%;
}
/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#contents #contents-in #main {
	float: center;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	width: 100%;
	min-width: 940px;
}


/*2カラム時*/
body.c2 #main {
	width: 782px;	/*メインコンテンツ幅*/
}
/*mainコンテンツのh2タグ設定*/
#main h8 {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;	/*左から、上下、左右への余白*/
	clear: both;
	line-height: 55px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 7px rgba(3,52,94,1);
	background-repeat: no-repeat;
	background-position: right center #0a4e89;
	background-color: #014C8D;
	border-bottom: 2px solid #031d51;
	background-image: -webkit-linear-gradient(330deg,rgba(1,76,141,1.00) 0%,rgba(0,96,154,1.00) 48.19%,rgba(2,129,174,1.00) 100%), url(url);
	background-image: -moz-linear-gradient(330deg,rgba(1,76,141,1.00) 0%,rgba(0,96,154,1.00) 48.19%,rgba(2,129,174,1.00) 100%), url(url);
	background-image: -o-linear-gradient(330deg,rgba(1,76,141,1.00) 0%,rgba(0,96,154,1.00) 48.19%,rgba(2,129,174,1.00) 100%), url(url);
	background-image: linear-gradient(120deg,rgba(1,76,141,1.00) 0%,rgba(0,96,154,1.00) 48.19%,rgba(2,129,174,1.00) 100%), url(url);
}

#main h2 {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;	/*左から、上下、左右への余白*/
	clear: both;
	line-height: 55px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 7px rgba(3,52,94,1);
	background-repeat: no-repeat;
	background-color: #105de8;
	border-bottom: 2px solid #031d51;
	background-image: -webkit-linear-gradient(120deg,rgb(3, 88, 160) 0%,rgb(0, 124, 228) 48.19%,rgb(16, 93, 232) 100%), url(url);
	background-image: -moz-linear-gradient(120deg,rgb(3, 88, 160) 0%,rgb(0, 124, 228) 48.19%,rgb(16, 93, 232) 100%), url(url);
	background-image: -o-linear-gradient(120deg,rgb(3, 88, 160) 0%,rgb(0, 124, 228) 48.19%,rgb(16, 93, 232) 100%), url(url);
	background-image: linear-gradient(120deg,rgb(3, 88, 160) 0%,rgb(0, 124, 228) 48.19%,rgb(16, 93, 232) 100%), url(url);
}

/*	background-color: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
/* 	background-image: -webkit-gradient(linear, left top, left bottom, from(#878787), to(#000));	/*グラデーション*/
/*	background-image: -webkit-linear-gradient(#878787, #131313 49%, #000 50%);	/*同上*/
/*	background-image: linear-gradient(#878787, #131313 49%, #000 50%);			/*同上*/
/*	border: 1px solid #000;		/*枠線の幅、線種、色*/
/*	border-radius: 6px 6px 0px 0px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
/*	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
/*	box-shadow: 1px 2px 7px #999;			/*同上*/
/*	font-size: 100%;
/*	color: #FFF;	/*文字色*/
/*	padding: 5px 15px;	/*左から、上下、左右への余白*/
/*	clear: both;




/*mainコンテンツのh3タグ設定*/
#main h3 {
	background-color: #e3e3e3;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);	/*同上*/
	background-image: linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	font-size: 100%;
	color: #000;		/*文字色*/
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;	/*左から、上下、左右への余白*/
	clear: both;
	border-top: 1px solid #FFF;		/*上の線の幅、線種、色*/
	border-right: 1px solid #FFF;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #FFF;	/*下の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左の線の幅、線種、色*/
	margin-top: 5px;
}
tr td #admin_color {
	background-color: #01009F;
	background-image: -webkit-linear-gradient(270deg,rgba(126,164,255,1.00) 3.11%,rgba(1,0,128,1.00) 24.35%,rgba(0,0,50,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(126,164,255,1.00) 3.11%,rgba(1,0,128,1.00) 24.35%,rgba(0,0,50,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(126,164,255,1.00) 3.11%,rgba(1,0,128,1.00) 24.35%,rgba(0,0,50,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(126,164,255,1.00) 3.11%,rgba(1,0,128,1.00) 24.35%,rgba(0,0,50,1.00) 100%);

}
.admin_color   {
	background-color: #D0BFC0;
	background-image: -webkit-linear-gradient(329deg,rgba(212,220,229,0.99) 0%,rgba(28,58,66,0.87) 100%);
	background-image: -moz-linear-gradient(329deg,rgba(212,220,229,0.99) 0%,rgba(28,58,66,0.87) 100%);
	background-image: -o-linear-gradient(329deg,rgba(212,220,229,0.99) 0%,rgba(28,58,66,0.87) 100%);
	background-image: linear-gradient(121deg,rgba(212,220,229,0.99) 0%,rgba(28,58,66,0.87) 100%);

}
.admin_color2   {
	background-color: #D5D5D5;
	background-image: -webkit-linear-gradient(92deg,rgba(183,183,183,1.00) 0%,rgba(91,91,91,0.70) 100%), url(url);
	background-image: -moz-linear-gradient(92deg,rgba(183,183,183,1.00) 0%,rgba(91,91,91,0.70) 100%), url(url);
	background-image: -o-linear-gradient(92deg,rgba(183,183,183,1.00) 0%,rgba(91,91,91,0.70) 100%), url(url);
	background-image: linear-gradient(358deg,rgba(183,183,183,1.00) 0%,rgba(91,91,91,0.70) 100%), url(url);

}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding-left: 2px;
	padding-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: left;
}

/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;
	width: 200px;
	padding-bottom: 30px;
}
/*2カラム時にサイドコンテンツを非表示にする設定*/
body.c2 #side {
	display: none;
}
/*sub,sideコンテンツ内のh2タグ設定*/
#sub h2,
#side h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background-color: #666;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#999, #666);	/*同上*/
	background-image: linear-gradient(#999, #666);			/*同上*/
	padding: 3px 0px;	/*上下、左右への余白*/
	color: #FFF;	/*文字色*/
	border-radius: 6px 6px 0px 0px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
}
/*box1の中にあるh2タグの設定*/
#sub .box1 h2,
#side .box1 h2 {
	border-radius: 0;	/*角丸をなくす設定*/
}
/*sub,sideコンテンツ内のbox1設定*/
#sub .box1,
#side .box1 {
	background-color: #eee;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#side h2 + ul,
#sub h2 + .box1,
#side h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul,
#side .box1 > ul {
	margin-bottom: 0;
}

/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul,
#side ul {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a,
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	background: #FFF;	/*背景色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub ul li a:hover,
#side ul li a:hover {
	background-color: #fff8c7;	/*マウスオン時のボックス色*/
}


/*サブコンテンツ　物件ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub article.box2,
#side article.box2 {
	font-size: 11px;	/*文字サイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);									/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);											/*同上*/
	border-bottom: 1px solid #999;	/*下の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#sub article.box2 a,
#side article.box2 a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub article.box2 a:hover,
#side article.box2 a:hover {
	background-color: #fff8c7;	/*マウスオン時のボックス色*/
}
/*h4見出しタグ*/
#sub article.box2 h4,
#side article.box2 h4 {
	color: #000;		/*文字色*/
	margin-left: 70px;	/*左の画像とバランスをとって設定する*/
	text-align: left;
	padding: 0;
	background: none;
	font-size: 100%;
}
/*p段落タグ*/
#sub article.box2 p,
#side article.box2 p {
	margin-left: 70px;	/*左の画像とバランスをとって設定する*/
	padding: 0;
}
/*サムネイル画像設定*/
#sub article.box2 figure,
#side article.box2 figure {
	float: left;	/*左に回り込みさせる設定*/
	padding: 0;
}
/*サムネイル画像のフチ*/
#sub article.box2 figure img,
#side article.box2 figure img {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #000;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	text-decoration: none;
	color: #FFF;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-color: #434343;	/*スライドショーの外側（左右）の背景色*/
}
#mainimg aside {
	width: 997px;
	height: 295px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*baibai,chintai,tenant,parkingの各物件一覧ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 0px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;		/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
	position: relative;
	overflow: hidden;
}
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list article a:hover {
	text-decoration: none;
	background-color: #fff8c7;	/*背景色*/
	border-width: medium;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main section.list article table {
	font-size: 11px;	/*文字サイズ*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;	/*背景色*/
}
#main section.list article table,
#main section.list article table td,
#main section.list article table th{
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
#main section.list article table td,
#main section.list article table th{
	padding: 0;
	line-height: 1.6;
}
#main section.list article table th{
	width: 60px;
	text-align: center;
	font-weight: normal;
	background: #dfe0c8;
}
body.c2 #main section.list article table th{
	width: 100px;
}
#main section.list article table td {
	width: 100px;
	padding: 0px 3px;
}
body.c2 #main section.list article table td {
	width: 160px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}

/*テーブル内の右側*/

.date_sele {
	width: 100%;
	height: 69px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

.no_bold {
	font-weight: normal;
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
/*	background-color: #e9ddae;
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);	*/		/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 230px;	/*ボタン幅*/
/*	padding: 10px;	*/
	padding: 7px;
	border-radius: 5px;	/*角丸のサイズ*/
	background-color: #5FD217;
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#47B92A), to(#5CE00A));
	background-image: -webkit-linear-gradient(#47B92A, #5CE00A);
	background-image: linear-gradient(#47B92A, #5CE00A); */

	font-size: 14px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	border: none;
	cursor: pointer;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #5FD217;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#47B92A), to(#5CE00A));
	background-image: -webkit-linear-gradient(#47B92A, #5CE00A);
	background-image: linear-gradient(#47B92A, #5CE00A);
	cursor: pointer;
}
.align_center td .regs_b {
	width: 150px;
}
table tr .regs_inp {
	width: 90%;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	min-width: 150px;
}


/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 180px;
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*FAQページの設定
---------------------------------------------------------------------------*/
/*FAQブロック全体*/
dl.faq {
	padding-right: 10px;
	padding-left: 10px;
}
/*質問ブロック*/
dl.faq dt {
	padding-left: 20px;
	font-weight: bold;	/*文字を太字にする設定*/
	color: #000;		/*文字色*/
	background-image: url(../images/faq_q.png);	/*背景画像の読み込み*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: left 5px;				/*背景画像を左側、5pxの場所に配置*/
}
/*回答ブロック*/
dl.faq dd {
	padding-left: 20px;
	background-image: url(../images/faq_a.png);	/*背景画像の読み込み*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: left 5px;				/*背景画像を左側、5pxの場所に配置*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 5px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
#menubar_hdr {
	display: none;
}
figcaption {
	font-size: 11px;
}
div td p {
	margin-bottom: auto;
	margin-top: auto;
	padding-top: 0px;

}
tr td #search {
	width: 80%;
	margin-left: 2%;
	height: 25px;
	font-size: medium;
	padding-top: 3px;
	padding-bottom: 3px;
}
tr td #save {
	margin-left: 1%;
	width: 14%;
	height: 25px;
	padding-top: 3px;
	font-size: medium;
}
#contents-in #main #a1 {
}
#main #a1 #a2 {
}


tr td #m1 {
	margin-top: 0px;
	width: 100%;
	border: medium solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
tr td #m2 {
	border-style: solid;
	border-width: medium;
	margin-top: 0px;


}
div td #maker1 {
	float: left;






}
tr td #name1 {
	float: left;





}
tr td #model1 {
	float: left;




}
tr td #search_by1 {
	width: 100%;
	font-size: 12px;
	float: left;
	margin-top: 0px;




}
tr td #search_by2 {
	float: right;
	height: 18px;
	margin-top: 2px;
	width: 95%;
	margin-right: 5%;

}
tr td #search_by3 {
	float: left;
	margin-top: 2px;
	clear: left;
	font-size: 11px;
	height: 18px;
	width: 94%;
	margin-left: 5%;
}
tr td #year1 {
	float: left;
	width: 100%;
	padding-top: 0px;


}
tr td #mileage1 {
	width: 100%;


}

tr td #color1 {
	float: left;



}
tr td #grade1 {
	float: left;
	min-width: 65px;



}
#m2 tr #button1 {
	height: 40px;
}

tr td #auction1 {
	border: thin solid #FFFFFF;
	float: left;

}
tr td #auction9 {
	border: thin solid #FFFFFF;
	float: left;

}
#m2 tr #view1 {
	height: 0px;
	margin-top: 0px;
	font-weight: bold;
}
#bar2 #view1 #display1 {
	float: right;
	margin-right: 2%;
}
td #m2 #bar2 {
	height: 40px;


}
#m1 #m2 #view1 {

}
tr td #car_grade1 {

}
#m1 tr #view2 {
	min-width: 125px;
}
tr td #auction {
	margin-left: 0px;
	font-size: 12px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#auction tr #auction4 {
	font-size: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
.auc_date   {
	font-size: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

tr #auction4 #date1 {
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.auc_day   {
	border: 0px solid #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
tr #auction4 #date2 {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
tr #auction4 #date3 {
	background-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
tr #auction4 #date4 {
	background-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

tr #auction4 #auction6 {
	font-size: 10.5px;
}
.auc_date2   {
	font-size: 10px;
}

#status #status1 #status2 {
	height: 0px;
	padding-top: 0px;
}
.ta1.mb15 #all #column {


}
#all #column #column1 {


}
#column #column1 #column2 {
	font-size: 16px;
}
#column3:hover {
	background-color: #CFCFCF;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;
}
#column2 #column3  {
	min-width: 222px;


}
#column2 #column3 #column4 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.colunm_td   {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#column2 #column3 #column5 {
	min-width: 195px;

}
#column2 #column3 #column6 {
	text-align: center;
	font-size: 15px;
}
.auc_name   {
	text-align: center;
	font-size: 15px;
}
#column3 #column4 #column7 {
	text-align: right;
	width: 80%;
	min-width: 80px;
}
.bid_price_t   {
	text-align: right;
	width: 80%;
	min-width: 80px;
}
#column3 #column6 #column8 {
	width: 60px;
	height: 20px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-weight: bold;
	background-color: #9CE4FA;
	border-radius: 4px;
	border: thin solid #5380F9;
	margin-top: 3px;
}
#column3 #column4 #column9 {
	height: 25px;
	width: 88%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #FBA300;
	border: thin solid #FF5700;
	border-radius: 4px;
	min-width: 84px;
	margin-top: 3px;
	padding-bottom: 1px;
	padding-top: 0px;
}
#column3 #column4 #g {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.g   {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.group_pad   {
	text-decoration: none;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;

}
font #cnd  {
	font-size: large;
	font-style: normal;
	line-height: 20px;
}
.cnd   {
	font-size: large;
	font-style: normal;
	line-height: 20px;
}




section .mb15 #smenu {


}

.mb15 #smenu #smenu1 {

}
#smenu #smenu1 #smenu2 {

}
#smenu1 #smenu2 #smenu3 {
	float: right;
	clear: left;

}
#smenu2 #smenu3 #smenu4 {

}
#smenu3 #smenu4 li {
	float: left;
	margin-right: 33px;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;


}
section section #mpage {
}
section #mpage #mpage1 {
	padding-right: 0px;
	width: 98%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	height: 96%;
	clear: left;
}
.member_colunm   {
	padding-right: 0px;
	width: 98%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	height: 96%;
	clear: left;
}
section #mpage #mpage3 {
	padding-right: 0px;
	width: 94%;
	margin-top: -3%;
	margin-right: -3%;
	margin-bottom: -3%;
	margin-left: -3%;
	height: 94%;
	clear: left;
	font-size: 11px;
	padding-left: 0px;
	color: #FFFFFF;
	padding-bottom: 0px;
	font-weight: bolder;
}
section #mpage #mpage7 {
	padding-right: 0px;
	width: 98%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	height: 96%;
	clear: left;
	font-size: 11.5px;
	text-align: center;
}

section #mpage #mpage4 {
	text-align: right;
	width: 80%;
	min-width: 80px;
}

section #mpage #mpage5 {
	height: 25px;
	width: 82%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #FBA300;
	border: thin solid #FF5700;
	border-radius: 4px;
	min-width: 84px;
	margin-top: 3px;
	padding-bottom: 1px;
	padding-top: 0px;
}

section #mpage #mpage6 {
	width: 60px;
	height: 20px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-weight: bold;
	background-color: #9CE4FA;
	border-radius: 4px;
	border: thin solid #5380F9;
	margin-top: 3px;
}
#a2 #all1 #all3 {
}
#a1 #a2 #all1 {
}
tr #m2 #view1 {
}
div #view1 #maker {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
div #view2 #model {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
div #view3 #modelcode {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
#modelcode   {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
div #view5 #color {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
div #view6 #condition {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
div #auction5 #date {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	height: 130px;
}
div #view8 #grade {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
.grade   {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
div #view9 #status {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
div #view10 #mission {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}
#a2 #all1 #all5 {
}
#all1 #all5 #all6 {
}
#m2 #bar2 #bar3 {
	padding-right: auto;
	padding-left: auto;
}
#bar2 #display2 #display1 {
	text-align: right;
	margin-right: 3%;
	width: 97%;

}
#bar2 #display2 #page {
	width: 100%;
	text-align: right;



}
#m2 #bar2 #display2 {


}
#page #pages ul {
	list-style-type: none;
}
#pages ul li {
	list-style-type: none;
	float: left;
}
#pages ul li a {
	list-style-type: none;
	float: left;
	font-size: 12px;
	text-align: right;
}
#pages ul a {
	list-style-type: none;
	float: left;
}
#bar2 #display2 #pages {
	float: right;
	clear: left;
	margin-right: 4%;
	margin-top: 2px;
}
#all1 tr #bar4 {

}
tr #bar4 #m3 {
	height: 40px;
	font-size: 12px;
}
#bar4 #m3 #bar5 {
}
#m3 #bar5 #bottom1 {

}
#m3 #bar5 #bottom2 {
}
#bar5 #bottom2 #page1 {
}
#bar5 #bottom2 #pages {
	float: right;
	margin-right: 4%;
}
#bottom2 #pages ul {
}

#auction #auction2 #auction3 {

}
#m1 tr #view4 {
	min-width: 185px;
	padding-bottom: 58px;
}
tr #m3 #view7 {
	min-width: 0px;
	max-width: 0px;
}
.smenu   {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.smenu_tr   {
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;

}
.smenu_td   {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;

}
.smenu_tr .smenu_td #smenu_nav {
	float: right;
	clear: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.smenu_td #smenu_nav #smenu_ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;



}

#smenu_nav #smenu_ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;




}
.common {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	text-shadow: 0px 0px;
}
.a_18   {
	font-size: 18px;
}
.b_status font #cnd {
	font-size: 20px;
	float: none;
	line-height: 35px;
}
.no_line .no_line #size {
	min-width: 60px;
}
.no_line  {
	border: 0px solid #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.no_line .no_line #size3 {
	min-width: 185px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.no_line .no_line #size4 {
	text-align: center;

}
.align_center {
	text-align: center;
}
.memo {

}
.margin10 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 65px;
}

#login_table2   {
	height: 165px;
	width: 100%;
}

td #login_table #login_table1 {
	height: 110px;
	width: 0%;

}

.align_left {
	text-align: right;
}

.no_line .no_line #size5 {
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	text-align: center;
	padding-left: 2%;

}
.no_line .no_line #size6 {
	min-width: 100px;
	text-align: center;
}
.no_line .no_line #size7 {
	min-width: 75px;
}





.triangle-top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #666 transparent;
	text-align: center;
}
.triangle-top:hover {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #000 transparent;
	text-align: center;
	text-decoration: none;
	float: left;
}

.triangle-bottom {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #666 transparent transparent transparent;
	text-align: center;

}
.triangle-bottom:hover {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #000 transparent transparent transparent;
	text-decoration: none;
	text-align: center;
}
.side_line {
	border-right: 1px solid #ABADB3;
}
.a_white {
	color: #FFFFFF;
}
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100px;
}
.table > div {
  display: table-cell;
  width: 50%;
  height: 100%;
  padding: 10px;
  border: 1px solid #000;
}
.table > div > div {
  height: 100%;
  padding: 0px; /* IE11, Firefox35ではこのpaddingによってはみ出る */
  border: 1px solid #000;
}
.lot_b   {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #337fcc;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	border-radius: 4px;


	line-height: 20px;
}
.lot_b:hover {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #D2D2D2;
	background: #337fcc;
	font-weight: bold;

	text-align: center;
	display: block;
	text-decoration: none;

	border-radius: 4px;


	line-height: 20px;
}
.bid_cart_b   {
	height: 25px;
	width: 83%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 2px;
	margin-right: 4px;
	background: #FBA300;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FBA300;
	border-radius: 4px;
	line-height: 21px;
	padding-top: 0px;
	padding-bottom: 1px;
}

.bid_cart_b:hover {

  cursor: pointer;
}
.bid_cart_b2   {
	height: 25px;
	width: 90%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 3px;
	color: #ffffff;
	background: #FBA300;
	font-weight: bold;
	text-shadow: 0 -1px 0px #225588,0 -2px 0px #225588;
	text-align: center;
	text-decoration: none;
	border: 1px solid #225588;
	border-radius: 4px;
	background: -moz-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.5)), to(rgba(34,85,136,1)));
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 1px;
}
.bid_cart_b2:hover {


}
.bid_b   {
	height: 25px;
	width: 94%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 3px;
	color: #ffffff;
	background: #FBA300;
	font-weight: bold;
	text-shadow: 0 -1px 0px #225588,0 -2px 0px #225588;
	text-align: center;
	text-decoration: none;
	border: 1px solid #225588;
	border-radius: 4px;
	background: -moz-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.5)), to(rgba(34,85,136,1)));
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-left: 3%;
	margin-right: 3%;
}
.bid_b:hover {


}
.bid_b_box   {
	height: 25px;
	width: 94%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 3px;
	color: #ffffff;
	background: #FBA300;
	font-weight: bold;
	text-shadow: 0 -1px 0px #225588,0 -2px 0px #225588;
	text-align: center;
	text-decoration: none;
	border: 1px solid #225588;
	border-radius: 4px;
	background: -moz-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.5)), to(rgba(34,85,136,1)));
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-left: 3%;
	margin-right: 3%;
}
.bid_b_box:hover {


}


.a_8 {
	font-size: 8px;
}
.a_9 {
	font-size: 9px;
}
.a_10 {
	font-size: 10px;
}
.a_11 {
	font-size: 11px;
}
.a_12 {
	font-size: 12px;
}
.a_13 {
	font-size: 13px;
}
.a_14 {
	font-size: 14px;
}
.a_15 {
	font-size: 15px;
}
.a_16 {
	font-size: 16px;
}
.a_18 {
	font-size: 18px;
}
.a_20 {
	font-size: 20px;
}
.a_22 {
	font-size: 22px;
}
.t_save {
	width: 55px;
	height: 20px;
}
.pad10 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pad3 {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.pad3 :hover{
 background-color: #FFF;
}
table tr #bid_menu {
	min-width: 230px;
	max-width: 239px;
}
tr td #price {


}
.bid_layout {
	padding-right: 8px;

}
.bid_layout1 {




}
#layout_currency {
	width: 78px;
	padding-right: 0px;
	margin-right: 2px;
}
tr td #car_d_pad {
	margin-top: 20px;
}
section section #login_window {
	width: 100%;
	min-width: 940px;
}
.ad_b {
	width: 94%;
	background-color: #8C8C8C;
	background-image: -webkit-linear-gradient(270deg,rgba(33,33,33,1.00) 20.21%,rgba(18,0,91,0.68) 49.74%,rgba(0,0,0,1.00) 86.01%);
	background-image: -moz-linear-gradient(270deg,rgba(33,33,33,1.00) 20.21%,rgba(18,0,91,0.68) 49.74%,rgba(0,0,0,1.00) 86.01%);
	background-image: -o-linear-gradient(270deg,rgba(33,33,33,1.00) 20.21%,rgba(18,0,91,0.68) 49.74%,rgba(0,0,0,1.00) 86.01%);
	background-image: linear-gradient(180deg,rgba(33,33,33,1.00) 20.21%,rgba(18,0,91,0.68) 49.74%,rgba(0,0,0,1.00) 86.01%);
	border-radius: 4px;
	border-width: 1px;
	color: #E0E0E0;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-color: #00479F;

}
.bold {
	font-weight: bold;
}
.srch_start {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.srch_end {
	width: 95%;
	float: right;
	margin-right: 5%;
}
.line_right {
	border-right: 1px solid #ABADB3;
}
.line_left {
	border-left: 1px solid #ABADB3;
}
.line_top {
	border-top: 1px solid #ABADB3;
}
.line_buttom {
	border-bottom: 1px solid #ABADB3;

}
.line_top_w {
	border-top: 1px solid #FFFFFF;
}
.line_buttom_w {
	border-bottom: 1px solid #FFFFFF;

}
.car_info {
	height: 25px;
}
.a100 {
	width: 100%;

}
.size_o {
	width: 130px;
	min-width: 130px;
}
.pad5 {
	line-height: 15px;
}
.pad5a {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
}
.pad_5 {
	padding-right: 5px;
	padding-left: 5px;
}
.pad_currency {
	padding-top: 5px;
  padding-right: 5px;
  padding-bottom:2px;
  padding-left: 10px;
  color: #ffffff;
}
.cl_rate {
  color: #3d3d3d;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 2px;
}
.tr_color {
}
#tr_color:nth-child(2n) {    /* 偶数行 */
	background-color: #EDEDED;
}
#tr_color:nth-child(2n+1) {  /* 奇数行 */
	background-color: #FFF;
}
.ta1 td{
	font-size: 11px;
	line-height: 14px;
}

.red {
	color: #FD0000;
}

.pad_10 {
	padding-right: 10px;
	text-align: right;
}

/* タブっぽく並べて */
#tabs ul {
	overflow:hidden;
	height:2em;
	list-style:none;
	border-bottom:1px solid #cccccc;
}

#tabs li:hover {
  background: #2ca9e1;
}

#tabs li {
	float:left;
	display:inline;
	margin-left:10px;
	padding:5px;
	border:1px solid #ccc;
	border-bottom:none;
	border-radius:10px 10px 0 0;
}
  /* 最初はパネルは非表示 */
#tabs .panel {
	display:none;
}

#username {
	position:relative;
}

.username-id {
	width: 190px;
	display: none;
	position: absolute;
	font-size: 12px;
	text-align: left;
	z-index: 9999;
	padding: 0.3em 0.5em;
	color: #000000;
	background: #ffffff;
	border: 1px solid;
/*	border-radius: 0.5em;*/
}
.username-id:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	top: -8px;
	border-top:8px solid transparent;
/*	border-left:8px solid #fffacd;*/
}
#username:hover .username-id {
	display: block;
}


.pad1 {
 margin-top: 1px;
 margin-right: 1px;
 margin-bottom: 1px;
 margin-left: 1px;
}

pad2 {
 margin-top: 2px;
 margin-right: 2px;
 margin-bottom: 2px;
 margin-left: 2px;
}
.bgrd-blue {
    font-size: 180%;
    line-height: 55px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 7px rgba(3,52,94,1);
    background: url(../images/tit_search_bg.jpg) no-repeat right center #0a4e89;
    border-bottom: 2px solid #031d51;
}
input.btn {
    background: url(../images/btn_search_a.gif) repeat scroll center center #88b8e1;
    border: 0 none;
    height: 24px;
    padding: 0;
    width: 20px;
    float: right;
    cursor: pointer;
}
.b_blue   {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;	/*左から、上下、左右への余白*/
	clear: both;
	line-height: 55px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 7px rgba(3,52,94,1);
	background-repeat: no-repeat;
	background-color: #105de8;
	border-bottom: 2px solid #031d51;
	background-image: -webkit-linear-gradient(120deg,rgb(3, 88, 160) 0%,rgb(0, 124, 228) 48.19%,rgb(16, 93, 232) 100%), url(url);
	background-image: -moz-linear-gradient(120deg,rgb(3, 88, 160) 0%,rgb(0, 124, 228) 48.19%,rgb(16, 93, 232) 100%), url(url);
	background-image: -o-linear-gradient(120deg,rgb(3, 88, 160) 0%,rgb(0, 124, 228) 48.19%,rgb(16, 93, 232) 100%), url(url);
	background-image: linear-gradient(120deg,rgb(3, 88, 160) 0%,rgb(0, 124, 228) 48.19%,rgb(16, 93, 232) 100%), url(url);
}

.b_green   {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;	/*左から、上下、左右への余白*/
	clear: both;
	color: #fff;
	line-height: 55px;
	text-align: center;
	text-shadow: 0 0 7px rgba(3,52,94,1);
	background-repeat: no-repeat;
	background-position: right center #0a4e89;
	background-color: #014C8D;
	border-bottom: 2px solid #031d51;
	background-image: -webkit-linear-gradient(330deg,rgba(117,192,1,1.00) 0%,rgba(173,211,1,1.00) 100%), url(url);
	background-image: -moz-linear-gradient(330deg,rgba(117,192,1,1.00) 0%,rgba(173,211,1,1.00) 100%), url(url);
	background-image: -o-linear-gradient(330deg,rgba(117,192,1,1.00) 0%,rgba(173,211,1,1.00) 100%), url(url);
	background-image: linear-gradient(120deg,rgba(117,192,1,1.00) 0%,rgba(173,211,1,1.00) 100%), url(url);
}
.b_greenm   {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;	/*左から、上下、左右への余白*/
	clear: both;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right center #0a4e89;
	background-color: #014C8D;
	border-bottom: 2px solid #031d51;
	background-image: -webkit-linear-gradient(330deg,rgba(117,192,1,1.00) 0%,rgba(173,211,1,1.00) 100%), url(url);
	background-image: -moz-linear-gradient(330deg,rgba(117,192,1,1.00) 0%,rgba(173,211,1,1.00) 100%), url(url);
	background-image: -o-linear-gradient(330deg,rgba(117,192,1,1.00) 0%,rgba(173,211,1,1.00) 100%), url(url);
	background-image: linear-gradient(120deg,rgba(117,192,1,1.00) 0%,rgba(173,211,1,1.00) 100%), url(url);
}
.b_green2   {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;	/*左から、上下、左右への余白*/
	clear: both;
	line-height: 55px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 7px rgba(3,52,94,1);
	background-repeat: no-repeat;
	background-position: right center #0a4e89;
	background-color: #014C8D;
	border-bottom: 2px solid #031d51;
	background-image: -webkit-linear-gradient(330deg,rgba(105,173,0,1.00) 0%,rgba(168,205,0,1.00) 100%), url(url);
	background-image: -moz-linear-gradient(330deg,rgba(105,173,0,1.00) 0%,rgba(168,205,0,1.00) 100%), url(url);
	background-image: -o-linear-gradient(330deg,rgba(105,173,0,1.00) 0%,rgba(168,205,0,1.00) 100%), url(url);
	background-image: linear-gradient(120deg,rgba(105,173,0,1.00) 0%,rgba(168,205,0,1.00) 100%), url(url);
}
.b_yellow   {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;	/*左から、上下、左右への余白*/
	clear: both;
	line-height: 55px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 7px rgba(3,52,94,1);
	background-repeat: no-repeat;
	background-position: right center #0a4e89;
	background-color: #014C8D;
	border-bottom: 2px solid #031d51;
	background-image: -webkit-linear-gradient(330deg,rgba(220,177,0,1.00) 0%,rgba(235,195,1,1.00) 48.19%,rgba(245,207,0,1.00) 100%), url(../AppData/Roaming/Adobe/Dreamweaver%20CC%202015/ja_JP/Configuration/Temp/DownloadCache/url);
	background-image: -moz-linear-gradient(330deg,rgba(220,177,0,1.00) 0%,rgba(235,195,1,1.00) 48.19%,rgba(245,207,0,1.00) 100%), url(../AppData/Roaming/Adobe/Dreamweaver%20CC%202015/ja_JP/Configuration/Temp/DownloadCache/url);
	background-image: -o-linear-gradient(330deg,rgba(220,177,0,1.00) 0%,rgba(235,195,1,1.00) 48.19%,rgba(245,207,0,1.00) 100%), url(../AppData/Roaming/Adobe/Dreamweaver%20CC%202015/ja_JP/Configuration/Temp/DownloadCache/url);
	background-image: linear-gradient(120deg,rgba(220,177,0,1.00) 0%,rgba(235,195,1,1.00) 48.19%,rgba(245,207,0,1.00) 100%), url(../AppData/Roaming/Adobe/Dreamweaver%20CC%202015/ja_JP/Configuration/Temp/DownloadCache/url);
}
.b_lblue   {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;	/*左から、上下、左右への余白*/
	clear: both;
	line-height: 55px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 7px rgba(3,52,94,1);
	background-repeat: no-repeat;
	background-position: right center #0a4e89;
	background-color: #014C8D;
	border-bottom: 2px solid #031d51;
	background-image: -webkit-linear-gradient(330deg,rgba(0,184,186,1.00) 0%,rgba(9,215,217,1.00) 49.74%,rgba(1,236,205,1.00) 100%), url(../AppData/Roaming/Adobe/Dreamweaver%20CC%202015/ja_JP/Configuration/Temp/DownloadCache/url);
	background-image: -moz-linear-gradient(330deg,rgba(0,184,186,1.00) 0%,rgba(9,215,217,1.00) 49.74%,rgba(1,236,205,1.00) 100%), url(../AppData/Roaming/Adobe/Dreamweaver%20CC%202015/ja_JP/Configuration/Temp/DownloadCache/url);
	background-image: -o-linear-gradient(330deg,rgba(0,184,186,1.00) 0%,rgba(9,215,217,1.00) 49.74%,rgba(1,236,205,1.00) 100%), url(../AppData/Roaming/Adobe/Dreamweaver%20CC%202015/ja_JP/Configuration/Temp/DownloadCache/url);
	background-image: linear-gradient(120deg,rgba(0,184,186,1.00) 0%,rgba(9,215,217,1.00) 49.74%,rgba(1,236,205,1.00) 100%), url(../AppData/Roaming/Adobe/Dreamweaver%20CC%202015/ja_JP/Configuration/Temp/DownloadCache/url);
}
.textover {
	overflow: hidden;
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */

}
.st_opm_1{
	float: left;
	width: 25%;
}
.st_opm_2{
	float: left;
	width: 50%;
}
.st_opm_inner{
  margin: 1px;
	text-align: center;
}
.st_opm_on{
	color: #5D5B5B;
	border: 1px solid rgba(243, 145, 88, 0.91);
  background: rgba(255, 105, 18, 0);
}
.st_opm_off{
	border: 1px solid rgba(171, 173, 179, 0.72);
	color: rgba(171, 173, 179, 0.87);
	background: #DADADA;
  font-weight: normal;
}

#order_msg{

}
#order_msg:hover{
	background-color: #D22017;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B92A2A, to#E0280A));
  background-image: -webkit-linear-gradient(#B92A2A, #E0280A);
  background-image: linear-gradient(#B92A2A, #E0280A);
  cursor: pointer;
}
.stn_b   {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 25px;
	font-size: 14px;
	color: #ffffff;
	background: #02C0C2;
	text-align: center;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	line-height: 20px;
}

.stn_b:hover {
	color: #D2D2D2;
	background: #337fcc;
	text-align: center;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	line-height: 20px;
}
.stn_b2   {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 25px;
	font-size: 14px;
	color: #ffffff;
	background: #676767;
	text-align: center;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	line-height: 20px;
}

.stn_b2:hover {
	color: #000000;
	background: #676767;
	text-align: center;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	line-height: 20px;
}
.faq_blue {
	 background: url(../images/icons/arrow_gm2.gif) no-repeat right center;
	 color: #069ccd;"
}
.active {
	/*background-color: #5CE00A;*/
	/*width: 94%;*/
	/*margin-left: 3%;*/
	/*margin-right: 3%;*/
	/*height: 40px;*/
	font-family: Tahoma,
	Geneva,sans-serif;
	font-size: 16px;
	/*border: 0px solid #C1C1C1;*/
}
.inactive {
	background-color: #C1C1C1;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	height: 40px;
	font-family: Tahoma,
	Geneva,sans-serif;
	font-size: 16px;
	border: 0px solid #C1C1C1;
	border-radius: 5px;"
}
#c_rate{
  float: left;
  padding-left: 15px;
}
#imageList ul {
	margin: 10px;
	padding: 0;
}
#imageList li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}
#imageList li img {
	width: 82px;
	height: auto;
	margin-bottom: 2px;
}
