@charset "utf-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
/* ■カーソルは絶対パスで指定■
  cursor: url(http://www.bland-kaitori.jp/index/img/pointer_l.ani), url(http://www.bland-kaitori.jp/index/img/pointer_l.cur), pointer;
 */
}


/* ---------------------------------------- 共通 */

a img { border-style:none; }


.tar{ text-align: right;}
.tal{ text-align: left;}
.tac{ text-align: center;}

.fr{ float: right;}
.fl{ float: left;}

.m0{ margin: 0!important;}

.mr0{ margin-right: 0px;}
.mr3{ margin-right: 3px;}
.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}
.mr20{ margin-right: 20px;}

.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.ml15{ margin-left: 15px;}
.ml20{ margin-left: 20px;}

.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}

.mb0{ margin-bottom: 0px!important;}
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}

.pt8{ padding-top:8px;}


/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  background-image: url("../img/index/f_nezumif.gif") ;

  font-size: 75%;
  text-align: center;
  
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka-UI, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  background-color: #FFFFFF;

  text-align: left;
  margin: 0 auto 0;
  width: 1000px;
  border: 1px solid #D9CEB8;
}

#topbar {
  background-image: url("../img/index/topbar.gif") ;
  height: 40px;
  padding: 5px 20px 5px;
  border-bottom: 1px solid #261F0F;
}

#header {
  background-image: url("../img/index/header.jpg") ;
  height: 220px;
  padding: 0px;
  border-bottom: 1px solid #CCB852;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#contents {
  background-color: #F2EACE;
  float: right;
  width: 690px;
  padding: 20px 25px 4em 25px;
/* 退避
  border-left: 1px solid #E5DAC3;
 */
}

#sidebar {
  background-color: #F2EACE;
  float: left;
  width: 240px;
  padding: 20px 10px 2em;
}

#footer {
  color: #D7D090;
  background-color: #5E4B26;
  padding: 0.5em 0 1em;
  border-top: 4px solid #CCB852;
}


/* -- ■floatしたdivの高さを揃える■ -- */
div#boxArea {  
    overflow: hidden;  
    height: auto;    
}  
#contents, #sidebar {  
    padding-bottom: 32767px;  
    margin-bottom: -32767px;   
}  


/* -- ■float解除■ -- */
.cl {  
    display: inline-block;  
}  
.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
}  


/* ---------------------------------------- #topbar内の指定 */

/* -- タイトル -- */
.title {
  display: none;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見積もりボタン -- */
#header img {
  margin-top: 5px;
}


/* -- 見出しレベル1 -- */
h1 {
  text-indent: -9999px;	
  font-size: 1em;
  font-weight: normal;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  display: none;
  text-decoration: none;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

/* -- 概要 -- */
.description {
  display: none;
}


/* ---------------------------------------- #headernaviの指定 */

#headernavi {
 padding: 2px;
 background-color: #D9C14C;
 color: #999945;
 text-align: center;
} 

#headernavi a {
  padding: 2px 4px;
  color: #FFFFFF;
  text-decoration: none;
}

#headernavi a:hover {
  background-color: #E5E55C;
  color: #ff0000;
  text-decoration: underline;
}


/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  font-size: 117%;
  width: 1000px;
  list-style-type: none;
  position: absolute;
  background-color: #D9C14C;
}

#globalnavi li {
  text-align: center;
  width: 199px;
  float: left;
  border-left: 1px solid #DEDE90;
}

#globalnavi .navi01{
  width: 200px;
  border: none;
}

#globalnavi li a {
  text-decoration: none;
  font-weight: bold; 
  display: block;
  width: auto;
  padding: 1px 0;
  background-color: #D9C14C;
  color: #FFFFFF;
}

#globalnavi li a:hover {
  background-color: #E5E55C;
  color: #ff0000;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h5,h6 {
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 10px 0 9px 5px;
  border-left: 10px solid #5E4B26;
  border-bottom: 1px solid #5E4B26;
  background-image: url("../img/index/base_contents.gif") ;
  background-repeat: repeat-x;
}

h3 {
  color: #5E4B26;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 2px 0 2px 5px;
  border: 2px solid #E6D160;
  background-color: #E5E55C;
}

h5,h6 { margin-top: 10px; }

/* -- 文字 -- */
#contents p {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}


/* -- ■フェード インフォメーション■ -- */
#information {
	height: 150px;
	margin-bottom: 20px;
}

#information ul{
	height: 150px;
	overfow: hidden;
	list-style-type: none;
}



/* -- ●コンテンツタイトル● -- */
.contentstitle {
width: 690px;
margin-top: 0px;
padding: 0px;
background-color: #AEAD68;
}

/* -- ●コンテンツボックス● -- */
.contentbox {
width: 670px;
padding: 10px;
margin-bottom: 0px;
background-color: #FFF;
border-bottom: 2px solid #E5DCB8;
}




