@charset "UTF-8";
/* ----------------------------------------------------------
	共通	
---------------------------------------------------------- */
* p {
  letter-spacing: normal;
}

* input, * select {
  -webkit-appearance: none;
}

/* ----------------------------------------------------------
	ヘッダー	
---------------------------------------------------------- */
header {
  margin: 0 0 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
header #headerInner {
  padding: 0 0 0 10px;
  max-width: auto;
  position: relative;
}
header #headerInner h1, header #headerInner p {
  padding: 8px 0 12px;
}
header #headerInner #sp-search {
  display: inline-block;
  padding: 14px;
  background: #fff;
  border: 0px;
  border-left: 1px solid #eee;
  cursor: pointer;
  outline: 0px;
  color: #A8B3B3;
}
header #headerInner #sp-search i {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header #headerInner #sp-search i.active {
  color: #0066b3;
  transform: scale(1.5);
}
header #headerInner #sp-menu {
  display: inline-block;
  padding: 14px;
  background: #eee;
  border: 0px;
  cursor: pointer;
  outline: 0px;
}
header #headerInner #sp-menu .menu-icon {
  display: inline-block;
  vertical-align: -.2em;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header #headerInner #sp-menu .menu-icon span {
  display: block;
  width: 20px;
  height: 2px;
  background: #A8B3B3;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header #headerInner #sp-menu .menu-icon span:last-child {
  margin-bottom: 0;
}
header #headerInner #sp-menu .menu-icon.active {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
header #headerInner #sp-menu .menu-icon.active .bar1 {
  -webkit-transform: rotate(0deg) translateY(6px);
  -moz-transform: rotate(0deg) translateY(6px);
  -ms-transform: rotate(0deg) translateY(6px);
  -o-transform: rotate(0deg) translateY(6px);
  transform: rotate(0deg) translateY(6px);
}
header #headerInner #sp-menu .menu-icon.active .bar2 {
  opacity: 0;
}
header #headerInner #sp-menu .menu-icon.active .bar3 {
  -webkit-transform: rotate(-90deg) translateX(6px);
  -moz-transform: rotate(-90deg) translateX(6px);
  -ms-transform: rotate(-90deg) translateX(6px);
  -o-transform: rotate(-90deg) translateX(6px);
  transform: rotate(-90deg) translateX(6px);
  margin: 0;
}
header #headerInner #gnav {
  width: auto;
  padding: 0;
}
header #headerInner #gnav ul {
  display: none;
  width: 100%;
  border-top: 3px solid #0066b3;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.98);
}
header #headerInner #gnav ul li {
  width: 100%;
  float: none;
  display: block;
}
header #headerInner #gnav ul li a {
  padding: 10px 20px;
  border: 0px;
  text-align: left;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px dotted #ccc;
  position: relative;
}
header #headerInner #gnav ul li a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  left: 92%;
  top: 50%;
  margin: -.5em 0 0;
}
header #headerInner #gnav ul li a:hover {
  text-decoration: none;
  background: rgba(117, 137, 138, 0.3);
}
header #headerInner #gnav ul li a:after {
  display: none;
}
header #headerInner #headerSearch {
  display: none;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  top: 49px;
  width: 100%;
  margin-top: 0;
  padding: 20px 10px 20px 20px;
  .
			border-top: 3px solid #0066b3;
  z-index: 9999;
}
header #headerInner #headerSearch dl {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #CCC;
  font-size: 14px;
  font-size: 1.4rem;
}
header #headerInner #headerSearch dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html header #headerInner #headerSearch dl {
  height: 1%;
}
header #headerInner #headerSearch dl dt {
  float: left;
  width: 88px;
  padding: 0.5em 0 0;
  color: #0066b3;
  font-weight: bold;
}
header #headerInner #headerSearch dl dt:nth-of-type(odd) {
  clear: both;
}
header #headerInner #headerSearch dl dt:nth-of-type(8) {
  clear: both;
}
header #headerInner #headerSearch dl dd {
  float: left;
  width: 30%;
  margin-bottom: 14px;
}
header #headerInner #headerSearch dl dd:nth-of-type(odd) {
  margin-right: 6%;
}
header #headerInner #headerSearch dl dd:nth-of-type(7), header #headerInner #headerSearch dl dd:nth-of-type(8) {
  width: 77.5%;
  margin-right: 0;
}
header #headerInner #headerSearch dl dd:nth-of-type(8) {
  margin-bottom: 0;
}
header #headerInner #headerSearch dl dd input, header #headerInner #headerSearch dl dd select {
  width: 100%;
  max-width: 270px;
  padding: 2px 5px;
  min-height: 34px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  border: 1px solid #ccc;
  background: #fff;
}
header #headerInner #headerSearch dl dd input.jan-code, header #headerInner #headerSearch dl dd select.jan-code {
  width: 210px;
  margin-left: 2.38095%;
}
header #headerInner #headerSearch dl dd input.when-year, header #headerInner #headerSearch dl dd select.when-year {
  width: 16.12903%;
  margin: 0 0 6px;
}
header #headerInner #headerSearch dl dd input.when-day, header #headerInner #headerSearch dl dd select.when-day {
  width: 12.90323%;
  margin: 0 0 6px;
}
header #headerInner #headerSearch input[type="submit"] {
  display: block;
  background: url(../images/search_btn_icon@2x.png) no-repeat 30% center #0066b3;
  background-size: 18px;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  padding: 10px 10px 10px 30px;
  border: 0px;
  border-bottom: 4px solid #005899;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}
