﻿@charset "utf-8";
/* CSS Document */

@media all and (-ms-high-contrast: none) {
	img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    display: table;
		flex-shrink: 0;
}	
	
	.ie-wrap {
		width: 1030px;
		margin: 0 auto;
		    padding: 0 15px;
	}	
	
/*	.header-logo {
		padding-left: 100px;
	}	
	
	.header-btn {
		padding-right: 100px;
	}*/	
	
	.nav-list {
		margin: 0 auto;
	overflow: hidden;
}
	
	.Purchase_transition, .Expensive-purchase-experience {
		overflow: hidden;
	}	
	
	.Purchase_transition a, .Expensive-purchase-experience a {
		float: left;
	}
	
	.Purchase_transition img {
		margin: 10px 10px 0 0;
	}
	
	

}


.feas-submit-button{
width:30%;
height:30%;
}

a.product-btn {
	display: table;
	float:left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 60px;
        width:33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 5px;
background: #ff8c00;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	margin-right:2%;
}

a.product-btn::before {
	content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://www.kaitori-ginza.com/assets/img/top/kaitori-icon2.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}

a.product-btn .text {
	/*display: table-cell;*/
	vertical-align: middle;
}

a.product-btn:hover {
	opacity: 0.7;
}

a.raiten-btn {
	display: table;
	float:left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 60px;
    width:30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 5px;
background: #ff8c00;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	margin-right:2%;
}


a.raiten-btn::before {
	content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://www.kaitori-ginza.com/assets/img/top/kaitori-icon1.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

a.raiten-btn .text {
	/*display: table-cell;*/
	vertical-align: middle;
}

a.raiten-btn:hover {
	opacity: 0.7;
}


a.satei-btn {
	display: table;
	float:left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 60px;
        width:30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 5px;
background: #ff8c00;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

a.satei-btn::before {
	content: '';
  display: inline-block;
  width: 22px;
  height: 40px;
  background-image: url(https://www.kaitori-ginza.com/assets/img/top/kaitori-icon3.svg);
	background-repeat:no-repeat;
  background-size: contain;
  vertical-align: middle;
margin-right: 10px;
}

a.satei-btn .text {
/*display: table-cell;*/
	vertical-align: middle;
}

a.satei-btn:hover {
	opacity: 0.7;
}


#kaitori-Brand-wrap {
  width: 740px;
}

.kaitori-Brand-sectionWrap {
	margin-top: 30px;
}

/*ナビゲーション*/

.BrandModel-tab {
  width: 740px;
}

/*.BrandModel-tab_item {
  width: calc(100%/6);
}*/

.BrandModel-tab_item-2 {
  width: calc(100%/2);
}

.BrandModel-tab_item-3 {
  width: calc(100%/3);
}

.BrandModel-tab_item-4 {
  width: calc(100%/4);
}

.BrandModel-tab_item-5 {
  width: calc(100%/5);
}

.BrandModel-tab_item-7 {
  width: calc(100%/7);
  font-size: 60%;
}

.BrandModel-tab_item-9 {
  width: calc(100%/9);
  font-size: 50%;
}

.BrandModel-tab_item-lineHight {
  line-height: 40px;
}

.BrandModel-tab_item-lineHight2 {
  line-height: 20px!important;
}

/*BrandModel_PurchaseQuotation*/
.BrandModel_PurchaseQuotation ul {
  width: 100%;
  overflow: hidden;
}

.BrandModel_PurchaseQuotation li {
  width: 48%;
  border: 1px solid #ddd;
  margin: 0px 1% 30px;
  padding:15px 15px 30px;
}

.BrandModel_PurchaseQuotation li:nth-child(odd) {
  float: left;

}
.BrandModel_PurchaseQuotation li:nth-child(even) {
  float: right;
}



/*PC用*/
.BrandModel-Market-value-sectionWrap li {
	width: 48%;
}

.BrandModel-Market-value-sectionWrap li:nth-child(odd) {
	float: left;
}

.BrandModel-Market-value-sectionWrap li:nth-child(even) {
	float: right;
}

.BrandModel-Market-value-sectionWrap ul li img {
	display: block;
}


/*-------------------------------------------------------------------------------*/
/*買取相場*/

.BrandModel-Market-value-sectionWrap{
	font-size: 0;
}


.BrandModel-Market-value-sectionWrap ul {
	width: 100%;
	overflow: hidden;
	padding: 15px;

}

.BrandModel-Market-value-sectionWrap li {
	width: 48%;

}

.BrandModel-Market-value-sectionWrap li:nth-child(odd) {
	float: left;
}

.BrandModel-Market-value-sectionWrap li:nth-child(even) {
	float: right;
}

.BrandModel-Market-value-sectionWrap ul li img {
	display: block;
}

.Expensive-purchase-experience {
	margin: 0 auto;
}

.Expensive-purchase-experience img{
	margin: 10px 10px 0 0;
}

/*-------------------------------------------------------------------------------*/
/*買取一覧*/
#Purchase-List {
	margin: 30px 0;
}


/*-------------------------------------------------------------------------------*/
/*モデル情報*/

.BrandModel-section-wrap-700 {
	width: 700px;
}

#BrandModel-information-section1 {
	margin: 30px auto 0;
}

#BrandModel-information-section1 li {
	position: relative;
	margin-bottom: 25px;
}


#BrandModel-information-section1 dl {
	overflow: hidden;
	margin: 0 auto;
}


#BrandModel-information-section1 dt {
	background: #003567;
	width: 370px;
	height: 310px;
	float: left;
    clear: left;
	position: absolute;
	z-index: 100;
	overflow: hidden;
	padding: 20px;
}

#BrandModel-information-section1 dt p {
	color: #fff;
  margin-top: 15px;
}

#BrandModel-information-section1 dt span {
	color: #fff;
  font-size: 12px!important;
  display: block;
  margin-top: 50px;
  line-height: 1.5;
}

#BrandModel-information-section1 dd {
	display: block;
	margin: 50px 0 0 305px;
	float:left;
}


.BrandModel-information-section1-title {
	font-size: 16px!important;
	font-weight: 600;
	vertical-align: middle;
}

#BrandModel-information-section1 dt img {
	width: 50px;
	height: auto;
	float: left;
	display: inline-block;
	margin: 0 15px;

}

/*パテックフィリップ　ブランド情報*/
.BrandModel-information-section2 {
	overflow: hidden;
	position: relative;
	background-size: cover;
	padding: 15px 30px;
}

#BrandModel-information-section2-PP {
	background: url("https://www.kaitori-ginza.com/image/PP/PP_information_bg.jpg") no-repeat;
	width: 680px;	
}

#BrandModel-information-section2-AP {
	background: url("https://www.kaitori-ginza.com/image/AP/AP_information_bg.jpg") no-repeat;
	width: 680px;	
}

/*#BrandModel-information-section2-RX {
	background-repeat: no-repeat;
	background-image: url(../image/RX/RX_information_bg.jpg);
}*/

#BrandModel-information-section2-CHANEL {
	background: url("https://www.kaitori-ginza.com/image/CHANEL/CHANEL_information_bg.jpg") no-repeat;
	width: 680px;	
}

#BrandModel-information-section2-HUBLOT {
	background: url("https://www.kaitori-ginza.com/image/HUBLOT/HUBLOT_information_bg.jpg") no-repeat;	
	width: 680px;
}

