@charset "UTF-8";

/* =======================================================================
CSSの名前：maker.css 
--------------------------------------------------------------------------
ext/maker/xxxxxxx.html：型番選択一覧専用CSSです。
======================================================================= */



/*メイン画像*/
#main_img img{
	width:100%;
	height:auto;
}



/*公式メッセージ*/
#kousiki{
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	padding:20px 10px;
}
@media screen and (max-width: 599px) {
	#kousiki{
		font-size: 15px;
		text-align: left;
	}
}

#responsive #main_org h2{
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: unset;
	background-color: unset;
}

#responsive #main_org h3{
	/* font-size:18px;
	padding: 0px 10px; */
}

#responsive #main_org h4{
	font-size:16px;
	line-height:1.5;
}


#responsive #main_org #title_bnr{
	position: absolute;
	background: rgba(35, 96, 0, 0.6);
	color: #fff;
	padding: 20px;
	text-align: left;
	font-size: 40px;
	margin: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 599px) {
	#responsive #main_org #title_bnr{
		padding: 10px 50px 10px 10px;
		font-size: 29px;
		margin: 40px 20px;
		min-width: 320px;
	}
	
	#main_img img {
		height: 570px;
		object-fit: cover;
	}
}

/*マップチャージ*/
#map_charge{
	margin-bottom:40px;
}
#map_charge p.ef_btn{
	text-align: center;
}
#map_charge p.ef_btn a{
	display: inline-block;
	font-size: 14px;
	padding:10px;
	max-width: 15em;/*個別調整*/
}



/*休業期間*/
#closed{
	margin-bottom:60px;
}
#closed h3{
	font-size: 24px;
	text-align: center;
	padding: 0 10px;
	margin-bottom:20px;
}
#closed div{
	font-size: 14px;
	text-align: center;
	padding:20px 10px;
}
#closed .ef_btn a{
	padding: 10px 5px;
	max-width: 350px;
}



/*お知らせ*/

#topics{
	border-top: #A9A9A9 1px solid;
	border-bottom: #A9A9A9 1px solid;
	padding:10px 20px;
	margin-bottom: 60px;
}

#topics a{
	color: #333;
}

#topics #tp_box{
	display: table;
	width: 100%;
}
#responsive #topics h3{
	font-size: 14px;
	font-weight:normal;
	display: inline-block;
}
#topics .link_news{
	display: table-cell;
	vertical-align:bottom;
	font-size: 14px;
	text-align: right;
}

#topics li{
	font-size: 14px;
	/* margin-top: 5px; */
	display: table;
	width: 100%;
}
#topics #tp_list li #tp1{
	display: table-cell;
	vertical-align: top;
	width:7em;
	color: #7A7A7A;
}
#topics #tp_list li #tp2{
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 599px) {
	#topics li{
		display: block;
	}
	#topics #tp_list li #tp1{
		display: inline-block;
		width: 85px;
	}
	#topics #tp_list li #tp2{
		display: inline-block;
		width: calc(100% - 90px);
	}
}



/*キャンペーン*/
#campaign{
	text-align: center;
	padding: 0 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#campaign .mktop_2023w{
	background:#fff;
}

@media screen and (max-width: 599px) {
	#campaign img{
		max-width: 100%;
		width: auto;
		height:auto;
	}
}


/*地図更新サービス*/
#update_service{
    text-align: center;
    padding: 0px;
    margin: 40px 0px 60px 0px;
}


#update_service div:first-child{
	/* margin-right:20px;*/
	
}

@media screen and (max-width: 599px) {
	#campaign img{
		max-width: 100%;
		width: auto;
		height:auto;
	}
}

#update_service div.service{
    padding: 40px 10px;
    margin: 20px 0px 60px;
}

#update_service .service_logo{
	display: inline-block;
	vertical-align:top;
	max-width: 46%;
}

#update_service .service_logo div{
	width: 440px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: #A9A9A9 1px solid;
}

#update_service img{
	vertical-align: middle;
}


#model_area #kirikae li.ef_btn, #kirikae2 li.ef_btn{
	border-bottom:3px #efefef solid;
	display: inline-block;
	width: calc((100% - 10px)/3);
}

#model_area #kirikae li.active, #kirikae2 li.active{
	border-bottom:3px #333 solid;
}



#model_area.navimodel_hidden:after {
	background: linear-gradient(0deg,#fff 20%,transparent);
	content: "";
	height: 15%;
	mix-blend-mode: screen;
	position: absolute;
	width: 980px;
	bottom:100px;
}

