@charset "UTF-8";

@font-face {
    font-family: 'NotoSansCJKjp-Thin';
    src: url('../web_font_woff/NotoSansCJKjp-Thin.woff'),url('../web_font_eot/NotoSansCJKjp-Thin.eot');
}

@font-face {
    font-family: 'NotoSansCJKjp-Regular';
    src: url('../web_font_woff/NotoSansCJKjp-Regular.woff'),url('../web_font_eot/NotoSansCJKjp-Regular.eot');
}

@font-face {
    font-family: 'NotoSansCJKjp-Light';
    src: url('../web_font_woff/NotoSansCJKjp-Light.woff'),url('../web_font_eot/NotoSansCJKjp-Light.eot');
}

@font-face {
    font-family: 'NotoSansCJKjp-Bold';
    src: url('../web_font_woff/NotoSansCJKjp-Bold.woff'),url('../web_font_eot/NotoSansCJKjp-Bold.eot');
}

@font-face {
    font-family: 'NotoSansCJKjp-Black.woff';
    src: url('../web_font_woff/NotoSansCJKjp-Black.woff'),url('../web_font_eot/NotoSansCJKjp-Black.eot');
}

.clearfix:after {content: " "; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;}
.clearfix{display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	margin: 0;
	color: #353b50;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
	display: block;
}

ol,ul {
	list-style:none;
  margin: 0;
  padding: 0;
  border: 0;
}

audio,
canvas,
progress,
video{
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]){
	display: none;
	height: 0;
}

[hidden],
template{
	display: none;
}

a{
	background-color: transparent;
}

a:active,
a:hover{
	outline: 0;
}

b,
strong{
	font-weight: bold;
}

img{
	border: 0;
}

button,
input,
optgroup,
select,
textarea{
	margin: 0;
	color: inherit;
	font: inherit;
}

button{
	overflow: visible;
}

button,
select{
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled]{
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	padding: 0;
	border: 0;
}

input{
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"]{
	padding: 0;
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
	height: auto;
}

