@charset "utf-8";
/* CSS Document */

/*
	====================================
		外部構成
	====================================
*/

h2,h3{
	font-size: 100%;
	margin: 0;
}

#list_wrapper {
	display: block;
	height: auto;
	margin: 0;
	position: relative;
	width: 600px;
	overflow: hidden;
}
#head {
	background-image: url("../image/back.png");
	background-repeat: repeat-x;
	font-size : 1.6em;
	/*height: 45px;*/
	padding-top: 5px;
	padding-left: 15px;
    padding-bottom: 5px;
	margin: 0;
}
#menu {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 5px;
	width: 270px;
}
#list {
	border: solid 1px #ddd;
	float: right;
	height: 348px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 318px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-before: 0px;
	-webkit-padding-after: 0px;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
}
.list_close {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	border: none;
}
.list_close:hover {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
img.list_close {
	border: 0px;
}

#list_notes {
	clear: both;
	font-size: 0.857em;
	height: auto;
	padding: 15px 10px 5px;
}

@media screen and (max-width:767px) {
#list_wrapper {
	height: auto;
	width: 100%;
}
#head {
	font-size : 1.4em;
	height: 30px;
	padding-left: 10px;
}
#menu {
	clear: left;
	height: auto;
	margin: 15px 0 0;
	overflow-x: hidden;
	padding-left: 5px;
	padding-right: 30px;
	text-align: center;
	width: 100%;
}
#list {
	background: #fff;
	clear: left;
	height: 300px!important;
	margin: 15px 0 0;
	position: static;
	width: 100%;
}
}

/*
	====================================
		メニュー
	====================================
*/

.menu_main{
	/*overflow: hidden;*/
	position: relative;
}
.menu_mountType{
	position: absolute;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
	top: 135px;
	margin-bottom: 1em;
}
.no_js .menu_mountType{
	position: relative;
	top: 0;
}
.no_js .productList{
	display: block;
}
.menu_mountType a{
	color: white;
}
.menu_sub{
	position: absolute;
    width: 270px;
    bottom: 5px;	
}

/*大区分(Body/Lens）-----------*/
.list_top {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	background-image: url("../image/bar.png");
	background-repeat: repeat-x;
	border: solid 1px #000;
	clear: left;
	cursor: pointer;
	padding-left: 2px;
	margin-top: 0;
	margin-bottom: 1px;
	vertical-align: top;
	/* Translucent */
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
    *zoom: 1;
}
.no_js .list_top{
	opacity: 1;
}
.list_top::after {
    content: "";
    display: block;
    clear: both;
}
.list_top:hover {
	background: #000;
	border: solid 1px #666;
	/* Translucent */
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0!important;
}
.list_top_img {
	float: left;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
.list_top[prdct="mountAdaptor"] .list_top_img{
	height: 40px;
}
img.img_body,
img.img_lens {
	margin-top: 5px;
	height: 48px;
}
img.img_mountAdaptor {
	height: 98%;
}
.list_top_title {
	color: #fff;
	font-size : 1.3em;
	float: left;
	margin: 18px 0 0 3px;
	overflow: visible;
	white-space: nowrap;
}
.list_top[prdct="mountAdaptor"] .list_top_title{
	margin-top: 10px;
}
/*Spacer-----------*/
#spacer {
	clear: left;
	height: 10px;
}

