@charset "UTF-8";
/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @import "compass/reset"; */
/* Variable */
/*extend*/
html, body {
  font-family: "San Francisco", Verdana, Arial, PingFang, JhengHei, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.p-company .section-title, .p-news .section-title, .p-deals .section-title, .p-news-view .section-title, .p-knowledge .section-title, .p-member .section-title, .p-terms .section-title, .p-privacy .section-title, .p-store .section-title, .p-store-v .section-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.p-terms .terms-item {
  border-bottom: 1px solid #e6e6e6;
}

.p-news .section-content ul li a.active:before, .p-deals .section-content ul li a.active:before, .p-knowledge .section-content ul li a.active:before, .p-member .section-content ul li a.active:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-news .section-content .news-list-wrapper .page-num a:after, .p-deals .section-content .news-list-wrapper .page-num a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-cars .item-card .card-border img, .p-store .item-card .card-border img, .p-store-v .item-card .card-border img, .p-index #newcars.owl-carousel .owl-prev, .p-index #newcars.owl-carousel .owl-next {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.p-cars .item-card .card-border ul .price, .p-store .item-card .card-border ul .price, .p-store-v .item-card .card-border ul .price {
  font-size: 1.4em;
}

.price {
  font-size: 1.4em;
  color: red;
}

.sale-lebal, .p-cars .item-card .card-border ul .sale-lebal, .p-store .item-card .card-border ul .sale-lebal, .p-store-v .item-card .card-border ul .sale-lebal {
  float: right;
  margin-top: 3px;
  font-size: .75rem;
  line-height: 1.6;
  color: white;
  padding: 1px 6px;
  border-radius: 3px;
}

.available {
  background-color: #81D181;
}

.deposit {
  background-color: #ff8a00;
}

.sold {
  background-color: red;
}

.msg-lg, .msg-md, .msg-sm {
  font-family: inherit;
  color: #333333;
  text-align: center;
}

.msg-lg {
  font-size: 2em;
  line-height: 1.8em;
}

.msg-md {
  font-size: 1.6em;
  line-height: 1.4em;
}

.msg-sm {
  font-size: 1em;
}

.msg-success {
  color: #5cb85c;
}

.msg-error, .error_message {
  color: #f00;
}

.clearfix {
  *zoom: 1;
  clear: both;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/*------------global---------------*/
html, body {
  font-size: 100%;
}

html *, body * {
  box-sizing: border-box;
}

html img, body img {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

body {
  background-color: #f3f3f3;
  line-height: 1.237;
}

body * {
  box-sizing: border-box;
}

body a, body input {
  color: #000000;
  text-decoration: none;
}

body a:active, body a:focus, body input:active, body input:focus {
  outline: none;
  color: inherit;
}

body a:hover {
  text-decoration: none;
  color: #cc5f29;
}

body input {
  padding: 3px 5px;
}

body button {
  outline: none;
  color: inherit;
}

body p {
  text-align: justify;
  font-size: 1em;
  padding: .5em 0;
  line-height: 1.6em;
}

body span.highlight {
  font-size: 1.1em;
  color: red;
}

body h2 {
  font-family: "San Francisco", Verdana, Arial, 'Noto Sans TC', 'Noto Sans', JhengHei, "Microsoft JhengHei", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}

body h3 {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.3;
  padding: 8px 0;
}

body h4 {
  font-weight: 900;
  font-size: 1.1em;
  line-height: 1.2;
  padding: 4px 0;
}

body .show {
  display: block;
}

body .hide {
  display: none;
}

body .btn {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 8px 30px;
}

body .row2 {
  width: 100%;
}

.wrapper {
  width: 1020px;
  margin: 0 auto;
  background-color: white;
}

.inner-wrapper {
  margin: 0 auto;
  margin-top: -100px;
  background-color: #fff;
  border-radius: 8px;
}

/*------------Nav---------------*/
nav {
  *zoom: 1;
  padding-top: 20px;
}

nav:before, nav:after {
  display: table;
  content: '';
}

nav:after {
  clear: both;
}

nav > a {
  display: inline-block;
}

nav ul {
  display: inline-block;
  margin-left: 100px;
  margin-bottom: 10px;
  /*overwrite BS*/
  margin-top: 10px;
  *zoom: 1;
}

nav ul:before, nav ul:after {
  display: table;
  content: '';
}

nav ul:after {
  clear: both;
}

nav ul li {
  float: left;
  border-right: 1px solid #cccccc;
}

nav ul li a {
  display: block;
  font-size: 1em;
  font-weight: bolder;
  color: #000;
  text-align: center;
  vertical-align: bottom;
  padding: 0px 12px;
}

nav ul li a:hover {
  text-decoration: none;
  color: #cc5f29;
}

nav ul li:last-child {
  border: none;
}

/*------------header---------------*/
header {
  height: 200px;
  position: relative;
}

header #topbanner {
  position: relative;
  height: 100%;
  overflow: hidden;
  list-style: none;
}

header #topbanner li {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
}

header #topbanner img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: baseline;
}

header .nav-login {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 230px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/login-mark.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

header .nav-login .nav-login-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  *zoom: 1;
  text-align: center;
}

header .nav-login .nav-login-bar:before, header .nav-login .nav-login-bar:after {
  display: table;
  content: '';
}

header .nav-login .nav-login-bar:after {
  clear: both;
}

header .nav-login .nav-login-bar > div:before, header .nav-login .nav-login-bar > div:after {
  content: '';
  position: absolute;
  background-color: #cccccc;
}

header .nav-login .nav-login-bar > div:before {
  left: 5%;
  top: 0;
  width: 90%;
  height: 1px;
}

header .nav-login .nav-login-bar > div:after {
  left: 50%;
  top: 10%;
  width: 1px;
  height: 80%;
}

