﻿@charset "utf-8";

/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. lineupBox
　02. lineupDetail

*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 01. lineupBox ]  ====================================
------------------------------------------------------------*/

.lineupBox {
	width: 100%;
	padding-top: 16px;
	overflow: hidden;
}
.lineupBox > .rBlockTitArea {
	margin: 0;
}
.lineupBox .productsFloat {
	float: left;
	width: 48%;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 4%;
}
.lineupBox .productsFloat:nth-child(2n+1) {
	margin-left: 0;
}
.lineupBox .productsFloat .pw46 {
	width: 96%;
	margin:auto;
}
.lineupBox .productsFloat .btn {
	margin-top: 1em;
}

/* SP */
body.responsive-sp .lineupBox {
	padding-top: 0;
}
body.responsive-sp .lineupBox .productsFloat {
	width: 100%;
	padding: 0 0 6% 0;
	margin: 0;
}
body.responsive-sp .lineupBox .productsFloat:nth-child(2n+1) {
	margin: 0;
}
body.responsive-sp .lineupBox .productsFloat .pw46 {
	width: 92%;
}
body.responsive-sp .lineupBox {
	width: 100%;
	overflow: visible;
}


/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 02. lineupDetail ]  ====================================
------------------------------------------------------------*/

.lineupDetailBox {
	margin-top: 16px;
}

/* -- detailList -- */
.lineupDetailBox .detailList {
	width: 100%;
	overflow: hidden;
}

.lineupDetailBox .detailList .clearfix {
	width: auto;
	margin: 0 -12px 0 0;
}

