@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/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/images_global/n_overlay.png);
	display:none;
}
.hdgClose {
	position:absolute;
	right:15px;
	top:35px;
	cursor:pointer;
}

.btnPrdLineup {
	margin-bottom:22px;
}

/*----------------------------------------------------
	サイドメニュー関連製品
----------------------------------------------------*/

#menu .recomProBlock ul {
	background: url(/business/projector/images_global/side_kanren_waku.gif) no-repeat left bottom;
}
#menu .recomProBlock li:first-child {
	background: url(/business/projector/images_global/side_kanren_waku_u.gif) no-repeat left top;
}
#menu .recomProBlock li{
	border-bottom:1px solid #aaa;
}
#menu .recomProBlock li:last-child{
	border-bottom:none;
}
#menu .recomProBlock li img {
	display:block;
	margin-bottom:12px;
	text-align:center;
}
#menu .recomProBlock li a {
	display:block;
	text-decoration: none;
	color:#333;
	font-size:88%;
	line-height:1.4;
	padding:12px !important;
	background: none !important;
}
#menu .recomProBlock li a:hover {
	color:#888;
}
#menu .recomProBlock li .side_tit{
	font-weight:bold;
	font-size:110%;
	margin:0 0 5px 0;
}
#menu .recomProBlock li a p{
	background: url("/business/images_global/r_menu_link.png") no-repeat 195px center;
	padding:0 22px 0 0;
}
#menu .recomProBlock li a:hover p {
	background: url("/business/projector/images_global/r_menu_link_70.png") no-repeat 195px center;
}

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

#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;
}

.indentBlock2 {
	width:auto!important;
	margin-left:10px!important;
	margin-right:10px!important;
	margin-bottom:0!important;
	float:none!important;
	margin-top: -15px;
}

/* --- 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%;
}


/* --- SP用改行 --- */
.br-sp { display:none; }
body.responsive-sp .br-sp { display: inline; }


/* --- PC用改行 --- */
body.responsive-sp .br-pc { display: none; }


/* --- 黒丸 --- */
.b_m { font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace}


/* 法人サイトメニュー修正
--------------------------------------------------- */
#utNavPro:before {
	content: url(/business/images_global/n_ic_arrow_business.gif) !important;
}