/* -- ▼▼▼お客様の声▼▼▼ -- */
.voice{
width: 212px;
margin-right: 3px;
border: 2px solid #F1E8B0;
float: left;
}

.voice img {
padding: 2px;
border: 5px solid #F1E8B0;
}

.voice p {
padding: 5px;
}

.voice p b {
color: #AA5923;
font-weight: bold;
line-height: 1.2;
}

.voice p a {
font-size: 83%;
float: right;
}
/* -- ▲▲▲お客様の声▲▲▲ -- */




/* -- ▼▼▼こんな不安お持ちじゃないですか？▼▼▼ -- */
div#fuan p {
	margin-bottom: 35px;
}

div#fuan p strong {
	color: #cc6600;
	font-size: 16px;
	font-weight: bold;
}

div#fuan p b {
	color: #cc6600;
}

p.commentary1{
	background-image: url("../img/index/bgi_takeda.jpg") ;
	background-repeat: no-repeat;
	background-position: right bottom;
}

p.commentary2{
	background-image: url("../img/index/bgi_takeda_2.jpg") ;
	background-repeat: no-repeat;
	background-position: right bottom;
}

p.commentary3{
	background-image: url("../img/index/trophys_yahoo_fashion.jpg") ;
	background-repeat: no-repeat;
	background-position: right top;
}

/* -- ▲▲▲こんな不安お持ちじゃないですか？▲▲▲ -- */




/* -- ▼▼▼どうやって売るの？▼▼▼ -- */

.flow_box {
	margin-bottom: 15px;
}

	.flow_box:after {
	   content: ".";
	   display: block;
	   clear: both;
	   height: 0;
	   visibility: hidden;
	   font-size: 0;}
	
	.flow_box { display: inline-block; }


div.flow_box div {
	float: right;
	width: 420px;
}

div.flow_box div.w470 {
	float: right;
	width: 470px;
}



.ac_pc_btn {
	width: 470px;
	text-align: right;}



div.flow_box div#ac_pc_address {
	float: none;
	width: 300px;
	padding: 15px;
	background-color: #f1ebdf;
}

div#ac_pc_attention {
	float: none;
	width: 585px;
	padding: 15px;
	background-color: #f1ebdf;
	margin-bottom:15px;
}

/* -- ▲▲▲どうやって売るの？▲▲▲ -- */




/* -- ▼▼▼買取例▼▼▼ -- */

/* 買取例－買取方法 */

	div.ex_box:after {
	   content: ".";
	   display: block;
	   clear: both;
	   height: 0;
	   visibility: hidden;
	   font-size: 0;}
	
	div.ex_box { display: inline-block; }


/* 買取例－リスト */	
div.ex_box {
	margin-bottom: 15px;
}

div.ex_box div {
	float: left;
	width: 300px;
	margin: 0 0 20px 5px;
}

div.ex_box div p.ex_photo {
	float: right;
	width: 160px;
	margin: 0 10px 0 10px;

}

div.ex_box div p.ex_price {
	margin: 5px 0px;
	color: #e60011;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
}


/* 買取例 */
#example {
	margin-bottom: 20px;
}


#example table {
	border: 1px solid #f1ebdf;
	background-color: #f1ebdf;
}

#example table tr.bg {
	background-color: #fbf7ef;
}

#example table td {
padding: 4px;
}

/* -- ▲▲▲買取例▲▲▲ -- */




/* -- ▼▼▼お見積もり依頼▼▼▼ -- */

/* -- ▲▲▲お見積もり依頼▲▲▲ -- */




/* -- 以下 リスト関係 
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }
-- */

/* ---------------------------------------- #sidebar内の指定 */

/* -- ●サイドボックス● -- */
.sidebox {
padding: 5px;
margin-bottom: 20px;
background-color: #FFF;
border-bottom: 2px solid #E5DCB8;
}

/* -- ●サイドタイトル● -- */
.sidetitle {
  color: #8C8C3F;
  font-weight: bold;
  padding: 5px 5px;
  margin-bottom: 6px;
  background-color: #FFF;
  border-bottom: 5px solid #DCD086;
/* 退避
  background-image: url("../img/index/base_sidetitle.gif") ;
 */
}

/* -- サイドリスト -- */
.sidebox ul {
font-size: 83%;
padding-left: 20px;
}




/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 200px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

#footer a {color: #D7D090; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }




/* -- ■フォントタイプ■ -- */

.font_b{
font-weight: bold;	/* 太字 */
}

.font_b_l{
font-size: 16px;
font-weight: bold;
}

.font_line{
text-decoration: underline;	/* アンダーライン */
}

.red_b{
color: #FF0000;
font-weight: bold;
}

.red_b_l{
color: #FF0000;
font-size: 16px;
font-weight: bold;
}

.small{
font-size: 83%;
}