#BrandModel-information-section2-CARTIER {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/CARTIER_information_bg.jpg") no-repeat;
	width: 680px;	
}

#BrandModel-information-section2-FM {
	background: url("https://www.kaitori-ginza.com/image/FM/FM_information_bg.jpg") no-repeat;
	width: 680px;	
}

#BrandModel-information-section2-IWC {
	background: url("https://www.kaitori-ginza.com/image/IWC/IWC_information_bg.jpg") no-repeat;
	width: 680px;	
	background-color: #000;
}

#BrandModel-information-section2-OMEGA {
	background: url("https://www.kaitori-ginza.com/image/OMEGA/OMEGA_information_bg.jpg") no-repeat;
	width: 680px;	
}

#BrandModel-information-section2-PANERAI {
	background: url("https://www.kaitori-ginza.com/image/PANERAI/PANERAI_information_bg.jpg") no-repeat;
	width: 680px;	
}

#BrandModel-information-section2-TAG {
	background: url("https://www.kaitori-ginza.com/image/TAG/TAG_information_bg.jpg") no-repeat;
	width: 680px;	
}






#BrandModel-information-section2 p {
	color: #fff;
	line-height: 1.5;
  font-size: 13px!important;
}

.BrandModel-information-section2_1 {
	margin: 36px 0 0 310px;
	width: 320px;
	display: block;
}

.BrandModel-information-section2_2 {
	margin-top: 60px;
	overflow: hidden;
}

.BrandModel-information-section2_2 img {
	margin-right: 15px;
	float: left;
}

.BrandModel-information-section2_1 p{
  margin-top: 10px;
  color:#fff;
}
.BrandModel-information-section2_2 p{
  color:#fff;
}

/*パテックフィリップの三大定番コレクション*/
.BrandModel-information-section3_right-SP {
  display: none;
}

#BrandModel-information-section3 {
	overflow: hidden;
	width: 100%;
  margin-top: 30px;
}

.BrandModel-information-section3_left {
	width: 376px;
	float: left;
}

.BrandModel-information-section3_left ul {
  list-style-type: none;
}

.BrandModel-information-section3_left li img {
  vertical-align: bottom;
}


.BrandModel-information-section3_left li img {
  vertical-align:bottom;
}

.BrandModel-information-section3_left li {
  overflow: hidden;
	vertical-align: middle;
  position: relative;
}

.BrandModel-information-section3_left li p {
  font-weight: bold;
  line-height: 188px;
  text-align: center;
}

.BrandModel-information-section3_left li img:nth-child(even) {
  position: absolute;
  top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.BrandModel-information-section3_right{
	width: 270px;
	float: right;
	margin-right: 15px;
}

.BrandModel-information-section3_right p{
	  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/*BrandModel-information-section4*/

.BrandModel-information-section4-SP {
  display: none;
}

#BrandModel-information-section4 ul {
  font-size: 0;
}

#BrandModel-information-section4 ul li {
  position: relative;
  width: 680px;
  height: 369px;
  overflow: hidden;
  margin:30px 0 0px;
  padding: 15px;
}

#BrandModel-information-section4 li section {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}

#BrandModel-information-section4 ul li p {
	width: 220px;
	color:#fff;
	font-size: 12px!important;
	line-height: 1.5;
}

#BrandModel-information-section4 ul li a {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	display: block;
}

/*----------------------------------------------------------------------------*/
/*PP*/

#Info-NAUTILUS {
	background: url("https://www.kaitori-ginza.com/image/PP/Three_major_NAUTILUS_bg.jpg")	 no-repeat;
}

#Info-CALATRAVA {
	background: url("https://www.kaitori-ginza.com/image/PP/Three_major_CALATRAVA_bg.jpg")	 no-repeat;
}

#Info-AQUANAUT {
	background: url("https://www.kaitori-ginza.com/image/PP/Three_major_AQUANAUT_bg.jpg")	 no-repeat;
}

#Info-GONDOLO {
	background: url("https://www.kaitori-ginza.com/image/PP/Classic_collection_GONDOLO_bg.jpg")	 no-repeat;
}

#Info-TWENTY4 {
	background: url("https://www.kaitori-ginza.com/image/PP/Classic_collection_TWENTY4_bg.jpg")	 no-repeat;
}

#Info-WORLDTIME {
	background: url("https://www.kaitori-ginza.com/image/PP/Classic_collection_WORLDTIME_bg.jpg")	 no-repeat;
}



/*----------------------------------------------------------------------------*/
/*ROLEX*/

#Info-DAYTONA {
	background: url("https://www.kaitori-ginza.com/image/RX/Classic_collection_DAYTONA_bg.jpg")	 no-repeat;
}

#Info-SUBMARINER {
	background: url("https://www.kaitori-ginza.com/image/RX/Classic_collection_SUBMARINER_bg.jpg")	 no-repeat;
}

#Info-GMT-MASTER {
	background: url("https://www.kaitori-ginza.com/image/RX/Classic_collection_GMT-MASTER_bg.jpg")	 no-repeat;
}

#Info-EXPLORER {
	background: url("https://www.kaitori-ginza.com/image/RX/Classic_collection_EXPLORER_bg.jpg")	 no-repeat;
}

#Info-MILGAUSS {
	background: url("https://www.kaitori-ginza.com/image/RX/Classic_collection_MILGAUSS_bg.jpg")	 no-repeat;
}

#Info-DEEPSEA {
	background: url("https://www.kaitori-ginza.com/image/RX/Classic_collection_DEEPSEA_bg.jpg")	 no-repeat;
}

#Info-DATEJUST {
	background: url("https://www.kaitori-ginza.com/image/RX/Classic_collection_DATEJUST_bg.jpg")	 no-repeat;
}

#Info-YACHTMASTER {
	background: url("https://www.kaitori-ginza.com/image/RX/Classic_collection_YACHTMASTER_bg.jpg")	 no-repeat;
}

#Info-SKYDWELLER {
	background: url("https://www.kaitori-ginza.com/image/RX/Classic_collection_SKYDWELLER_bg.jpg")	 no-repeat;
}

/*----------------------------------------------------------------------------*/
/*AP*/

#Info-ROYALOAK {
	background: url("https://www.kaitori-ginza.com/image/AP/Classic_collection_ROYALOAK_bg.jpg")	 no-repeat;
}

#Info-MILLENARY {
	background: url("https://www.kaitori-ginza.com/image/AP/Classic_collection_MILLENARY_bg.jpg")	 no-repeat;
}

#Info-JULES-AUDEMARS {
	background: url("https://www.kaitori-ginza.com/image/AP/Classic_collection_JULES-AUDEMARS_bg.jpg")	 no-repeat;
}


/*----------------------------------------------------------------------------*/
/*AP*/

#Info-ROYALOAK {
	background: url("https://www.kaitori-ginza.com/image/AP/Classic_collection_ROYALOAK_bg.jpg")	 no-repeat;
}

#Info-MILLENARY {
	background: url("https://www.kaitori-ginza.com/image/AP/Classic_collection_MILLENARY_bg.jpg")	 no-repeat;
}

#Info-JULES-AUDEMARS {
	background: url("https://www.kaitori-ginza.com/image/AP/Classic_collection_JULES-AUDEMARS_bg.jpg")	 no-repeat;
}