.lineupDetailBox .detailList li {
	float: left;
	width: 205px;
	padding: 12px 0;
	margin: 0 12px 12px 0;
	background-color: #025ab3;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

.lineupDetailBox .detailList li.first-child {
	margin-left: 9px;
}

/* -- detailListbox -- */

.lineupDetailBox .detailListbox {
	width: 680px;
}

.lineupDetailBox .detailListbox div {
	float: left;
	width: 220px;
	margin: 0 10px 0 0;
}

/* - SP - */
body.responsive-sp .lineupDetailBox .detailList .clearfix {
	margin: 0 32px;
}
body.responsive-sp .lineupDetailBox .detailList li {
	float: none;
	width: auto;
	margin: 0 0 14px 0;
	font-size:138.5%;
}


/* lineupTabBox
----------------------------------------------------*/

/* -- lineupTab -- */

.lineupDetailBox .lineupTab {
	height: 35px;
	overflow: hidden;
	border-bottom: 3px solid #275e72;
	margin: 0 0 20px;
}

.lineupDetailBox .lineupTab li {
	float: left;
	text-align: center;
	font-size: 92.30769%;
	margin-right: 5px;
}

.lineupDetailBox .lineupTab li.first-child {
	background-position: left top;
	margin-right: 6px;
}

.lineupDetailBox .lineupTab li.last-child {
	background-position: right top;
	margin-right: 0;
}

body.responsive-sp .lineupTab li,
body.responsive-sp .lineupTab li.first-child,
body.responsive-sp .lineupTab li.last-child {
	margin-right: 0;

}

.lineupDetailBox .lineupTab li a {
	display: block;
	padding: 10px 5px;
	width: 151px;
	color: #333;
	font-weight: normal;
	background: #ebeef0;
	text-decoration: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.lineupDetailBox .lineupTab li a.active,
.lineupDetailBox .lineupTab li a:hover {
	color: #fff;
	background: #295e71;
}

.lineupDetailBox .lineupTab li.first-child a.active,
.lineupDetailBox .lineupTab li.first-child a:hover {
}

.lineupDetailBox .lineupTab li.last-child a.active,
.lineupDetailBox .lineupTab li.last-child a:hover {
}

/* - SP - */
body.responsive-sp .lineupDetailBox .lineupTab {
	margin-bottom: 16px;
	height: auto;
	border-bottom: 0;
}
body.responsive-sp .lineupDetailBox .lineupTab li {
	width: 25%;
	padding-left: 1px;
	margin-bottom: 0;
	box-sizing: border-box;
	background-image: none;
	background-color: transparent;
}
body.responsive-sp .lineupDetailBox .lineupTab li:first-child {
	padding-left: 0;
}
body.responsive-sp .lineupDetailBox .lineupTab li a {
	width: auto;
	padding: 20px 0 44px 0;
	background: #dae0e4 url("/business/en/image-sensor-camera/products/images/r_lineup_tab_sp_active.png") no-repeat center 72px;
	background-size: 9px auto;
	height: 30px;
  box-sizing: content-box;
}
body.responsive-sp .lineupDetailBox .lineupTab li a.active,
body.responsive-sp .lineupDetailBox .lineupTab li a:hover {
	background: #275e72 url("/business/en/image-sensor-camera/products/images/r_lineup_tab_sp_active.png") no-repeat center 72px;
	background-size: 9px auto;
}
body.responsive-sp .lineupDetailBox .lineupTab li a.pt5 {
	padding-top: 20px !important;
}

/* ***************************************************************************** */

.specification sup.notes {
	color: #333333;
}

.specification ul.notesList li span {
	color: #333333;
}

/* 追加 */
.unitmm{
	margin-bottom: 20px;
	text-align: right;
}

table.speclist.tbl02.tblEven.wp100.mbem1.tcamera {
	width: 100%;
	table-layout: fixed;
}

.main_data {
	text-align: center !important;
}

th.speclist_title2 {
	color: #fff;
	font-weight: bold !important;
	background: #666 !important;
	border: 1px solid #414141;
	text-align: center;
	vertical-align: middle;
}
.speeding {
	display: inline-block;
	border: 1px solid #333;
	padding: 4px 8px;
	font-weight: 700;
}
.plus {
	padding: 0 5px;
	font-weight: 700;
	display: block;
	margin: 5px 0;
}
sup {
	font-size: 11px;
}
.blue {
	color: #00b0f0;
}
.app {
	background: #dcdcdc;
	padding: 15px;
}
.app h4 {
	font-size: 109%;
	margin-bottom: 10px;
}
.app li {
	float: left;
	width: 30.2%;
	padding: 0 1.5%;
	border-right: 1px solid #929091;
}
.app li:last-child {
	border-right: none;
}
.app h5 {
	margin-bottom: 5px;
	font-size: 105%;
}
.app img {
	margin-bottom: 5px;
}
body.responsive-sp .app {
	padding: 15px 10px;
}
body.responsive-sp .app h4 {
	text-align: center;
	/*margin-bottom: 25px;*/
}
body.responsive-sp .app li {
	float: none;
	width: 98%;
	padding: 0 2% 25px;
	border-right: none;
	text-align: center;
	/*margin-bottom: 25px;*/
	margin-top: 25px;
	border-bottom: 1px solid #929091;
}
body.responsive-sp .app li:last-child {
	border-bottom: none;
}
body.responsive-sp .app h5 {
	margin-bottom: 5px;
}
.arrow {
	margin-top: 2px;
	display: inline-block;
}
.cclink {
	width: 100%;
	margin-bottom: 10px;
}
.cclink th {
	border: 1px solid #777372;
	background-color: #dcdcdc;
	padding: 10px;
	text-align: center;
}
.cclink td {
	border: 1px solid #777372;
	background-color: #eee;
	padding: 10px;
	font-weight: 700;
}
.cclink th.red {
	background-color: #f6c4ab;
	border-top: 2px solid #e04158;
	border-left: 2px solid #e04158;
	border-right: 2px solid #e04158;
}
.cclink td.red {
	background-color: #fdece3;
	border-left: 2px solid #e04158;
	border-right: 2px solid #e04158;
}
.cclink td.red2 {
	background-color: #fdece3;
	border-left: 2px solid #e04158;
	border-right: 2px solid #e04158;
	border-bottom: 2px solid #e04158;
}

.clearfix.lineups {
	margin-bottom: 20px;
}

.listindent li {
	margin-bottom: 0.5em;
	font-size: 100%;
	color: #333;
	padding-left: 1em;
	text-indent: -0.5em;
}

p.catch-title {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 15px;
	font-weight: bold;
}

/*SP*/
body.responsive-sp p.catch-title {				/*180427追加*/
	font-size: 1.1em;
}



/* レンズ */

.rContentsSecondSect {
	padding: 10px;
	margin-top: 40px;
	border: 1px solid #BEC1C4;
}

.alLeft {
	height: 100px;
}

body.responsive-sp p.alLeft {
	height: auto !important;
}

/* 20171018追加ここから */

/* -- 製品メインビジュアル--  */
.mainVisualBox{
	position: relative;
}

.mainVisualBox img{
	position: relative;
}

.mainVisualBox .txtBox{
	position: absolute;
	font-weight: bold;
	left: 20px;
	width: 100%;
}

.mainVisualBox .txtMain{
	color: #FFF;
	font-size: 200%;
}

.mainVisualBox .txtSub{
	font-size: 162%;
}

/* IV-08MTV2 */
.mainVisualBoxIv-08mtv2 .txtBox{
	top: 24px;
}

.mainVisualBoxIv-08mtv2 .txtSub{
	color: #ffe9a6;
	padding-top: 16px;
	width: 44%;
}

body.responsive-sp .mainVisualBoxIv-08mtv2 .txtBox{
	top: 16px;
	left: 4%;
	font-size: 92%;
}
body.responsive-sp .mainVisualBoxIv-08mtv2 .txtMain{
	width: 56%;
}
body.responsive-sp .mainVisualBoxIv-08mtv2 .txtSub{
	width: 32%;
	padding-top: 8px;
}


@media (max-width: 568px){
	body.responsive-sp .mainVisualBoxIv-08mtv2 .txtBox{
		top: 12px;
		left: 4%;
	}
	body.responsive-sp .mainVisualBoxIv-08mtv2 .txtMain{
		font-size: 100%;
	}
	body.responsive-sp .mainVisualBoxIv-08mtv2 .txtSub{
		font-size: 88%;
		padding-top: 10px;
	}
}

/* IV-S70 Series */
.mainVisualBoxIv-s70_series .txtBox{
	top: 30px;
}

.mainVisualBoxIv-s70_series .txtSub{
	color: #d0fffa;
	padding-top: 26px;
}

body.responsive-sp .mainVisualBoxIv-s70_series .txtBox{
	top: 16px;
	left: 4%;
	font-size: 92%;
}
body.responsive-sp .mainVisualBoxIv-s70_series .txtMain{
	width: 64%;
}
body.responsive-sp .mainVisualBoxIv-s70_series .txtSub{
	width: 56%;
	padding-top: 8px;
}

@media (max-width: 480px){
	body.responsive-sp .mainVisualBoxIv-s70_series .txtBox{
		top: 12px;
		left: 4%;
	}
	body.responsive-sp .mainVisualBoxIv-s70_series .txtMain{
		font-size: 100%;
	}
	body.responsive-sp .mainVisualBoxIv-s70_series .txtSub{
		font-size: 90%; /*180308 100→90に変更*/
		padding-top: 10px;
	}

}

/*IV-S70シリーズ用　180308追記ここから*/

.packageBox{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 1em;
}
.package01 {
	margin-bottom: 0.5em;
	border: solid 3px #0259a0; 
	background-color: #bad4ef;
	padding: 6px;
	border-radius: 6px;
	font-weight: bold;
}
.package01 .explanatoryText-1{
	font-weight: bold;
	color: #0259a0;
	border-bottom: solid 1px #488bb8;
	padding-bottom: 0.5em;
}
.packageBox .itemName{
	padding-top: 0.5em;
	font-size: 120%;
}
.package02 {
	margin-bottom: 0.5em;
	border: solid 3px #067e2f; 
	background-color: #d8e480;
	padding: 6px;
	border-radius: 6px;
	font-weight: bold;
}
.package02 .explanatoryText-2{
	font-weight: bold;
	color: #067e2f;
	border-bottom: solid 1px #65af4e;
	padding-bottom: 0.5em;
}
.package03 {
	margin-bottom: 0.5em;
	border: solid 3px #be3d59; 
	background-color: #fadbe1;
	padding: 6px;
	border-radius: 6px;
	font-weight: bold;
}
.package03 .explanatoryText-3{
	font-weight: bold;
	color: #be3d59;
	border-bottom: solid 1px #ca7c8a;
	padding-bottom: 0.5em;
}
/*IV-S70シリーズ用　180308追記ここまで*/


/* -- LED: 発光色用 --  */

.textRed {
	color: #ff0000;
}
.textBlue {
	color: #0000ff
}
.textWhite {
	color: #FFFFFF;
}
/* 20171018追加ここまで */


/* ***************************************************************************** */

/*171207　旧製品ページへの遷移追加ここから*/

.rBlock .old{
	margin-top:2em;
	padding-bottom:2em;
}

/* - SP - */

body.responsive-sp .rBlock .old{
	margin-top:2em;
	margin-left:1em;
	padding-bottom:2em;
}

/*171207　旧製品ページへの遷移追加ここまで*/

/*171212　製品特長ページの追加ここから*/
body.responsive-sp .spInlineTable{
    display: inline-table;
}
.pcBlock.speclist span{
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.7em;
}
.pcBlock.speclist tr:nth-child(5) th:first-child{
    width: 20px;
	white-space: normal;
}
.pcBlock.speclist th,.pcBlock.speclist td{
	/*font-size:11px;
	padding:5px;*/
	font-size: 10.8px;/*コントローラ対応表文字サイズ調整 11px→10.8px*/
    padding: 5px 2px;/*コントローラ対応表間隔調整 2px→5px 2px*/
}
.pcBlock.speclist{
	border-left:none;
	border-top:none;
}
.pcBlock.speclist th{
	border-top:1px solid #b4b9bd;
	vertical-align: middle;
	text-align: center;
    white-space: nowrap;	
}
.pcBlock.speclist td{
	vertical-align: middle;
	text-align: center;
}
.pcBlock.speclist tr:first-child td {
    font-size: 13px;
}
.pcBlock.speclist+table {
    margin-top: 15px;
}
body.responsive-sp .rBlockSectHeader.rBlockSect{
	margin:5% 0;
}
.spInlineTable.speclist{
	font-size: 11px;
}
.spInlineTable.speclist tr:first-child td{
    font-size: 13px;		
}
.spBlock.spInlineTable{
	margin-top:30px;
}
.spBlock.spInlineTable span{
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.7em;
}
.spInlineTable.speclist{
	border-top: none;
    border-left: none;
}
.spInlineTable.speclist .speclist_title2{
	width:35%;
}
.spInlineTable.speclist th{
	vertical-align: middle;
	text-align: center;
}
.spInlineTable.speclist th[rowspan="5"]{
	border-left: 1px solid #b4b9bd;
}
.spInlineTable.speclist th[rowspan="7"] {
    border-left: 1px solid #b4b9bd;
}
.spInlineTable.speclist td{
	vertical-align: middle;
	text-align: center;
}
/*171212　製品特長ページの追加ここまで*/

/*180326　テーブル表：１行見出しここから*/
.text-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-top: 10px;/*上部スペース確保用に追加*/
}
.text-vertical span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  line-height: 1;
}
/*180326　テーブル表：１行見出しここまで*/


