/*

PC002

*/
/* #page_header
-----------------------------------------*/
#page_header #search_name h1 {
margin-left: 50px;
  padding-top: 3px;
}

/*=========================================
#contents
=========================================*/
#contents {
  background: #00386b;
  margin-bottom: 80px;
}

#main_content {
  margin-bottom: -80px !important;
}

#area_btn ul {
  overflow: hidden;
  padding: 3% 1%;
  border-bottom: 1px solid #7390A9;
}
#area_btn ul li {
  float: left;
  margin-right: 1.25%;
  width: 19%;
  height: 60px;
  font-size: 100%;
  font-weight: normal;
  background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  border-radius: 3px;
}
@media screen and (max-width: 320px) {
  #area_btn ul li {
    font-size: 123%;
  }
}
#area_btn ul li:nth-child(5) {
  margin-right: 0;
}
#area_btn ul li:nth-child(-n+5) {
  margin-bottom: 2%;
}
#area_btn ul li a {
  display: table;
  width: 100%;
  height: 100%;
  color: #036EC0;
  text-decoration: none;
}
#area_btn ul li div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#area_btn > a {
  display: block;
  margin: 4% 0 5%;
  color: #333;
  text-decoration: none;
  background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}

#area_btn > a {
  display: block;
  margin: 4% 0 5%;
  color: #333;
  text-decoration: none;
  background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}

#area_btn p {
  padding: 5% 3%;
  font-size: 125%;
  background: url(../../common/img/btn_arrow.png) no-repeat 93% center;
  background-size: 2%;
}

.accordion > div {
  position: relative;
}

.area_name {
  padding: 5% 3%;
  font-size: 125%;
  background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}

.accordion_btn span {
  background: #666666;
}

.accordion_btn span::before,
.accordion_btn span::after {
  background: #D2D2D2;
}

.accordion_cont {
  display: none;
  padding-bottom: 0;
}

.accordion_cont li {
  margin-bottom: 0;
  padding-left: 2%;
  font-size: 116%;
  background: #fff;
  border-bottom: 1px solid #E6E6E6;
}

.accordion_cont li span {
  display: inline-block;
  padding: 3% 1% 3% 10%;
  color: #333;
}

/* #search_foot */
#search_foot {
  width: 100%;
  height: 70px;
  background-color: #00235f;
}

#search_foot.fixed {
  position: fixed;
  bottom: 0;
  z-index: 500;
}

#search_foot .inner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#search_foot .inner .search_btn {
  display: table;
  width: 100%;
}

#search_foot .inner .search_btn > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#search_foot .search_cancel {
  box-sizing: border-box;
  width: 40%;
  padding: 8px 10px 8px 0;
}

#search_foot .search_cancel a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

#search_foot .search_cancel a span {
  position: relative;
  padding-left: 13px;
}

#search_foot .search_cancel a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#search_foot .search_submit {
  box-sizing: border-box;
  width: 60%;
}

#search_foot .common_btn4, .common_btn1 {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 1.077em;
}

/*////////////////////////////////////////

accordion

////////////////////////////////////////*/
.accordion_btn {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -16px;
}

.accordion_cont {
  padding-bottom: 15px;
}

.accordion_btn span {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.accordion_btn span::before,
.accordion_btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  margin: -1px 0 0 -8px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.accordion_btn:not(.open) span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*////////////////////////////////////////

campaign

////////////////////////////////////////*/
.sp_img, h2 img, h3 img, h4 img, section#header > img, section#carlist > img, section#carlist ul + img, section#carlist ul li img, section#carlist div img, section#present #detail_bottom img {
  width: 100%;
  height: auto;
}

h2 {
  padding-top: 12px;
  margin-bottom: 12px;
}

h3 {
  margin-top: 28px;
  margin-bottom: 28px;
}

section#header {
	position: relative;
	background-color: #F3F2ED;
}
section#header a img {
  width: 100%;
}
section#header .detail_btn {
	top: 250px;
	left: 0;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	width: 100%;
	background: #F3F2ED:
}
section#header .detail_btn a{
	display: inline-block;
	background-color: #F3F2ED;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	padding: 10px 20px 10px 20px;
}
section#header .detail_btn a:hover{
	background: #F3F2ED;
	color: #000;
}
section#header .detail_btn a:visited{
	color: #000;
}

section#carlist {
  background-color: #FFF;
  background-image: url('../img/carlist_bg.png');
  background-position: center 99.6%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
section#carlist > img {
  vertical-align: bottom;
}
section#carlist h2.search_headtitle {
	box-sizing: border-box;
	background: url('../img/02_bg.jpg') no-repeat;
	background-position: center bottom;
	background-size:contain;
	min-height: 80px;
	color: #00345d;
	font-size: 20px;
	font-weight: 200;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
section#carlist h3.search_title {
	background: #02124a;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 0 20px 0 20px;
}

section#carlist h3.search_title1 {
	background: #bf4600;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 0 20px 0 20px;
}

section#carlist ul {
  overflow: hidden;
  padding-right: 5%;
  padding-left: 5%;
  background-image: url('../img/model_bg.jpg');
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
section#carlist ul + img {
  vertical-align: top;
}
section#carlist ul li {
  float: left;
  width: 50%;
  margin-bottom: 6px;
}

section#carlist #search_all {
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	padding: 20px 20px 30px 20px;
}
section#carlist #search_all a{
	display: inline-block;
	box-sizing: border-box;
	background: url('../img/search_icon.png') 10% 50% no-repeat;
	background-color: #0073ce;
	color: #fff;
	width: 100%;
	max-width: 360px;
	text-decoration: none;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	padding: 20px 30px 20px 55px;
}
section#carlist #search_all a:hover{
	background-color: #2592e8;
	color: #fff;
}
@media screen and (max-width: 320px) {
	section#carlist #search_all a{
		font-size: 16px;
		background-position: 6% 50%;
	}
}



section#detail {
  background-color: #E1DEDE;
  overflow: hidden;
	padding-bottom: 30px;
}
section#detail h2 {
  padding-top: 30px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
section#detail h4 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
  background-color: #4F0306;
}
section#detail dl {
  overflow: hidden;
}
section#detail dl dt, section#detail dl dd {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
section#detail dl dt {
	color: #000;
  height: 24px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  clear: left;
}
section#detail dl dd {
	color: #000;
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}
section#detail p {
 padding-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
  margin-bottom: 1em;
	font-size: 10px;
}
section#detail img {
  width: 100%;
}

section#present {
  padding-bottom: 2em;
  background-color: #000;
}
section#present #detail_bottom {
  margin-bottom: 2em;
}
section#present ul li {
  display: block;
  margin: 0 0 2em 0;
}

section#detail_caution {
  background-color: #000;
}
section#detail_caution img {
  width: 100%;
}
section#detail_caution h2 {
  font-size: 30px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
}
section#detail_caution ul {
  padding: 1em 20px 3em 20px;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
}
section#detail_caution p {
  font-size: 10px;
}

section#foot_search {
  clear: both;
  width: 100%;
  background-color: #000;
  padding: 0px 0px 120px 0px;
  text-align: center;
  position: relative;
}
section#foot_search h3 {
  margin: 0px 0px 23px 0px;
  padding: 0px;
}
section#foot_search div {
  position: absolute;
  bottom: 0.em;
  width: 90%;
  left: 5%;
  padding-bottom: 20px;
}

#ca{
  margin: 0;
  background: #fff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
#ca img{
  width: 100%
}