input[type="search"]{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

legend{
	padding: 0;
	border: 0;
}

textarea{
	overflow: auto;
}

html{
	overflow-y: scroll;
}

body{
	font-family: "游ゴシック","Yu Gothic","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}

.c-blue{
  color: #004b80;
}

a{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #231815;
}

a:hover,
a:active,
a:focus{
	color: #004b80;
}

img{
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

div{
	word-wrap: break-word;
}

form{
	margin: 0;
}

button,
input,
select,
textarea,
optgroup,
option{
	vertical-align: baseline;
}

textarea{
	min-height: 100px;
	vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
}

table{
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	border-spacing: 0;
}

caption{
	text-align: left;
}

img{
	height: auto;
	max-width: 100%;
}

img{
	max-width: none\9;/*IE8への対応*/
}

html:not(:target) img{
    max-width: 100%; /*IE9以上への対応*/
}

p{
	margin: 0 0 1em;
}


li{
	margin-bottom: 0em;
}

.breadcrumbs-in{
	margin: 2em 0;
	padding: 0;
	color: #999;
}

.no-gn .breadcrumbs-in{
	margin-top: 0;
}

.breadcrumbs-in a{
	color: #999;
}

.breadcrumbs-in a:hover,
.breadcrumbs-in a:active,
.breadcrumbs-in a:focus{
	color: #f60;
}

.breadcrumbs-in li{
	display: inline-block;
	list-style: none;
	position: relative;
    margin-right: 15px;
    padding-right: 15px;
	background: url(../images/icon/icon-brc.gif) right center no-repeat;
}

.breadcrumbs-in li:before{
	content: url(../images/icon/icon-folder-brc.png);
}

.breadcrumbs-in li.bcl-first:before{
	content: url(../images/icon/icon-home-brc.png);
}

.breadcrumbs-in li.bcl-last{
	background: none;
}

.breadcrumbs-in li.bcl-last:before{
	content: none;
}

.main-conts{
	line-height: 1.8;
}

/*ページトップボタン*/
.page-top{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
}

#hamburger {
    display: none;
}

/*--------------------------------------------------------
floatの回り込みを解除
--------------------------------------------------------*/
.site-header-conts:after,
.main-body-in:after,
.article-body:after,
.section-in:after,
.col4-wrap:after,
.col3-wrap:after,
.col2-wrap:after,
.news-item:after,
.related-articles-thumbs01 li:after,
.btn-area:after,
.page-nav-bf:after,
.clearfix:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/*---------------------------------------------------------------------
----------------------------------------------------------------------*/

.head_logo{
	float: left;
}

.head-menu{
	margin: 0;
	padding: 0 30px;
	width: 520px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
	height: 90px;
	align-items: flex-end;
}

.head-menu li{
	list-style: none;
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

.head-menu li a{
	text-decoration: none;
  text-align: center;
}

.head-menu li a.hover{
 display: block;
 float: left;
 width: 150px;
 position: relative; /* .enと.jaの絶対配置の基準 */
 height: 30px;
 line-height: 24px;
 transition: .5s; /* 0.5秒で値をなめらかに変化させる */
}

.head-menu li a .en,.ja {
 display: block; /* position指定がある時は無くても可 */
 width: 100%;
 position: absolute; /* .enと.jaを重ねて表示 */
 transition: .5s; /* 0.5秒で値をなめらかに変化させる */
}
.head-menu li a .en {
 opacity: 1; /* 普段は英語表記を表示 */
}
.head-menu li a .ja {
 opacity: 0; /* 普段は日本語表記を透明に */
}
.head-menu li a:hover .en { /* aにホバーしたとき英語表記は透明に */
 opacity: 0;
}
.head-menu li a:hover .ja { /* aにホバーしたとき日本語表記を表示 */
 opacity: 1;
}

.site-header-in{
	margin: 0 auto 45px;
	padding: 15px;
	font-family: 'Maven Pro', sans-serif;
	border-bottom: 50px solid #004b80;
	position: relative;
	height: 95px;
}

.head_bt_wrap{
	position: absolute;
    top: 40px;
    right: 15px;
    cursor: pointer;
}

.search-icon{
	width: 45px;
	margin: 0 15px;
	cursor: pointer;
}

.head_bt_wrap form{
  display: inline-block;
}
.head_bt_wrap form input{
	padding: 10px 0px;
	border: 0;
	width: 0px;
	background: #eee;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.head_bt_wrap .show-search{
	width: 220px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.menu-icon{
	width: 45px;
	margin: 0 15px;
}

.header_logo_wrap{
	overflow: hidden;
	width: 363px;
	float: left;
}

.header_logo_wrap p{
	display: inline-block;
    font-size: 12px;
    margin: 38px 20px 0;
}

.copyright{
	text-align: right;
	font-size: 8px;
	padding: 15px;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
}

.copyright p{
	margin: 0;
}

.global-nav{
	position: fixed;
    top: 0;
    right: -260px;
    background: #fff;
    height: 100vh;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0,0,0,0.4);
    z-index: 9999;
    -webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.site-footer{
	clear: both;
}

.in-cont{
	width: 1200px;
	margin: 0 auto;
}

.main_company{
  width: 90%;
  margin: 0 auto;
  height: auto;
}

.main_company table{
  width: 100%;
  height: auto;
  border-top: 1px solid #CCC;
}

.main_company table tr th{
  padding: 10px 0px 10px 10px;
  vertical-align: top;
  width: 20%;
  text-align: left;
  border-bottom: 1px solid #CCC;
}

.main_company table tr td{
  padding: 10px 0px;
  text-align: left;
  border-bottom: 1px solid #CCC;
}

.news_box{
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.news_box .tit{
  margin-bottom: 20px;
}

.news_box .memo{
  margin-bottom: 20px;
  padding-bottom: 20px;
  min-height: 150px;
  border-bottom: 1px solid #CCC;
}

.news_box ul{
  border-bottom: 1px solid #CCC;
  padding: 0 1.5% 1.5% 1.5%;
  margin-bottom: 1.5%;
}

.news_box .sns_btn{
  text-align: right;
}

.news_box .sns_btn a{
  margin: 0 0 0 5px;
}


.top_tc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_tc_in {
	width: 360px;
	border: 1px solid #c3c4c4;
	font-family: 'Maven Pro', sans-serif;
	position: relative;
  margin-bottom: 60px;
}

.add_text1{
	display: inline-block;
    position: absolute;
    right: 30px;
    top: 360px;
    color: #d0121b;
    font-size: 28px;
}

.top_tc_in h2{
	border-top: 1px solid #c3c4c4;
	margin: 0;
  padding: 2.5% 5%;
}

.meia_wrap{
	overflow: hidden;
	padding: 30px;
}

.meia_wrap img{
	float: right;
	width: 170px;
	border: 1px solid #231815;
}

#menu{
	margin: 0;
	padding: 0;
}

#menu li{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

#menu li a{
	background: #326e99;
    text-decoration: none;
    padding: 18px 38px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
}

#menu li a:hover{
	opacity: 0.7;
}

#menu li.toggle_menu span{
  background: #326e99;
    text-decoration: none;
    padding: 18px 38px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
}
#menu li.toggle_menu span:hover{
	opacity: 0.7;
  cursor: pointer;
}