/*181120 カメラページ用ここから*/

.mainVisualBoxCamera p{
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    padding: 14px;
}
.pcFlLeft.rLayout-50.alCenter,.pcFlRight.rLayout-50.alCenter{
	margin-bottom: 50px;
}
.c120{
	height: 200px;
	position: relative;
}
.c120 p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.c250{
	height: 235px;
	position: relative;
}
.c250 p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*SP*/
body.responsive-sp .c120{
	height: auto;
	position: static;
}
body.responsive-sp .c120 p{
	position: static;
	margin-top: 10px;
}
body.responsive-sp .c250{
	height: auto;
	position: static;
}
body.responsive-sp .c250 p{
	position: static;
	margin-top: 10px;
}
/*181120 カメラページ用ここまで*/


/*181126 IV-S402M/IV-S412M用ここから*/
.mainVisualBoxIv-s402m_412m .txtBox{
	width:400px;
	top: 40px;
	left:230px;
	text-shadow:0 0 8px #fff;
}
.mainVisualBoxIv-s402m_412m .txtMain{
	color: #004c5a;
	font-size: 200%;
}

/*SP*/
body.responsive-sp .mainVisualBoxIv-s402m_412m .txtBox{
	width:57%;
	top: 10%;
	left:35%;
	font-size: 80%;
}
/*body.responsive-sp .mainVisualBoxIv-s402m_412m .txtMain{
	width: 54%;
}*/
@media (max-width: 480px){
	body.responsive-sp .mainVisualBoxIv-s402m_412m .txtBox{
		width:60%;
		top: 15%;
		left: 35%;
		font-size: 50%;
	}
/*	body.responsive-sp .mainVisualBoxIv-s402m_412m .txtMain{
		width: 59%;
	}*/
}
/*181126 IV-S402M/IV-S412M用ここまで*/


