/* スライダー
================================================== */
.wideslider {
    width: 100%;
    height: 540px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.slider_btn {
    position: relative;
    top: 320px;
    left: 60px;
    width: 1000px;
    height: 45px;
    margin: 0 auto;
    z-index: 1000;
}
.slider_btn p {
    background: #fff;
    width: 200px;
    height: 45px;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff}
.slider_next {background: #fff}

.pagination {
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 3px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 3px;
    width: 80px;
    height: 3px;
    display: inline-block;
    overflow: hidden;
}
.pagination a {background: transparent url(../img/wideslider_btn.png) no-repeat left top;}

.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
    background: transparent url(../img/wideslider_btn_act.png) no-repeat left top;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/* メインボタン
================================================== */
#tp_main {
	margin-top: -80px;
	padding: 20px;
	width: 960px;
	background: #f0f0f0;
}
#tp_main_top {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
}
#tp_main_top .title {
	float: left;
	width: 291px;
	margin-right: 20px;
}
#tp_main_top .text {
	float: left;
	margin-top: 5px;
	width: 649px;
	font-size: 15px;
	line-height: 1.4em;
}
#tp_btn_wrap {
	width: 990px;
}
#tp_btn_wrap .box {
	float: left;
	width: 225px;
	margin-right: 20px;
}
#tp_btn_wrap .box p.text {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.3em;
}


/* ピックアップ買取品目
================================================== */
#tp_pickup {
	margin-top: 40px;
}
#tp_pickup_top .title {
	float: left;
	width: 398px;
	height: 110px;
	margin-right: 32px;
	background: url(../img/pickup_title.png) 0 0 no-repeat;
}
#tp_pickup_top .title .update {
	margin-top: 80px;
	text-align: center;
}
#tp_pickup_top h2 {
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
	line-height: 1.2em;
}
#tp_pickup_top .text {
	float: left;
	width: 570px;
}
#pickup_wrap {
	margin-top: 30px;
	width: 1032px;
}
#pickup_wrap .box {
	float: left;
	padding: 1px;
	width: 308px;
	margin-right: 32px;
	border: 1px solid #999;
}
#pickup_wrap .box .item {
	padding: 8px 0 2px 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #444;
}
#pickup_wrap .box .item span.price {
	font-weight: bold;
}
#pickup_wrap .box .item span.tani {
	font-size: 18px;
}


#pickup_wrap .btn_left a {
	float: left;
	margin: 20px 10px 0 195px;
	padding: 12px 0 0 10px;
	width: 300px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: #c00 url(../img/btn_tp.png) right 0 no-repeat;
}
#pickup_wrap .btn_right a {
	float: left;
	margin: 20px 0 0 0;
	padding: 12px 0 0 10px;
	width: 300px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: #c00 url(../img/btn_tp.png) right 0 no-repeat;
}


/* 会社
================================================== */
#tp_company_bg1 {
	margin-top: 60px;
	background: url(../img/tp_company_bg.jpg) center 13px no-repeat;
}

#tp_company_bg2 {
	margin-top: 20px;
	padding-top: 200px;
	background: url(../img/tp_company_bg2.jpg) center 0 no-repeat;
}
#tp_company_left {
	float: left;
	padding-top: 20px;
	width: 474px;
	margin-right: 52px;
	background: #fff;
}
#tp_company_right {
	float: left;
	padding-top: 20px;
	width: 474px;
	background: #fff;
}
#tp_company_left h3 , #tp_company_right h3 {
	text-align: center;
}
#tp_company_left p , #tp_company_right p {
	margin-top: 15px;
	text-align: center;
	line-height: 1.7em;
}
#tp_company2 .btn_left a {
	float: left;
	padding: 12px 0 0 10px;
	width: 180px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: #c00 url(../img/btn_tp.png) right 0 no-repeat;
	margin: 0 10px 0 42px;
}
#tp_company2 .btn_right a {
	float: left;
	padding: 12px 0 0 10px;
	width: 180px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: #c00 url(../img/btn_tp.png) right 0 no-repeat;
}
#tp_company2 .btn_center a {
	float: left;
	padding: 12px 0 0 10px;
	width: 180px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: #c00 url(../img/btn_tp.png) right 0 no-repeat;
	margin: 0 10px 0 140px;
}

#tp_company2 .recruit {
	margin-top: 30px;
	width: 100%;
	padding: 20px 0 10px 0;
	border-top: 1px solid #aaa;
	margin-left: auto;
	margin-right: auto;
}
#tp_company2 .recruit h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #c00;
	font-size: 16px;
	font-weight: bold;
}
#tp_company2 .recruit p {
	margin: 5px 0 10px 0;
	font-size: 13px;
	line-height: 1.4em;
}
#tp_company2 .btn_recruit a {
	display: block;
	margin: 20px auto 0 auto;
	padding: 12px 0 0 10px;
	width: 200px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: #444 url(../img/btn_tp.png) right 0 no-repeat;
}


/* 新着情報
================================================== */
#news {
	margin-top: 60px;
	float: left;
	width: 742px;
}
#news h3 {
	padding: 12px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 28px;
	background: url(../img/h3_news_bg.png) 0 0 no-repeat;
}
#news .box {
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #666;
}
#news .inner {
	height: 413px;
	overflow-y: scroll;
}
#news .inner dl {
    display: block;
    padding: 20px 20px 20px 0;
}
#news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 14px;
    line-height: 14pt;
}
#news .inner dl dd {
    margin-bottom: 1em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 14px;
    line-height: 14pt;
}


.news_table01 {
	margin: 10px 0;
}
.news_table01 tr th {
	font-weight: normal;
	color: #333;
	text-align: left;
	border: 1px solid #CCC;
	padding: 3px;
}

.news_table01 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
.news_table01 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table01 tr .blue {
	color:#03F;
}

.news_table01 tr .legend{
	border:none;
	text-align:right;
	padding:4px;
}


/*カレンダータイプテーブル*/


.news_table02 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table02 tr th {
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
	line-height:1.5em;
	width:16%;
}
.news_table02 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
	line-height:1.3em;
	width:12%;
}
.news_table02 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table02 tr .blue {
	color:#03F;
}
.news_table02 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}


/* お問い合せ
================================================== */
#contact {
	padding: 10px;
	margin-top: 60px;
	float: left;
	width: 206px;
	background: #444;
}
#contact h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#contact p {
	color: #fff;
}