#menu li.toggle_menu ul{
  display: none;
}

#menu li.toggle_menu ul li{
  margin: 10px 0px 0px 0px;
}

.global-nav-in{
	position: relative;
	padding: 80px 0 0;
}

.global-nav-in .menu-icon{
	position: absolute;
    top: 10px;
    right: 0px;
    margin: 0;
}

.show-menu{
	right: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.product-menu-bt{
	cursor: pointer;
}

.head-menu li ul{
	position: absolute;
    top: 125px;
    left: 50%;
    background: rgba(0,0,0,0.4);
    margin: 0;
    padding: 15px 30px;
    width: 900px;
    margin-left: -450px;
    z-index: 9998;
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content :space-between;
    */
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.head-menu li .show-menu2{
	opacity: 1;
	z-index: 9998;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.head-menu li ul li{
	width: 260px;
	margin: 10px 0;
	padding: 0 0 0 42px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 40px;
	float: left;
}

.head-menu li ul li:nth-child(3n-1){
	margin: 10px 30px;
}

.head-menu li ul li a{
	background: #cfd0d0;
	color: #fff;
	display: block;
	text-align: center;
	padding: 11px 0;
	box-sizing: border-box;
}

.head-menu li ul li:hover{
	filter: brightness(90%);
}

.menu_car-chargers{
	background: url(../images/common/icon-car-chargers.jpg);
}

.menu_wall-chargers{
	background: url(../images/common/icon-wall-chargers.jpg);
}

.menu_charging-cable{
	background: url(../images/common/icon-charging-cable.jpg);
}

.menu_car-speaker{
	background: url(../images/common/icon-car-speaker.jpg);
}

.menu_fm-transmitter{
	background: url(../images/common/icon-fm-transmitter.jpg);
}

.menu_smartphone-accessory{
	background: url(../images/common/icon-smartphone-accessory.jpg);
}

.menu_wireless{
	background: url(../images/common/icon-wireless.jpg);
}

.menu_earphone{
	background: url(../images/common/icon-earphone.jpg);
}

.menu_led{
	background: url(../images/common/icon-led.jpg);
}

.menu_helmet{
	background: url(../images/common/icon-helmet-2021.png);
}

.menu_charactor-snoopy{
	background: url(../images/common/icon-charactor-snoopy.jpg);
}

.menu_display{
	background: url(../images/common/icon-display.jpg);
}

.menu_bike{
	background: url(../images/common/icon-bike.png);
}

.menu_car-accessory{
  background: url(../images/common/icon-car-accessory.png);
}

.menu_car-other{
  background: url(../images/common/icon-car-other.png);
}

#menu2{
	display: none;
}


/**下層、NEW Product**/

.under_head{
	height: 260px;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.head_new_product{
	background-image: url(../images/page/new_product.png);
	background-size: cover;
	background-position:center center;
}

.head_new_product_car-chargers{
	background-image: url(../images/page/category/head_new_product_carcharger.jpg);
}

.head_new_product_wall-chargers{
	background-image: url(../images/page/category/head_new_product_wallcharger.jpg);
}

.head_new_product_charging-cable{
	background-image: url(../images/page/category/head_new_product_cable.jpg);
}

.head_new_product_car-speaker{
	background-image: url(../images/page/category/carspeaker.png);
}

.head_new_product_fm-transmitter{
	background-image: url(../images/page/category/head_new_product_carcharger.jpg);
}

.head_new_product_smartphone-accessory{
	background-image: url(../images/page/category/head_new_product_accesory.jpg);
}

.head_new_product_wireless{
	background-image: url(../images/page/category/wirelessearphone.png);
}

.head_new_product_earphone{
	background-image: url(../images/page/category/head_new_product_earphone.jpg);
}

.head_new_product_led-halogenbulb,.head_new_product_hidbulb,.head_new_product_ledbulb,.head_new_product_ledfogbulb,.head_new_product_ledheadbulb,.head_new_product_ledaccsesory,.head_new_product_halogenbulb,.head_new_product_incandescentbulb,.head_new_product_shogekikouled{
	background-image: url(../images/page/category/head_new_product_led.jpg);
}

.head_new_product_helmet{
	background-image: url(../images/page/category/head_new_product_moter.jpg);
}

.head_new_product_charactor-snoopy{
  background-position: left center;
	background-image: url(../images/page/category/head_new_product_snoopy-2022.png);
}

.head_new_product_display{
	background-image: url(../images/page/category/head_new_product_display.jpg);
}

.head_new_product_bike-bicycle{
	background-image: url(../images/page/category/head_new_product_bike.jpg);
}

.head_new_product_car-accessory{
  background-image: url(../images/page/category/head_new_product_car_accesory.png);
}

.head_new_product_other{
  background-image: url(../images/page/category/head_new_product_other.png);
}

.page .site-header-in{
	margin-bottom: 0;
}

.under_head h1{
	font-size: 54px;
	font-family: 'Maven Pro', sans-serif;
	margin: 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
  text-shadow: 1px 1px 3px #666;
}

.under_head h1 span{
	display: block;
	font-weight: normal;
	font-size: 18px;
	font-family: "游ゴシック","Yu Gothic","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}

#new_product_body{
	padding: 60px 0 0;
}

.product_list{
	margin: 0;
	padding: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product_list li{
	margin: 0 25px 45px;
    padding: 0;
    list-style: none;
    width: 350px;
    border: 1px solid #a2a2a2;
    box-sizing: border-box;
}

.product_list li img{
  padding: 2.5% 5%;
  width: 95%;
  height: auto;
}

.product_list li h2{
	margin: 0;
  padding: 2.5% 5%;
  font-size: 16px;
  line-height: 26px;
	border-top: 1px solid #a2a2a2;
}

.news_box_more{
	text-align: center;
	padding: 30px 0 120px;
}

.wp-pagenavi{
	margin: 0 auto;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.wp-pagenavi a ,.wp-pagenavi span{
	margin: 0 15px;
	padding: 3px 8px;
	float: left;
	list-style: none;
}

.wp-pagenavi a{
	text-decoration: none;
}

.wp-pagenavi a img{
	width: 13px;
    vertical-align: middle;
}

#new_product_body {
    padding: 45px 0 0px;
}

.head_contact{
	background: #a2bcc6;
}

/**問い合わせ**/

#contact_body{
	padding: 60px 0;
}

#contact_body dl{
	margin: 50px 0;
	overflow: hidden;
	border-bottom: 1px solid #004b80;
}

.submit_btn{
  display: block;
  width: 300px;
  height: 40px;
  padding: 5px 0px;
  text-align: center;
  background-color: #004b80;
  color: #FFF;
  border: 2px solid #004b80;
  margin: 0 auto;
  line-height: 28px;
}

.submit_btn:hover{
  background-color: #FFF;
  color: #004b80;
}

#contact_body h2{
	margin: 0;
	background: #d1d1d2;
	padding:8px 300px 8px 15px;
}

#contact_body dl dt{
	width: 30%;
	float: left;
	margin: 0;
	padding: 30px 15px;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid #004b80;
	line-height: 38px;
	clear: both;
}