/*----------------------------------------------------------------------------*/
/*フランクミュラー*/

#Info-TONNEAUCURVEX {
	background: url("https://www.kaitori-ginza.com/image/FM/Classic_collection_TONNEAUCURVEX_bg.jpg")	 no-repeat;
}

#Info-CASABLANCA {
	background: url("https://www.kaitori-ginza.com/image/FM/Classic_collection_CASABLANCA_bg.jpg")	no-repeat;
}

#Info-CONQUISTADOR {
	background: url("https://www.kaitori-ginza.com/image/FM/Classic_collection_CONQUISTADOR_bg.jpg")	no-repeat;
}

#Info-LONGISLAND {
	background: url("https://www.kaitori-ginza.com/image/FM/Classic_collection_LONGISLAND_bg.jpg") no-repeat;
}

#Info-HEARTTOHEART {
	background: url("https://www.kaitori-ginza.com/image/FM/Classic_collection_HEARTTOHEART_bg.jpg") no-repeat;
}

#Info-MASTERBANKER {
	background: url("https://www.kaitori-ginza.com/image/FM/Classic_collection_MASTERBANKER_bg.jpg") no-repeat;
}

#Info-VANGUARD {
	background: url("https://www.kaitori-ginza.com/image/FM/Classic_collection_VANGUARD_bg.jpg")	no-repeat;
}


/*----------------------------------------------------------------------------*/
/*カルティエ*/
#Info-TANKFRANCAISE {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/Classic_collection_TANKFRANCAISE_bg.jpg")	 no-repeat;
}


#Info-TANKANGLAISE {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/Classic_collection_TANKANGLAISE_bg.jpg")	 no-repeat;
}

#Info-TANKSOLO {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/Classic_collection_TANKSOLO_bg.jpg")	no-repeat;
}

#Info-TANKAMERICAN {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/Classic_collection_TANKAMERICAN_bg.jpg")	no-repeat;
}

#Info-SANTOS {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/Classic_collection_SANTOS_bg.jpg") no-repeat;
}

#Info-PASHA {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/Classic_collection_PASHA_bg.jpg") no-repeat;
}

#Info-BALLONBLEU {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/Classic_collection_BALLONBLEU.jpg") no-repeat;
}

#Info-BAIGNOIRE {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/Classic_collection_BAIGNOIRE_bg.jpg")	no-repeat;
}

#Info-CALIBREDECARTIER {
	background: url("https://www.kaitori-ginza.com/image/CARTIER/Classic_collection_CALIBREDECARTIER_bg.jpg")	no-repeat;
}


/*----------------------------------------------------------------------------*/
/*IWC*/

#Info-PORTUGIESER {
	background: url("https://www.kaitori-ginza.com/image/IWC/Classic_collection_PORTUGIESER_bg.jpg")	 no-repeat;
}

#Info-PORTOFINO {
	background: url("https://www.kaitori-ginza.com/image/IWC/Classic_collection_PORTOFINO_bg.jpg")	no-repeat;
}

#Info-AQUATIMER {
	background: url("https://www.kaitori-ginza.com/image/IWC/Classic_collection_AQUATIMER_bg.jpg")	no-repeat;
}

#Info-PILOTWATCH {
	background: url("https://www.kaitori-ginza.com/image/IWC/Classic_collection_PILOTWATCH_bg.jpg")	no-repeat;
}


/*----------------------------------------------------------------------------*/
/*CHANEL*/

#Info-J12 {
	background: url("https://www.kaitori-ginza.com/image/CHANEL/Classic_collection_J12_bg.jpg")	 no-repeat;
	border: solid 1px #ddd;
}

#Info-PREMIERE {
	background: url("https://www.kaitori-ginza.com/image/CHANEL/Classic_collection_PREMIERE_bg.jpg")	no-repeat;
}

/*----------------------------------------------------------------------------*/
/*HUBLOT*/

#Info-BIG-BANG {
	background: url("https://www.kaitori-ginza.com/image/HUBLOT/Classic_collection_BIG-BANG_bg.jpg")	 no-repeat;
}

#Info-KINGPOWER {
	background: url("https://www.kaitori-ginza.com/image/HUBLOT/Classic_collection_KINGPOWER_bg.jpg")	no-repeat;
}

#Info-SPIRIT-OFBIGBANG {
	background: url("https://www.kaitori-ginza.com/image/HUBLOT/Classic_collection_SPIRIT-OFBIGBANG_bg.jpg")	 no-repeat;
}

#Info-CLASSICFUSION {
	background: url("https://www.kaitori-ginza.com/image/HUBLOT/Classic_collection_CLASSICFUSION_bg.jpg")	no-repeat;
}


/*----------------------------------------------------------------------------*/
/*OMEGA*/

#Info-SPEEDMASTER {
	background: url("https://www.kaitori-ginza.com/image/OMEGA/Classic_collection_SPEEDMASTER_bg.jpg")	 no-repeat;
}

#Info-SEAMASTER {
	background: url("https://www.kaitori-ginza.com/image/OMEGA/Classic_collection_SEAMASTER_bg.jpg")	no-repeat;
}

#Info-CONSTELLATION {
	background: url("https://www.kaitori-ginza.com/image/OMEGA/Classic_collection_CONSTELLATION_bg.jpg")	 no-repeat;
}

#Info-DEVILLE {
	background: url("https://www.kaitori-ginza.com/image/OMEGA/Classic_collection_DEVILLE_bg.jpg")	no-repeat;
}

/*----------------------------------------------------------------------------*/
/*TAG*/

#Info-CARRERA {
	background: url("https://www.kaitori-ginza.com/image/TAG/Classic_collection_CARRERA_bg.jpg")	 no-repeat;
}

#Info-AQUARACER {
	background: url("https://www.kaitori-ginza.com/image/TAG/Classic_collection_AQUARACER_bg.jpg")	no-repeat;
}

#Info-FORMULA1 {
	background: url("https://www.kaitori-ginza.com/image/TAG/Classic_collection_FORMULA1_bg.jpg")	 no-repeat;
}

#Info-MONACO {
	background: url("https://www.kaitori-ginza.com/image/TAG/Classic_collection_MONACO_bg.jpg")	no-repeat;
}

#Info-LINK {
	background: url("https://www.kaitori-ginza.com/image/TAG/Classic_collection_LINK_bg.jpg")	no-repeat;
}



/*----------------------------------------------------------------------------*/
/*PANERAI*/

#Info-LUMINOR-MARINA {
	background: url("https://www.kaitori-ginza.com/image/PANERAI/Classic_collection_LUMINOR-MARINA_bg.jpg")	 no-repeat;
}

#Info-LUMINOR-CHRONOGRAPH {
	background: url("https://www.kaitori-ginza.com/image/PANERAI/Classic_collection_PANERAI_CHRONOGRAPH_bg.jpg")	 no-repeat;
}

#Info-LUMINOR-POWERRESERVE {
	background: url("https://www.kaitori-ginza.com/image/PANERAI/Classic_collection_PANERAI_POWERRESERVE_bg.jpg")	 no-repeat;
}

#Info-LUMINOR-SUBMERSIBLE {
	background: url("https://www.kaitori-ginza.com/image/PANERAI/Classic_collection_PANERAI_SUBMERSIBLE_bg.jpg")	 no-repeat;
}

