@charset "UTF-8";
/* CSS Document */

html{
}

body{
	background:#FFFFFF;
	margin: 0;
	padding: 0;
	color:#333333;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8;
	}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,th,td {
	margin:0;
	padding:0;
}
img {border: none; /* vertical-align: bottom; */}
/* リンク用カラー */
a:link   { text-decoration: none }
a:visited  { text-decoration: none }
a:active   { text-decoration: none }
a:hover   { color: #f00; text-decoration: underline }
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

/* 下付き文字 */
sub {
	font-size:0.75em;
	vertical-align:baseline;}

/* 共用クラス */
.clear {clear: both;}
.hdn {display:none;}
.pictL{float:left;}
.pictR{float:right;}

/* clear FIX */
.pkg:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}
.pkg{display:inline-table;zoom:1;}
/* ¥*/
* html .pkg{height:1%;}
.pkg{display:block;}
/* */

/* フォントの大きさ */
.f1{font-size: 85%;/*100%*/}
.f2{font-size: 100%;/*110%*/}
.f3{font-size: 120%;/*130%*/}

li a.f1,
li a.f2,
li a.f3{font-size: 100%}

/* 全体 */
#Wrapper {
	border-top: 12px solid #000000;
	background-image: url(../img/bg_mainContent1.png),url(../img/bg_mainContent.png);
	background-size: auto, 100% 100%;
	background-position: left bottom;
	background-repeat:no-repeat;
}
#MainContainer {
	width:1000px;
	margin: 0 auto;
	overflow:hidden;
	margin-top:25px;
	margin-bottom:25px;
}
#MainContents {
	background-color:#fff;
	float:left;
	margin-right:23px;
	width:750px;
}
/* ヘッダー */
/*へっだ*/
.head01 {
	margin: 0 auto;
	height:110px;
	position: relative;
	width:1000px;
}
.header {
	background-color:#fff;
}
.hsearch{
	position: absolute;
	top: 9px;
	right: 188px;
}
.head01 h1 img {
	position: absolute;
	top: 20px;
	left: 30px;
}
.searchtxt{
	width: 148px;
	height: 15px;
	background: url(/shared/img/bg_searchtxt.gif) no-repeat;
	border: none;
	padding: 3px 5px;
	color: #291F1D;
	font-size:1.2rem;
	font-size:12px;
}
.head_tel {
	/*left: 692px;*/
	position: absolute;
	top: 42px;
    right:24px;
}
.contact {
 left: 677px;
    position: absolute;
    top: 49px;
}
.contact p {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 5px;
	text-align: center;
	
}
.contact p a {
	color: #000;
}
/* グローバルナビ */
#Gnav {
	background-image:url(../img/bg_gnav.png);
	background-repeat:repeat-x;
	height:65px;
}
#Gnav_ul {
    list-style-type: none;
    color: #fff;
		background-image:url(../img/bg_gnav.png);
		background-repeat:repeat-x;
		padding-top:15px;			
		width: 1000px;
		margin: 0 auto;
}
#Gnav_ul li{
    float: left;
    position: relative;
    width: 165px;
    display: block;
    font-size: 15px;
    text-align: center;
}

#Gnav_ul > li {
    background-image: url(/shared/img/arrow001.png);
    background-position: 148px 14px;
    background-repeat: no-repeat;
		height:50px;
}

#Gnav_ul > li:nth-child(6) span{
	border-right: 1px solid #fff;
}
#Gnav_ul li a{
	color:#fff;
	font-size:15px;
}
#Gnav_ul .child{
    display: none;
    position: absolute;
		padding: 0 5px;
    width: 153px;
    box-shadow: 0px 2px 3px 0px #bababa;
    -moz-box-shadow: 0px 2px 3px 0px #bababa;
    -webkit-box-shadow: 0px 2px 3px 0px #bababa;
/*    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
*/    border: 1px solid #cccccc;
    overflow: hidden;
    background: #fff;
				margin-top:13px;

}
.gnavBorder {
	border-left: 1px solid #fff;
	display: block;
	width: 166px;
	height: 33px;
	padding-top: 4px;
}
.gnavBorder_short{
	border-bottom: 1px dotted #000;
	width: 146px;
	margin:0 10px;
}
#Gnav_ul .child li a{
    display: block;
    color: #000;
    background-color: #fff;
    background-repeat: repeat-x;
    height: 56px;
    width: 155px;
}
#Gnav_ul .child li a span {
/*	background-image:url(/shared/img/arrow001.png);
	background-position: 5px 25px;
	background-repeat:no-repeat;
*/	
    border-bottom: 1px dotted #000;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
		line-height:1.4;
    text-align: center;
    width: 166px;
}
li a:hover{
}

.border_sort{
	width:140px !important;
	border-color:#dfdfdf !important;
}
/* ぱんくず */
#Pan{
	font-size:93%;
	margin:10px 0;
}

/* ページトップ */
#GotoPageTop{
	clear:both;
	/*width:940px;*/
	margin:0 auto;
	padding:24px 0 0 0;
	text-align:right;
}