#contact_body dl dd{
	width: 70%;
	float: left;
	margin: 0;
	padding: 30px 120px 30px 50px;
	box-sizing: border-box;
	border-top: 1px solid #004b80;
}

#contact_body dl dd input,#contact_body dl dd textarea{
	border: 1px solid #004b80;
    width: 100%;
    padding: 5px 20px;
}

#contact_body dl dd input[name="quiz-777"]{width: 100px;}

/**FAQ**/

.head_faq{
	background-image: url(../images/page/head_faq.jpg);
	background-size: cover;
	background-position:center center;
}

#faq_body{
	padding: 60px 0;
}

#faq_body h2{
	background: #d1d1d2;
	margin: 0 0 15px;
	padding: 5px 15px;
	font-size: 28px;
}

#faq_body h2 span{
	font-family: 'Maven Pro', sans-serif;
	font-size: 42px;
}

#faq_body .faq_text1{
	font-size: 20px;
	margin: 0 0 5px;
}

#faq_body p{
	margin: 0 0 30px;
	padding: 0 15px;
	font-size: 16px;
}

#faq_body p span{
	font-size: 20px;
}

.faq_link_red{
	color: red;
	text-decoration: none;
}

/**商品詳細**/

.product_detail_section1{
	overflow: hidden;
	padding: 0 0 45px;
}