header #headerInner #headerSearch input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 550px) {
  header #headerInner #headerSearch {
    padding: 15px 10px;
  }
  header #headerInner #headerSearch dl dt, header #headerInner #headerSearch dl dd {
    float: none;
    width: 100%;
  }
  header #headerInner #headerSearch dl dt {
    margin: 12px 0 2px;
    padding: 0;
  }
  header #headerInner #headerSearch dl dt:first-child {
    margin-top: 0;
  }
  header #headerInner #headerSearch dl dd {
    margin: 0;
  }
  header #headerInner #headerSearch dl dd:nth-of-type(7), header #headerInner #headerSearch dl dd:nth-of-type(8) {
    width: 100%;
  }
  header #headerInner #headerSearch dl dd input, header #headerInner #headerSearch dl dd select {
    max-width: none;
  }
  header #headerInner #headerSearch dl dd input.jan-code, header #headerInner #headerSearch dl dd select.jan-code {
    width: 200px;
  }
  header #headerInner #headerSearch dl dd input.when-year, header #headerInner #headerSearch dl dd select.when-year {
    width: 30%;
    margin: 0 0 6px;
  }
  header #headerInner #headerSearch dl dd input.when-day, header #headerInner #headerSearch dl dd select.when-day {
    width: 30%;
    margin: 0 0 6px;
  }
  header #headerInner #headerSearch input[type="submit"] {
    background-image: url(../images/search_btn_icon@2x.png);
    background-size: 18px;
    max-width: none;
  }
}
/* ----------------------------------------------------------
	メイン	
---------------------------------------------------------- */
#main .mainInner {
  max-width: none;
}
#main .mainInner .mainContents .link {
  text-align: center;
  margin-bottom: 10px;
}
#main .mainInner .mainContents .link a {
  background: #A8B3B3;
  padding: 8px 0;
  margin: 0 8px;
  display: block;
  color: #fff;
  text-decoration: none;
}
#main .mainInner .mainContents .link a:hover {
  text-decoration: underline;
}