header .nav-login .nav-login-bar .no-login a, header .nav-login .nav-login-bar .yes-login a {
  width: 50%;
  color: #ffffff;
  line-height: 42px;
  font-size: 0.85em;
  letter-spacing: 2px;
  text-indent: 2px;
}

header .nav-login .nav-login-bar .no-login a:hover, header .nav-login .nav-login-bar .yes-login a:hover {
  color: #dddddd;
}

header .nav-login .nav-login-bar .no-login {
  padding: 0 10px;
}

header .nav-login .nav-login-bar .no-login a {
  float: left;
}

header .nav-login .nav-login-bar .yes-login a {
  float: left;
}

/*------------footer---------------*/
footer {
  width: 100%;
  margin-top: 0px;
  font-size: 0.7em;
  text-align: center;
  color: #999999;
}

footer .gotop {
  height: 35px;
  padding-right: 30px;
  border-bottom: 1px solid #808080;
  text-align: right;
}

footer .gotop .gotop-bg {
  background-color: pink;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #e6e6e6;
  cursor: pointer;
}

footer .footer-items {
  height: 80px;
  *zoom: 1;
  padding: 10px 25px 20px;
}

footer .footer-items:before, footer .footer-items:after {
  display: table;
  content: '';
}

footer .footer-items:after {
  clear: both;
}

footer .footer-items .copyright {
  float: left;
  margin-top: 15px;
}

footer .footer-items .ssl-mark {
  float: left;
  margin-top: 3px;
  margin-left: 85px;
}

footer .footer-items .ssl-mark img {
  width: 40px;
}

footer .footer-items ul {
  float: right;
  margin-top: 15px;
}

footer .footer-items ul li {
  display: inline-block;
}

footer .footer-items ul li a {
  color: #333333;
}

footer .footer-items ul li a:hover {
  color: #999999;
  text-decoration: underline;
}

footer .footer-items ul li a.go-mobile {
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 2px;
  color: #808080;
  background-color: #e6e6e6;
}

footer .footer-items ul li a.go-mobile:hover {
  color: #808080;
  text-decoration: none;
}

/*------------content---------------*/
.content {
  padding: 20px 15px 25px;
  *zoom: 1;
}

.content section .section-title {
  *zoom: 1;
  line-height: normal;
  margin-bottom: 20px;
}

.content section .section-title:before, .content section .section-title:after {
  display: table;
  content: '';
}

.content section .section-title:after {
  clear: both;
}

.content section .section-title h2 {
  float: left;
  padding-left: 12px;
}

.content section .section-title h2 + span {
  float: left;
  color: #333333;
  font-size: .95em;
  padding: 8px 0 0 5px;
}

.content section .section-title h2 + span#member-userid {
  padding-left: 20px;
}

.content section .section-title h2 + span#member-userid i {
  padding: 0 10px;
}

.content section .section-title a.more {
  float: right;
  color: #999999;
  font-size: 0.8em;
  line-height: 25px;
  padding-top: 8px;
}

.content section .section-title a.more i {
  margin-left: 4px;
}

.content section .section-title2 {
  *zoom: 1;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 15px;
}

.content section .section-title2:before, .content section .section-title2:after {
  display: table;
  content: '';
}

.content section .section-title2:after {
  clear: both;
}

.content section .section-title2 h2 {
  float: left;
  font-size: 1.2em;
  text-indent: 15px;
  line-height: 1.3;
}

.content .section-content {
  padding: 10px 30px;
}

.content .col-left {
  float: left;
}

.content .col-right {
  float: right;
}

.content:before, .content:after {
  display: table;
  content: '';
}

.content:after {
  clear: both;
}

@media all and (-ms-high-contrast: none) {
  /* IE10 */
  /* IE11 */
  *::-ms-backdrop, .content {
    padding: 20px 0px;
  }
}

.content section .section-title h2, .content section .section-title2 h2, .p-index .col-right .findcar-block {
  position: relative;
}

.content section .section-title h2:before, .content section .section-title2 h2:before, .p-index .col-right .findcar-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #b3afa4;
}

.p-news .section-content ul, .p-deals .section-content ul, .p-knowledge .section-content ul, .p-member .section-content ul {
  margin: 15px auto 30px;
}

.p-news .section-content ul li, .p-deals .section-content ul li, .p-knowledge .section-content ul li, .p-member .section-content ul li {
  display: inline-block;
  margin-right: -7px;
}

.p-news .section-content ul li a, .p-deals .section-content ul li a, .p-knowledge .section-content ul li a, .p-member .section-content ul li a {
  padding: 6px 20px;
  border: 1px solid #cccccc;
}

.p-news .section-content ul li a.active, .p-deals .section-content ul li a.active, .p-knowledge .section-content ul li a.active, .p-member .section-content ul li a.active {
  color: white;
  background-color: #999999;
  position: relative;
}

.p-news .section-content ul li a.active:before, .p-deals .section-content ul li a.active:before, .p-knowledge .section-content ul li a.active:before, .p-member .section-content ul li a.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #999999 transparent transparent transparent;
}

.p-news .section-content .news-list-wrapper .pager, .p-deals .section-content .news-list-wrapper .pager {
  color: #808080;
  *zoom: 1;
}

.p-news .section-content .news-list-wrapper .pager:before, .p-deals .section-content .news-list-wrapper .pager:before, .p-news .section-content .news-list-wrapper .pager:after, .p-deals .section-content .news-list-wrapper .pager:after {
  display: table;
  content: '';
}

.p-news .section-content .news-list-wrapper .pager:after, .p-deals .section-content .news-list-wrapper .pager:after {
  clear: both;
}