.pd_detail_left{
	width: 70%;
	float: left;
    padding: 0 50px;
    box-sizing: border-box;
}

.pd_detail_text1{
	display: block;
	height: 40px;
	border-bottom: 1px solid #004b80;
	padding: 5px 0;
}

.pd_detail_text2{
	display: block;
	border-bottom: 1px solid #004b80;
	padding: 5px 0;
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
}

.pd_detail_text1 img {
    max-height: 100%;
    width: auto;
}

.pd_detail_data{
	padding: 45px 0 30px;
}

.pd_detail_data h1{
	margin: 0;
	border-bottom: 1px solid #004b80;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
}

.pd_detail_right{
	width: 30%;
	float: right;
	padding: 95px 0 0;
}

.pd_detail_right_img{
	padding: 15px 0 15px;
	border-bottom: 1px solid #004b80;
	border-top: 1px solid #004b80;
}

.pd_detail_text4{
	padding: 15px 15px;
	font-family: 'Maven Pro', sans-serif;
	display: block;
	border-bottom: 1px solid #004b80;
}

.pd_color{
	border-bottom: 1px solid #004b80;
    padding: 15px 0;
}

.pd_color h3{
	text-align: center;
    margin: 15px 0 5px 0px;
    font-size: 22px;
    font-weight: normal;
}

.pd_color ul{
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex:wrap;
}

.pd_color ul li{
	list-style: none;
	margin: 0 1.5%;
	padding: 0;
  width: 30%;

}

.pd_color ul li a,.pd_color ul li span{
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  line-height: 22px;
  display: block;
  text-decoration: none
}

.pd_tt{
	background: #d1d1d2;
	padding: 5px 15px;
	position: relative;
}

.pd_tt h2{
	font-weight: normal;
	font-size: 26px;
	margin: 0;
}

.red{
	color: red;
}

.pd_tt ul{
	position: absolute;
	right: 15px;
	top: 14px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.pd_tt ul li{
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
	list-style: none;
	font-size: 12px;
	padding: 2px 20px;
	margin: 0 10px;
}

#product_detail_body .sns_btn{
  text-align: right;
  margin-bottom: 20px;
}

#product_detail_body .sns_btn a{
  margin: 0 0 0 5px;
}

.bd-bottom{
	border-bottom: 1px solid #004b80;
}

.product_detail_section2 .box{
	padding: 30px 0;
}
.product_detail_section2 h3{
	font-weight: normal;
	font-size: 28px;
	margin: 0 0 5px;
}

.product_detail_section2{
	padding: 0 0 45px;
}

.compatibility_box{width: 80%; height: auto; margin: 0 auto 5% auto;}
.compatibility_box ul{margin-bottom: 2.5%;}
.compatibility_box ul li{width: 47%; height: auto; margin: 0 1.5% 2.5% 1.5%; float: left;}
.compatibility_box ul li a{display: block; width: 100%; height: auto; padding: 1.5%; text-align: center; background-color: #FFF; border: 2px solid #CCC; text-decoration: none;}
.compatibility_box ul li a:hover{background-color: #CCC;}
.compatibility_box_tit{margin-bottom: 1.5%; padding-bottom: 0.5%; border-bottom: 2px solid #CCC; font-size: 22px; line-height: 32px; font-weight: bold; text-align: center;}
.match_tit{width: 640px; height: auto; padding: 5px 0px; margin: 0.5% auto 1.5% auto; border: 2px solid #CCC; text-align: center; font-size: 16px; line-height: 32px;}
.match_list{width: 540px; height: auto; margin: 0 auto 5% auto;}
.match_list ul{margin-top: 1.5%;}
.match_list ul li{margin-bottom: 1.5%;}
.match_list ul li a{display: block; width: 100%; padding: 5px 0px; margin: 0 auto; border: 2px solid #CCC; text-align: center; font-size: 14px; line-height: 32px; text-decoration: none;}
.match_list ul li a:hover{background-color: #CCC; color: #FFF;}

.main_led_list{width: 80%; height: auto; margin: 45px auto 0 auto;}
.main_led_list ul li{width: 24.5%; margin: 0 0.25% 0.5% 0.25%; float: left;}