#model_area .aco_y:hover{
	cursor: pointer;
}

#model_area #cyber_hidden, #model_area #raku_hidden{
	height:480px;
	overflow: hidden;
	/* transition: height .5s ease-in; */
}

#model_area #cyber_hidden.aco_happen{
	height:2275px;
	overflow: hidden;
	transition: height .5s ease-in;
}

#model_area #raku_hidden.aco_happen{
	height:2650px;
	overflow: hidden;
	transition: height .5s ease-in;
}

#model_area #cyber_hidden.height_auto, #model_area #raku_hidden.height_auto{
	height:auto;
	transition: height .5s ease-in;
}


#model_area  .aco_y{
	/* position: relative; */
	z-index: 1;
	padding: 5px 25px;
	top: 20px;
	width: 10em;
	margin: 30px auto 10px;
	display: block;
	background: #efefef;
	border-radius: 10px;
}

#model_area {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#model_area .nodisplay{
	display: none !important;

}

#model_area #NO_result h4{
	font-weight: normal;
}


.animated {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  /* animation-duration: 0.5s; */
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  /* animation-duration: 0.5s; */
}



/*エリアの表示非表示と形状*/
.area {
  display: none ;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;

}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block  ;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    /* animation-duration: 2s; */
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@media screen and (max-width: 599px) {
	#update_service .service_logo div{
		width:100%;
	}
	
	#update_service .service_logo{
		margin-right: 0px !important;
		max-width: 400px;
		width: 100%;
	}
	
	#model_area #cyber_hidden, #model_area #raku_hidden{
		height:500px;
	}
	
	#model_area #cyber_hidden.aco_happen{
		height:2560px;
	}

	#model_area #raku_hidden.aco_happen{
		height:3400px;
	}
	
	#model_area #cyber_hidden.height_auto, #model_area #raku_hidden.height_auto{
		height:auto;
		transition: height .5s ease-in;
	}
	
	#model_area.navimodel_hidden:after {
		bottom: 15%;
		width:100%;
		height: 20%;
	}
}


/*各商品へのリンク*/

#item_category div.container{
	padding: 0px 40px;
    font-size: 0;
}

#item_category div.container p span{
	border: #A9A9A9 1px solid;
	height:210px;
    display: flex;
    align-items: center;
}

#item_category div.container p span img{
	margin: auto;
}

#item_category .carrozzeria_categorylink {
	text-align: center;
	display: inline-block;
	padding: 0px 0px;
	/* width: 210px; */
	box-sizing: border-box;
	/* min-height: 255px; */
	/* margin-bottom: 40px; */
	/* border: #A9A9A9 1px solid; */
	vertical-align: top;
	/* margin: 0 20px 40px 0; */
	font-size: 14px;
}

.item_category_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 20px;
}

#item_category div.container p a{
	color: #333;
}

#item_category div.container p a:hover{
	text-decoration: none;
}

.container p:nth-child(4), .container p:nth-child(8){
	margin-right:0px;
}

@media screen and (max-width: 599px) {

	.container {
		max-width: 450px;
		margin: auto;
		text-align: center;
	}
	
	#item_category div.container{
		padding: 0px 10px;
		text-align:left;
	}
	
	/* .container p{
		text-align: center;
		display: inline-block;
		padding: 0px;
		box-sizing: border-box;
		vertical-align: top;
	} */

	.item_category_grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 10px;
	}
	
	#item_category div.container p span{
		height: 180px;
		/* width: 180px; */
	}
	
	.container p:nth-child(2n){
		margin-right:0px;
	}
	.container p:nth-child(3){
		/* margin-right:20px; */
	}
	
	.re_img{
		height:auto;
	}

}

#item_category .container a span:first-child:hover{
	/* opacity: 0.5 ; */
	border: #c5092f 1px solid !important;
	/* margin: -1px; */
	
}

#update_service .shindan a:hover{
	opacity:1 ;
	border: none;
	
}

/* GDキャンペーンページ */

.GD_update_spot a{
		text-align: center;
		display: inline-block;
		/* margin: auto; */
		margin-bottom:10px;
}

.GD_update_spot a:hover {
	opacity: 0.75 ;
}



/*ご使用のカーナビ型番を選択してください*/
nav{
	margin-bottom:10px;
	width: 360px;
	/* height: 340px; */
	position: absolute;
	top: 305px;
	margin-left: 570px;
	background: rgba(255, 255, 255, 0.85);
	padding: 25px 10px;
	display: inline-block;
}