.p-news .section-content .news-list-wrapper .pager .page_info, .p-deals .section-content .news-list-wrapper .pager .page_info {
  float: left;
  line-height: 30px;
}

.p-news .section-content .news-list-wrapper .pager .paging, .p-deals .section-content .news-list-wrapper .pager .paging {
  float: right;
  line-height: 40px;
}

.p-news .section-content .news-list-wrapper .pager a.prev, .p-deals .section-content .news-list-wrapper .pager a.prev, .p-news .section-content .news-list-wrapper .pager a.next, .p-deals .section-content .news-list-wrapper .pager a.next {
  line-height: 40px;
  margin: 0 5px;
}

.p-news .section-content .news-list-wrapper .page-num, .p-deals .section-content .news-list-wrapper .page-num {
  display: inline;
}

.p-news .section-content .news-list-wrapper .page-num a, .p-deals .section-content .news-list-wrapper .page-num a {
  position: relative;
  line-height: 40px;
  padding: 0 5px;
}

.p-news .section-content .news-list-wrapper .page-num a:after, .p-deals .section-content .news-list-wrapper .page-num a:after {
  content: '/';
  position: absolute;
  right: -5px;
  z-index: 2;
  color: #333333;
}

.p-news .section-content .news-list-wrapper .page-num a:last-child:after, .p-deals .section-content .news-list-wrapper .page-num a:last-child:after {
  content: '';
}

.p-news .section-content .news-list-wrapper .page-num a.page-num-active, .p-deals .section-content .news-list-wrapper .page-num a.page-num-active {
  color: red;
  font-weight: 900;
}

.p-cars .grid-sizer, .p-store .grid-sizer, .p-store-v .grid-sizer {
  width: 25%;
}

.p-cars .item-card, .p-store .item-card, .p-store-v .item-card {
  float: left;
  padding: 10px 5px;
  font-size: .85em;
}

.p-cars .item-card .card-border, .p-store .item-card .card-border, .p-store-v .item-card .card-border {
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.p-cars .item-card .card-border .insert-img, .p-store .item-card .card-border .insert-img, .p-store-v .item-card .card-border .insert-img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.p-cars .item-card .card-border img, .p-store .item-card .card-border img, .p-store-v .item-card .card-border img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.p-cars .item-card .card-border img:hover, .p-store .item-card .card-border img:hover, .p-store-v .item-card .card-border img:hover {
  opacity: .8;
}

.p-cars .item-card .card-border ul, .p-store .item-card .card-border ul, .p-store-v .item-card .card-border ul {
  padding: 0 0 10px;
  line-height: 1.3;
}

.p-cars .item-card .card-border ul li, .p-store .item-card .card-border ul li, .p-store-v .item-card .card-border ul li {
  color: #999999;
  text-align: left;
  padding: 0.2em 0.4em;
}

.p-cars .item-card .card-border ul li a, .p-store .item-card .card-border ul li a, .p-store-v .item-card .card-border ul li a {
  width: 100%;
  font-size: .85rem;
  text-align: left;
  word-break: break-all;
}

.p-cars .item-card .card-border ul li:last-child, .p-store .item-card .card-border ul li:last-child, .p-store-v .item-card .card-border ul li:last-child {
  margin-top: 12px;
}

.p-cars .item-card .card-border ul li:first-child, .p-store .item-card .card-border ul li:first-child, .p-store-v .item-card .card-border ul li:first-child {
  height: 2.4rem;
  overflow: hidden;
}

.p-cars .item-card .card-border ul li:first-child a, .p-store .item-card .card-border ul li:first-child a, .p-store-v .item-card .card-border ul li:first-child a {
  line-height: 1.1rem;
  text-overflow: ellipsis;
}

.p-cars .masonry .masonry-page {
  border-top: 1px solid #cccccc;
  float: left;
  width: calc(100% - 20px);
  margin-left: 10px;
  font-size: .85rem;
}

.p-cars .masonry .masonry-page .masonry-page-center {
  width: 30%;
  height: 30px;
  line-height: 30px;
  min-width: 200px;
  margin: 0 auto;
  color: #999999;
  *zoom: 1;
}

.p-cars .masonry .masonry-page .masonry-page-center:before, .p-cars .masonry .masonry-page .masonry-page-center:after {
  display: table;
  content: '';
}

.p-cars .masonry .masonry-page .masonry-page-center:after {
  clear: both;
}

.p-cars .masonry .masonry-page .page-num {
  float: left;
}

.p-cars .masonry .masonry-page .page-num .now {
  padding: 0 5px 0 0;
  color: #808080;
}

.p-cars .masonry .masonry-page .gotop-btn {
  float: right;
  margin-left: 20px;
  font-size: .75rem;
}

.p-cars .masonry .masonry-page .page-btn {
  float: right;
}

.p-cars .masonry .masonry-page .page-btn .page-btn-prev {
  display: inline-block;
  margin-right: 4px;
}

.p-cars .masonry .masonry-page .page-btn .page-btn-next {
  display: inline-block;
}

.p-cars .masonry .masonry-page .page-btn a {
  display: block;
  height: 20px;
  line-height: 20px;
  background-color: #e6e6e6;
  padding: 0 10px;
  border-radius: 99em;
  font-size: .75rem;
}

/*===================== z-index =====================*/
/* --------------------------------index --------------------------------*/
.p-index #newcars.owl-carousel {
  position: relative;
}

.p-index #newcars.owl-carousel .owl-prev, .p-index #newcars.owl-carousel .owl-next {
  position: absolute;
  border-radius: 99em;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-index #newcars.owl-carousel .owl-prev:hover, .p-index #newcars.owl-carousel .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-index #newcars.owl-carousel .owl-prev {
  left: 10px;
  top: 30%;
}