#main2 .mainInner {
  max-width: none;
}
#main2 .mainInner .update h2 {
  text-align: center;
}
#main2 .mainInner .update ul li {
  width: 45.75%;
  margin: 0 2.125% 15px;
}
#main2 .mainInner .update ul li:nth-child(4n) {
  margin-right: 2.125%;
}
#main2 .mainInner .update p {
  width: 90%;
  margin: 10px auto 0;
}
#main2 .mainInner .update p a span {
  background-image: url(../../images/arrow_wh@2x.png);
  background-size: 10px;
}
#main2 .mainInner .type {
  padding: 0 10px;
}
#main2 .mainInner .type .category h2 {
  text-align: center;
}
#main2 .mainInner .type .category ul {
  margin: 0;
}
#main2 .mainInner .type .category ul li {
  width: 45.75%;
  margin: 0 2.125% 10px;
}
#main2 .mainInner .type .category ul li:nth-child(4n) {
  margin-right: 2.125%;
}
#main2 .mainInner .type .category ul li a {
  background-size: 19.23077%;
}
#main2 .mainInner .type .category ul .cat_plamo a {
  background-image: url(../../images/cat_plamo@2x.png);
}
#main2 .mainInner .type .category ul .cat_car a {
  background-image: url(../../images/cat_car@2x.png);
}
#main2 .mainInner .type .category ul .cat_rc a {
  background-image: url(../../images/cat_rc@2x.png);
}
#main2 .mainInner .type .category ul .cat_alloy a {
  background-image: url(../../images/cat_alloy@2x.png);
}
#main2 .mainInner .type .category ul .cat_figure a {
  background-image: url(../../images/cat_figure@2x.png);
}
#main2 .mainInner .type .category ul .cat_goods a {
  background-image: url(../../images/cat_goods@2x.png);
}
#main2 .mainInner .type .category ul .cat_world a {
  background-image: url(../../images/cat_world@2x.png);
}
#main2 .mainInner .type .category ul .cat_etc a {
  background-image: url(../../images/cat_etc@2x.png);
}
#main2 .mainInner .type .brand h2 {
  text-align: center;
}
#main2 .mainInner .type .brand ul {
  margin: 0;
  padding: 0 0 10px;
}
#main2 .mainInner .type .brand ul li {
  width: 45.75%;
  margin: 0 2.125% 10px;
}
#main2 .mainInner .type .brand ul li:nth-child(3n) {
  margin-right: 2.125%;
}
#main2 .mainInner .type .brand ul li img {
  width: 70%;
}

/* ----------------------------------------------------------
	メインカラム	
---------------------------------------------------------- */
.mainContents {
  float: none;
  width: 100%;
}

/* ----------------------------------------------------------
	サイドバー	
---------------------------------------------------------- */
.sidebar {
  float: none;
  width: 100%;
}
.sidebar .search {
  margin: 0 8px;
}
.sidebar .search .Search_txt {
  background-image: url(../../images/search_img@2x.png);
  background-size: 10%;
}
.sidebar .popular {
  margin-top: 10px;
  margin-right: 8px;
  margin-left: 8px;
}
.sidebar .popular p {
  background-image: url(../../images/search_word@2x.png);
  background-size: 15px;
}
.sidebar .popular ul li {
  display: inline-block;
}
.sidebar .news_event .box {
  height: auto;
}
.sidebar .news_event ul {
  padding: 0 10px;
}
.sidebar .news_event li {
  border-bottom: #CCC 1px dotted;
  overflow: hidden;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.sidebar .news_event li:first-child {
  padding: 5px 0 10px 0;
}
.sidebar .news_event li img {
  width: 20.83333%;
  float: left;
}
.sidebar .news_event li div {
  width: 75%;
  float: right;
}
.sidebar .news_event li a p {
  text-decoration: underline;
}
.sidebar .news_event li a p:hover {
  text-decoration: none;
}
.sidebar .news_event .link {
  text-align: center;
  margin-top: 8px;
}
.sidebar .news_event .link a {
  background-image: url(../../images/arrow_bl@2x.png);
  background: #A8B3B3;
  background-size: 8px;
  background-repeat: no-repeat;
  padding: 8px 0;
  margin: 0 8px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.sidebar .news_event .link a:hover {
  text-decoration: underline;
}
.sidebar .pickup p {
  text-align: center;
}
.sidebar .pickup ul {
  padding: 5px 40px 0;
}

/* ----------------------------------------------------------
	フッター	
---------------------------------------------------------- */
#pagetop {
  position: static;
  text-align: center;
  margin: 30px auto 0;
}

footer {
  margin-top: 0;
}
footer #footerInner {
  max-width: none;
  margin: 0 auto 20px;
  padding: 20px 0 0;
}
footer #footerInner .snsbox {
  padding: 0 0 20px;
}
footer #footerInner .snsbox span.sp {
  display: block;
}
footer #footerInner .snsbox ul li {
  display: block;
  width: 45.75%;
  margin: 0 2.125%;
  background: none;
  text-align: center;
  font-weight: bold;
}
footer #footerInner .snsbox ul li a {
  color: #fff;
  display: block;
  padding: 10px;
}
footer #footerInner .snsbox ul .fb {
  background: #3B5998;
  border-bottom: #243C79 4px solid;
}
footer #footerInner .snsbox ul .tw {
  background: #00ACED;
  border-bottom: #0090E4 4px solid;
}
footer #footerInner .snsbox ul .weg {
  display: none;
}
footer #footerInner p {
  padding: 0 0 10px 10px;
}
footer #footerInner ul li {
  display: none;
  width: 100%;
  float: none;
}
footer #footerInner ul li:last-child {
  display: block;
}
footer #footerInner ul li span {
  display: none;
}
footer #footerInner ul li ul {
  padding: 0 10px;
}
footer #footerInner ul li ul li {
  display: inline;
  background-image: url(../../images/arrow_bl@2x.png);
  background-size: 4.41989%;
  border-right: #333 1px solid;
  background: none;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