#Info-LUMINOR-GMT {
	background: url("https://www.kaitori-ginza.com/image/PANERAI/Classic_collection_PANERAI_GMT_bg.jpg")	 no-repeat;
}

#Info-LUMINOR-1950 {
	background: url("https://www.kaitori-ginza.com/image/PANERAI/Classic_collection_PANERAI_1950_bg.jpg")	 no-repeat;
}

#Info-LUMINOR-BASE {
	background: url("https://www.kaitori-ginza.com/image/PANERAI/Classic_collection_PANERAI_BASE_bg.jpg")	 no-repeat;
}

#Info-RADIOMIR {
	background: url("https://www.kaitori-ginza.com/image/PANERAI/Classic_collection_RADIOMIR_bg.jpg")	 no-repeat;
}













































/*パテックフィリップの売り時*/

#BrandModel-information-section5 ul {
	font-size: 0;
}

#BrandModel-information-section5 ul li {
	width: 365px;
	border: solid 1px #ddd;
	padding: 20px 10px;
	margin-top: 15px;
  display: inline-block;
	height: 420px;
}

#BrandModel-information-section5 ul li:nth-child(odd) {
	margin-right: 5px;
}

#BrandModel-information-section5 ul li:nth-child(even) {
	margin-left: 5px;
}

#BrandModel-information-section5 ul li a {
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	display: block;
}

#BrandModel-information-section5 ul li p {
	font-size: 14px;
}

#BrandModel-information-section5 img {
	width: 100%;
	display: block;
}

.BrandModel-flexible-Height ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

/*--------------------------------------------------------*/
/*#BrandModel-information-section6*/
#BrandModel-information-section6 ul{
	overflow: hidden;
  background: #ddd;
  padding: 15px;

}

#BrandModel-information-section6 ul li{
  background: #fff;
  width: 345px;
	display: inline-block;
  padding: 10px;
  height: 350px;
  margin-bottom: 20px;
}

#BrandModel-information-section6 ul li:nth-child(odd){
  margin-right: 20px;
}

#BrandModel-information-section6 ul li span{
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
}

/*壊れていても汚れていても～*/
#BrandModel-information-section7 {
  background: #003567;
  padding: 0 15px 15px;
  margin-top: -7px;
}

#BrandModel-information-section7 a:hover {
  color: #2d2d2d;
	text-decoration: none;
}

#BrandModel-information-section7 div {
  background: #fff;
  padding: 10px;
}

#BrandModel-information-section7 dl {
  background: #fff;
  padding: 10px;
}

#BrandModel-information-section7 dt {
  font-weight: bold;
  margin-bottom: 15px;
}

#BrandModel-information-section7 dd {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
}

#BrandModel-information-section7 dt::before,#BrandModel-information-section7 dd::before {
  content: '';/*何も入れない*/
   display: inline-block;/*忘れずに！*/
   width: 40px;/*画像の幅*/
   height: 40px;/*画像の高さ*/
   background-size: contain;
   vertical-align: middle;
   margin-right: 10px;
}

#BrandModel-information-section7 dd::before {
   background-image: url(https://www.kaitori-ginza.com/assets/img/page/common/QA_answer_icon.jpg);
}

#BrandModel-information-section7 dt::before {
   background-image: url(https://www.kaitori-ginza.com/assets/img/page/common/QA_question_icon.jpg);
 }


 /*ブログ抽出部分css*/

 .special_inner2 {
 	margin-top: 30px;
 	overflow: hidden;
 }
 .special_inner2 li {
 	width: 48%;
 	float: left;
 	margin-bottom: 60px;
 }
 .special_inner2 li {
 }
 .special_inner2 li:nth-child(2n+1) {
 	margin-right: 4%;
 	clear: both;
 }
 /*.special_inner2 li:nth-child(2n) {
 	margin-right: 44px;
 }*/
 .special_inner2 .blog_date {
 	margin-top: 5px;
 	margin-bottom: 5px;
 }
 .special_inner2 a:link {
 	font-weight: bold;
 	font-size: 14px;
 	color: #000;
 }
 .special_inner2 a:visited {
 	font-weight: bold;
 	color: #000;
 	font-size: 14px;
 }
 .special_inner2 a:hover {
 	font-weight: bold;
 	color: #000;
 	font-size: 14px;
 }
 .special_inner2 img {
 	width: 100%;
 	height: 158px;
 	object-fit: cover;
 }


.contents_table {
	display: table;
	border-color: grey;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: #E3E3E3 solid 1px;
	border-left: #E3E3E3 solid 1px;
	width: 100%;
	text-align:center;
}
.contents_table td {
	border-bottom: #E3E3E3 solid 1px;
	border-right: #E3E3E3 solid 1px;
	padding: 5px;
text-align: center;
}
table.contents_table tbody td:nth-child(4) {
	color: #F00;
}
.contents_table thead th {
	background-color: #f2f2f2;
	border-bottom: #E3E3E3 solid 1px;
	border-right: #E3E3E3 solid 1px;
	padding: 5px;
	font-weight: normal;
	text-align:center;
}
.contents_table tbody th {
	border-bottom: #E3E3E3 solid 1px;
	border-right: #E3E3E3 solid 1px;
	padding: 5px;
	font-weight: normal;
	text-align:center;
}
.column_1 {
	width:15%;
}
.column_2 {
	width:50%;
}
.column_3 {
	width:15%;
}
.column_4 {
	width:20%;
}
.table_image {
	width:80px;
}

.contents_table a:hover{
  text-decoration:underline;
}

.Model-number-search-wrap {
	width: 100%;
	background: #f0f0f0;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-top: 15px;
}

.Model-number-search-wrap h3 {
	padding: 5px 0 5px 30px;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	background: #2A2A2A;
}

.Model-number-search-wrap p {
	padding: 15px 0 2px 15px;
	font-size: 12px;
	line-height: 1!important;
	margin-bottom: 3px;
}

.Model-number-search-wrap section {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px 15px 15px;
}

.Model-number-search-wrap section input {
	float: left;
	box-sizing: border-box;
	vertical-align : middle;
}

#Model-number-search {
	width: 54%;
	padding: 3px 0 3px 5px;
	margin: 0 1% 0 0!important;
}

.Model-number-search-inner input {
	border: none;
}

.Model-number-search-wrap h3 {
	margin-bottom: 0!important;
}

#button,#button2 {
background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
	color: #fff;
	cursor: pointer;	
}

#button:hover, #button2:hover {
background: rgb(252,234,187); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

#button {
	width: 22%;
	margin: 0 1% 0 0!important;
}

#button2 {
	width: 22%;
	margin: 0!important;
}


a.teigaku-btn {
	display: table;
	font-size: 14px;
	color: #fff;
	text-align: center;
        width:100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 60px;
	border-radius: 5px;
	background: #fe0000;
        line-height:120%;
	
}

a.teigaku-btn .text {
	display: table-cell;
	vertical-align: middle;
}

a.teigaku-btn a:hover {
	opacity: 0.7;
}


.kaitori_content h1::before, .kaitori_content h2::before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 15px solid transparent;
    border-top: 20px solid #1777b2;
}

.kaitori_content h1, .kaitori_content h2 {
	font-weight: 600;
	color: #333333;
	font-size: 25px;
	position: relative;
	padding-left: 35px;
	padding-bottom: 3px;
	border-bottom: 2px solid #333;
	margin-bottom: 25px;
	line-height: 1;
}