.p-index #newcars.owl-carousel .owl-next {
  right: 10px;
  top: 30%;
}

.p-index #newcars.owl-carousel .newcars-item {
  margin: 0 5px;
}

.p-index #newcars.owl-carousel .newcars-item-text {
  font-size: 0.78em;
  color: #808080;
}

.p-index #newcars.owl-carousel .newcars-item-text p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-model {
  color: #000000;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-data span.cars-price {
  color: red;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-data a {
  color: #333333;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-data a:hover {
  color: #999999;
}

.p-index .col-left {
  background-color: #ffffff;
  width: 40%;
}

.p-index .col-left #map {
  position: relative;
  width: 336px;
  height: 480px;
  background: url("../images/bg_map.jpg") center 12px no-repeat;
  margin: 0 auto;
}

.p-index .col-left #map ul.county_names_left {
  position: absolute;
  left: 2px;
  top: 2px;
  line-height: 33px;
}

.p-index .col-left #map ul.county_names_right {
  position: absolute;
  right: 0px;
  top: -20px;
  line-height: 78px;
}

.p-index .col-right {
  width: 60%;
}

.p-index .col-right .section-title h2:before {
  display: none;
}

.p-index .col-right .section-content {
  padding-left: 15px;
}

.p-index .col-right .findcar-block {
  background-color: #e6e6e6;
  padding: 8px 0;
}

.p-index .col-right .findcar-block select {
  height: 30px;
  padding: 0 0 0 20px;
  color: #808080;
}

.p-index .col-right .findcar-block select option:selected {
  color: blue;
}

.p-index .col-right .findcar-block select.find-brand {
  width: 40%;
}

.p-index .col-right .findcar-block select.find-price {
  width: 15%;
}

.p-index .col-right .findcar-block select.find-year {
  width: 20%;
}

.p-index .col-right .findcar-block select.find-cc {
  width: 20%;
}

.p-index .col-right .rank-block {
  margin-top: 30px;
}

.p-index .col-right .rank-block .section-title {
  margin-bottom: 10px;
}

.p-index .col-right .rank-block h2 {
  float: left;
  text-indent: 15px;
  position: relative;
}

.p-index .col-right .rank-block h2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #b3afa4;
}

.p-index .col-right .marquee {
  width: 100%;
  overflow: hidden;
  padding: 5px 0 0;
}

.p-index .col-right .marquee > ul {
  *zoom: 1;
}

.p-index .col-right .marquee > ul:before, .p-index .col-right .marquee > ul:after {
  display: table;
  content: '';
}

.p-index .col-right .marquee > ul:after {
  clear: both;
}

.p-index .col-right .marquee .rank-item {
  *zoom: 1;
  width: 48%;
  max-width: 290px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 0;
}

.p-index .col-right .marquee .rank-item:before, .p-index .col-right .marquee .rank-item:after {
  display: table;
  content: '';
}

.p-index .col-right .marquee .rank-item:after {
  clear: both;
}

.p-index .col-right .marquee .rank-item a.rank-item-img {
  float: left;
  width: 45%;
  max-width: 112px;
  max-height: 84px;
  text-align: center;
}

.p-index .col-right .marquee .rank-item a.rank-item-img img {
  width: 100%;
  height: auto;
}

.p-index .col-right .marquee .rank-item ul.rank-item-text {
  float: left;
  width: 55%;
  height: 82px;
  word-wrap: break-word;
  color: #333333;
  font-size: 0.78em;
  padding-left: 5px;
}

.p-index .col-right .marquee .rank-item ul.rank-item-text li.rank-item-store {
  margin-bottom: 6px;
}

.p-index .col-right .marquee .rank-item ul.rank-item-text li.rank-item-date {
  position: absolute;
  left: 5px;
  bottom: 2px;
  color: #808080;
}

/* -------------------------------- company --------------------------------*/
/* -------------------------------- news --------------------------------*/
.p-news .section-content .news-list-wrapper, .p-deals .section-content .news-list-wrapper {
  font-size: 0.75em;
}

.p-news .section-content .news-list-wrapper #news_container .news, .p-deals .section-content .news-list-wrapper #news_container .news {
  *zoom: 1;
  border-bottom: 1px solid #e6e6e6;
}

.p-news .section-content .news-list-wrapper #news_container .news:before, .p-deals .section-content .news-list-wrapper #news_container .news:before, .p-news .section-content .news-list-wrapper #news_container .news:after, .p-deals .section-content .news-list-wrapper #news_container .news:after {
  display: table;
  content: '';
}

.p-news .section-content .news-list-wrapper #news_container .news:after, .p-deals .section-content .news-list-wrapper #news_container .news:after {
  clear: both;
}

.p-news .section-content .news-list-wrapper #news_container .news .title, .p-deals .section-content .news-list-wrapper #news_container .news .title {
  float: left;
}

.p-news .section-content .news-list-wrapper #news_container .news .title a, .p-deals .section-content .news-list-wrapper #news_container .news .title a {
  line-height: 40px;
}

.p-news .section-content .news-list-wrapper #news_container .news .date, .p-deals .section-content .news-list-wrapper #news_container .news .date {
  float: right;
  line-height: 40px;
}

/* -------------------------------- news-view --------------------------------*/
.p-news-view .section-content {
  padding: 0 30px;
}

.p-news-view .section-content p.date {
  font-size: .8em;
  color: #999999;
}

.p-news-view .section-content p.img {
  text-align: center;
}

.p-news-view .section-content p.img img {
  width: 590px;
  max-width: 100%;
}

/* -------------------------------- deals --------------------------------*/
/* -------------------------------- cars --------------------------------*/
.p-cars .findcar2-block {
  background-color: #e6e6e6;
  padding: 8px 0;
  margin-bottom: 10px;
}