footer #footerInner ul li ul li:last-child {
  display: inline;
  border-right: none;
}
footer .copy {
  font-size: 10px;
  font-size: 1rem;
}

/* ----------------------------------------------------------
	サブ共通	
---------------------------------------------------------- */
#main article h1 {
  padding: 0 10px 14px;
}
#main article .returnBtn {
  width: 100%;
  margin: 30px auto 40px !important;
}
#main article .returnBtn a span {
  background-image: url(../images/return_wh@2x.png);
  background-size: 12px 16px;
}
#main article nav.pager ul li.prev a {
  background-image: url(../images/pager_prev@2x.png);
  background-size: 8px;
}
#main article nav.pager ul li.next a {
  background-image: url(../images/pager_next@2x.png);
  background-size: 8px;
}

#main aside {
  float: none;
  width: 100%;
}
#main aside section h3 {
  padding: 0 10px 7px;
  text-align: center;
}
#main aside section.search {
  display: none;
}

/* ----------------------------------------------------------
	製品情報	
---------------------------------------------------------- */
#main.product article > section h2 {
  background-size: 30px;
  margin: 0 10px 10px;
}
#main.product article .search h2 {
  background-image: url(/images/product/product_search_ico@2x.png);
  background-size: 30px;
}
#main.product article .update h2 {
  background-image: url(/images/product/product_update_ico@2x.png);
  background-size: 30px;
}
#main.product article .update ul {
  margin: 0 10px;
}
#main.product article .update ul li {
  float: none;
  width: 100% !important;
  margin: 10px 0 0;
}
#main.product article .update ul li:first-child {
  margin: 0;
}
#main.product article .update ul li a {
  background-image: url(/images/product/product_arrow@2x.png);
  background-size: 18px 19px;
}

