@charset "utf-8";

/* -------------------------------------------------- */
/* 買取ブランド*/
/* -------------------------------------------------- */
/* メインイメージ */

#Main {
  background: url(../img/pc_brand_fv.jpg) center center no-repeat;
}



/*clearfixセレクタ指定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/* clearfix */
/* -------------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*--------------コンテンツ--------------*/

#brandSe1 {
    margin: 0 auto 100px;
    width: 980px;
    font-size: 134%;
    color: #666666;
    line-height: 1.625;
}

.brandToggle {
  margin-top: 20px;
}

.brandToggle:first-child {
  margin-top: 0;
}


.brandToggle h2{
  font-size: 150%;
  color: #d21d00;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 1px #da2805 solid;
  border-left: 1px #da2805 solid;
  border-right: 1px #da2805 solid;
  border-bottom: 1px #da2805 solid;
  background-image: url(../img/pc_brand_icon_img1.png);
  background-repeat: no-repeat;
  background-position: right 20px bottom 50%;
}

#brandSe1 .brandToggle h2.active{
  background-image: url(../img/pc_brand_icon_img2.png);
  background-repeat: no-repeat;
  background-position: right 20px bottom 50%;
}

.mLog {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.brandToggle img {
	padding-left: 32px;
	padding-right: 40px;
	vertical-align: middle;

}
.brandToggle h2 a {
	padding: 10px 0;
	display: block;
	color: #da2805;
}

.brandToggle h2 span {
	padding: 0 0 0 10px;
}

.brandToggleText {
	display: none;
}

.brandToggleText p {
	width: 70%;
	display: inline-block;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*--------------タグ--------------*/

#begiSe2 {
  width: 980px;
  margin: 0 auto 120px;
}

#begiSe2 li {
  width: 227px;
  display: block;
  float: left;
  margin-left: 20px;
}

#begiSe2 li:first-child {
  margin-left: 0;
}

#begiSe2 li a {
  width: 227px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 1px solid #da2805;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

#begiSe2 li a:before,
#begiSe2 li a:after {
  width: 100%;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #da2805;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#begiSe2 li a:before {
  top: 0;
}

#begiSe2 li a:after {
  bottom: 0;
}

#begiSe2 li a:hover:before,
#begiSe2 li a:hover:after {
  height: 50%;
}

#begiSe2 li p {
  display: inline-block;
  margin-bottom: 0;
}

#begiSe2 li span {
  height: 58px;
  display: table-cell;
  position: relative;
  z-index: 5;
  vertical-align: middle;
  font-size: 167%;
  font-weight: bold;
  color: #da2805;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#begiSe2 li a:hover span {
  color: #FFFFFF;
}

#begiSe2 li p:after {
  width: 6px;
  height: 11px;
  display: block;
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 5;
  background: url(../img/pc_top_icon28.png) 94.5% center no-repeat;
}

#begiSe2 li a:hover p:after {
  background-image: url(../img/pc_top_icon28_2.png);
}