.p-cars .findcar2-block .section-title {
  margin: 0;
}

.p-cars .findcar2-block .section-title > div {
  float: right;
  line-height: 33px;
  padding: 0 20px;
  font-size: .85em;
  color: #808080;
}

.p-cars .findcar2-block .section-title > div span:hover {
  cursor: pointer;
  color: #cc5f29;
}

.p-cars .findcar2-block .section-title > div .reset {
  margin-right: 20px;
}

.p-cars .findcar2-block .section-title > div i {
  color: #ed145b;
  padding-left: 2px;
}

.p-cars .findcar2-block .section-title > div .adv-find i {
  font-size: 1.4em;
}

.p-cars .findcar2-block .row-1st {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.p-cars .findcar2-block .row-2nd {
  display: flex;
  justify-content: space-between;
}

.p-cars .findcar2-block select {
  height: 30px;
  padding: 0 0 0 20px;
  color: #808080;
  margin: 0 2px;
  font-size: .85em;
}

.p-cars .findcar2-block select option:selected {
  color: blue;
}

.p-cars .findcar2-block select#find-city {
  flex: 0.8 1 0;
}

.p-cars .findcar2-block select#find-brand {
  flex: 1.5 1 0;
}

.p-cars .findcar2-block select#find-model {
  flex: 1.5 1 0;
}

.p-cars .findcar2-block select#find-price {
  flex: 1.2 1 0;
}

.p-cars .findcar2-block select#find-year {
  flex: 1 1 0;
}

.p-cars .findcar2-block select#find-cc {
  flex: 1 1 0;
}

.p-cars .findcar2-block .row-2nd div {
  font-size: .85em;
  flex: 1 1 0;
}

.p-cars .findcar2-block .row-2nd div label {
  white-space: nowrap;
}

.p-cars .findcar2-block .row-2nd div input {
  max-width: 95px;
  margin: 0 3px;
}

.p-cars .findcar2-block .section-content {
  padding-left: 15px;
  padding-right: 15px;
}

.p-cars .masonry {
  padding-top: 0;
  margin: 0 auto;
  *zoom: 1;
}

.p-cars .masonry:before, .p-cars .masonry:after {
  display: table;
  content: '';
}

.p-cars .masonry:after {
  clear: both;
}

/* -------------------------------- cars-view --------------------------------*/
.p-cars-v {
  /* shop end*/
  /* jssor slider thumbnail navigator skin 03 css */
  /*.jssort03 .p            (normal).jssort03 .p:hover      (normal mouseover).jssort03 .pav          (active).jssort03 .pdn          (mousedown)*/
}

.p-cars-v .col-l {
  float: left;
  width: 60%;
  padding-right: 10px;
}

.p-cars-v .col-r {
  float: right;
  width: 40%;
}

.p-cars-v .col-r .infobox {
  margin-bottom: 15px;
}