.cboxPhoto{
	padding: 40px 110px 15px;
}


nav #select_buy_menu{
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding:5px 10px;
	margin-bottom:20px;
}

#responsive #main_org .select_buy_menu_carro{
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	/* padding:5px 10px; */
	margin-bottom:20px;
}

#cboxClose{
	bottom: unset;
	top: 0;
}

nav #navi_select{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
	margin-bottom:20px;
}

nav #kataban{
	/* text-align: center;
	padding:20px 10px;
    margin-bottom: 0px; 
	margin-top: 10px;
    display:inline-block;
    vertical-align: top;
    text-align: right;
    width: calc((100% - 240px) / 2 + 240px); */
    float: right;
    margin-top: -15px;
}

nav #kataban a{

	/* margin-right: 10px;
	right: 20px;
	position: absolute;
	margin-left: 10px;
	margin-top: 5px; */
	/* display: block; */
}

nav #kataban a img{
	width: 24px;
	height: 24px;
}


nav #search{
	color: #fff;
	background-color: #7a7a7a;
	padding:20px;
}
nav #search h4{
	font-size: 22px;
}
nav #search p{
	font-size: 14px;
	line-height: 1.3;
}
nav #search input {
	width: 300px;
    font-size: 14px;
	padding:5px;
	margin-top:5px;
	box-sizing: border-box;
	ime-mode: disabled;/*IEのみ入力制限*/
}

nav .chosen-container .chosen-results{
	color: #333333;
	font-size: 14px;
}


#main_org nav #search_clear{
	position: absolute;
	margin-top: 2px;
	margin-left: -2em;
	background:#fff;
	height:0px;
}


#main_org nav #search_clear a{
	font-size: 10px;
	border-radius: 50%;
	height:0px;
	vertical-align: middle;
    padding: 0px;
}

.ef_btn input[type='search']{
	-webkit-search-cancel-button: none;
}

nav #manual select{
	appearance: none;
	background: #fff url(../img/ico_arrow.png) no-repeat right 11px center;
}

#main_org nav #select_pec #manual_maker, #main_org nav #select_pec #manual_model_cd, #main_org nav #select_pec #manual_model_cyber, #main_org nav #select_pec #manual_model_raku{
	font-size: 18px;
	width: 240px;
	display: block;
	padding: 14px 10px;
	margin: 5px auto;
	border-radius: 10px;
}

#main_org nav #select_pec #btn_manual_search.linkable{
	background: #333;
	color: #fff;
}
#main_org nav #select_pec #btn_manual_search.linkable:hover{
	cursor: pointer;
}

#main_org nav #select_pec #btn_manual_search{
	font-size: 18px;
	background: #9e9e9e;
	color: #FFFFFF;
	width: 240px;
	display: block;
	padding: 15px 10px;
	margin: 15px auto 0px;
	border:none;
}

#main_org nav #select_pec #manual_maker option, 
#main_org nav #select_pec #manual_model_cd option,
#main_org nav #select_pec #manual_model_cyber optgroup,
#main_org nav #select_pec #manual_model_cyber option,
#main_org nav #select_pec #manual_model_raku optgroup,
#main_org nav #select_pec #manual_model_raku option
{
	color: #333333;
	font-size: 14px;
	font-weight: 300;
}

@media screen and (max-width: 979px) {
	
	nav{
		top: 13em;
	}

}


@media screen and (max-width: 599px) {
	
	nav{
		margin-left: 5px;
		top: 25em;
		width: 90%;
		margin: 0 calc(5% - 10px);
		min-width: 340px;
	}
	
	.cboxPhoto{
		padding: 0px;
	}

	nav #kataban img{
		width: 24px;
		max-width:230px;
	}
	nav #search{
		padding:10px;
		margin: 0 10px;
	}
	
	#main_org nav #search{
		z-index: 10009;
		padding: 20px 0px;
		margin: 0px;
		top: 0px;
	}
	
	#main_org nav #search.running{
		position: fixed;
		width: 100%;
		min-height:60px;
	}
	
	nav #search input {
		width: 200px;
	}
	
	#main_org nav #search_clear {
		right: calc((100% - 13em) / 2);
	}
	
	
	#search_clear_sp{
		right: 1em;
		top: 25px;
		position: fixed;
	}
	
	#search_clear_sp span{
		font-size:14px;
	}
	
	#main_org nav #search.running{
		position: fixed;
		z-index:10003;
	}
	
}



