<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.contsTtl {
  background-color: #DEEDF4;
}
.contsTtl h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4.5em;
  font-weight: 700;
}
@media (min-width: 810px) {}
@media (max-width: 809px) {}
.breadcrumb {
  background-color: #FFF;
  text-align: left;
}
.breadcrumb ul {
  padding: 0 8px 8px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb ul li a::after {
  content: "&gt;";
  padding: 0 0.3em;
}
@media (max-width: 809px) {
  .breadcrumb ul li {
    font-size: 12px;
  }
}
@media (min-width: 810px) {
  .contents {
    padding: 80px 0;
  }
}
@media (max-width: 809px) {
  .contents {
    padding: 30px 15px;
    ;
  }
}
.contents .lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contents .lead .image {
  margin-bottom: 30px;
}
.contents .lead h2 {
  color: #0071AC;
  font-weight: 500;
  font-style: oblique;
  margin-bottom: 1em;
}
.contents .lead p {
  text-align: left;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .contents .lead p {
    max-width: 800px;
    margin: 0 auto 35px;
  }
}
@media (max-width: 1024px) {}
@media (min-width: 600px) and (max-width: 1024px) {}
@media (min-width: 600px) {
  .contents .lead h2 {
    text-align: center;
  }
}
@media (max-width: 599px) {}
.contents section {
  margin-bottom: 50px;
  text-align: left;
  color: #555555;
}
.contents section p {
  margin-bottom: 1em;
}
.contents section p.link {
  text-align: right;
}
.contents section p.link a {
  background-color: #184C97;
  color: #FFF;
  display: inline-block;
  padding: 8px 2.5em;
  border-radius: 1px;
  border-bottom: 3px solid #0E2D5B;
}
.contents section h3.midashi {
  text-align: center;
  margin-bottom: 1.5em;
  color: #4E515C;
}
.contents section h3.secTtl {
  position: relative;
  padding: 1rem 0;
  border-bottom: 4px solid #EFEFEF;
  font-weight: 500;
  margin-bottom: 1.5em;
  color: #4E515C;
}
.contents section h3.secTtl:after {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #0071AC;
}
.contents section h3.centerTtl {
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: #4E515C;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.contents section h3.centerTtl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 20%;
  width: 60%;
  height: 1px;
  content: '';
  background: #555;
}
.contents section h3.centerTtl span {
  position: relative;
  padding: 0 2em;
  background: #fff;
  font-weight: inherit;
  display: inline-block;
}
.contents section h4.subhead {
  color: #184C97;
  font-weight: 700;
  padding: 0.5em 0.8em;
  background-color: #F2F2F3;
  border-left: 4px solid #184C97;
  border-right: 4px solid #184C97;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.8em;
}
.contents section h5.nesthead {
  background-color: #F2F2F3;
  border-left: 6px double #184C97;
  padding: 0.5em 0.8em;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.contents section .innr {
  padding: 10px;
  margin-bottom: 30px;
}
.contents section p.indent {
  text-indent: 1em;
}
.contents section code {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: #444;
  background-color: #e7edf3;
  border-radius: 3px;
  border: solid 1px #d6dde4;
}
.contents section div.point {
  position: relative;
  padding: 1rem 1.5rem;
  color: #22ac38;
  border-radius: 0 10px 10px 10px;
  background: #e3f5d8;
  margin: 50px 0 0;
}
.contents section div.point:before {
  font-size: 18px;
  position: absolute;
  top: -60px;
  left: 0;
  height: 60px;
  padding: 0.8em 1.5em;
  content: '\POINT';
  color: #fff;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  background: #22ac38;
}
@media (min-width: 1025px) {
  .contents section {
    width: 1000px;
    margin: 0 auto 80px;
  }
  .contents section p.link a:hover {
    background-color: #0E2D5B;
    border-top: 3px solid #184C97;
    border-bottom: none;
    opacity: 0.5;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {}
@media (min-width: 600px) {
  .contents section h3.midashi {
    font-size: 28px;
  }
  .contents section h3.secTtl {
    font-size: 28px;
  }
  .contents section h3.centerTtl {
    font-size: 30px;
  }
  .contents section h4.subhead {
    font-size: 24px;
  }
  .contents section h5.nesthead {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .contents section.lead {
    margin-bottom: 30px;
  }
  .contents section {
    margin-bottom: 80px;
  }
  .contents section h3.midashi {
    font-size: 20px;
  }
  .contents section h3.secTtl {
    font-size: 20px;
    margin-bottom: 2em;
    padding: 0.8em 0;
  }
  .contents section h3.centerTtl {
    font-size: 20px;
    margin-bottom: 1.5em;
  }
  .contents section h3.centerTtl:before {
    left: 0;
    width: 100%;
  }
  .contents section h3.centerTtl span {
    padding: 0 0.5em;
  }
  .contents section .innr {
    padding: 8px;
    margin-bottom: 30px;
  }
  .contents section h4.subhead {
    font-size: 18px;
  }
  .contents section h5.nesthead {
    font-size: 18px;
  }
  .contents section div.point:before {
		font-size: 14px;
    top: -40px;
		height: 40px;
    padding: 0.5em 1em;
  }
}
/****************************
リスト関連
****************************/
.contents section ul.disc, .contents section ul.decimal, .contents section ol.decimal {
  margin-left: 1.5em;
}
.contents section ul.disc li {
  list-style-type: disc;
}
.contents section ul.decimal li, .contents section ol.decimal li {
  list-style-type: decimal;
}
.contents section ul.inline li {
  display: inline-block;
}
.contents section ul.cation {
  margin-left: 1.5em;
}
.contents section ul.cation li {}
.contents section ul.cation li::before {
  content: "※";
  margin-left: -1.5em;
  padding-right: 0.5em;
}
.contents section dl.dl_define &gt; dt {
  background-color: #f1f1f1;
  padding: 1em 1.5em;
  margin-bottom: 1.5em;
  font-weight: 700;
}
.contents section dl.dl_define &gt; dd {
  padding-left: 2em;
  margin-left: 8px;
  margin-bottom: 3em;
  border-left: 5px solid #5F656C;
}
.contents section dl.dl_table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {}
@media (min-width: 1025px) {}
@media (max-width: 1024px) {}
@media (min-width: 600px) and (max-width: 1024px) {}
@media (min-width: 600px) {
  .contents section dl.dl_table {
    border-top: 1px dashed #CCC;
  }
  .contents section dl.dl_table dt {
    flex-basis: 25%;
    padding: 30px 0 30px 15px;
    background-color: #FFF;
    border-bottom: 1px dashed #CCC;
    box-sizing: border-box;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    color: #0071AC;
  }
  .contents section dl.dl_table &gt; dt &gt; span {
    border-right: 1px solid #EAEAEA;
    flex-grow: 2;
    font-weight: 700;
  }
  .contents section dl.dl_table &gt; dd {
    flex-basis: 75%;
    padding: 30px;
    background-color: #fff;
    border-bottom: 1px dashed #CCC;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .contents section dl.dl_table {
    flex-flow: column;
  }
  .contents section dl.dl_table &gt; dt {
    background-color: #DEEDF4;
    padding: 8px;
  }
  .contents section dl.dl_table &gt; dd {
    padding: 8px;
  }
}
/****************************
フレックスボックス
****************************/
.contents section .flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contents section .flex &gt; div {
  box-sizing: border-box;
}
.contents section .flex.row2 &gt; div {
  flex: 50% 0 1;
}
.contents section .flex.row3 &gt; div {
  flex: 33.3% 0 1;
}
.contents section .flex.imgC {
  flex-direction: column;
}
.contents section .flex.imgC .img {
  align-self: center;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {}
@media (max-width: 1024px) {}
@media (min-width: 600px) and (max-width: 1024px) {}
@media (min-width: 600px) {
  .contents section .flex.row2_1 &gt; div {
    flex: 50% 0 1;
    padding: 15px;
  }
  .contents section .flex.row3_1 &gt; div, .contents section .flex.row3_2 &gt; div {
    flex: 33.3% 0 1;
  }
  .contents section .flex.row4_2 &gt; div {
    flex: 25% 0 1;
  }
  .contents section .flex.imgL {
    flex-direction: row;
    ;
  }
  .contents section .flex.imgL .img {
    flex-basis: 30%;
    box-sizing: border-box;
    padding: 0 15px 15px 0;
  }
  .contents section .flex.imgL .text {
    flex-basis: 70%;
    box-sizing: border-box;
    padding: 0 0 15px 15px;
  }
  .contents section .flex.imgR {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .contents section .flex.imgR .img {
    flex-basis: 30%;
    box-sizing: border-box;
    padding: 0 0 15px 15px;
  }
  .contents section .flex.imgR .text {
    flex-basis: 70%;
    box-sizing: border-box;
    padding: 0 15px 15px 0;
  }
}
@media (max-width: 599px) {
  .contents section .flex {
    margin-bottom: 30px;
  }
  .contents section .flex.row3_1, .contents section .flex.row2_1 {
    flex-direction: column;
  }
  .contents section .flex.row4_2 &gt; div, .contents section .flex.row3_2 &gt; div {
    flex: 50% 0 1;
  }
  .contents section .flex.imgR, .contents section .flex.imgL {
    flex-direction: column;
  }
  .contents section .flex.imgC .img, .contents section .flex.imgR .img, .contents section .flex.imgL .img {
    margin-bottom: 15px;
    align-self: center;
  }
}
#mame .index h3 {
  display: block;
  font-weight: 700;
  padding: 0.5em;
  margin-bottom: 1em;
}
#mame .index h3::before {
  content: url("../mame/img/icon_horn.png");
  display: block;
}
#mame .index ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#mame .index ul li a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  background-color: #DEEDF4;
}
@media (min-width: 810px) {
  #mame .index ul li {
    flex-basis: 33.3%;
    padding: 8px;
  }
}
@media (max-width: 809px) {
  #mame .index ul {
    margin-bottom: 30px;
    flex-direction: column;
  }
  #mame .index ul {
    margin-bottom: 30px;
    flex-direction: column;
  }
  #mame .index ul li {
    margin-bottom: 4px;
  }
}
#mame .detail {
  text-align: left;
}
#mame .detail main .ttl_box {
  border-radius: 15px;
  overflow: hidden;
  background-color: #DEEDF4;
  margin-bottom: 30px;
}
#mame .detail main .ttl_box .sub {
  background-color: #0172AD;
  background-image: url("../mame/img/icon_horn_wh.png");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: auto 80%;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #FFF;
}
#mame .detail main .text {
  padding: 15px;
}
#mame .detail main .text p {
  margin-bottom: 1em;
}
@media (min-width: 810px) {
  #mame .detail {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
  }
  #mame .detail main {
    flex-basis: 960px;
  }
  #mame .detail main .ttl_box h2 {
    padding: 8px 15px 15px;
  }
  #mame .detail main .ttl_box .sub {
    padding: 8px 8px 8px 65px;
  }
  #mame .detail aside {
    flex-basis: 400px;
  }
  #mame .detail aside h3 {
    background: url("../mame/img/icon_horn.png") no-repeat left center;
    background-size: auto 100%;
    padding-left: 45px;
    font-weight: 700;
    margin-bottom: 0.5em;
  }
  #mame .detail aside ul {
    margin-bottom: 30px;
  }
  #mame .detail aside ul li a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    padding: 8px;
    background-color: #DEEDF4;
    margin-bottom: 4px;
  }
}
@media (max-width: 809px) {
  #mame .detail main {
    margin-bottom: 30px;
  }
  #mame .detail main .ttl_box {
    margin-bottom: 15px;
  }
  #mame .detail main .ttl_box h2 {
    padding: 4px 8px 8px;
  }
  #mame .detail main .ttl_box .sub {
    padding: 8px 8px 8px 45px;
  }
  #mame .detail aside {
    border: 1px solid #8A8A7B;
    padding: 4px;
  }
  #mame .detail aside h3 {
    display: inline-block;
    padding: 0 4px;
    background-color: #0172AD;
    color: #FFF;
    border-radius: 8px;
    font-size: 14px;
  }
  #mame .detail aside ul li {
    display: inline;
    font-size: 14px;
  }
}
#factory .contents section div.point:before {
  content: '必ずお読みください！';
}
#factory .shop_list .f_list {
	display: flex;
	flex-direction: column;
}
#factory .shop_list .f_list .innr {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
  margin: 8px;
  padding: 0px;
  border: 1px solid #CCC;
  border-radius: 8px;
  overflow: hidden;
}
#factory .shop_list .f_list .innr h3 {
	padding: 8px;
	background-color: #F2F2F3;
}
#factory .shop_list .f_list .innr .img {
	align-self: center;
	padding: 15px;
}
#factory .shop_list .f_list .innr table {
	margin: 15px;
	font-size: 16px;
}
#factory .shop_list .f_list .innr table tr td {
	padding: 4px;
	border: 1px solid #CCC;
}
#factory .shop_list .f_list .innr table tr th {
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #F2F2F3;
	white-space: nowrap;
}
@media (min-width: 1025px) {
  #factory .contents section.shop_list {
    width: 1400px;
    margin: 0 auto 80px;
  }
}
@media (min-width: 810px) {
#factory .shop_list .f_list .innr .img img {
	width: auto;
	height: 150px;
}
}
@media (max-width: 809px) {
#factory .shop_list .f_list .innr .img {
	padding: 8px;
}
#factory .shop_list .f_list .innr table {
	margin: 8px;
	font-size: 13px;
}
}