@media screen and (max-width: 550px) {
  #main.product article .search form {
    padding: 15px 10px;
  }
  #main.product article .search form dl dt, #main.product article .search form dl dd {
    float: none;
    width: 100%;
  }
  #main.product article .search form dl dt {
    margin: 12px 0 2px;
    padding: 0;
  }
  #main.product article .search form dl dt:first-child {
    margin-top: 0;
  }
  #main.product article .search form dl dd {
    margin: 0;
  }
  #main.product article .search form dl dd:nth-of-type(7), #main.product article .search form dl dd:nth-of-type(8) {
    width: 100%;
  }
  #main.product article .search form dl dd input, #main.product article .search form dl dd select {
    max-width: none;
  }
  #main.product article .search form dl dd input.jan-code, #main.product article .search form dl dd select.jan-code {
    width: 200px;
  }
  #main.product article .search form dl dd input.when-year, #main.product article .search form dl dd select.when-year {
    width: 30%;
    margin: 0 0 6px;
  }
  #main.product article .search form dl dd input.when-day, #main.product article .search form dl dd select.when-day {
    width: 30%;
    margin: 0 0 6px;
  }
  #main.product article .search form input[type="submit"] {
    background-image: url(../images/search_btn_icon@2x.png);
    background-size: 18px;
    max-width: none;
  }
  #main.product article .type {
    padding: 0 10px;
  }
  #main.product article .type .category h2 {
    text-align: center;
  }
  #main.product article .type .category ul {
    margin: 0;
  }
  #main.product article .type .category ul li {
    width: 45.75%;
    margin: 0 2.125% 10px;
  }
  #main.product article .type .category ul li:nth-child(4n) {
    margin-right: 2.125%;
  }
  #main.product article .type .brand h2 {
    text-align: center;
  }
  #main.product article .type .brand ul {
    margin: 0;
    padding: 0 0 10px;
  }
  #main.product article .type .brand ul li {
    width: 45.75%;
    margin: 0 2.125% 10px;
  }
  #main.product article .type .brand ul li:nth-child(3n) {
    margin-right: 2.125%;
  }
  #main.product article .type .brand ul li img {
    width: 70%;
  }
}
/* ----------------------------------------------------------
	製品情報 - 検索結果一覧
---------------------------------------------------------- */
#main.productSearch article p.result {
  padding: 0 10px;
}
#main.productSearch article form.sort {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
#main.productSearch article form.sort dl {
  float: left;
  width: 48.33333%;
  margin: 0 3.33333% 0 0;
}
#main.productSearch article form.sort dl dt {
  float: none;
  padding: 0;
  text-align: center;
}
#main.productSearch article form.sort dl dt:after {
  display: none;
}
#main.productSearch article form.sort dl dd {
  float: none;
  width: 100%;
}
#main.productSearch article form.sort dl dd label {
  display: block;
  float: left;
  padding: 6px 10px;
  width: 47.58621%;
  margin-right: 4.82759%;
}
#main.productSearch article form.sort dl dd input {
  position: absolute;
  z-index: -1;
}
#main.productSearch article form.sort dl dd input:checked + label {
  background: #0066b3;
  border-top: 2px solid #f1f1f1;
  border-bottom: 0px;
}
#main.productSearch article ul.item-list {
  margin-left: -3.22581%;
  padding: 0 10px;
}
#main.productSearch article ul.item-list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html #main.productSearch article ul.item-list {
  height: 1%;
}
#main.productSearch article ul.item-list li {
  float: left;
  width: 46.77419%;
  margin: 0 0 20px 3.22581%;
  font-size: 12px;
  font-size: 1.2rem;
}
#main.productSearch article ul.item-list li > a {
  display: block;
  margin: 0 0 6px;
  border: 1px solid #ddd;
  overflow: hidden;
}
#main.productSearch article ul.item-list li > a img {
  transition: transform 0.6s ease;
}
#main.productSearch article ul.item-list li > a:hover img {
  transform: scale(1.1) rotate(2deg);
  transition: transform 0.3s ease;
}
#main.productSearch article ul.item-list li p {
  line-height: 1.7;
}
#main.productSearch article ul.item-list li p.release {
  color: #0066b3;
}

/* ----------------------------------------------------------
	製品情報 - 詳細		
---------------------------------------------------------- */
#main.productDetail article {
  padding: 0 10px;
}
#main.productDetail article h1 {
  margin-right: -10px;
  margin-left: -10px;
}
#main.productDetail article .itemData .social li.facebook {
  margin-top: -5px;
}
#main.productDetail article .itemData .social li.line {
  margin-top: -5px;
}

@media screen and (max-width: 540px) {
  #main.productDetail article .img {
    float: none;
    width: 100%;
  }
  #main.productDetail article .itemData {
    float: none;
    padding: 0;
  }
}
.fb_iframe_widget > span {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------
	ニュース	
---------------------------------------------------------- */
#main.news article .newsList li,
#main.event article .newsList li {
  padding: 15px 10px;
}

/* ----------------------------------------------------------
	お知らせ - 詳細	
---------------------------------------------------------- */
#main.newsDetail article,
#main.eventDetail article {
  padding: 0 10px;
}
#main.newsDetail article h1,
#main.eventDetail article h1 {
  margin-right: -10px;
  margin-left: -10px;
}

/* ----------------------------------------------------------
	取扱店舗一覧	
---------------------------------------------------------- */
#main.shop article > p {
  margin: 0 10px;
}
#main.shop article .areaSelect dt {
  float: none;
}
#main.shop article .areaSelect dt:after {
  content: "";
}
#main.shop article .areaSelect dd {
  display: block;
  margin: 10px 0 0;
}
#main.shop article .areaSelect dd select {
  width: 100%;
  background: #FFF;
}
#main.shop article h2 {
  padding-left: 10px;
  padding-right: 10px;
}