.kaitori_content, .kaitori_content2  {
	margin-bottom: 50px!important;
}


.mincho-style {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.kaitoriCategory {
	width: 100%;
	padding-top: 60px;
	margin-bottom: 30px;
}


.kaitoriCategory-H2area h2 {
	font-size: 360%;
	font-weight: 600;
	text-align:center; 
}

.kaitoriCategory-H2area h2 + p {
	text-align: center;
	margin-bottom: 20px;
}




.kaitoriCategory-icon {
	width: 80px;
	margin: 0 auto;
	text-align: center;
	height: auto;
	display: block;
}

.kaitori-three-step-inner1 {
	background: #434343;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}


.kaitori-three-step-inner1 h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.kaitori-three-step-inner1 h3 + p {
	text-align: center;
	font-size: 20px;
	margin: 15px auto 30px;
}

.kaitori-three-step-inner1 p {
	color: #fff;
	margin-bottom: 15px;
}


.kaitori-step{
  list-style-type: none;
  display:table;
  width:100%;
	max-width: 1012px;
  padding:0;
  margin:0 auto;
  overflow:hidden;
}
.kaitori-step li{
	width: 32%;
  display:table-cell;
  position:relative;
  background: #72c2f3;
  padding: 1em 1em 1em 1em;
  color: #fff;
	text-align: center;
}

.kaitori-step-contentImg {
	text-align:center;
    padding:0;
    display: block;
    position: absolute;
    bottom: -30px;
    width:100%;
}

.kaitori-step li:nth-child(2){
	font-weight: 600;
}

.kaitori-step li:last-child{
  padding-right: 1em;
}
.kaitori-step li:last-child:before,
.kaitori-step li:last-child:after{
  display:none;
}
.kaitori-step li:before,
.kaitori-step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.kaitori-step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.kaitori-step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #72c2f3;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.kaitori-step li.is-current{
  background: #1777b3;
  font-weight: bold;
}
.kaitori-step li.is-current:after{
  border-color: transparent transparent transparent #1777b3;
}

.kaitori-step-content {
  display:table;
  width:100%;
  padding:0;
	max-width: 1012px;
  margin:0 auto;
  overflow:hidden;	
}

.kaitori-step-content li{
	width: 32%;
	box-sizing: border-box;
  display:table-cell;
  position:relative;
  padding: 1em 1em 150px 1em;
    margin-bottom: 0;	
}

.easy-satei-form {
	width: 100%;
	background: #1777b3;
}


.easy-satei-form a {
	width: 300px;
	text-align: center;
	padding: 18px 0;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	font-weight: 600;
background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

	
}


.easy-satei-form {
	width: 100%;
	background: #1777b3;
	padding: 45px 0;
}
.easy-satei-form-title {
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.easy-satei-formOverview {
	max-width: 1012px;
	margin: 25px auto 0;
}

.easy-satei-formOverview p {
	color: #fff;
	text-align: center;
}


/*------------------------------------------------------------------*/
/*---------------------------店頭買取---------------------------*/
/*------------------------------------------------------------------*/

.kaitori-each-wrap {
	width: 100%;
	margin: 50px auto 0;
	padding-bottom: 20px;
}


.tento-kaitori-wrap {
	max-width: 1012px;
	border: solid 2px #1777b3;
}

.kaitori-each-wrap h3 {
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 10px 0;
	font-size: 22px;
	background: #1777b3;
	margin-bottom: 10px;
}

.tento-kaitori-wrap-inner {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin: 20px 0;
}

.tento-kaitori-wrap-inner1,.tento-kaitori-wrap-inner3 {
	float: left;
	width: 45%;
	padding: 0 30px;
	box-sizing: border-box;
}

.tento-kaitori-wrap-inner1-img {
	width: 80%;
	height: 250px;
	margin: 0 auto;
}

.tento-kaitori-wrap-inner1-img img {
	width: 100%;
	object-fit: cover;
}


.tento-kaitori-wrap-inner2 {
	float: left;
	width: 10%;
}

.tento-kaitori-wrap-inner2 p {
	font-size: 100px;
	font-weight: 600;
	color: #1777b3;
	text-align: center;
	margin: 106px 0;
}


.tento-kaitori-wrap-inner1 h4, .tento-kaitori-wrap-inner3 h4 {
	font-size: 20px;
	text-align: center;
}

.tento-kaitori-wrap-inner1 h4 + p, .tento-kaitori-wrap-inner3 h4 + p {
	margin: 20px 0;
}

.tento-kaitori-wrap-inner3 ul {
	width: 100%;
	margin: 10px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.tento-kaitori-wrap-inner3 li {
	text-align: center;
}


.tento-kaitori-wrap-inner3 li p {
	margin-top: 5px;
}

.tento-kaitori-wrap-inner3_2 {
	margin: 30px 0 0;
}

.kaitori-wrap-inner-link:link,.kaitori-wrap-inner-link:visited  {
	color: #1677b3!important;
	text-decoration: underline;
}


.tento-kaitori-flow, .takuhai-kaitori-flow {
	background: #ddd;
	padding: 30px 0;
}

.tento-kaitori-flow-inner, .takuhai-kaitori-flow-inner {
	width: 100%;
	max-width: 1012px;
	margin: 15px auto;
}

.kaitori-flow-inner ul,.takuhai-kaitori-flow-inner ul {
	width: 100%;
	display:flex;
	box-sizing: border-box;
	padding: 10px;
	border-spacing: 10px;
}

.tento-kaitori-flow-inner ul li {
	width: 32%;
	display:inline-block;	
	background: #fff;
	padding: 20px;
	float: left;
	margin-right: 3%;
}


.takuhai-kaitori-flow-inner ul li {
	width: 24%;
	display:inline-block;
	background: #fff;
	padding: 20px;
	margin-right: 2%;
}

.takuhai-kaitori-flow-inner ul li:last-child {
	width: 24%;
	display:inline-block;
	background: #fff;
	padding: 20px;
	margin-right: 2%;
}

.takuhai-kaitori-flow-inner ul li:last-child{
	margin-right: 0;
}

.tento-kaitori-flow-inner ul li:last-child  {
	margin-right: 0;	
}


.kaitori-flow-inner ul li h4 {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.kaitori-flow-inner ul li p {
	line-height: 1.5;
	margin-top: 10px;
}



.muryo-takuhai {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/*----------------------------買取トップ--------------------------------*/

.kaitori_content, .kaitori_content2 {
	width: 100%;
	max-width: 1012px;
	margin: 0 auto;	
}

.ninki_brand_kaitori ul {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.ninki_brand_kaitori ul li {
	float: left;
	width: 150px;
	margin-right: 10px;
}

.ninki_brand_kaitori ul li:first-child {
	width: 360px!important;
	float: left;
}

.ninki_brand_kaitori ul li:last-child {
	margin-right: 0!important;
}

.ninki_brand_kaitori ul li img {
	width: 100%;
	height: 185px;	
	object-fit: cover;
}

.ninki_brand_kaitori ul li p {
	font-size: 13px;
	text-align: left;
	position: relative;
	padding-left: 10px;
	font-weight: 600;
}

.ninki_brand_kaitori_link {
	font-size: 13px;
	text-align: right;
	display: block;
	position: relative;
	padding-left: 10px;
	font-weight: 600;
}

.ninki_brand_kaitori ul li p::before {
content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
	left: 0;	
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #1777b2;
}

 .ninki_brand_kaitori_link::before {
content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  right: 165px;	 
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #1777b2;
}

.teigaku_list_kaitori ul {
-js-display: flex;	
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.teigaku_list_kaitori ul li {
-js-display: flex;	
	border: 2px solid #333333;
	box-sizing: border-box;
	width: 49%;
	display:-webkit-box;
  	display:-ms-flexbox;	
	display: flex;
	margin-bottom: 10px;
}

.teigaku_watch_img {
display: flex;	
	width: 30%!important;
	box-sizing: border-box;	
	border-right: solid 3px #333333;	
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;	
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
	flex-shrink: 1;
	padding: 5px;
}

.teigaku_watch_price {
	width: 70%;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}


.teigaku_watch_price h3, .contents_table td h3{
	font-weight: 600;
	font-size: 12px;
	padding-left: 10px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	position: relative;
	color: #000!important;
	background: #fff!important;
}

.teigaku_watch_price h3::before, .contents_table td h3::before {
content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
	left: 0;
  margin-top: -8px;
  border-top: 7px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #1777b2;
}

/*.teigaku_list_kaitori ul li img {
	width: 100%;
}*/

.teigaku_watch_price p{
	font-weight: 600;
	color: red;
	font-size: 19px;
}

.teigaku_watch_price td{
	font-weight: 600;
	color: red;
	font-size: 19px;
}

.teigaku_watch_price table th, .teigaku_list_used span{
	font-weight: 600;
	color: red;
	font-size: 19px;
	padding-right: 10px;
}

.teigaku_list_new::before{
	color: red;
	content: "新品買取価格";
	margin-right: 10px;
	font-size: 13px;
}

.teigaku_list_unused::before{
	color: red;
	content: "未使用買取価格";
	margin-right: 10px;
	font-size: 13px;
}

.teigaku_list_new:empty, .teigaku_list_unused:empty{
	display: none;
}

.teigaku_list_used{
	float: left;
	clear: both;
}

.teigaku_list_used::before{
	color: red;
	content: "中古品キャンペーン価格";
	margin-right: 10px;
	font-size: 13px;
}


.teigaku_watch_price a:last-child {
	color: #fff;
	padding: 15px 10px;
	background:#ff8c00;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	 /*position: absolute;*/
    bottom: 5px;
	margin-top: 10px;
    /*right: 5px;*/
	width: 100%;
	text-align: center;
}

.btn333 {
	width: 200px;
	color: #fff;
	padding: 10px 15px;
	background: #333333;
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 15px auto 0;
	position: relative;
	padding-left: 30px;
}

.btn333::before, .btn333::after {
	content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 0;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 11px solid #fff;
}

.btn333:visited, .btn333:link {
	color: #fff!important;
}



.kaitori_link_bannerArea {
	width: 100%;
	max-width: 1012px;
	margin: 60px auto 0;
}

.eraberu_kaitori-area ul {
	margin: 10px 0;
	background: #f7f4eb;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	justify-content: space-between;	
}

.kaitori-jisseki-area {
	display: flex;
	justify-content: space-between;
}

.kaitori-jisseki-area li {
	width: 16%;
	display: flex;
 flex-direction: column;
 display: -webkit-flex;
 -webkit-flex-direction: column;
	border: solid 2px #333;
}

.kaitori-jisseki-area li a {
	display: contents;
}

.jisseki-date {
	font-size: 15px;
	font-weight: 600;
	color: #1777b2;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 2px dotted #888;
}

.sankou-price-area {
	position: relative;
	background: #333;
	padding: 22px 10px 10px;
	box-sizing: border-box;
   margin-top: auto;
	height: 97px;
	bottom: 0;
}


.sankou-price-area p {
	line-height: 1;	
	color: #fff;
	text-align: center;
}

.sankou_price {
	font-size: 20px;
	margin-top: 3px;
}

.kaitori-jisseki-area img {
	margin-bottom: 10px;
	border-bottom: 2px solid #333;
}

.kaitori-jisseki-setumeiArea {
	padding: 10px;
	position: relative;
}

.sankou-price-area::before {
	content: "";
	    position: absolute;
    top: -5px;
    right: 40%;
	  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.sankou-title {
	font-size: 16px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 5px;
}

.kaitori_blog-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kaitori_blog-area li {
	width: 32%;
	margin-bottom: 10px;
}

.kaitori_blogkiji {
	position: relative;
}

.kaitori_blogkiji p {
	padding: 5px;
	background: #333;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 80%;
}

.kaitori_riyuu {
	margin-top: 60px;
}

.kaitori_riyuu-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.kaitori_riyuu-area h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}

.kaitori_riyuu-area h3 img {
	margin-right: 10px;
}

.kaitori_riyuu h2 {
	margin-bottom: 40px;
}

.kaitori_riyuu li {
	width: 49%;
	margin-bottom: 25px;
}

.kaitori_riyuu li p {
	font-size: 15px;
	line-height: 1.5;
	border-top: 5px solid #1777b2;
	margin-top: 10px;
	padding-top: 10px;
}

.kaitori_voice-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kaitori_voice-area li {
	width: 32%;
	margin-bottom: 10px;
}


.kaitori_voice-area li h3 {
	position: relative;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    margin: 0;
	line-height: 1.5;
}

.kaitori_voice-area li h3::after {
        border: 21px solid transparent;
        border-top-color: #333;
        border-bottom-width: 0;
        bottom: -21px;
        content: "";
        display: block;
        left: 43%;
        position: absolute;
        width: 0;
    }

.user-name {
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 2px #1777b2;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.user-name::before {
	content: "■";
	display: inline-block;
	color: #1777b2;
}

.user-date {
	color: #888;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}

.user-wrap,.user-kansou {
	box-sizing: border-box;
	padding: 10px;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;	
}


.user-wrap table {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 15px 0;
}

.user-wrap table th {
	display: block;
	width: 28%;
	float: left ;
	margin-right: 0.5em ;
	font-weight: 600;
	line-height: 1.3;	
}

.user-wrap table td {
	width: 69%;
	float: right;
    text-align: end;
	font-weight: 600;
	line-height: 1.3;
}

.user-kansou h4 {
	display: inline-block;
    border: 1px solid #dce9f8;
    border-radius: 50px;
    color: #1777b2;
    padding: 3px 8px;
    background: #dce9f8;
	font-weight: 600;
	line-height: 1;
}

.user-kansou p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.5;
}

.kaitori_brand_btn, .kaitori_model_btn {
	display: block;
	color: #fff!important;
	text-align: center;
    border: 1px solid #dce9f8;
    border-radius: 50px;	
}

.kaitori_brand_btn {
	background: #000;
	margin-bottom: 5px;
}

.kaitori_model_btn {
	background: #1777b2;
}


.kaitori-star {
	color: #ffd700;
}

.kaitori_gaido h2 {
	margin: 30px 0;
}


.kaitori_gaido ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.kaitori_gaido li {
	width: 49%;
	padding: 30px 0;
	margin-bottom: 20px;
}

.kaitori_gaido li:nth-last-of-type(1)  a{
	background: url(https://www.kaitori-ginza.com/assets/img/top/4_986x196.png) no-repeat;
	padding: 5px 0;
    background-size: cover;
	display: block;
	background-position: bottom;	
}


.kaitori_gaido li:nth-last-of-type(2) a {
	background: url(https://www.kaitori-ginza.com/assets/img/top/2_986x196.png) no-repeat;
	padding: 5px 0;
    background-size: cover;
	display: block;
	background-position: bottom;	
}


.kaitori_gaido li:nth-last-of-type(3) a {
	background: url(https://www.kaitori-ginza.com/assets/img/top/3_986x196.png) no-repeat;
	padding: 5px 0;
    background-size: cover;
	display: block;
	background-position: bottom;	
}


.kaitori_gaido li:nth-last-of-type(4) a {
	background: url(https://www.kaitori-ginza.com/assets/img/top/1_986x196.png) no-repeat;
	padding: 5px 0;
    background-size: cover;
	display: block;
	background-position: bottom;	
}

.kaitori_gaido li p {
	width: 80%;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-bottom: 15px;
} 

.kaitori_gaido2 {
	width: 100%;
}

.kaitori_gaido2 a {
	width: 49%;
	display: inline-block;
}

.kaitori_gaido2 a img {
	width: 100%;
}


/*--------------------------------------------*/
定額買取商品部分
/*--------------------------------------------*/

.brand-content-inner dt{
	font-size: 14px;
	color: red;
	font-weight: 600;
}

.brand-content-inner dd{
	font-size: 18px;
	color: red;
	font-weight: 600;
}

	
	.brand-content-wrap-l {
		overflow: hidden;
		display: block;
	}
	
	.brand-content-wrap-r {
		overflow: hidden;
		display: block;
		margin-top: 25px;
	}	
	
	.brand-content-inner {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		align-items: center;
		margin-bottom: 10px;
		border-bottom: 2px #ddd dotted;
		padding-bottom: 10px;
	}

	.brand-content-wrap-r dl dt {
		width: 35%;
	}
	
	.brand-content-wrap-r dl dd {
		display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
	}
	
	.brand-content-wrap-r dl dd span, .brand-content-campaignPrice-serial {
		display: contents;
		text-align: right;
		font-size: 14px!important;
	}		
	
	.brand-content-wrap-r p {
		text-align: right;
		color: red;
		font-size: 28px;
		line-height: 1;
		font-weight: 600;
	}
	
	.brand-content-inner-modelNumber {
		flex: auto;
		display: block;
	}	

.brand-content-inner-modelNumber-in {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.brand-content-inner-modelNumber-in span {
	text-align: right;
	display: block;
}

.contents_table td h3 {
	background: #fff;
	color: #000;
	padding: 5px 0 5px 10px!important;
}

.brand-content-inner-modelNumber-in span, .brand-content-inner-modelNumber-in p {
	display: inline!important;
	color: red!important;
	font-weight: 600!important;
}

.brand-content-inner-modelNumber dt, .brand-content-inner-modelNumber dd {
	color: red!important;
    font-weight: 600;
}

 .brand-content-inner-modelNumber dd {
	margin-left: 5px;
}




/*個別ページ*/

.special-brand-content-inner-modelNumber-in {
	overflow: hidden;
    display: flex;
    justify-content: flex-end;
	align-items: baseline;
	margin-bottom: 5px;
}


.special-brand-content-inner3 {
	display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: flex-end;
	color: red!important;
	text-align: right;
    font-size: 30px!important;
    line-height: 1;
    font-weight: 600;
	margin-bottom: 5px;
}

.special-brand-content-campaignPrice-serial {
	font-weight: 600;
	color: red!important;
	margin-right: 5px;
}


.content-form th, .content-form td, caption, th, td {
	vertical-align: middle!important;
}


/*ieのみ対応　定額買取りflex部分*/

@media all and (-ms-high-contrast: none) {
	.teigaku_list_kaitori ul li img {
		width: 130px;
		height: auto;
	}
}


/*買取強化価格商品ここから*/
p.kaitori_kyouka {
    overflow: hidden;
}
.kaitori_kyouka span {
    float: left;
}
.kaitori_kyouka h2{
	margin-bottom: 0px;
}
.kaitori_kyouka p{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
.kaitori_kyouka .kyouka_area{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.kaitori_kyouka .kyouka_area .kyouka_ref{
	    width: 23.3%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0 1% 35px;
    position: relative;
    padding-bottom: 64px;
}

.kaitori_kyouka .kyouka_area .kyouka_ref div{
	padding: 0 2% 0%;
}

.kaitori_kyouka .kyouka_area .kyouka_ref p:first-child{
	margin-top: 0px;
    font-weight: bold;
    background: #333;
    color: #FFF;
    box-sizing: border-box;
    padding: 5px 10px;
}

.kaitori_kyouka .kyouka_area .kyouka_ref p:last-child{
	margin-bottom: 10px;
	font-weight: bold;
	color: #bd1e48;
	font-size: 18px;
}

.kaitori_kyouka .kyouka_area .kyouka_ref p:last-child span{
	font-size: 13px;
}

.kaitori_kyouka .kyouka_area .kyouka_ref div img{
	margin: 20px 0 20px;
}

.kaitori_kyouka .kyouka_area .kyouka_ref div .kaitori_mark{
	background: #bd1e48;
	color: #FFF;
	font-size: 15px;
	width: 93%;
	margin: 0 auto 10px;
	padding: 3px 0 3px;
}

.kaitori_kyouka .kyouka_area .kyouka_ref:nth-of-type(4),.kaitori_kyouka .kyouka_area .kyouka_ref:nth-of-type(8),.kaitori_kyouka .kyouka_area .kyouka_ref:nth-of-type(12){
	margin-right: 0;
}
.kaitori_kyouka .kyouka_area .kyouka_ref:nth-of-type(1),.kaitori_kyouka .kyouka_area .kyouka_ref:nth-of-type(5),.kaitori_kyouka .kyouka_area .kyouka_ref:nth-of-type(9){
	margin-left: 0;
}		
.kaitori_kyouka .kyouka_area .kyouka_ref div img{
	width: 100%;
}

.kaitori_kyouka .kyouka_area .kyouka_ref .kyouka_btn{
	background: #ff8c00;
    margin: 0;
    font-size: 16px !important;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
}

.kaitori_kyouka .kyouka_area .kyouka_ref .kyouka_btn a{
	color: #FFF;
	display: block;
	padding: 12px 0;
	text-decoration: none;
}

.kaitori_kyouka .caution{
	margin: 20px 0 20px;
}
.kaitori_kyouka .number_batch{
	background: #1777b2;
	color: #FFF;
	font-size: 12px !important;
	padding: 3px 10px 3px !important;
	display: inline;
	font-weight: bold;
	border-radius: 4px;
	margin-right: 10px;
}

.kaitori_kyouka .number_batch2{
	color: #FFF !important;
background:#0B6B00;
	font-size: 12px !important;
	padding: 3px 10px 3px !important;
	display: inline;
	font-weight: bold;
	border-radius: 4px;
	margin-right: 10px;
}

.kaitori_kyouka .number_batch3{
	color: #FFF !important;
background:#c10000;
	font-size: 12px !important;
	padding: 3px 10px 3px !important;
	display: inline;
	font-weight: bold;
	border-radius: 4px;
}
.kyouka_ref .top_number_batch3{
	color: #FFF !important;
    background: #c10000;
    font-size: 12px !important;
    padding: 3px 10px 3px !important;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
}
.entry-content{
    overflow: hidden;
}
/*買取強化価格商品ここまで*/

.Model-number-search-inner input {
	height: 30px;
	line-height: 30px;
}

.takuhai-mousikomi-btn {
	width: 760px;
}

/*買取検索窓*/
.kaitori_form{
	width: 1000px;
	margin: 0 auto 40px;
	border: 1px solid #333;
	padding: 0 20px 10px;
	box-sizing: border-box;
}

.form_title{
	width: 1000px;
	background: #333;
	color: #FFF;
	text-align: center;
	/*margin: 0 auto;*/
	margin: 20px auto 0;
	font-size: 16px;
	padding: 3px 0 2px;
	letter-spacing: 2px;
	font-weight: bold;
}

.kaitori_form #feas-searchform-3{
	margin: 10px 0 10px;
	border-bottom: 1px solid #333;
	padding: 0;
	border: none;
	position: relative;
}

.kaitori_form .form_word{
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	color: #333;
}
.kaitori_form .form_inner{
	width: 100%;
	overflow: hidden;
}

.kaitori_form .form_inner #feas_3_0{
	float: left;
	width: 20%;
	color: #FFF;
	background: #333;
	height: 30px;
	padding-left: 10px;
	border: none;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0;
}

.kaitori_form .form_inner #feas_3_1{
	width: 60%;
	height: 30px;
	padding-left: 10px;
	border: 1px solid #333;
	margin: 0;
}

.kaitori_form .form_inner #feas-submit-button-3{
	width: 20%;
	background: #333;
	color: #FFF;
	height: 30px;
	border: none;
	float: right;
	letter-spacing: 2px;
	cursor: pointer;
	margin: 0 !important;
}

.kaitori_form a{
	font-size: 11px;
	border: 1px solid #333;
	color: #333 !important;
	margin: 10px 15px 0 0px;
	padding: 3px 10px 3px;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease 0s;
}

.kaitori_form a:hover{
	background: #333;
	color: #FFF !important;
	opacity: 1 !important;
}

.kaitori_form .form_inner #feas_3_1{
		width: 50% !important;
		margin-bottom: 5px;
		appearance: auto;
		height: 30px;
		padding-left: 10px;
		border: 1px solid #333;
		border-radius: 0px;
		margin: 0;
		-webkit-appearance: none;
	}
	.kaitori_form .form_inner #feas_3_0{
		border-radius: unset !important;
		width: 25%;
		font-size: 11px;
		margin-bottom: 10px;
		color: #FFF;
		background: #333;
		height: 30px;
		border: none;
		letter-spacing: 1px;
		cursor: pointer;
		-webkit-appearance: none;
		border-radius: 0px;
		position: relative;
		z-index: 1;
		padding: 0 40px 0 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.kaitori_form .form_inner #feas-submit-button-3{
		width: 25%;
		background: #333;
		color: #FFF;
		height: 30px;
		border: none;
		float: right;
		letter-spacing: 2px;
		cursor: pointer;
		margin: 0 !important;
		-webkit-appearance: none;
		border-radius: 0px;
	}

	.kaitori_form #feas-searchform-3::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 210px;
    margin-top: -4px;
    z-index: 9999;
}


/*買取検索窓 橫740px*/
.kaitori_form_740{
	width: 100%;
	margin: 0 auto 40px;
	border: 1px solid #333;
	padding: 0 20px 10px;
	box-sizing: border-box;
}

.kaitori_form_header{
	width: 100%;
	margin: 0 auto 40px;
	border: 1px solid #333;
	padding: 0 20px 10px;
	box-sizing: border-box;
}

.form_title_740{
	width: 100%;
	background: #333;
	color: #FFF;
	text-align: center;
	/*margin: 0 auto;*/
	margin: 20px auto 0;
	font-size: 16px;
	padding: 3px 0 2px;
	letter-spacing: 2px;
	font-weight: bold;
}

.kaitori_form_740 #feas-searchform-3 ,.kaitori_form_header #feas-searchform-3{
	margin: 10px 0 10px;
	border-bottom: 1px solid #333;
	padding: 0;
	border: none;
	position: relative;
}

.kaitori_form_740 .form_word_740 , .kaitori_form_header .form_word_740{
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	color: #333;
}
.kaitori_form_740 .form_inner_740 , .kaitori_form_header .form_inner_740{
	width: 100%;
	overflow: hidden;
}

.kaitori_form_740 .form_inner_740 #feas_3_0 , .kaitori_form_header .form_inner_740 #feas_3_0{
	float: left;
	width: 25%;
	color: #FFF;
	background: #333;
	height: 30px;
	padding-left: 10px;
	border: none;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0;
	font-size: 12px;
}

.kaitori_form_740 .form_inner_740 #feas_3_1 , .kaitori_form_header .form_inner_740 #feas_3_1{
	width: 50%;
	height: 30px;
	padding-left: 10px;
	border: 1px solid #333;
	margin: 0;
}

.kaitori_form_740 .form_inner_740 #feas-submit-button-3 , .kaitori_form_header .form_inner_740 #feas-submit-button-3{
	width: 25%;
	background: #333;
	color: #FFF;
	height: 30px;
	border: none;
	float: right;
	letter-spacing: 2px;
	cursor: pointer;
	margin: 0 !important;
}

.kaitori_form_740 a , .kaitori_form_header a{
	font-size: 11px;
	border: 1px solid #333;
	color: #333 !important;
	margin: 10px 15px 0 0px;
	padding: 3px 10px 3px;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease 0s;
}

.kaitori_form_740 a:hover , .kaitori_form_header a:hover{
	background: #333;
	color: #FFF !important;
	opacity: 1 !important;
}

.kaitori_form_740 .form_inner_740 #feas_3_1 , .kaitori_form_header .form_inner_740 #feas_3_1{
		width: 50% !important;
		margin-bottom: 5px;
		appearance: auto;
		height: 30px;
		padding-left: 10px;
		border: 1px solid #333;
		border-radius: 0px;
		margin: 0;
		-webkit-appearance: none;
	}
	.kaitori_form_740 .form_inner_740 #feas_3_0 , .kaitori_form_header .form_inner_740 #feas_3_0{
		border-radius: unset !important;
		width: 25%;
		font-size: 11px;
		margin-bottom: 10px;
		color: #FFF;
		background: #333;
		height: 30px;
		border: none;
		letter-spacing: 1px;
		cursor: pointer;
		-webkit-appearance: none;
		border-radius: 0px;
		position: relative;
		z-index: 1;
		padding: 0 40px 0 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.kaitori_form_740 .form_inner_740 #feas-submit-button-3 , .kaitori_form_header .form_inner_740 #feas-submit-button-3{
		width: 25%;
		background: #333;
		color: #FFF;
		height: 30px;
		border: none;
		float: right;
		letter-spacing: 2px;
		cursor: pointer;
		margin: 0 !important;
		-webkit-appearance: none;
		border-radius: 0px;
	}

	.kaitori_form_740 #feas-searchform-3::after , .kaitori_form_header #feas-searchform-3::after{
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 150px;
    margin-top: -4px;
    z-index: 9999;
}