@charset "utf-8";

/*----------------------------------------------------
	深度指定
----------------------------------------------------*/
div#globalHeader {
	position: relative;
	z-index: 5000;
}
#breadCrumb {
	position: relative;
	z-index: 5000;
}
#hdgNav {
	position: relative;
	z-index: 5000;
}

/*----------------------------------------------------
	製品ラインアップ 展開
----------------------------------------------------*/
#hdgBlock {
	width:965px;
	text-align:left;
	overflow:hidden;
	margin:0 auto;
}
#hdglineUpBlock {
	position:absolute;
	display:none;
	z-index:1000;
	padding:20px 0 0;
}
.hdgBgBlock {
	margin-left:7px;
	width: 910px;
	background:#ebeef0;
	padding:20px;
}
.hdgBgArw01 {
	top:10px;
	left: 60px;
	z-index:1000;
}

.hdgBgArw01{
	width:15px;
	height:12px;
	background:url(/business/tablet/images_global/n_hd_ic01.png) no-repeat;
	position:absolute;
}
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:0;
	width:100%;
	height:100%;
	background-image: url(/business/tablet/images_global/n_overlay.png);
	display:none;
}
.hdgClose {
	position:absolute;
	right:15px;
	top:35px;
	cursor:pointer;
}

.btnPrdLineup {
	margin-bottom:22px;
}

/*----------------------------------------------------
	印刷・共有ボタン
----------------------------------------------------*/

#main .shareInfoBox {
	margin:0 0 15px 0;
	width: 680px;
}

#main .shareInfoBox .btn {
	float:right;
	padding-right:5px;
}

#main .shareInfoBox .btn li {
	float: left;
	margin: 0 5px 0 0;
}

/* --- SP --- */
body.responsive-sp #main .shareInfoBox {
	width: auto;
}


/*----------------------------------------------------
	コンテンツエリア要素
----------------------------------------------------*/

/* インデントエリア
--------------------------------------------------- */
.indentBlock {
	width:auto!important;
	margin-left:10px!important;
	margin-right:10px!important;
	margin-bottom:0!important;
	float:none!important;
}

/* --- SP --- */
body.responsive-sp .indentBlock {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* 共通リード
--------------------------------------------------- */
#main .lead01Box {
	margin: 0;
}

/* 共通リンク矢印
--------------------------------------------------- */
#main a.arrow01 {
	background: url(/business/images_global/products/n_ic_arw.gif) no-repeat left 0.2em;
	min-height: 12px;
	height: auto !important;
	height: 12px;
	line-height:1.25;
}

/* トップへ戻るボタン
--------------------------------------------------- */
#main p.toTop a {
	background: url(/business/images_global/products/n_ic_arw_04.gif) no-repeat left 0.2em;
  min-height: 12px;
  height: auto !important;
  height: 12px;
	line-height:1.25;
}
/* accessoryList
----------------------------------------------------------- */

.accessoryList ul {
	width:100%;
}
.accessoryList ul li {
	float: left;
	width: 48%;
	padding:5px 6px;
	margin:auto;
}

/* --- SP --- */

body.responsive-sp .accessoryList ul li {
	width: 97%;
}
/*----------------------------------------------------
	サイドメニュー
----------------------------------------------------*/
.rSideNavM {
	margin-top: 10px;
	padding-top: 3.125%;
}
li.sidebn {
	text-align: center;
}


/*----------------------------------------------------
	追加MV
----------------------------------------------------*/
ul.notesList.mvbn {
	background-color: #FFF;
	padding: 10px 10px 5px 10px;
}


/*----------------------------------------------------
	言語
----------------------------------------------------*/
#utilityNavUnder {
	width: 440px;
}

#langnav {
	float: right;
}

#characterSize {
	float: right;
	width:168px;
}

#langnav ul {
	display: inline-block;
	vertical-align: top;
}

#langnav li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	height: 15px;
	width: 50px;
}

#langnav li a {
	display: block;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	background-image: none;
	text-decoration: none;
	padding-bottom: 1px;
}

#japanese a {
	border: 1px solid #999;
	background: white;
	color: #403d33;
}

#english a {
	border: 1px solid #999;
	background: white;
	color: #403d33;
}
#chinese a {
	border: 1px solid #999;
	background: white;
	color: #403d33;
}
#korea a {
	border: 1px solid #999;
	background: white;
	color: #403d33;
}


.langcurrent a {
	border: 1px solid #3d3d3d !important; 
	background: #3d3d3d !important;
	color: white !important;
	pointer-events: none;
}

li.splang {
	border-right: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
/*	width:120px;*/
}

ul.splangmenu {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.langtitle {
	text-align: left;
	color: white;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 130%;
}

.splang a {
	font-size: 14px;
	border-radius: 4px;
	padding: 15px 18px 15px 40px !important;
}

.splang {
	margin-bottom: 25px;
}

.splangcurrent a {
	background-color: #DDD !important;
	pointer-events: none;
}

ul.splangmenu.onlycolumn{
	width: 50%;
}

/*生産終了ラベル*/
.eolLabel{
	color: #fff;
	background-color: #b45a11;
	padding: 5px 10px;
	display: inline-block;
}
/*NEWラベル*/
.newLabel{
	color: #fff;
	background-color: #e00;
	padding: 5px 10px;
	display: inline-block;
	font-weight: bold;
}
/*ブランクラベル*/
.blankLabel{
	color: #fff;
	background-color: white;
	padding: 5px 10px;
	display: inline-block;
}
/*ボタン内生産終了テキスト*/
.eolText{
	font-size: 73%;
	font-weight: normal;
}


.productsList {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.productItem {
	padding: 16px;
	background-color: #fff;
	border: 1px solid #b9bec2;
	border-radius: 4px;
	flex-basis: calc((100% - 80px)/2);
	display: flex;
	flex-direction: column;
}
.productItem > p:first-of-type {
	flex-grow: 1;
}
.productItem img {
	margin: 10px 0;
}

@media (min-width: 680px) {
	.productsList {
		flex-direction: row;
		flex-wrap: wrap;
	}
}