@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-attachment:fixed;
	background-size:cover;
	-webkit-text-size-adjust:100%;
}
/* 	background:url(../img/kaitorimeijin_bg.png) no-repeat center center; */
.red{color:#F00;}
.left{float:left; display: block;}
.right{float:right; display: block;}


/* サイト名 */
.site h1 a	{color: #000000;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px}

.site img	{border: none}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px;
	font-weight:900;}

/* ヘッダー画像にキャッチコピーを重ねる */
.top	{position: relative}

.catch	{position: absolute;
	bottom: 7%;
	left: 3%}
	
	
.topmail a{display: block;
background-color: #F00;
float:left;
padding: 10px;
text-decoration:none;
color:#FFFFFF;}

.topline a{display: block;
background-color: #0C0;
float:left;
	padding: 10px;
	text-decoration:none;
color:#FFFFFF;
}


/* 概要 */
.gaiyou a	{display: block;
	background-color: #222222;
	color: #ffffff;
	text-align: center;
	text-decoration: none}

.gaiyou a:hover	{opacity: 0.8}

.gaiyou i	{display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 38px}

.gaiyou .fa-line	{background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
color:#3bb64e;
font-size :98px;}

.gaiyou .fa-user	{background-color: #E0B44D}

.gaiyou .fa-phone	{background-color: #CF6042}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: normal}

.gaiyou p	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #524e3c;
	font-size: 12px}
/* LINE */
.top_line{
	margin:10px;
	}



/* 買取品目 */
.kaitori a	{display: block;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	text-decoration: none;
	padding:10px;
	border:solid 3px #dddddd;
	border-radius:6px;} 

.kaitori a:hover	{opacity: 0.8}

.kaitori i	{display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 38px}

.kaitori h2	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 900;}


/* お知らせ */
.news	{padding: 20px;
	border: solid 5px #dddddd}

.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.news li a:hover	{background-color: #eeeeee}

.news time	{color: #888888;
	font-weight: bold}

.news a:after	{content: "";
	display: block;
	clear: both}

.news time	{float: left;
	width: 60px}

.news .text	{float: none;
	width: auto;
	margin-left: 60px}

.news-2	{margin-top:20px;
	padding: 20px;
	border: solid 5px #dddddd}
/* SNSメニュー */
.area ul	{margin: 0;
	padding: 0;
	list-style: none;
	font-size:0px;
	}

.area li {display: inline-block;
margin:0px 10px 30px 0px;}
.area li a{
	padding: 10px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.area li a:hover	{opacity: 0.8}

.area_23	{background-color: #63bafb}
.area_tokyo	{background-color: #5288f7}

.area i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}
	
	
/* 対応エリア */
.area2 ul li	{display: inline;
	}

.area2 ul{
    padding: 0px; 	
    margin: 0px;
} 


.area2 ul li {
    display: inline; 	
    margin-right: 2em;
} 


/* 補足説明 */
.area-info	{margin-top: 0;
	margin-bottom: 35px;
	padding: 10px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center}

.area-info {
	position: relative;
	background: #dddddd;
}
.area-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}


/* コピーライト */
.copyright p	{margin: 10 0 0 0;
	color: #666666;
	font-size: 14px}


/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f5f5f5;}


/* ボックスの左右 */
.boxA, .box4, .box5, .box6, .box-kaitori, .box7, .box8
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下 */
.boxA	{padding-top: 20px;
	padding-bottom: 10px;
	background:#fff;
  left:0;
  line-height:1;
  position:fixed;
  top:0;
  width:100%;
  z-index:24;	
	}
.box3{padding-top:180px;}
.box4	{padding-top: 20px;
	padding-bottom: 20px}

.box4-1	{padding-bottom: 20px}

.box6	{padding-top: 20px}

.box6-1, .box6-2, .box6-3, .box-kaitori-1, .box-kaitori-2, .box-kaitori-3, .box-kaitori-4
, .box-kaitori-5, .box7, box8	{padding-bottom: 10px}


.box7{padding-top:180px;}


/* 記事 */
.kiji h1	{margin-top: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 20px #c50018;
	font-size: 36px;
	font-weight: normal}

.kiji h2	{margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	font-size: 28px;
	font-weight: normal}

.kiji h2 i	{margin-right: 7px;
	color: #888888}

.kiji p	{max-width: 640px;
	margin-top: 0;
	margin-bottom: 20px}

.kiji .lead	{max-width: 100%;
	font-size: 20px;
	color: #666666}

.kijiimg	{max-width: 100%;
	height: auto;
	margin-bottom: 20px}


/* パンくずリスト */
.bread	{margin-bottom: 20px}

.bread ol	{margin: 0;
	padding: 0;
	list-style: none}

.bread li a	{display: inline-block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.bread li a:hover	{background-color: #eeeeee}

.bread ol:after	{content: "";
	display: block;
	clear: both}

.bread li	{float: left;
	width: auto}

.bread li:after	{content: '\003e';
	margin-left: 10px;
	margin-right: 10px;
	color: #888888}


/* サイドメニュー */
.sidemenu	{border: solid 6px #dddddd}

.sidemenu h1	{margin: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: normal}

.sidemenu h1 i	{margin-right: 5px;
	color: #8abc60;
	font-size: larger}

.sidemenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{display: block;
	padding: 10px;
	border-top: solid 1px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.sidemenu li a:hover	{background-color: #eeeeee}

.sen-camp{width:800px; margin:0 auto;}


/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site img	{width: 225px;
	height: auto}

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px;
	font-weight:900;}
/* 記事 */
.kiji h1	{font-size: 26px}

.kiji h2	{font-size: 20px}

.kiji .lead	{font-size: 16px}
}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {

/* トグルボタン */
#menubtn	{padding:6px 12px 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 45px;
	cursor: pointer;}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {
a[href^="tel:"] {
		pointer-events: none;
}
/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box2	{float: right;
	width: auto}



/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 50%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 50%}


/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-2	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-3	{float: left;
	width: 32%}


.box-kaitori{
	margin-top:15px;}
.box-kaitori:after	{content: "";
	display: block;
	clear: both;}

.box-kaitori-1{float: left;
	width: 20%;
	padding-right: 10px}
.box-kaitori-2	{float: left;
	width: 20%;
	padding-left:5px;
	padding-right: 10px;}
.box-kaitori-3	{float: left;
	width: 20%;
	padding-left:5px;
	padding-right: 10px;}
.box-kaitori-4	{float: left;
	width: 20%;
	padding-left:5px;
	padding-right: 10px;}
.box-kaitori-5{float: left;
	width: 20%;
	padding-left:5px;}
.box-kaitori-1, .box-kaitori-2, .box-kaitori-3, .box-kaitori-4, .box-kaitori-5
{-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
/* BOX7-1とBOX7-2を横に並べる設定 */
.box7:after	{content: "";
	display: block;
	clear: both}

.box7-1	{float: right;
	width: 80%;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box7-2	{float: left;
	width: 20%}

}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3, .box4, .boxA-inner, .box5-inner, .box6, .box-kaitori, .box7, .box8
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 20px;
	border-bottom: solid 1px #dddddd}

}

