img{
vertical-align: top;
margin-bottom: 0;
}

/*--------------------------------------
 サポートメニュー　sup00
---------------------------------------*/
#sup00_title {
margin: 0 auto;
widows: 100%;
}

#all {
	background-color: #fff;
	background-image:url(../img/support/sup00_bg_a.jpg);
	background-repeat: no-repeat;
	background-size:100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#support00_all {
	background-color: #141328;
	background-image:url(../img/support/sup01_bg_a.jpg);
	/*background-position: 0vw center;*/
	background-repeat: repeat-y;
	background-size: cover;
	height: 2500px;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
	vertical-align: top;
	width: 100%;
}

/*--- メニューボックス -------*/
#sup00_main{
	margin: 0px;
	/*padding: 0 0 37% 0;*/
	padding: 0px 0px 42vw;

	/*height: 445px;*/
	text-align: center;
	position: relative;
	width: 100%;
}

/*--- メニューバー -------*/
#sup00_main ul{
	border-radius: 10px;
	border: solid 1px #ddd;
	margin: 0 auto;
	overflow: hidden;
	width: 80%;
}

#sup00_main li{
  border-bottom: solid 1px #ccc;
  line-height: 50px;
  background-image: url();
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
	list-style: none;
  width: 100%;
  /*text-indent: 2.2em*/
}
#sup00_main a{
  color: #333;
  display: block;
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

/*--------------------------------------
鑑定師紹介　sup01
---------------------------------------*/
#support01_all {
	background-color: #f4e4ea;
	width: 100%;
}

#sup01_bg_a {
	background-image:url(../img/support/sup01_bg_a.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*height: 200vw;*/
	margin: 0 auto;
	position: relative;
	vertical-align: top;
	width: 100%;
}

.sup01_teller_text_a{
	width: 90%;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    -webkit-text-size-adjust: none;
}