.p-cars-v .content .section-title {
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.p-cars-v .photo_block2 {
  width: 580px;
  margin-bottom: 90px;
}

.p-cars-v .infobox {
  background-color: #e6e6e6;
  padding-bottom: 20px;
}

.p-cars-v .infobox .info-topbar {
  border-bottom: 1px solid #999999;
  line-height: 2.5;
  padding: 0 10px;
}

.p-cars-v .infobox .info-topbar .car-id {
  float: right;
  font-size: .8em;
  line-height: 40px;
  color: #333333;
}

.p-cars-v .infobox .info-topbar i.fa {
  float: right;
  border: 1px solid #cccccc;
  background-color: #cccccc;
  border-radius: 3px;
  color: #808080;
  line-height: 1.1;
  margin-top: 9px;
  padding: 2px;
}

.p-cars-v .infobox .info-topbar i.fa:hover {
  cursor: pointer;
}

.p-cars-v .infobox .info-topbar i.fa:before {
  text-align: center;
}

.p-cars-v .infobox .info-content {
  padding: 10px 10px 0;
}

.p-cars-v .infobox .info-content p {
  font-size: .9em;
}

.p-cars-v .car-intro .info-content p {
  line-height: 1.6;
}

.p-cars-v .car-ans .ans-item {
  margin: 0 0 20px;
  font-size: .9em;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}

.p-cars-v .car-ans .name {
  line-height: 1.8;
}

.p-cars-v .car-ans .ans-customer {
  margin-bottom: 5px;
}

.p-cars-v .car-ans .ans-customer p {
  padding: 0;
}

.p-cars-v .car-ans .ans-customer ul {
  *zoom: 1;
}

.p-cars-v .car-ans .ans-customer ul:before, .p-cars-v .car-ans .ans-customer ul:after {
  display: table;
  content: '';
}

.p-cars-v .car-ans .ans-customer ul:after {
  clear: both;
}

.p-cars-v .car-ans .ans-customer ul li.name {
  float: left;
}

.p-cars-v .car-ans .ans-customer ul li.time {
  float: right;
  color: #999999;
  font-size: 0.75em;
  line-height: 1.9;
}

.p-cars-v .car-ans .ans-boss {
  background-color: #d9d9d9;
  padding: 5px 10px;
}

.p-cars-v .car-ans .ans-boss p {
  padding: 0;
}

.p-cars-v .car-ask table {
  width: 100%;
  font-size: .9em;
}

.p-cars-v .car-ask table tr th {
  width: 15%;
  padding-left: 8%;
  vertical-align: middle;
}

.p-cars-v .car-ask table tr th label {
  letter-spacing: 1.5px;
  font-weight: 900;
}

.p-cars-v .car-ask table tr .verticle-top {
  vertical-align: top;
  padding-top: 10px;
}

.p-cars-v .car-ask table tr td {
  width: 80%;
  padding: 5px 20px 5px 5px;
}

.p-cars-v .car-ask table tr td input.text_input {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #999999;
}

.p-cars-v .car-ask table tr td textarea {
  border-radius: 5px;
  border: 1px solid #999999;
  resize: vertical;
  overflow-y: auto;
  width: 100%;
  height: 120px;
}

.p-cars-v .car-ask table tr td textarea:focus {
  outline: 0;
}

.p-cars-v .car-ask table tr td span.field_info {
  color: #808080;
  line-height: 3em;
}

.p-cars-v .car-ask table tr .required:after {
  content: '*';
  color: #f00;
}

.p-cars-v .car-ask table tr .submit {
  color: white;
  text-decoration: none;
  background-color: #4173D8;
}

.p-cars-v .car-ask table tr .submit:hover {
  background-color: #447AE5;
}

.p-cars-v .car-ask table a {
  text-decoration: underline;
}

.p-cars-v .specs {
  /* DivTable.com */
}

.p-cars-v .specs .divTable {
  font-size: 0.9em;
  display: table;
  width: 100%;
}

.p-cars-v .specs .divTableRow {
  display: table-row;
}

.p-cars-v .specs .divTableHeading {
  display: table-header-group;
}

.p-cars-v .specs .divTableCell, .p-cars-v .specs .divTableHead {
  display: table-cell;
  padding: 5px;
}

.p-cars-v .specs .divTableCell:first-child {
  width: 30%;
}

.p-cars-v .specs .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-cars-v .specs .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-cars-v .specs .divTableBody {
  display: table-row-group;
}

.p-cars-v .equipments ul {
  *zoom: 1;
}

.p-cars-v .equipments ul:before, .p-cars-v .equipments ul:after {
  display: table;
  content: '';
}

.p-cars-v .equipments ul:after {
  clear: both;
}

.p-cars-v .equipments ul li {
  float: left;
  width: 33%;
  font-size: 0.8em;
  letter-spacing: 2px;
  line-height: 2.5;
}

.p-cars-v .equipments ul li i.fa {
  margin-right: 3px;
}

.p-cars-v .shop {
  /* DivTable.com */
  /* DivTable.com end */
}

.p-cars-v .shop .info-topbar {
  *zoom: 1;
}

.p-cars-v .shop .info-topbar:before, .p-cars-v .shop .info-topbar:after {
  display: table;
  content: '';
}

.p-cars-v .shop .info-topbar:after {
  clear: both;
}

.p-cars-v .shop .info-topbar ul {
  float: right;
  font-size: 0.9em;
}

.p-cars-v .shop .info-topbar ul li {
  float: left;
}

.p-cars-v .shop .info-topbar ul li.share {
  margin-top: -5px;
}

.p-cars-v .shop .divTable {
  font-size: 0.9em;
  display: table;
  width: 100%;
}

.p-cars-v .shop .divTableRow {
  display: table-row;
}

.p-cars-v .shop .divTableHeading {
  display: table-header-group;
}

.p-cars-v .shop .divTableCell, .p-cars-v .shop .divTableHead {
  display: table-cell;
  padding: 5px;
}

.p-cars-v .shop .divTableCell:first-child {
  width: 30%;
}

.p-cars-v .shop .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-cars-v .shop .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-cars-v .shop .divTableBody {
  display: table-row-group;
}

.p-cars-v .shop .store-city,
.p-cars-v .shop .store-name {
  color: #cc5f29;
}

.p-cars-v .shop .store-city:hover,
.p-cars-v .shop .store-name:hover {
  text-decoration: underline;
}

.p-cars-v .shop .info-topbar ul {
  margin-top: 5px;
}

.p-cars-v .shop .info-topbar li {
  font-size: 0.85em;
  margin-left: 10px;
}

.p-cars-v .shop .info-topbar li i.fa {
  float: left;
  background-color: inherit;
  border: 0;
}

.p-cars-v .shop .info-topbar li i.fa-facebook-square {
  color: #2c4485;
  font-size: 1.6em;
  margin-top: 3px;
}

.p-cars-v .shop .tmap {
  border: 1px solid #cccccc;
  margin-top: 20px;
  width: 100%;
  height: 300px;
}

.p-cars-v .photo_block2 {
  width: 580px;
  margin-bottom: 90px;
}

.p-cars-v .jssora02l, .p-cars-v .jssora02r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url("../images/a02.png") no-repeat;
  overflow: hidden;
}

.p-cars-v .jssora02l {
  background-position: -3px -33px;
}

.p-cars-v .jssora02r {
  background-position: -63px -33px;
}

.p-cars-v .jssora02l:hover {
  background-position: -123px -33px;
}

.p-cars-v .jssora02r:hover {
  background-position: -183px -33px;
}

.p-cars-v .jssora02l.jssora02ldn {
  background-position: -3px -33px;
}

.p-cars-v .jssora02r.jssora02rdn {
  background-position: -63px -33px;
}

.p-cars-v .jssora02l.jssora02lds {
  background-position: -3px -33px;
  opacity: .3;
  pointer-events: none;
}

.p-cars-v .jssora02r.jssora02rds {
  background-position: -63px -33px;
  opacity: .3;
  pointer-events: none;
}

.p-cars-v .jssort03 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

.p-cars-v .jssort03 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.p-cars-v .jssort03 .w,
.p-cars-v .jssort03 .pav:hover .w {
  position: absolute;
  width: 78px;
  height: 78px;
  box-sizing: content-box;
}

.p-cars-v .jssort03 .pdn .w,
.p-cars-v .jssort03 .pav .w {
  border-style: solid;
}

