@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%;
}


.rInfoBox .rConsulArea dl dd a {
	width: 380px !important;
}


