@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
	MainContents
------------------------------------------------*/
#MainContents {
	margin: 0;
	width:640px;
	min-height:300px;
	float:left;
}

#MainContents h2 {
	position: relative;
	margin:0;
}

#Topimage {
	clear:both;
	margin:30px 0;
	position:relative;
}

/* スライダー
--------------------------------------------------*/
.slick-dots {
	position: static;
	margin-top: 3px;
}
.slick-dots li button:before {
	opacity: 1;
	color: #999999;
	font-size: 14px;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #89c897;
}


/* slider
-----------------------------------*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 50px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	/*bottom: -30px;*/
	bottom:-22px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../js/jquery.bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	/*font-size: .85em;*/
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #999999;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #89c897;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* 新規買取価格情報
--------------------------------------------------*/
#btnView {
	position: absolute;
	right: -2px;
	top: 12px;
}
#PurchasePrice {
	margin-bottom: 40px;
}
#PurchasePrice .block {
	width: 640px;
	/*height: 476px;*/
	height: auto;
	margin-top: 10px;
}
#PurchasePrice .boxMiddle {
	width: 640px;
	/*height: 476px;*/
	height: auto;
	margin-left: -2px;
	padding: 6px 2px 0;
	background: url(../images/common/bg_box.jpg) repeat-y 0 0;
}

#PurchasePrice .block:before {
	/*
	content: " ";
	display: block;
	width: 640px;
	height: 16px;
	margin-left: -2px;
	padding: 0 2px;
	background: url(../images/common/bg_box_top.jpg) no-repeat 0 0;
	*/
}
#PurchasePrice .boxTop {
	display: block;
	width: 640px;
	height: 8px;
	margin-left: -2px;
	padding: 0 2px;
	background: url(../images/common/bg_box_top.jpg) no-repeat 0 0;
}
#PurchasePrice .block:after {
	/*
	clear: both;
	content: " ";
	display: block;
	width: 640px;
	height: 8px;
	margin-left: -2px;
	padding: 0 2px;
	background: url(../images/common/bg_box_under.jpg) no-repeat 0 0;
	*/
}
#PurchasePrice .boxUnder {
	display: block;
	width: 640px;
	height: 8px;
	margin-left: -2px;
	padding: 0 2px;
	background: url(../images/common/bg_box_under.jpg) no-repeat 0 0;
}
#PurchasePrice p {
	line-height: normal;
}
#PurchasePrice .item {
	float:left;
	*float:none;
	*display: inline;
	*zoom: 1; 
	width: 140px;
	margin: 6px 0 14px 16px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #7b7c7c;
}
#PurchasePrice .photo {
	margin: 0 0 10px 0;
	padding:0;
}
.cap .itemTitle {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	/* 文字数が長い場合…で省略する */
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.cap .rate {
	margin-left: 0;
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
.cap .rate span {
	margin-left: 5px;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	vertical-align: baseline;
	letter-spacing: normal;
}
.cap .rate span span {
	margin-left: 3px;
	/*font-size: 10px;*/
}

/* News
--------------------------------------------------*/
#News .block {
	width: 640px;
	height: 286px;
	margin-top: 10px;
	margin-left: -2px;
	padding: 2px;
	background:url(../images/top/bg_news.jpg) no-repeat 0 3px;
}
#News .block div {
	height:240px;
	margin:23px 20px 20px;
	overflow-y:scroll;
}
#News ul {}
#News ul li {
	padding:10px 0;
	border-bottom: 1px dotted #7f7f7f;
}
#News ul li span {
	width: 450px;
	display: inline-block;
}
#News ul li span.date {
	width: 100px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: url(../images/common/icon_arrow01.png) no-repeat 0 3px;
}
#News .bgcolor {background:#f5fbf5;}

#News li:nth-child(odd) {
	background-color:#f5fbf5;
}


/*------------------------------------------------
	SubContents
------------------------------------------------*/
#SubContents h2 {margin: 0 0 30px 0;}
#SubContents li a {display:block;}
#SubContents .section {
	border-bottom: 1px dotted #8c8c8c;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}
#SubContents nav.section li {border-top: 1px dotted #ccc;}
#SubContents nav.section li a {padding:10px 0;}

/* メルマガ
-----------------------------------*/
#Mailmagazine {
	width:214px;
	height: 276px;
	margin: 0 0 0 -2px;
	padding: 5px 5px 12px;
	/*border: 1px solid #54943b;*/
	background: #FFF;
	font-size: 11px;
	text-align: center;
	/*letter-spacing: -0.2px;*/
	/*
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	*/
	background:url(../images/top/bg_souba.png) no-repeat 0 0;
}
#entryBox {
	margin: 12px auto;
	text-align: center;
}
#Mailmagazine img#QRcode {margin: 6px auto;}
#Mailmagazine p {line-height: normal;}
#Mailmagazine a {font-size: 12px;}

/* banner
-----------------------------------*/
.banner li{
	width:220px;
	height:60px;
	margin: 8px 0 0 -2px;
	padding:2px;
	background:url(../images/top/bg_banner.jpg) no-repeat 0 0;
	/*
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	*/
}

/* カレンダー
-----------------------------------*/
#SubContents #Calendar {
	width:204px;
	height:359px;
	margin: 10px 0 10px -2px;
	padding: 12px 10px 10px 10px;
	background:url(../images/top/bg_calendar.png) no-repeat 0 0;
	border-bottom:none;
	/*
	border: 1px solid #c1c1c1;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	*/
}
table.calendar {
	margin-top: 10px;
	font-size: 12px;
}
table.calendar caption {
	margin-bottom:2px;
	font-weight: bold;
	text-align: left;
}
table.calendar th, table.calendar td {
	height:16px;
	padding: 2px;
	text-align: center;
	border: 1px solid #999999;
}
table.calendar thead th {
	color: #FFFFFF;
	background:url(../images/top/bg_calendar.gif) repeat 0 0;
}
table.calendar tbody td {background-color: #fbffe9;}
table.calendar tbody td.holiday {
	color: #CC0000;
	background-color: #fce3e3;
}
table.calendar tbody td.invalid {color: #999999;}

/* 認証企業
-----------------------------------*/
#SubContents #Link {
	border-top: 1px dotted #8c8c8c;
	border-bottom: none;
}
#Link p {
	font-size: 11px;
	text-align: center;
}
#Link p.iso {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}
#Link p.mark {margin-top: 12px;}