.p-cars-v .jssort03 .c {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #fff;
  filter: alpha(opacity=45);
  opacity: .45;
  transition: opacity .6s;
  -moz-transition: opacity .6s;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
}

.p-cars-v .jssort03 .p:hover .c,
.p-cars-v .jssort03 .pav .c {
  filter: alpha(opacity=0);
  opacity: 0;
}

.p-cars-v .jssort03 .p:hover .c {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.p-cars-v * html .jssort03 .w {
  width: 80px;
  height: 80px;
}

/* -------------------------------- knowledge --------------------------------*/
.p-knowledge {
  /* --------------- tax.html --------------- */
  /* --------------- rate.html --------------- */
}

.p-knowledge .section-content {
  /* --------------- base.html --------------- */
}

.p-knowledge .section-content .knowledge-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

.p-knowledge .section-content .knowledge-item:last-child {
  border-bottom: 0;
}

.p-knowledge .kl-taxtable {
  display: table;
  width: 90%;
  margin: 15px auto 0;
}

.p-knowledge .kl-taxtable .divTableRow {
  display: table-row;
}

.p-knowledge .kl-taxtable .divTableRow:first-child {
  background-color: #e6e6e6;
}

.p-knowledge .kl-taxtable .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.p-knowledge .kl-taxtable .divTableCell, .p-knowledge .kl-taxtable .divTableHead {
  border-bottom: 1px solid #cccccc;
  display: table-cell;
  padding: 3px 20px;
  line-height: 2em;
  text-align: right;
}

.p-knowledge .kl-taxtable .divTableCell:first-child, .p-knowledge .kl-taxtable .divTableHead:first-child {
  background-color: #e6e6e6;
  text-align: left;
}

.p-knowledge .kl-taxtable .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-knowledge .kl-taxtable .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-knowledge .kl-taxtable .divTableBody {
  display: table-row-group;
}

.p-knowledge #formula {
  background-color: #e6e6e6;
  padding: 5px 10px;
  margin-top: 25px;
  line-height: 2.5em;
}

.p-knowledge #formula span {
  display: inline-block;
  margin-right: -4px;
}

.p-knowledge #formula span.formula-1 {
  width: 40%;
}

.p-knowledge #formula span.formula-2 {
  width: 20%;
}

.p-knowledge #formula span.formula-3 {
  width: 40%;
}

.p-knowledge #formula input, .p-knowledge #formula select {
  line-height: 1.4em;
  font-size: 16px;
  padding: 2px 5px;
}

.p-knowledge .kl-ratetable {
  /* DivTable*/
  display: table;
  width: 90%;
  margin: 15px auto 0;
  text-align: right;
}

.p-knowledge .kl-ratetable .divTableRow {
  display: table-row;
}

.p-knowledge .kl-ratetable .divTableRow:first-child {
  background-color: #e6e6e6;
}

.p-knowledge .kl-ratetable .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.p-knowledge .kl-ratetable .divTableCell, .p-knowledge .kl-ratetable .divTableHead {
  border-bottom: 1px solid #cccccc;
  display: table-cell;
  padding: 3px 8px;
  line-height: 2em;
}

.p-knowledge .kl-ratetable .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-knowledge .kl-ratetable .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-knowledge .kl-ratetable .divTableBody {
  display: table-row-group;
}

/* -------------------------------- regist --------------------------------*/
.p-reg .simple_table {
  width: 100%;
}

.p-reg .simple_table tr {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}

.p-reg .simple_table tr th label {
  width: 35%;
  padding-left: 220px;
  letter-spacing: 1.5px;
  font-weight: 900;
  vertical-align: middle;
}

.p-reg .simple_table tr td {
  width: 65%;
  padding: 15px;
}

.p-reg .simple_table tr td input.text_input {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #999999;
}

.p-reg .simple_table tr td span.field_info {
  font-size: .8em;
  color: #808080;
  line-height: 3em;
}

.p-reg .simple_table tr .checkbox {
  padding-left: 208px;
}

.p-reg .simple_table tr .checkbox label {
  line-height: 2.2em;
}

.p-reg .simple_table tr .required:after {
  content: '*';
  color: #f00;
}

.p-reg .simple_table a {
  text-decoration: underline;
}