#bosyu .contents section dl.dl_define {
  margin-bottom: 30px;
}
#bosyu .contents section dl.dl_define &gt; dt {
  background-color: #B74259;
  color: #FFF;
}
#bosyu .contents section div.point:before {
  content: 'エントリーする前に必ずお読みください！';
}
#bosyu .form table tr th span.star {
	font-size: 80%;
	padding: 0 1em 1px;
	background-color: #F00;
	border-radius: 50px;
	color: #FFF;
	margin-left: 0.5em;
}
#bosyu .form table tr td label {
	display: inline-block;
	padding: 0 1em 1px;
	border-radius: 50px;
	background-color: #F2F2F3;
}
#bosyu .form .submit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media (min-width: 810px) {
#bosyu .form table {
	width: 100%;
}
#bosyu .form table tr th {
	width: 280px;
}
}
@media (max-width: 809px) {
}

/************************************************
ブレーキパッド通販
************************************************/
#pad .contents.maker section, #pad .contents.view section {
  margin: 0 0 80px;
}
@media (min-width: 1025px) {
  #pad .contents.maker section, #pad .contents.view section {
    width: 100%;
  }
}
/****メーカー・車種　選択****/
#pad .maker ul.list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#pad .maker ul.list li {
  text-align: center;
}
#pad .maker ul.list li a {
  display: block;
  padding: 15px 4px;
  background-color: #DEEDF4;
  border-radius: 8px;
}
@media (min-width: 810px) {
  #pad .maker ul.list li {
    flex-basis: 25%;
    padding: 8px;
  }
}
@media (max-width: 809px) {
  #pad .maker ul.list {
    flex-direction: column;
  }
  #pad .maker ul.list li {
    padding: 4px;
    width: 100%;
  }
}
/****ブレーキパット 絞り込み一覧****/
#pad .view table tr td.syousai {
  text-align: center;
}
#pad .view table tr td.syousai a {
  display: block;
  padding: 4px 1em 5px;
  border-radius: 50px;
  background-color: #F2F2F3;
  border: 1px solid #CCC;
  white-space: nowrap;
}
@media (min-width: 810px) {
  #pad .view table {
    width: 100%;
    font-size: 16px;
  }
  #pad .view table thead tr th {
    background-color: #F2F2F2;
    text-align: center;
    vertical-align: middle;
  }
  #pad .view table tr th {
    border: 1px solid #999;
    padding: 8px;
  }
  #pad .view table tr td {
    border: 1px solid #999;
    padding: 8px;
  }
}
@media (max-width: 809px) {
  #pad .view table, #pad .view table tbody, #pad .view table thead, #pad .view table tfoot, #pad .view table tr, #pad .view table th, #pad .view table td {
    display: block;
  }
  #pad .view table {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  #pad .view table thead {
    display: none;
  }
  #pad .view table tbody tr td {
    border-top: 1px solid #CCC;
    text-align: right;
    padding: 8px;
  }
  #pad .view table tbody tr td:first-child {
    background-color: #DEEDF4;
    font-weight: bold;
    text-align: center;
  }
  #pad .view table tbody tr td a {
    font-weight: bold;
    display: block;
  }
  #pad .view table tbody tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