/*181126 IVS400シリーズ メインビジュアル用ここから*/

.mainVisualBoxIv-s402m_412m .s400_copy{
	width: 100%;
	background-color: white;
}
.mainVisualBoxIv-s402m_412m .s400_copy p{
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 14px;
}
.mainVisualBoxIv-s402m_412m p{
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*SP*/
body.responsive-sp .mainVisualBoxIv-s402m_412m .s400_copy p{
	font-size: 140%;
	padding: 14px;
}
.mainVisualBoxIv-s402m_412m p{
	padding-bottom: 0;
}
/*181126 IVS400シリーズ メインビジュアル用ここまで*/


/*181126 IV-S400シリーズ特長で追加ここから*/
.indentBlock .s_title {
    font-size: 108%;
    margin-bottom: 1em;
    padding-top: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
}
.indentBlock .s_title span {
    color: #295e71;
}

.notesList .kome span{
	color: #00A0E9;
}
.kome{
	color: #00A0E9;
}
.specification ul.notesList li span.kome {
	color: #00A0E9;
}

.speclist_row .number{
	text-align: right;
}
.speclist_row .point01{
	background-color: #8BABC4;
}
.speclist_row .point02{
	color: white;
	font-weight: bold;
	background-color: #006994;
}

.tbl402 th, .tbl02 td {
/*    border-left: 1px solid #231815;
	border-right: 1px solid #231815;
    border-bottom: 1px solid #231815;
    padding: 7px;*/
	vertical-align: middle;
}
.tbl402 th sup{
	color: #00A0E9;
}
/*.tbl402 th.speclist_title2 {
    background: #666666 !important;
}*/

.pcBlock.speclist .longName{
	white-space: normal;
}

.coreTbl02{/*181130 SP用に調整*/
	width: 427px;
}
.contTbl01{/*181130 SP用に調整*/
	width: 452px;
}
.spBlockFeatures{/*181130 SP用に追加*/
	display: none;
}


/*SP*/
body.responsive-sp .camera{
	width: 60%;
	margin: 0 auto;
	margin-bottom: 1em;
}

body.responsive-sp .notesList.alRight{
	text-align: left;
}

body.responsive-sp .coreTbl02{
	width: 100%;
}

body.responsive-sp .pcBlockFeatures{/*181130 SP用に追加*/
	display: none;
}
body.responsive-sp .spBlockFeatures{/*181130 SP用に追加*/
    display: inline-table;
}
/*181126 IV-S400シリーズ特長で追加ここまで*/


/*181127　アニメーション挿入による見出しスタイル追加ここから*/
.indentBlock .case {
	margin-left:25px;
}
.indentBlock .case .title {
    display: inline-block;
	color:white;
	border-radius:3px;
	background:#333;
	float:left;
	padding:3px;
	margin-right:0.5em;
}
.indentBlock .case .text {
	padding-top:3px;
	padding-left:3.5em;
}
/*171127　アニメーション挿入による見出しスタイル追加ここまで*/


/*181126 コントローラ対応表リンクここから*/
.speclist .speclist_title2.link{
	width: 120px;
	height: 30px;
	padding: 0;
}
.speclist .speclist_title2.link div{
	width: 100%;
	height: 100%;
    top: 50%;
    margin-top: -0.6em;
    position: absolute;
}
.speclist .speclist_title2.link a{
	display: block;
	
	/*display: table-cell;
	vertical-align: middle;*/
	
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
	position: relative;
}
.speclist .speclist_title2.link a:before{
    position: absolute;
    left: 0.75em;
    top: 50%;
    display: block;
    width: 0.54em;
    height: 0.71em;
    margin-top: -0.355em;
    background: url(/business/images_global/r_ico_link_02.png) no-repeat;
    background-size: 100%;
    content: "";
}
.speclist .speclist_title2.link a:hover{
	background-color: #295e71;
	opacity: 1.0;
}
.speclist .speclist_title2.link a:visited{
	color:white;
}

/*SP*/

body.responsive-sp .speclist .speclist_title2.link a {/*英語用に追加*/
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    color: white;
    text-decoration: none;
    /* position: relative; */
	/*position: absolute;*/
	position: static;
	/*top: 0;*/
	margin-top: -11px;
}
body.responsive-sp .speclist .speclist_title2.link {/*英語用に調整*/
    width: 120px;
    height: auto;
    padding: 0;
    /*display: table-cell;*/
    position: relative;
}
body.responsive-sp .speclist .speclist_title2.link div {/*英語用に調整*/
    width: 100%;
    /* height: auto; */
    /* top: 0; */
    margin-top: 1em;
    margin-bottom: 1em;
	padding-top: 1em;
    position: static;
}
body.responsive-sp .speclist .speclist_title2.link a:before{
/*    position: absolute;
    left: 0.75em;
    top: 50%;
    display: block;
    width: 0.54em;
    height: 0.71em;
    margin-top: -0.355em;
    background: url(/business/images_global/r_ico_link_02.png) no-repeat;
    background-size: 100%;*/
	top: 0;
    margin-top: 1.25em;
    left: 20%;
    content: "";
}

@media (max-width: 480px){
	body.responsive-sp .speclist .speclist_title2.link a:before{
    left: 10%;
	}
}
/*181126 コントローラ対応表リンクここまで*/


/*181212 新製品ラベル用ここから*/

.lineupBox .productsFloat {
	position:relative;
}

.lineupBox .productsFloat .new_label{
background-color:red;
color:white;
padding:0.2em 0.3em;
font-size:120%;
text-align:right;
position:absolute;
top:78px;
left:20px;
}

/*SP*/
body.responsive-sp .lineupBox .productsFloat .new_label{
top:57px;
}
/*181212 新製品ラベル用ここまで*/