/*絞り込み結果メッセージ*/
#result_msg{
	padding: 0 20px;
}



/*型番一覧*/
#model_area{
	padding-top: 10px;
	min-height:250px;
	position: relative;
}

#model_area .aco a{
	display: contents;
}

#model_area .highlight {
  background-color: #fffd77;
}


.model{
	margin-bottom: 0px;
}

.model dl{
	font-size: 0;
	position: relative;
	margin-top: 20px;
	margin-left: 140px;
	padding:0 20px;
}
.model.no_year dl{
	margin-left: 0;
}
.model dl > a:hover dd{
	text-decoration: underline;
}

.model dt{
	display: inline-block;
	font-size: 16px;
	position: absolute;
	left: -120px;
}

#CYBER.model dd, #RAKU.model dd, #rakulite.model dd, #rakupt.model dd, #EV.model dd, #other.model dd{
	display: inline-block;
	font-size: 14px;
	min-width: 90px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#cyber.model dd, #raku.model dd, #ev.model dd, #other.model dd{
	display: inline-block;
	font-size: 14px;
	min-width: 90px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#CYBER.model dl, #RAKU.model dl, #rakulite.model dl, #rakupt.model dl, #EV.model dl, #other.model dl{
	margin-left: 0px;
	padding:0px;
	margin-top:0px;
	border-bottom: 1px solid #e0e0e0;
}

#CYBER.model dt, #RAKU.model dt, #rakulite.model dt, #rakupt.model dt, #EV.model dt, #other.model dt{
    display: block;
    position: unset;
    /* border-top: 1px solid #e0e0e0; */
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    padding-top: 20px;
    margin-top:20px;
}


.non_sb_icon dd{
	margin-left: 27px !important;
    margin-right: 8px !important;
}


#model_area .mr0{
	margin-right:0px;
}

#CYBER h4, #RAKU h4, #rakulite h4, #rakupt h4, #EV h4, #other h4{
	padding: 10px 20px;
}

.mfsm_icon dt, .plus_icon dt{
	margin-bottom: 14px;
}

.mfsm_icon dd::before, p.cyber_icon::before{
   content:"";
   display:inline-block;
   width:14px;
   height:14px;
   background-color:#002091;
   left:-10px;
   margin-right:14px;
}

.plus_icon dd::before, p.raku_icon::before, #rakulite dd::before, #rakupt dd::before, #EV dd::before{
   content:"";
   display:inline-block;
   width:14px;
   height:14px;
   background-color:#ff7522;
   left:-10px;
   margin-right:14px;
}

.mfsm_icon dd::before{
	content: ""; 
	display: none;
}

p.cyber_icon::before, p.raku_icon::before{
	content: ""; 
}

.plus_icon dd::before, #rakulite dd::before, #rakupt dd::before, #EV dd::before{
	display: none;
}

.model p.avic {
	display: inline-block;
	padding: 0px 20px;
	margin-top: 0px;
	font-size: 14px;
}

.model p.avic + div{
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: top;
}

.model h4, #other h4 {
    border: none;
}

#cyber_aco + div, #raku_aco + div, #rakupt_aco + div, #ev_aco + div{
	padding-bottom: 40px;
}

#cyber_aco, #raku_aco, #rakupt_aco, #ev_aco {
	height: 42px;
	background: #f5f5f5;
    border-top: solid 1px #e0e0e0;
    margin-bottom: 0px;
}

#ev.model{
    border-bottom: solid 1px #e0e0e0;
}

#CYBER div dl a, #RAKU div dl a, #rakupt div dl a, #EV div dl a{
	display:inline-block;
	width: calc((100% - 180px) / 2);
	vertical-align: top;
	margin-bottom: 20px;
	min-height: 70px;
}


/* ナビ型番色分け */
.non_sb_icon dd {
	margin-left: unset !important;
	margin-right: unset;
}

.mfsm_icon div a{
	border-left: 5px solid #002091;
    padding-left: 10px;
    margin-right: 40px;
}

.mfsm_icon a:hover{
	background: #F3FBFF;
}


.plus_icon div a{
	border-left: 5px solid #ff7522;
    padding-left: 10px;
    margin-right: 40px;
}

.plus_icon a:hover{
	background: #FFF8E1;
}

.no_icon div a{
	border-left: 5px solid #F5F5F5;
    padding-left: 10px;
    margin-right: 40px;
}

.no_icon a:hover{
	background: #F5F5F5;
}


