﻿@charset "UTF-8";


/*==================================================

	工具販売・買取　サイドのナビゲーション

==================================================*/

div#sidebar h3 {
margin: 0 0 0px 5px;
}

div#sidebar dl.nav {
	margin: 0 0 6px 5px;
	width:205px;
	background:#fff;
}

div#sidebar dl.nav dt {

}

div#sidebar dl.nav dd {
	border-left: 1px solid #819CB3;
	border-right: 1px solid #819CB3;
	background: url(../images/side/nav_bg.gif) no-repeat left bottom;
	line-height: 1.5;
	padding: 5px 0 5px 14px;
}

div#sidebar dl.nav dd.last {
	background-image: none;
}

div#sidebar dl.nav dd.last_other {
	background-image: none;
	border-bottom: 1px solid #819CB3;
}

div#sidebar dl.nav dd a {
	background: url(../images/redicon_s.gif) no-repeat left center;
	text-decoration: none;
	padding: 0 0 0 13px;
}



/*==================================================

	仮設資材販売
	
==================================================*/

div.sell_info{
width:640px;
line-height: 125%;
}

div.sell_info .point{
	margin-top:30px;
	margin-bottom:20px;
}

div.sell_info .point h4{
	color:#023866;
	font-size:1.2em;
	font-weight:bold;
	background: url(../images/icon_point.gif) no-repeat left top;
	margin-bottom:20px;
	padding: 0 0 0 45px;
}

div.sell_info .point img{
	float:right;
	margin-right:20px;
}

div.sell_info ul{
	margin-top: 5px;
	padding: 0 0 10px 0px;
	clear:right;
}

div.sell_info ul li{
	margin-bottom: 8px;
	background: url(../images/circleicon.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

table.sell {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
	font-size:1;
}

table.sell caption {
	text-align: right;
	margin-bottom: 5px;
}

table.sell th {
	color:#fff;
	border: 1px solid #D5D5D5;
	background-color: #1462A0;
	text-align: center;
	padding: 5px;
	font-weight:bold;
}

table.sell th.tit {
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #eff6fe;
	text-align: left;
	padding: 5px;
}

table.sell2 {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
}

table.sell2 th {
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #eff6fe;
	text-align: center;
	padding: 5px;
}

table.sell td {
	text-align: right;
}

table.sell th.top {
	text-align: center;
}

table.sell td {
	border: 1px solid #D5D5D5;
	padding: 5px;
}




/*==================================================
価格表示用テーブルここから
==================================================*/

table.sell3 {
	border: 1px solid #d5d5d5;
	width: 100%;
	margin: 10px 15px 20px 15px;
	border-collapse: collapse;
}

table.sell3 th {
	border: 1px solid #d5d5d5;
	color:#fff;
	background-color: #1462A0;
	text-align: center;
	padding: 5px;
	font-weight:bold;
	line-height:150%;
}

table.sell3 td {
	border-right: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	line-height:150%;
	font-size: 110%;
	font-weight:bold;
	color: red;
}

/*==================================================
価格表示用テーブルここまで
==================================================*/



table.sell4 {
	width: 640px;
	margin: 0 0 40px -15px;
	border-collapse: collapse;
	border: 0px;
}

table.sell4 td {
	border: 0px;
	text-align: center;
	line-height:150%;
}



/*==================================================
商品詳細表示用テーブルここから
==================================================*/

table.sell5 {
	width: 100%;
	margin: 10px 15px 20px 15px;
	border-collapse: collapse;
	border: 1px solid #d5d5d5;
}

table.sell5 th {
	color:#fff;
	border: 1px solid #d5d5d5;
	background-color: #1462A0;
	text-align: center;
	padding: 5px;
	font-weight:bold;
	line-height:150%;
}

table.sell5 td {
	border: 1px solid #d5d5d5;
	text-align: center;
	line-height: 150%;
	font-size: 110%;
}

/*==================================================
商品詳細表示用テーブルここまで
==================================================*/




/*==================================================

	汎用
	
==================================================*/
div.price_info{

}

div.price_info h4{
font-size:1.1em;
font-weight:bold;
background: url(../images/pmtit_h3.gif) no-repeat left bottom;
padding:0px 0 0 2px;
color:#0B375B;
height:35px;
}



table.price_m {
	width: 100%;
	margin: 10px 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
	font-size:1;
	padding-left:10px;
}


table.price_m caption {
	text-align: right;
	margin-bottom: 5px;
}

table.price_m th {
	color:#fff;
	border: 1px solid #D5D5D5;
	background-color: #1462A0;
	text-align: center;
	padding: 5px;
	font-weight:bold;
}

table.price_m th.tit {
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #eff6fe;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

table.price_m th.pic {
	width:45%;
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #eff6fe;
	text-align: left;
	font-weight:bold;
}

table.price_m td {
	border: 1px solid #D5D5D5;
	padding: 5px;
}

.coution{
color:#990000;
}



.clr {
	clear: both;
}

.small {
	font-size: x-small;
}

.fr {
	float: right;
}