/****ブレーキパッド カート画面****/
#pad .detail .toCart {
  background-color: #FBFBFB;
  padding: 8px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #184C97
}
@media (min-width: 810px) {
  #pad .contents.detail section .flex.imgL .img {
    flex-basis: 25%;
  }
  #pad .contents.detail section .flex.imgL .text {
    flex-basis: 75%;
  }
}
@media (max-width: 809px) {}
/************************************************
ショッピングカート
************************************************/
#shopping .contents section {
  margin: 0 0 80px;
}
@media (min-width: 1025px) {
  #shopping .contents section {
    width: 1200px;
		margin: 0 auto;
  }
}
#shopping .cart .carriage {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #F00;
	font-size: 1.1em;
}
#shopping .cart .wacth {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-color: #FFDFDF;
	margin-bottom: 15px;
}
#shopping .cart .kaijo_com {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-color: #ECF5FF;
	margin-bottom: 15px;
}
#shopping .cart .kaijo_com .red {
	color: #F00;
}
#shopping .cart span.err {
	color: #F00;
}
#shopping .cart .submit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#shopping .cart table {
  margin-bottom: 8px;
}
#shopping .cart table.syouhin tfoot tr th, #shopping .cart table.syouhin tfoot tr td {
  background-color: #F2F2F3;
}
@media (min-width: 810px) {
  #shopping .contents.cart section .innr {
    padding: 0 30px 50px;
  }
  #shopping .cart table {
		width: 100%;
  }
  #shopping .cart table tr th {
    border: 1px solid #999;
    padding: 8px;
		background-color: #F2F2F3;
  }
  #shopping .cart table tr td {
    border: 1px solid #999;
    padding: 8px;
  }
  #shopping .cart table.syouhin tr td {
    text-align: center;
  }
  #shopping .cart table.syouhin tr td.txtL {
    text-align: left;
  }
  #shopping .cart table.syouhin thead tr th {
    background-color: #DDD;
    text-align: center;
  }
  #shopping .cart table.syouhin tfoot tr td {
    text-align: center;
    }
  #shopping .cart table.syouhin tfoot tr.total th,
  #shopping .cart table.syouhin tfoot tr.total td {
		font-weight: bold;
		border-top: 3px double #999;
}
  #shopping .cart table.kakunin tr th {
		width: 250px;
  }
}
@media (max-width: 809px) {
  #shopping .contents.cart section .innr {
  }
  #shopping .cart table, #shopping .cart table tbody, #shopping .cart table thead, #shopping .cart table tfoot, #shopping .cart table tr, #shopping .cart table th, #shopping .cart table td {
    display: block;
  }
  #shopping .cart table {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    }
  #shopping .cart table tr th {
    border-top: 1px solid #CCC;
		background-color: #F2F2F3;
    padding: 8px;
    }
  #shopping .cart table tr td {
    border-top: 1px solid #CCC;
    padding: 8px;
  }
  #shopping .cart table.syouhin thead, #shopping .cart table.syouhin tfoot tr td.none, #shopping .cart table.syouhin tfoot tr th {
    display: none;
  }
  #shopping .cart table.syouhin tbody tr td, #shopping .cart table.syouhin tfoot tr td {
    text-align: right;
    padding: 8px;
  }
  #shopping .cart table.syouhin tbody tr td:first-child {
    background-color: #DEEDF4;
    font-weight: bold;
    text-align: center;
  }
  #shopping .cart table.syouhin tbody tr td a {
    font-weight: bold;
    display: block;
  }
  #shopping .cart table.syouhin tbody tr td::before, #shopping .cart table.syouhin tfoot tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  #shopping .cart table.syouhin tfoot tr.total td {
		font-weight: bold;
		border-top: 3px double #999;
}
  #shopping .cart table.daibiki {
		display: table;
  }
  #shopping .cart table.daibiki tr {
		display: table-row;
  }
  #shopping .cart table.daibiki th,#shopping .cart table.daibiki td {
		display: table-cell;
  }
}


