@charset "UTF-8";

/**
*
*	/products/scanner/css/index.css
*/

/*************************************************************************
*		スキャナートップのCSSを定義
*************************************************************************/

/* おすすめ情報 */
.topicsBlock .thumbBlock {
	margin:0 5px 10px;
	overflow:hidden;
	zoom:1;
}
.thumbBlock .thumb {
	float:left;
	clear:left;
}
.thumbBlock dl {
	margin-left:148px;
}
.thumbBlock dt a,@charset "UTF-8";

/*===================================================================
index.html
===================================================================*/
/* ------ headSection ------ */
#contents .headSection { }
#contents .headSection .leftArea {
	width: 540px;
}
#contents .headSection .aside {
	display: table-cell;
	float: none;
	padding-top: 3px;
	text-align: right;
	vertical-align: bottom;
	width: 440px;
}
#contents .headSection .aside .guide {
	font-size:72%;
}
#contents .headSection .aside .guide li {
	float:none;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:bottom;
}
#contents .headSection .ttl p.productsLogo {
	padding-left:0;
	background:none;
}
#contents .headSection .ttl h1 span { font-size:150%; line-height: 1.1em; }

/* ------ mainSection ------ */
#contents .mainSection {
	width:960px;
	margin:0 auto 40px;
}
#contents .mainSection .mainvisual_guide {
	position:relative;
	z-index:500;
	width:1200px;
	height:257px;
	margin:0 -120px;
	overflow:hidden;
}
#contents .mainSection .mainvisual_guide #pagination_guide {
	position:absolute;
	top:72px;
	z-index:990;
	width:1200px;
}
#contents .mainSection .mainvisual_guide #pagination_guide li {
	position:absolute;
	z-index:999;
	width:40px;
	cursor:pointer;
}
#contents .mainSection .mainvisual_guide #pagination_guide li#mainPrev {
	left:0;
}
#contents .mainSection .mainvisual_guide #pagination_guide li#mainNext {
	right:0;
}
#contents .mainSection .mainvisual_guide #slide_guide {
	position:relative;
	left:0;
	top:0;
	z-index:980;
	/*width:3600px;*/
	height:257px;
}
#contents .mainSection .mainvisual_guide #slide_guide li{
	float:left;
}
.mainSection #mainList {
	text-align:center;
}
.mainSection #mainList li {
	z-index:970;
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:15px;
	height:15px;
	padding:0 5px;
	cursor:pointer;
}

/* ------ detailSection ------ */
#contents .graphicSection {
	width:960px;
	margin:0 auto 20px;
}
#contents .graphicSection .ttl3{
	border-bottom: 1px solid #0059b3;
	font-size: 20px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#contents .graphicSection .list{
	display: flex;
}
#contents .graphicSection .list > li{
	width: 305px;
	margin-right: 22px;
}
#contents .graphicSection .list > li:nth-child(3n){
	margin-right: 0;
}
#contents .graphicSection .list > li a >.title{
	margin-top: 10px;
}
#contents .graphicSection .list > li >.text{
	margin-top: 10px;
}
/* ------ detailSection ------ */
#contents .detailSection {
	width:100%;
	min-width:960px;
}
#contents .detailSection .headMod02 {
	width:960px;
	margin:0 auto 20px;
}

#contents .detailSection #tabGroup {
	width:100%;
	min-width:960px;
}

#contents .detailSection #tabGroup .tabNav {
	width:100%;
	background:url(/common/images/bg_line_01.gif) repeat-x left bottom;
	border-bottom: 1px solid #fcfcfc;
}

#contents .detailSection #tabGroup .tabNav .tab {
	width: 960px;
	margin:0 auto;
	font-size: 0;
}

#contents .detailSection #tabGroup .tabNav .tab li {
	display:inline-block;
	width:318px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #0059b3;
	margin-left: 2px;
	margin-bottom: 1px;
	cursor:pointer;
	text-align: center;
	vertical-align: bottom;
	box-sizing: border-box;
}

#contents .detailSection #tabGroup .tabNav .tab.-half li {
	width: calc(50% - 1px);
}

#contents .detailSection #tabGroup .tabNav .tab li:first-child {
	margin-left: 0;
}

#contents .detailSection #tabGroup .tabNav .tab li:hover,
#contents .detailSection #tabGroup .tabNav .tab li.current {
	color: #333;
	margin-bottom: 0;
	background: -moz-linear-gradient(top, #ececec, #fff);
	background: -webkit-linear-gradient(top, #ececec, #fff);
	background: linear-gradient(to bottom, #ececec, #fff);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	box-sizing: border-box;
}

#contents .detailSection #tabGroup .tabNav .tab.-half li:hover,
#contents .detailSection #tabGroup .tabNav .tab.-half li.current {
	width: calc(50% - 1px);
}

#contents .detailSection #tabGroup .tabNav .tab li a {
	display: block;
	color: #fff;
	padding: 15px 0;
	text-decoration: none;
}