/*中区分（マウント）-----------*/
.list_mount_type {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	background-image: url("../image/bar2.png");
	background-repeat: repeat-x;
	border: solid 1px #000;
	color: #fff;
	cursor: pointer;
	font-size : 1.4em;
	margin-bottom: 1px;
	text-align: center;
	/* Translucent */
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	width: 135px;
	float: left;
	padding: 0.5em;
}
.no_js .list_mount_type{
	opacity: 1;
}
.list_mount_type:hover {
	background: #000;
	border: solid 1px #666;
	/* Translucent */
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
/*マウントアダプター選択時の中区分-----------*/
.cs_disabled{
	cursor: default;
	opacity: 0.5!important;
}
.cs_disabled:hover{
	border: solid 1px #000;
	background: #000;
	background-image: url("../image/bar2.png");
	background-repeat: repeat-x;
}
/*小区分-----------*/
.list_prdct_type {
	background-image: url("../image/back.png");
	background-repeat: repeat-x;
	clear: left;
	display: none;
	font-size : 1.2em;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
/*リスト--------------------------------------------------*/

.list_ul {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-before: 0px;
	-webkit-padding-after: 0px;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
}
/*個別項目-----------*/
.prdct_list_body {
	background: #fff;
	border: solid 1px #ddd;
	clear: left;
	cursor: pointer;
	display: none;
	height: 25px;
	list-style-type: none;
	margin: -3px 0 0;
	position: relative;
	width: 300px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-before: 0px;
	-webkit-padding-after: 0px;
}
.prdct_list_body:hover {
	border: 1px #4444ff solid;
	z-index: 10;
}
.prdct_list_lens {
	display: none;
	list-style-type: none;
	clear: left;
	position: relative;
	width: 300px;
	height: 40px;
	margin: 0;
	margin-top: -1px;
	background: #ffffff;
	border: 1px #dddddd solid;
	cursor: pointer;
}
.prdct_list_lens:hover {
	z-index: 10;
	border: 1px #4444ff solid;
}
.prdct_image_body {
	float: left;
	width: 50px;
	position: absolute;
	left: 5px;
	margin: 0;
	margin-bottom: -15px;
	text-align: center;
	list-style-type: none;
}
.prdct_image_lens {
	float: left;
	width: 50px;
	position: absolute;
	left: 5px;
	top: 5px;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
img.img_prdct {
	height: 25px;
	margin: 0 auto;
}
/*title-----------*/
.prdct_name_body {
	float: left;
	position: absolute;
	left: 55px;
	margin-bottom: -10px;
	font-size : 1.2em;
}
.prdct_sub_name_body {
	float: left;
	position: absolute;
	left: 165px;
	top: 3px;
	font-size : 1.0em;
	color: #666666;
}
.prdct_name_lens {
	float: left;
	position: absolute;
	left: 55px;
	margin-bottom: -10px;
	font-size : 1.2em;
}
.prdct_sub_name_lens {
	float: left;
	position: absolute;
	left: 60px;
	top: 22px;
	font-size : 0.8em;
	color: #666666;
}
.prdct_list_mountAdaptor {
	display: none;
	list-style-type: none;
	clear: left;
	position: relative;
	width: 300px;
	height: 40px;
	margin: 0;
	margin-top: -1px;
	background: #ffffff;
	border: 1px #dddddd solid;
	cursor: pointer;
}
.prdct_list_mountAdaptor:hover {
	z-index: 10;
	border: 1px #4444ff solid;
}
.prdct_image_mountAdaptor {
	float: left;
	width: 50px;
	position: absolute;
	left: 5px;
	top: 5px;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.prdct_name_mountAdaptor {
	float: left;
	position: absolute;
	left: 55px;
	margin-bottom: -10px;
	font-size : 1.2em;
	margin-top: 10px;
}
.prdct_sub_name_mountAdaptor {
	float: left;
	position: absolute;
	left: 60px;
	top: 22px;
	font-size : 0.8em;
	color: #666666;
}
/*result-----------*/
.result {
	width: auto;
	position: absolute;
	left: 300px;
}

.prdct_name_body {
    float: left;
    position: absolute;
    left: 55px;
    margin-bottom: -10px;
    font-size: 1.2em;
}

.menu_sub {
    position: absolute;
    width: 270px;
    bottom: 5px;
}
img.img_mountAdaptor {
    height: 98%;
}
.menu_sub .list_top_img{ height:40px;}
.menu_sub .list_top_title{ margin-top: 10px;}



.model_list h1{
	position: absolute;
	top: -2em;
	color: white;
	font-size: 2em;
	margin: 0;
}

.list_menuTitle{
	position: absolute;
	top: -9999px;
}

/*レスポンシブ------------------------------------------------------*/
@media screen and (max-width:767px) {
/*メニュー--------------------------------------------------*/

#menu{
	padding: 0;
	margin: 10px 0 0;
}
.menu_main{
	overflow: hidden;
	padding: 10px;
	padding-bottom: 40px;
}
.menu_sub{
	width: auto;
	position: relative;
	margin: 23px 0 0;
	padding: 0 10px;
}
.menu_sub .list_top{
	width: 100%;
	float: none;
}
.no_js .menu_main{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
}
.no_js #menu_body{
	order: 1;
	width: 50%;
}
.no_js #menu_lens{
	order: 2;
	width: 50%;
}
.no_js .body{
	order: 3;
	width: 50%;
}
.no_js .lens{
	order: 4;
	width: 50%;
}
.no_js .list_top{
	width: 100%;
}
.no_js .menu_mountType{
	margin: 0.3em 0 0 0;
}

/*大区分(Body/Lens）-----------*/
.list_top {
	clear: none;
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: visible;
}
.list_top_img {
	float: none;
	display: inline-block;
	height: 40px;
}
.list_top[prdct="mountAdaptor"] .list_top_img{
	height: 35px;
}
img.img_body,
img.img_lens,
img.img_mountAdaptor {
	height: 32px;
	border-style: none;
}
.list_top_title {
	float: none;
	display: inline-block;
	margin: 0;
	vertical-align: .7em;
}
.list_top[prdct="mountAdaptor"] .list_top_title{
	margin-top: 0;
}
/*Spacer-----------*/
#spacer {
	clear: left;
	height: 5px;
}
/*中区分（マウント）-----------*/
.list_mount_type {
	clear: none;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	font-size : 1.4em;
	text-align: center;
}
/*リスト--------------------------------------------------*/

/*個別項目-----------*/
.prdct_list_body {
	display: none;
	clear: left;
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	margin-top: -1px;
	background: #ffffff;
	border: 1px #dddddd solid;
	cursor: pointer;
}
.prdct_list_body:hover {
	z-index: 10;
	border: 1px #4444ff solid;
}
.prdct_list_lens {
	display: none;
	clear: left;
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0;
	margin-top: -1px;
	background: #ffffff;
	border: 1px #dddddd solid;
	cursor: pointer;
}
.prdct_list_lens:hover {
	z-index: 10;
	border: 1px #4444ff solid;
}
.prdct_list_mountAdaptor {
	display: none;
	clear: left;
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0;
	margin-top: -1px;
	background: #ffffff;
	border: 1px #dddddd solid;
	cursor: pointer;
}
.prdct_list_mountAdaptor:hover {
	z-index: 10;
	border: 1px #4444ff solid;
}
.menu_mountType{
	top: 57px;
	width: calc(100% - 20px);
}
.menu_mountType > li {
	width: 100%;
}

.model_list h1{
	position: relative;
	top: 0;
	color: #000000;
	padding: 0.5em 10px 0 10px;
	background-color: #e5e5e5;
	font-size: 1.3em;
}


}