/* ----------------------------------------------------------
	サポート
---------------------------------------------------------- */
#main.support article {
  padding: 0 10px;
}
#main.support article h1 {
  margin-right: -10px;
  margin-left: -10px;
}
#main.support article > p {
  margin-bottom: 20px;
}
#main.support article section {
  margin: 20px 0 0;
  padding: 15px;
  border: 3px solid #DDD;
}
#main.support article section .sectionTit {
  float: none;
  width: 100%;
  padding: 0;
}
#main.support article section .sectionTit h2 {
  background: 0 center no-repeat;
  background-size: 60px;
}
#main.support article section .sectionContent {
  float: none;
  width: 100%;
  margin: 15px 0 0;
  padding: 0;
  border-left: none;
}
#main.support article section .sectionContent a {
  background-image: url(../../images/arrow_wh@2x.png);
  background-size: 10px 12px;
  padding: 12px 30px 12px 12px;
}
#main.support article .inquiry .sectionTit h2 {
  background-image: url(../../support/images/support_tit_ico01@2x.png);
}
#main.support article .inquiry .sectionContent dl {
  margin: 15px 0 0;
}
#main.support article .order .sectionTit h2 {
  background-image: url(../../support/images/support_tit_ico02@2x.png);
}
#main.support article .order .sectionContent ul li {
  margin: 0 0 10px 0;
}
#main.support article .order .sectionContent ul li:last-child {
  margin: 0;
}
#main.support article .sectionNav li {
  background: url(../../support/images/support_arrow@2x.png) 96% center no-repeat;
  background-size: 18px 19px;
  margin: 10px 0 0;
}
#main.support article .sectionNav li:nth-child(1) a {
  background-image: url(../../support/images/support_tit_ico03@2x.png);
}
#main.support article .sectionNav li:nth-child(2) a {
  background-image: url(../../support/images/support_tit_ico04@2x.png);
}
#main.support article .sectionNav li:nth-child(3) a {
  background-image: url(../../support/images/support_tit_ico05@2x.png);
}
#main.support article .sectionNav li a {
  background: 10px center no-repeat;
  background-size: 60px;
  padding: 16px 50px 16px 80px;
}

/* ----------------------------------------------------------
	パーツ販売について	
---------------------------------------------------------- */
#main.buy article {
  padding: 0 10px;
}

/* ----------------------------------------------------------
	商品のパーツ不足、不良品、修理について
---------------------------------------------------------- */
#main.parts article {
  padding: 0 10px;
}
#main.parts article section.auction {
  padding: 10px;
}

/* ----------------------------------------------------------
	商品についてのご意見、商品化リクエスト
---------------------------------------------------------- */
#main.request article {
  padding: 0 10px;
}

/* ----------------------------------------------------------
	商品の通信販売について
---------------------------------------------------------- */
#main.mailorder article {
  padding: 0 10px;
}

/* ----------------------------------------------------------
	ドラゴン社製品　アフターサービスについて
---------------------------------------------------------- */
#main.dragon article {
  padding: 0 10px;
}

/* ----------------------------------------------------------
	サポート - お問い合わせ	
---------------------------------------------------------- */
#main.inquiry article > p,
#main.inquiry article h2,
#main.inquiryConfirm article > p,
#main.inquiryConfirm article h2,
#main.order article > p,
#main.order article h2,
#main.orderConfirm article > p,
#main.orderConfirm article h2,
#main.shopForm article > p,
#main.shopForm article h2,
#main.shopFormConfirm article > p,
#main.shopFormConfirm article h2 {
  padding: 0 10px;
}
#main.inquiry article > section form,
#main.inquiryConfirm article > section form,
#main.order article > section form,
#main.orderConfirm article > section form,
#main.shopForm article > section form,
#main.shopFormConfirm article > section form {
  padding: 20px 10px;
}