#contents .detailSection #tabGroup .tabNav .tab li:hover a,
#contents .detailSection #tabGroup .tabNav .tab li.current a {
	display: block;
	color: #333;
	padding: 18px 0 17px;
}

#contents .detailSection #tabGroup .tabNav .tab li a.current {

}

#contents .detailSection #tabGroup div.disnon{
	display: none !important;
}

#contents .detailSection #tabGroup div.current{
	display: block !important;
}

#scanner .tabNav .tab li img {
	cursor:pointer;
}

#contents .detailSection #tabGroup .tabCont {
	width:960px;
	margin:0 auto;
}

#contents .detailSection h3.ttl3 {
	border-bottom: 1px solid #0059b3;
	font-size: 20px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#contents .detailSection h4.ttl4 {
	background-color: #e5e5e5;
	font-size: 16px;
	padding: 5px 0 5px 11px;
}

#contents .detailSection #tabGroup .tabCont .subttl {
	font-size:117%;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:15px;
}

#contents .detailSection #tabGroup .tabCont .subttl2 {
	font-size: 117%;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 15px;
	border-top: 1px solid #ededed;
}

#contents .detailSection #tabGroup .tabCont1 .line {
	background:url(/common/images/bg_line_01.gif) repeat-x left bottom;
	padding-bottom:20px;
	margin-bottom: 55px;
}

#contents .detailSection #tabGroup .tabCont li {
	float: left;
	padding: 0 9px;
	margin-left: 2px;
}

#contents .detailSection #tabGroup .tabCont ul:first-child {
	margin-left: 0;
}

#contents .detailSection #tabGroup .tabCont li a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#contents .detailSection #tabGroup .tabCont li a:hover {
	display: block;
	opacity: 0.7;
}

#contents .detailSection #tabGroup .tabCont li a span {
	display: block;
	line-height: 1;
}

#contents .detailSection #tabGroup .tabCont .categoryArea li{
	box-sizing: border-box;
	margin-left: .208px;
	width: 33.125%;
}
#contents .detailSection #tabGroup .tabCont .categoryArea li img{
	box-sizing: border-box;
	max-width: 300px;
	width: 100%;
}
#contents .detailSection #tabGroup .tabCont .categoryArea li span{
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

#contents .detailSection #tabGroup .tabCont .btnArea{
	display: flex;
	justify-content: space-between;
	width: 890px;
	margin: 80px auto 0;
}
#contents .detailSection #tabGroup .tabCont .btnArea > li{
	margin: 0;
	padding: 0;
}
#contents .detailSection #tabGroup .tabCont .btnArea > li > a{
	color: #FFF;
	width: 420px;
	padding: 26px;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	box-sizing: border-box;
}
#contents .detailSection #tabGroup .tabCont .btnArea > li > a.btn01{
	background: url(/products/scanner/common/images/ico_search.png) no-repeat left 16px center, url(/products/scanner/img/icon_arrow.png) no-repeat right 30px center #26a2f0;
	background-size: 32px 32px, 12px 21px;
}
#contents .detailSection #tabGroup .tabCont .btnArea > li > a.btn02{
	background: url(/products/scanner/common/images/ico_tool.png) no-repeat left 26px center, url(/products/scanner/img/icon_arrow.png) no-repeat right 30px center #5ac5f4;
	background-size: 32px 32px, 12px 21px;
}

#contents .detailSection .btn_lineup img {
	margin: 20px 0 0 20px;
}

#contents .detailSection #tabGroup .tabCont .rentalArea{
	width: 890px;
	margin: 30px auto 0;
}

#contents .detailSection {

}