.form .kaijo_com {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-color: #ECF5FF;
	margin-bottom: 15px;
}
.form .kaijo_com .red {
	color: #F00;
}
.form table {
	margin-bottom: 30px;
}
.form table tr th span.star {
	font-size: 80%;
	padding: 0 1em 1px;
	background-color: #F00;
	border-radius: 50px;
	color: #FFF;
	margin-left: 0.5em;
}
.form .submit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media (min-width: 810px) {
  .form table {
		width: 100%;
  }
  .form table tr th {
    border: 1px solid #999;
    padding: 8px;
		background-color: #F2F2F3;
  }
  .form table.kakunin tr th {
		width: 250px;
  }
  .form table tr td {
    border: 1px solid #999;
    padding: 8px;
  }
}
@media (max-width: 809px) {
  .form table, .form table tbody, .form table thead, .form table tfoot, .form table tr, .form table th, .form table td {
    display: block;
  }
  .form table {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    }
  .form table tr th {
    border-top: 1px solid #CCC;
		background-color: #F2F2F3;
    padding: 8px;
    }
  .form table tr td {
    border-top: 1px solid #CCC;
    padding: 8px;
  }
}

#smap ul.sitemap li {
	border-bottom: 3px dotted #CCC;
}
#smap ul.sitemap li a {
	display: block;
	line-height: 4;
	padding-left: 30px;
	background-image: url("../img/arrow_off.svg");
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 26px auto;
}
@media (min-width: 810px) {
#smap ul.sitemap li a {
	padding-left: 50px;
	background-size: 36px auto;
}
#smap ul.sitemap li a:hover {
	background-image: url("../img/arrow_right.svg");
}
#smap ul.sitemap li.cart a:hover {
	background-image: url("../img/icon04.svg");
}
}


#slit .toCart ,
#rotor .toCart {
  background-color: #FBFBFB;
  padding: 8px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #184C97;
	display: flex;
	justify-content: flex-end;
}
#slit .toCart .b_name,
#rotor .toCart .b_name {
	margin-right: auto;
}
#slit .toCart &gt; div ,
#rotor .toCart &gt; div {
	padding: 0 8px;
}

</pre></body></html>