/* 20220315調整 */
#menu + div#list {
    height: 324px;
}
.disclaimer ~ #menu + div#list {
    height: 304px;
}
html[lang="fr"] #menu + div#list,
html[lang="it"] #menu + div#list,
html[lang="es"] #menu + div#list,
html[lang="pt"] #menu + div#list,
html[lang="da"] #menu + div#list,
html[lang="nl"] #menu + div#list{
    height: 282px;
}

.modalSwitch{ display:none; }
#modalSwitch_on:checked + #modalSwitch_off + .cover{ display:block; }
#modalSwitch_on:checked + #modalSwitch_off + .cover + .model_list{ display:block; }

#modalSwitch_off:checked  + .cover{ display:none; }
#modalSwitch_on:checked + .cover + .model_list{ display:none; }

#select_model{ display:block;}

.list_prdct_type{ display: block;}
.prdct_list_body,
.prdct_list_lens,
.prdct_list_mountAdaptor{ display: block;}

.list_top {
    display: block;
}
/*
.list_mount_type{ margin-top:10px;}
*/
.list_mount_type.active,
.list_top.active{ opacity: 1.0; }

.productRadio{ display:none;}
.productRadio + div{ display:none;}
.productRadio:checked + div{ display: block;}

.productMenuRadio{ display:none;}
.productMenuRadio + div{ display:none;}
.productMenuRadio:checked + div{ display: block;}

.prdct_link{ display:block; height: 100%;}
.detailLink{ display:block; height: 100%;}

.compatible_product, .non-compliant_model{ display:block;}

.cover.active{
	display: block!important;
}

@media screen and (max-width: 400px) {
	.list_mount_type {
		font-size : 1.2em;
	}
}