/*------purchase --------- bass-footer-no-responsive.cssに移行202009*/
/* #contents .detailSection .ttl h3 {
	font-size: 24px;
	text-align: center;
	padding: 40px 0 20px 0;
}
#contents .detailSection .purchase {
	margin: 0 auto;
	width: 812px;
}
#contents .detailSection .purchase.tbl {
	display: table;
	margin-left: auto;
	margin-right: auto;
	max-width: 812px;
	width: 100%;
}
#contents .detailSection .purchase .tbl-cell:nth-of-type(1) {
	padding-right: 6px;
	padding-bottom: 10px;
}
#contents .detailSection .purchase .tbl-cell {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#contents .detailSection .purchase .tbl-cell .title {
	background: #979797;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	display: block;
	padding: 12px 12px;
	font-size: 15px;
	line-height: 1;
	box-sizing: border-box;
}
#contents .detailSection .purchase .btn-tel{
	border: 1px solid #979797;
	border-bottom: none;
}

#contents .detailSection .purchase .btn-form {
	border: 1px solid #979797;
	border-top: none;
}


#contents .detailSection .purchase .btn-form .ico-box {
	background-image: url(/products/common/images/ico_ph_form.png);
	background-position: left 55px center;
	background-repeat: no-repeat;
	background-size: 15%;
}
#contents .detailSection .purchase .btn-dl .ico-box {
	background-image: url(/products/common/images/ico_dl.gif);
	background-position: left 55px center;
	background-repeat: no-repeat;
	background-size: 15%;
}
#contents .detailSection .purchase .btn-info .ico-box {
	background-image: url(/products/common/images/ico_ph_showroom.png);
	background-position: left 66px center;
	background-repeat: no-repeat;
	background-size: 10%;
}
#contents .detailSection .purchase .ico-box.bg-gry {
	background-color: #e7e7e7;
}
#contents .detailSection .purchase .ico-box {
	box-sizing: border-box;
	min-height: 120px;
	max-width: 400px;
	position: relative;
	width: 100%;
}
#contents .detailSection .purchase .btn-form .ico-box .ico-space,
#contents .detailSection .purchase .btn-dl .ico-box .ico-space,
#contents .detailSection .purchase .btn-info .ico-box .ico-space {
	padding: 13px 12px 13px 138px;
}
#contents .detailSection .purchase .ico-box .ico-space {
	padding: 13px 12px 13px 98px;
}

#contents .detailSection .purchase .btn-form .ico-box.bg-gry:hover,
#contents .detailSection .purchase .btn-dl .ico-box.bg-gry:hover,
#contents .detailSection .purchase .btn-info .ico-box.bg-gry:hover {
	opacity: .7;
}
#contents .detailSection .purchase .btn-form a > span,
#contents .detailSection .purchase .btn-dl a > span,
#contents .detailSection .purchase .btn-info a > span {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
#contents .detailSection .purchase .ico-box a, #contents .detailSection .purchase .ico-box a:hover {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
#contents .detailSection .purchase .btn-tel .ico-box a, #contents .detailSection .purchase .btn-tel .ico-box a:hover {
	font-size: 25px;
}
#contents .detailSection .purchase .btn-form a,
#contents .detailSection .purchase .btn-dl a,
#contents .detailSection .purchase .btn-info a {
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
#contents .detailSection .purchase .tbl-cell:nth-of-type(2) {
	padding-left: 6px;
	padding-bottom: 10px;
}
#contents .detailSection .purchase .tbl-cell {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#contents .detailSection .purchase .btn-tel .ico-box {
	background-image: url(/products/common/images/ico_ph_calling.gif);
	background-position: left 55px center;
	background-repeat: no-repeat;
	background-size: 15%;
}
#contents .detailSection .purchase .ico-box {
	box-sizing: border-box;
	min-height: 120px;
	max-width: 400px;
	position: relative;
	width: 100%;
}
#contents .detailSection .purchase .ico-box .ico-space {
	padding: 30px 12px 13px 135px;
}
#contents .detailSection .purchase .btn-tel .txt-deco {
	font-size: 11px;
}

#contents .detailSection .purchase .btn-tel .txt-small {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: 3px;
	margin-left: -7px;
}
#contents .detailSection .purchase .btn-tel .txt-small a {
	font-size: 14px;
	font-weight: normal;
}
#contents .detailSection .purchase .btn-tel .txt-small a:hover {
	font-size: 14px;
}
#contents .detailSection .purchase .txt-cmmt{
	font-size: 11px;
	margin-top: 10px;
} */