.no_icon a.plus_icon:hover{
	background: #FFF8E1;
}

.no_icon a.mfsm_icon:hover{
	background: #F3FBFF;
}

.no_icon div a.plus_icon{
	border-left: 5px solid #ff7522;
}
.no_icon div a.mfsm_icon{
	border-left: 5px solid #002091;
}

dl div a.non_sb_icon{
	border-left: 5px solid #F5F5F5;
    padding-left: 10px;
    margin-right: 40px;
}

dl div a.non_sb_icon:hover{
	background: #F5F5F5;
}

dl div a.plus_icon{
	border-left: 5px solid #ff7522;
}

dl div a.plus_icon:hover{
	background: #FFF8E1;
}

/* ナビ型番色分け */

#main_org .ef_btn.aco a h4:after{
	margin-top:-1px;
	right: calc(50% - 29em);
}

.no_scroll {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}


.non_sb_icon dd::before{
	display:none !important;
}

.model p{
	font-size: 16px;
	margin-top: 20px;
	padding:0 20px;
}

#other p{
	font-size: 12px;
	margin-top: 20px;
	padding:0px;
}

#main_org .ef_btn a, #main_org .ef_btn a:hover{
	background-color:#fff;
	border:none;
	color: #333;
}



#main_org .ef_btn a h4:after{
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	right: calc(50% - 26em);
	}
	#main_org .ef_btn.aco a h4:after{
		/* 白アコーディオンボタン */
		transform: rotate(45deg);
		border-bottom: solid 5px #999;
		border-right: solid 5px #999;
		transition: 0s;
		margin-top: 3px;
	}
	#main_org .ef_btn.aco.rotation a h4:after{
		/* 白アコーディオンボタン・回転 */
		transform: rotate(225deg);
		margin-top: 10px;
	}

#select_toptodetail h4{
	border-bottom: #A9A9A9 1px solid; 
	font-size:18px; 
	margin-bottom:10px;
}

#select_toptodetail a{
	color: #333;
}

#select_toptodetail a:hover{
	text-decoration:none;
}

#select_toptodetail a .u_line:hover{
	text-decoration: underline;
}

#select_toptodetail .small_comment{
	font-size:10px;
}

#select_toptodetail .loop_detail{
	display:inline-block;
	}

#select_toptodetail .loop_detail.noitem{
	display:none !important;
	}

#select_toptodetail .new_item{
	 display:contents;
}

#select_toptodetail .new_item div{
	 vertical-align: top;
}

#select_toptodetail div.new_item > div:first-child{
	/* display: none !important; */
}

#select_toptodetail .detail_new{
	margin: 10px 15px 10px 0px;
	 padding:10px 20px 10px 0px; 
	 width:160px;
}

#select_toptodetail .new_item div:nth-child(5) .detail_new{
	/* margin-right:0px;
	padding-right:0px; */
}

.scroll-fix {
	overflow: hidden;
}

@media screen and (max-width: 980px) {

	#main_org .ef_btn a h4:after{
		width: 10px;
		height: 10px;
		right: 1em;
		left: 59em;
	}
}