@media screen and (max-width: 510px) {
  #main.inquiry article > section form dl,
  #main.inquiryConfirm article > section form dl,
  #main.order article > section form dl,
  #main.orderConfirm article > section form dl,
  #main.shopForm article > section form dl,
  #main.shopFormConfirm article > section form dl {
    padding-top: 10px;
  }
  #main.inquiry article > section form dl dt,
  #main.inquiryConfirm article > section form dl dt,
  #main.order article > section form dl dt,
  #main.orderConfirm article > section form dl dt,
  #main.shopForm article > section form dl dt,
  #main.shopFormConfirm article > section form dl dt {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
  #main.inquiry article > section form dl dd,
  #main.inquiryConfirm article > section form dl dd,
  #main.order article > section form dl dd,
  #main.orderConfirm article > section form dl dd,
  #main.shopForm article > section form dl dd,
  #main.shopFormConfirm article > section form dl dd {
    margin-bottom: 15px;
    margin-left: 0;
  }
  #main.inquiry article > section form dl #name, #main.inquiry article > section form dl #zip, #main.inquiry article > section form dl #tel, #main.inquiry article > section form dl #address1,
  #main.inquiryConfirm article > section form dl #name,
  #main.inquiryConfirm article > section form dl #zip,
  #main.inquiryConfirm article > section form dl #tel,
  #main.inquiryConfirm article > section form dl #address1,
  #main.order article > section form dl #name,
  #main.order article > section form dl #zip,
  #main.order article > section form dl #tel,
  #main.order article > section form dl #address1,
  #main.orderConfirm article > section form dl #name,
  #main.orderConfirm article > section form dl #zip,
  #main.orderConfirm article > section form dl #tel,
  #main.orderConfirm article > section form dl #address1,
  #main.shopForm article > section form dl #name,
  #main.shopForm article > section form dl #zip,
  #main.shopForm article > section form dl #tel,
  #main.shopForm article > section form dl #address1,
  #main.shopFormConfirm article > section form dl #name,
  #main.shopFormConfirm article > section form dl #zip,
  #main.shopFormConfirm article > section form dl #tel,
  #main.shopFormConfirm article > section form dl #address1 {
    max-width: none;
  }
  #main.inquiry article > section form input[type=submit],
  #main.inquiryConfirm article > section form input[type=submit],
  #main.order article > section form input[type=submit],
  #main.orderConfirm article > section form input[type=submit],
  #main.shopForm article > section form input[type=submit],
  #main.shopFormConfirm article > section form input[type=submit] {
    width: 100%;
  }

  #main.orderConfirm article > section form dl dd dl dt,
  #main.orderConfirm article > section form dl dd dl dd {
    float: left;
    padding-top: 5px;
  }
  #main.orderConfirm article > section form dl dd dl dt {
    width: 20%;
    clear: both;
  }
  #main.orderConfirm article > section form dl dd dl dd {
    width: 80%;
    margin: 0;
  }
}
/* ----------------------------------------------------------
	プライバシーポリシー
---------------------------------------------------------- */
#main.privacy article h2 {
  margin: 0 10px;
}
#main.privacy article p {
  margin: 0 10px;
}
#main.privacy article ul {
  margin: 0 10px;
}
#main.privacy article .date {
  text-align: right;
}

/* ----------------------------------------------------------
	ソーシャルメディアポリシー
---------------------------------------------------------- */
#main.social article h2 {
  margin: 0 10px;
}
#main.social article p {
  margin: 0 10px;
}
#main.social article ul {
  margin: 0 10px;
}
#main.social article .date {
  text-align: right;
}

/* ----------------------------------------------------------
	サイト利用規約
---------------------------------------------------------- */
#main.term article h2 {
  margin: 0 10px;
}
#main.term article p {
  margin: 0 10px;
}
#main.term article ul {
  margin: 0 10px;
}
#main.term article .date {
  text-align: right;
}

/* ----------------------------------------------------------
	ライブラリ用スタイル
---------------------------------------------------------- */
.jspScrollable {
  max-width: none !important;
}

.jspContainer {
  max-width: none !important;
}

.jspPane {
  max-width: none !important;
}

.jspVerticalBar {
  display: none;
}

#mainslide2 .flex-direction-nav a {
  height: auto !important;
  top: 50% !important;
  margin-top: -20px !important;
}

/* ----------------------------------------------------------
	会社概要
---------------------------------------------------------- */
#main.company article #company .kaisyagaiyou table,
#main.company article #company .kaisyakakumei table {
  table-layout: fixed;
}
#main.company article #company .kaisyagaiyou table tr th,
#main.company article #company .kaisyakakumei table tr th {
  width: 30%;
  padding: 6px 10px;
}
#main.company article #company .kaisyagaiyou table tr td,
#main.company article #company .kaisyakakumei table tr td {
  word-wrap: break-word;
  width: 70%;
  padding: 6px 10px;
}
#main.company article #company .wakuShita img {
  padding: 3%;
  width: 100%;
}

/* ----------------------------------------------------------
	サイトマップ
---------------------------------------------------------- */
#main.sitemap article {
  padding: 0 10px;
}
#main.sitemap article ul li {
  padding: 20px 0;
}
#main.sitemap article ul li ul {
  margin: 15px 0 0;
}
#main.sitemap article ul li ul li {
  padding: 0 0 0 23px;
  margin: 0 0 10px;
}