/*----service_box-----*/
.services {
	display: table;
	margin: auto;
}

	.service_box .ico_i a {
		background: #e7e7e7 url(/products/scanner/common/images/ico_i.gif) no-repeat 50% 20% !important;
	}

	.service_box .ico_driversoftware a {
		background: #e7e7e7 url(/products/scanner/common/images/ico_driversoftware.gif) no-repeat 50% 20% !important;
	}

	.service_box .ico_ques a {
		background: #e7e7e7 url(/products/scanner/common/images/ico_ques.gif) no-repeat 50% 20% !important;
	}

	.service_box .ico_msg a {
		background: #e7e7e7 url(/products/scanner/common/images/ico_msg.gif) no-repeat 50% 20% !important;
	}

	.service_box .ico_tools a {
		background: #e7e7e7 url(/products/scanner/common/images/ico_tools.gif) no-repeat 50% 20% !important;
	}

	.service_box .ico_os a {
		background: #e7e7e7 url(/products/scanner/common/images/ico_os.gif) no-repeat 50% 20% !important;
	}

	.service_box {
		display: -webkit-box;
	}

	.service_box .box a {
		box-sizing: border-box;
		-webkit-align-items: center;
		float: left;
		margin-right: 12px;
		background: #e7e7e7;
		padding: 17px 0;
		width: 150px;
		height: 120px;
		text-align: center;
	}

	.service_box .box.ico_os a {
		margin-right: 0;
	}

	.services .service_box a:hover {
		opacity: 0.7 !important;
	}

	.services .service_box a {
		text-decoration: none;
		color: #000;
	}

	.services .service_box span.txt {
		font-size: 16px;
		font-weight: bold;
		top: 66%;
		position: relative;
	}

	.services .service_box .ico_driversoftware span.txt {
		font-size: 16px;
		font-weight: bold;
		top: 57%;
		position: relative;
	}

/* share
	=============================================================== */
	#contents .share_title {
		font-size: 30px;
		text-align: center;
	}

	#contents .share_list {
		margin: 25px auto 0;
	}

	#contents .share_list ul {
		text-align: center;
	}

	#contents .share_list ul li {
		vertical-align: top;
		display: inline-block;
		position: relative;
		margin: 0 15px;
	}

/* ------ recommendSection ------ */
.recommendSection {
	position:relative;
	z-index:990;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

.recommendSection .headMod02 {
	padding:0 20px;
	background: #fafafa;
	padding: 14px 16px;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
.recommendSection .recommendList,
.recommendSection #recommend {
	overflow: hidden;
	border:1px solid #E5E5E5;
}
.recommendSection .recommendList .slideBlock,
.recommendSection #recommend #slide {
	padding: 20px 0 20px 4px;
}
.recommendSection #recommend #slide li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:top;
	width:223px;
	margin: 0 0 20px 12px;
	padding:0;
}
.recommendSection .recommendList .slideBlock li{
	float: left;
	vertical-align:top;
	width:223px;
	margin: 0 0 20px 12px;
	padding:0;
}
.recommendSection .recommendList .slideBlock li{
	height: 171px;
}
.recommendSection #recommend #slide li dl { }
.recommendSection .recommendList .slideBlock li dl dt span,
.recommendSection #recommend #slide li dl dt span {
	display:block;
}
.recommendSection .recommendList .slideBlock li dl dt .bnrImg img,
.recommendSection #recommend #slide li dl dt .bnrImg img {
	height: 108px;
}
.recommendSection .close_btn,
.recommendSection #close{
	text-align: center;
	color: #fff;
	line-height: 1;
	cursor: pointer;
}

.thumbBlock dd {
	font-size:80%;
}
.thumbBlock dt {
	margin-bottom:5px;
}

/* 新着情報 */
.newsBlock table {
	margin:0 5px 10px;
	width:338px;
}
.newsBlock th,
.newsBlock td {
	vertical-align:top;
	padding-bottom:8px;
}
.newsBlock th,
.newsBlock td p{
	font-size:80%;
}
.newsBlock th {
	padding-top:2px;
	width:31%;
	_width:33%;
}
.newsBlock td {
	padding-left:7px;
}
.newsBlock td p {
	margin-top:2px;
}
.newsBlock .icon {
	width:19%;
}
.cl_red{
	color:#ff0000;
}

/* メインローテーションバナー */
.mainBlock {
	margin-bottom:20px;
	width:716px;
	height:197px;
	position:relative;
	overflow:hidden;
}
.mainBlock .mainVisual {
	display:none;
	width:716px;
	height:197px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	zoom:1;
}
.mainBlock .mainVisual li {
	float:left;
	width:716px;
	height:197px;
}
.mainBlock .mainVisual li img {
}
.mainBlock .triBlock {
	display:none;
}
.mainBlock .triBlock li {
	cursor: pointer;
	position:absolute;
	top:91px;
}
.mainBlock li.triLeft {
	left:7px;
}
.mainBlock li.triRight {
	right:7px;
}
.mainBlock .noscriptBlock {
	width:716px;
	height:197px;
	background-color:#d0d0d0;
	text-align:center;
}
.mainBlock .noscriptBlock p {
	padding-top:93px;
}

.SmpBlock {
	display: none;
}