/* サイド01 */
#Subclm01 {
	float:left;
	width: 225px;
}
#Subclm01 a {
	text-decoration: none;
}
#Subclm02 {
	float:left;
	width:225px;
}
#Subclm02 p a {
	color:#000;
}
.side_kau {
	background-image: url(../img/bg_side.png);
	background-repeat: no-repeat;
	background-size: contain;
	height:95px;
	width:225px;
}
.side_kau p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 19px 0 0 15px;
    line-height: 1.5;
}
.side_kau span {
	color: #fff;
	font-size: 30px;
	font-weight:bold;
	
}
.side_shurui ul {
	margin-left: 5px;
	list-style-type: none;
}

.side_shurui ul li a {
	color:#000;
}

.side_shurui p:nth-child(1) {
	border: none;
}
.side_shurui p {
	border-top: 1px dotted #000;
}
.side_shurui {
	margin-bottom:10px;
	background-color: #fff;
	padding-bottom:5px;
}
.shuruiTtl {
	background-image:url(../img/ico_containerSearch.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 10px 0 0 25px;
}
.shuruiTtl a {
	color: #333
}
.side_uru {
	background-image: url(../img/bg_side.png);
	background-repeat: no-repeat;
	background-size: contain;
	height:95px;
	position: relative;
	margin-bottom:20px;
	width:225px;
}
.side_uru p:nth-child(1) {
	color: #fff;
	font-weight: bold;
	left: 15px;
	position: absolute;
	top: 16px;
}
.side_uru p:nth-child(2) {
	color: #fff;
	font-size: 33px;
	font-weight:bold;
	left: 15px;
	position: absolute;
	top: 32px;
}
.side_soudan {
	background-color:#fff;
	border: 5px solid #66B2CB;
	margin-bottom:10px;
	padding: 10px 0 10px 10px;
}
.side_soudan p:nth-child(1) {
	color:#000;
	font-size: 13px;
	font-weight:bold;
}
.side_soudan p:nth-child(2) {
	color:#000;
	font-size: 26px;
	font-weight:bold;
	line-height:1.1;
}
.side_tenjikai {
	background-color:#fff;
	border: 5px solid #66B2CB;
	margin-bottom:20px;
	padding: 10px 0 10px 10px;
}
.side_tenjikai p:nth-child(1) {
	color:#000;
	font-size: 13px;
	font-weight:bold;
}
.side_tenjikai p:nth-child(2) {
	color:#000;
	font-size: 26px;
	font-weight:bold;
	line-height:1.1;
}
.side_bnr {
	
}
.urikata_side p {
}
.urikata_side p:nth-child(1) {
	background-color: #000;
	color:#fff;
	font-size:18px;
	margin-bottom:5px;
	text-align:center;
}
.urikata_side p:nth-child(2) {
	
}
.urikata_side p:nth-child(3) {
}
.urikata_side p:nth-child(4) {
	margin-bottom:5px;
}
/*header*/
.textsize{
	width:160px;
	position:absolute;
	top:10px;
	right:22px;
}

.header dl.textsize dt {
    float: left;
}

.header dl.textsize dd {
    float: left;
	margin-left:5px;
}
/*トップへ戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*footer*/
Footer {
	width:100%;
	background-image:url(../img/bg_footer.gif) repeat scroll center top;
	color:#FFFFFF;
	background-color:#000;
}
#FootInner{
	width:1000px;
	margin:30px auto 0 auto;
	padding:35px 0;
}
.foot_list{
	width:200px;
	height:380px;
	float:left;
	border-right:solid 1px #6f6f6f;
	margin:0 37px 20px 0;
	padding:3px 10px 0 0;
	overflow:hidden;
}
.foot_list_bottom{
	margin-top:30px;
}
.foot_list li p{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#FootInner li{
	list-style:none;
}
#FootInner li a{
	color:#FFFFFF;
}
.f_lower{
	width:1000px;
	float:left;
	margin-bottom:10px;
}
.f_lower li{
	border-left:solid 1px #6f6f6f;
	display: inline-block;
	padding:0 4px 0 7px;
	line-height: 1.2;
}
.noborder{
	border-right:none;
}
#copyright{
	padding-left:30px;
}
.fnavi3{
	font-size:15px;
	margin-top:30px;
}

/* 買い取り補償サービス */

.mainInner_foot {
	border: 1px solid #fde7a1;
	margin: 20px 0;
	width: 673px;
}
.mainInner_footTtl {
	background-color: #fede58 !important;
	overflow: hidden;
	position: relative;
	height:60px;
}
.mainInner_footTtl img {
	position:absolute;
	left: 90px;
	top: 7px;
}
.mainInner_footTtl h3 {
    position: absolute;
    left: 200px;
    top: 1px;
    font-size: 36px !important;
}
.mainInner_footSetumei {
	background-color:#f8f8f8;
	padding: 10px 30px;
	overflow: hidden
}
.mainInner_footSetumei p {
	font-weight:bold;
	font-size: 14px;
}
.mainInner_footSetumei p:nth-child(1) {
	padding: 20px 0;
}
.mainInner_footSetumei p:nth-child(2) {
	padding: 0px 0 10px 0;
}
.mainInner_footSetumei img {
	float:right;
	margin: 5px 0;
}

.mainInner_foot span{
	color:#FF0000;
}


.mainInner_footTtl h3 {
	margin:0 !important;
}