.p-reg ul.buttons {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.p-reg ul.buttons li {
  display: inline-block;
}

.p-reg ul.buttons li:first-child {
  margin-right: 40px;
}

.p-reg ul.buttons li a {
  border-radius: 3px;
  padding: 8px 30px;
}

.p-reg ul.buttons li .submit {
  color: #ffffff;
  background-color: #4173D8;
}

.p-reg ul.buttons li .submit:hover {
  background-color: #447AE5;
}

.p-reg ul.buttons li .cancel {
  background-color: #cccccc;
}

.p-reg ul.buttons li .cancel:hover {
  color: inherit;
  background-color: #D8D8D8;
}

.p-reg .showmsg {
  text-align: center;
}

.p-reg .showmsg i.fa {
  margin: 0 10px;
}

/* -------------------------------- login --------------------------------*/
.p-login .simple_table {
  width: 100%;
}

.p-login .simple_table tr {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}

.p-login .simple_table tr th label {
  width: 35%;
  padding-left: 220px;
  letter-spacing: 1.5px;
  font-weight: 900;
  vertical-align: middle;
}

.p-login .simple_table tr td {
  width: 65%;
  padding: 15px;
}

.p-login .simple_table tr td input.text_input {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #999999;
}

.p-login .simple_table tr td span.field_info {
  font-size: .8em;
  color: #808080;
  line-height: 3em;
}

.p-login .simple_table tr .checkbox {
  padding-left: 208px;
}

.p-login .simple_table tr .checkbox label {
  line-height: 2.2em;
}

.p-login .simple_table tr .required:after {
  content: '*';
  color: #f00;
}

.p-login .simple_table a {
  text-decoration: underline;
}

.p-login ul.buttons {
  margin-top: 20px;
  margin-bottom: 30px;
}

.p-login ul.buttons li {
  display: inline-block;
}

.p-login ul.buttons li a {
  border-radius: 3px;
  text-decoration: none;
  padding: 8px 30px;
}

.p-login ul.buttons li .submit {
  color: #ffffff;
  background-color: #4173D8;
}

.p-login ul.buttons li .submit:hover {
  background-color: #447AE5;
}

.p-login ul.buttons li .cancel {
  background-color: #cccccc;
}

.p-login ul.buttons li .cancel:hover {
  color: inherit;
  background-color: #D8D8D8;
}

.p-login ul.buttons li:nth-child(2) a {
  padding: 8px 20px;
}

/* -------------------------------- member --------------------------------*/
.p-member .member-item {
  margin-bottom: 20px;
}

.p-member .collection-table, .p-member .userinfo-table {
  /* DivTable*/
  display: table;
  width: 100%;
  margin: 15px auto 0;
  color: #808080;
  border: 1px solid #999999;
}

.p-member .collection-table .divTableRow, .p-member .userinfo-table .divTableRow {
  display: table-row;
}

.p-member .collection-table .divTableRow:first-child, .p-member .userinfo-table .divTableRow:first-child {
  background-color: #e6e6e6;
}

.p-member .collection-table .divTableRow:last-child .divTableCell, .p-member .userinfo-table .divTableRow:last-child .divTableCell {
  border-bottom: 0;
}

.p-member .collection-table .divTableHeading, .p-member .userinfo-table .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.p-member .collection-table .divTableCell, .p-member .userinfo-table .divTableCell, .p-member .collection-table .divTableHead, .p-member .userinfo-table .divTableHead {
  display: table-cell;
  font-size: .85em;
  padding: 3px 5px;
  line-height: 2em;
  border-bottom: 1px solid #cccccc;
}

.p-member .collection-table .divTableCell:first-child, .p-member .userinfo-table .divTableCell:first-child {
  padding-left: 10px;
  overflow: hidden;
  max-width: 200px;
}

.p-member .collection-table .divTableHeading, .p-member .userinfo-table .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-member .collection-table .divTableFoot, .p-member .userinfo-table .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-member .collection-table .divTableBody, .p-member .userinfo-table .divTableBody {
  display: table-row-group;
}

.p-member .collection-table a:hover, .p-member .userinfo-table a:hover {
  color: #cc5f29;
}

.p-member .userinfo-table {
  width: 100%;
  margin: 15px 0 30px;
}

.p-member .userinfo-table .divTableCell:first-child {
  text-align: center;
  width: 150px;
  padding-left: 20px;
  overflow: hidden;
}

.p-member .member-item > div {
  text-align: center;
}

.p-member a.edit-info {
  margin: 0 auto;
  color: #ffffff;
  background-color: #4173D8;
  border: 0;
}

.p-member a.edit-info:hover {
  background-color: #447AE5;
}

/* -------------------------------- term --------------------------------*/
.p-terms .terms-item {
  font-size: .85em;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.p-terms .terms-item > p {
  padding-left: 2.2em;
}

.p-terms .terms-item ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 3.2em;
}

.p-terms .terms-item ol li {
  text-align: justify;
  line-height: 1.4em;
  padding: .2em 0;
}

.p-terms .terms-item ol ol {
  list-style-type: lower-latin;
  padding-left: 1.2em;
}

/* -------------------------------- privacy --------------------------------*/
.p-privacy .privacy-item {
  font-size: .85em;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.p-privacy .privacy-item ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 3.2em;
}

.p-privacy .privacy-item ol li {
  text-align: justify;
  line-height: 1.4em;
  padding: .2em 0;
}

/* -------------------------------- store --------------------------------*/
.p-store select.location {
  height: 35px;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #808080;
}

.p-store select.location option:selected {
  color: blue;
}

.p-store .store-item {
  *zoom: 1;
  font-size: .92em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.p-store .store-item:before, .p-store .store-item:after {
  display: table;
  content: '';
}

.p-store .store-item:after {
  clear: both;
}

.p-store .store-item a.store-item-l {
  float: left;
}

.p-store .store-item a.store-item-l img {
  border: 1px solid #cccccc;
  width: 125px;
}

.p-store .store-item ul.store-item-r {
  float: left;
  margin-left: 15px;
}

.p-store .store-item ul.store-item-r li {
  line-height: 1.6;
}

.p-store .store-item ul.store-item-r .store-item-time {
  color: #999999;
}

.p-store .store-item ul.store-item-r .store-item-tel {
  color: #808080;
}

/* -------------------------------- store-view --------------------------------*/
.p-store-v select.location {
  height: 35px;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #808080;
}

.p-store-v select.location option:selected {
  color: blue;
}

.p-store-v .store-item {
  *zoom: 1;
  font-size: .92em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.p-store-v .store-item:before, .p-store-v .store-item:after {
  display: table;
  content: '';
}

.p-store-v .store-item:after {
  clear: both;
}

.p-store-v .store-item a.store-item-l {
  float: left;
}

.p-store-v .store-item a.store-item-l img {
  border: 1px solid #cccccc;
  width: 125px;
}

.p-store-v .store-item ul.store-item-r {
  float: left;
  margin-left: 15px;
}

.p-store-v .store-item ul.store-item-r li {
  line-height: 1.6;
}

.p-store-v .store-item ul.store-item-r .store-item-time {
  color: #999999;
}

.p-store-v .store-item ul.store-item-r .store-item-tel {
  color: #808080;
}

/*# sourceMappingURL=index.css.map */