@media screen and (max-width: 599px) {

	#update_service img {
		max-width: calc(100% - 20px);
		width: auto;
		height: auto;
	}
	
	#update_service p{
		padding: 0px 10px;
    }
	#update_service div:first-child {
		margin-bottom: 20px;
	}

	#model_area #kirikae ul{
		white-space: nowrap;
		overflow: auto;
	}
	
	#model_area #kirikae ul::-webkit-scrollbar{

	}
	
	#model_area #kirikae ul::-webkit-scrollbar-track {

	}
	
	#model_area #kirikae li.ef_btn{
		width: 160px;
		margin-bottom: 15px;
	}
	
	#model_area #kirikae li a div{
		padding: 0px 5px;
	}

 /*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar{
  display: none;
}

	.model h4,
	#other h4{
		padding:10px;
	}
	.model dl {
		margin-left: 0;
		padding:0 10px;
	}
	.model dl > a:hover dd{
		text-decoration: none;
	}
	.model dt{
		font-weight:normal;
		display: block;
		position: static;
	}
	.model dd{
		margin-top:10px;
	}
	
	p.cyber_icon, p.raku_icon{
		padding:0 10px;
	}
	
	#CYBER h4, #RAKU h4, #rakulite h4, #rakupt h4, #EV h4, #other h4{
		padding: 10px;
	}
	
	#CYBER2 h4, #RAKU2 h4, #EV2 h4{
		padding: 10px;
	}
	
	#main_org #hd_menu2{
		max-height: 100% !important;
		height: calc(100% - 80px);
		top: 0px;
		position: fixed;
		z-index:100;
		top:80px;
		width: 100%;
	}
	
	#hd_menu2 #CYBER h4, #hd_menu2 #RAKU h4, #hd_menu2 #rakulite h4, #hd_menu2 #rakupt h4, #hd_menu2 #EV h4, #hd_menu2 #other h4 {
		padding: 0px 5px;
	}

	#hd_menu2 #CYBER2 h4, #hd_menu2 #RAKU2 h4, #hd_menu2 #EV2 h4{
		padding: 0px 5px;
	}


	#main_org #hd_menu2 .ef_btn a {
		background: unset;
	}
	
	#CYBER.model dl, #RAKU.model dl, #rakulite.model dl, #rakupt.model dl, #EV.model dl, #other.model dl{
		margin-left: 0;
		padding:0px;
	}
	
	#CYBER2.model dl, #RAKU2.model dl, #EV2.model dl{
		margin-left: 0;
		padding:0px;
	}
	
	#CYBER dd, #RAKU dd, #rakulite dd, #rakupt dd, #EV dd, #other dd{
		margin-right: 18px;
	}
	
	#CYBER2 dd, #RAKU2 dd, #EV2 dd{
		margin-right: 18px;
	}
	
	#model_area .mr0{
		margin-right:18px;
	}
	
	.non_sb_icon dd{
    	min-width: 10.5em !important;
	}

	.model p.avic {
		display: block;
		margin-bottom: 10px;
	}
	
	#CYBER.model dl p, #RAKU.model dl p, #rakulite.model dl p, #rakupt.model dl p, #EV.model dl p, #other.model dl p{
		padding: 0px 10px;
	}
	
	#CYBER2.model dl p, #RAKU2.model dl p, #EV2.model dl p{
		padding: 0px 10px;
	}
	
	#CYBER.model dl div, #RAKU.model dl div, #rakulite.model dl div, #rakupt.model dl div, #EV.model dl div, #other.model dl div{
		padding: 0px 10px;
	}
	
	#CYBER2.model dl div, #RAKU2.model dl div, #EV2.model dl div{
		padding: 0px 10px;
	}
	
	#CYBER.model dt, #RAKU.model dt, #rakulite.model dt, #rakupt.model dt, #EV.model dt, #other.model dt {
		padding-left: 10px;
		/* padding-top: 10px; */
		padding-top: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#CYBER2.model dt, #RAKU2.model dt, #EV2.model dt{
		padding-left: 10px;
		padding-top: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#CYBER.model dd, #RAKU.model dd, #rakulite.model dd, #rakupt.model dd, #EV.model dd, #other.model dd{
		min-width: 7em;
		margin:0px;
	}
	
	#CYBER2.model dd, #RAKU2.model dd, #EV2.model dd{
		min-width: 7em;
		margin:0px;
	}
	
	#cyber.model dd, #raku.model dd, #ev.model dd, #other.model dd{
		min-width: 7em;
		margin:0px;
		display: inline-block !important;
	}
	
	#CYBER div dl a, #RAKU div dl a, #rakupt div dl a, #EV div dl a{
		width: 300px;
	}
	
	#CYBER2 div dl a, #RAKU2 div dl a, #EV2 div dl a{
		width: 300px;
	}
	
	.mfsm_icon div a, .plus_icon div a, .no_icon div a{
		/* display: inline-block !important; */
	}
	
	
	#other p{
		padding:0 10px;
	}
	
	#select_toptodetail .detail_new{
		 margin:10px 5px; 
		 padding:10px 5px; 
		 width:160px;
	}
	
	#select_toptodetail .loop_detail{
		margin: 0px calc((100% - 360px) / 4);
	}
	
	 #select_toptodetail h4{
		/* margin: calc(((100% - 360px) / 4) + 10px); */
		padding:10px;
	}
	
	#select_toptodetail .new_item div:nth-child(6) .detail_new{
		margin-right:5px;
		padding-right:5px;
	}
	
	#main_org .ef_btn.aco a h4:after {
	    width: 10px;
	    height: 10px;
	    right: 1em;
	    left: unset;
	}
	
		#select_toptodetail .loop_detail {
		margin: 0px 5px;
	}
	#select_toptodetail .new_item div:nth-child(5) .detail_new {
	    padding-right: 5px;
	}


}



