@charset "utf-8";



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	基本設定
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

body, div, p, span, li, dt, dd, caption, th, td {
	color:#111;
	font: normal normal normal 15px/200% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
}

br {
	letter-spacing: 0;
}

ul, ol, li {
	zoom: normal;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	リンク用スタイル
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

a {
	color: #583822;
	text-decoration: none;
}

a:hover {
	color: #072f5b;
}


a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	汎用
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

/* 文字装飾 */
.bold {
	font-weight: bold;
}

.red {
	color:#c00;
}

strong {
	font-weight: bold;
	color: #c00;
}

/* 余白 */

.mr5 {
	margin-right: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mr10 {
	margin-right: 10px;
}

.m10 {
	margin: 10px;
}

.p10 {
	padding: 10px;
}

.mb15 {
	margin-bottom: 15px;
}


/* 文字位置 */
.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* 回り込み */
.float_r {
	float: right;
}

.float_l {
	float: left;
}

.clear {
	clear: both;
}

/* 非表示 */
.hide {
	display: none;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	基礎レイアウト
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.base_box_640 {
	text-align: left;
	width: 640px;
	margin: 0 auto;
}

.base_box_620 {
	text-align: left;
	width: 620px;
	margin: 0 auto;
}

/* ロゴ */
h1 {
	padding: 10px;
	background: url(../images/tel.gif) no-repeat right;
}

/* index:トップ画像 */
p#topimg_box {
	width: 640px;
	height: 250px;
	background: url(../images/top_img.jpg) no-repeat;
}

/* index:サービス内容 */
#service_box {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background: url(../images/bg_service.gif);
}

.in_service_box {
	width: 620px;
	margin: 0 auto;
}

/* 会社概要 */
dl.dl_about dt {
	padding: 5px 10px;
	background: #072f5b;
	color: #fff;
}

dl.dl_about dd {
	margin: 0 0 15px 15px;
}

h3 {
	font-size: 16px;
	padding-left: 20px;
	background: url(../images/icon.png) no-repeat left;
	line-height: normal;
	letter-spacing: 2px;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	回収品一覧
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

table.table_price {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #ccc;
}

.table_price th,
.table_price td {
	width: 50%;
	padding: 1px 10px;
	border: solid 1px #ccc;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	対応エリア
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.area_box {
	padding-top: 350px;
	background: url(../images/area_map.gif) no-repeat top;
}

ul.ul_area li {
	margin: 0 3px 3px 0;
	padding: 3px 5px;
	width: 75px;
	background: url(../images/bg_area_li.png);
	float: left;
	text-align: center;
	list-style-type: none;
}






/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	回収品一覧
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

table.table_item {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #ccc;
}

.table_item td {
	width: 33%;
	padding: 1px 10px;
	border: solid 1px #ccc;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ナビゲーション
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

nav {
	padding: 0 10px;
}

nav ul {
	width: 620px;
}

nav ul li {
	width: 303px;
	float: left;
}

nav ul li a {
	display: block;
	padding-left: 35px;
	border: solid 1px #d0d0d0;
	background: url(../images/navi_icon.gif) no-repeat left;
	font-size: 18px;
	line-height: 43px;
}

p.pc_link a {
	padding-left: 25px;
	background: url(../images/icon_pc.gif) no-repeat left;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	フッター
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

footer p {
	padding: 5px 0;
	background: #072f5b;
	color: #fff;
	text-align: center;
}



/* end */
