@charset "utf-8";
/* CSS Document */

/*
	====================================
		外部構成
	====================================
*/
#list_wrapper {
	display: block;
	height: 430px;
	margin: 0;
	position: relative;
	width: 500px;
}
#head {
	background-image: url("../image/back.png");
	background-repeat: repeat-x;
	font-size : 1.6em;
	height: 45px;
	padding-top: 5px;
	padding-left: 15px;
}
#menu {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 5px;
	width: 170px;
}
#list {
	border: solid 1px #ddd;
	float: right;
	height: 348px!important;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 318px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-before: 0;
	-webkit-padding-after: 0;
	-webkit-padding-start: 0;
	-webkit-padding-end: 0;
}
.list_close {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.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;
}
.menu_logo{
	max-width: 100%;
	height: auto;
}
.list_mount_type.menu_cyber a{
	padding-top: 1em;
	padding-bottom: 0.5em;
}
.list_mount_type.menu_flash{
	font-weight: bold;
	font-size: 1.4em;
}
.list_mount_type.menu_flash a{
	padding-top: 1em;
	padding-bottom: 1em;
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width:767px) {
#list_wrapper {
	height: 100%;
	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;
	margin: 15px 0 0;
	position: static;
	width: 100%;
}
.list_mount_type.menu_alpha a{
	padding-top: 1em;
}
.list_mount_type.menu_cyber a{
	padding: 5px 0 0 30px;
}
.list_mount_type.menu_alpha,
.list_mount_type.menu_cyber{
	height: 58px;
}
.list_mount_type.menu_flash a{
	padding: 5px 0 0 30px;
	display: block;
}
}

/*
	====================================
		メニュー
	====================================
*/

/*大区分(Body/Lens）-----------*/
.list_top {
	background: #fff;
	border: solid 1px #aaa;
	clear: left;
	cursor: pointer;
	height: 60px;
	margin-top: 0;
	padding: 5px;
	vertical-align: top;
	
	/* Translucent */
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.list_top:hover {
	background: #ffeeff;
	border: solid 1px #6644ff;
	
	/* Translucent */
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.list_top_img {
	float: left;
}
.list_top_title {
	float: left;
	font-size : 1.2em;
	margin-top: 15px;
	margin-left: 5px;
}

/*中区分（マウント）-----------*/
.list_mount_type, .list_konica_minolta {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #aaa;
	cursor: pointer;
	font-size : 1em;
	word-wrap: break-word;
}
.list_mount_type[mount="DSC"] {
	border-top: none;
	border-bottom: none;
}
.list_mount_type a {
	background: left center no-repeat;
	background-size: 58px auto;
	display: block;
	min-height: 45px;
	padding: 25px 0 0 58px;
	text-align: center;
}
.list_mount_type a img {
	border: none;
}
.list_mount_type[mount="A-mount"] a {
	background-image: url('../image/list_body_icon.png');
}
.list_mount_type[mount="DSC"] a {
	background-image: url('../image/list_dsc_icon.png');
}
.list_mount_type[mount="Cam"] a {
	background-image: url('../image/list_cam_icon.png');
}
.list_mount_type[mount="Flash"] a {
	background-image: url('../image/list_flash_icon.png');
}
.list_konica_minolta a {
	display: block;
	line-height: 1.0;
	padding: 6px 10px 4px;
}
.list_mount_type[mount="Cam"], .list_mount_type[mount="Flash"], .list_konica_minolta {
	margin-bottom: 15px;
}
.list_mount_type:hover, .list_konica_minolta:hover {
	background-color: #eeeeff;
}
.list_mount_type:active, .list_konica_minolta:active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0;
}
/*小区分-----------*/
.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.5em 1em;
}
.list_prdct_type img {
	vertical-align: middle;
}
@media screen and (max-width:767px) {
/*大区分(Body/Lens）-----------*/
.list_top {
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 45%;
}

/*中区分（マウント）-----------*/
.list_mount_type {
	float: left;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 50%;
}
.list_mount_type {
	clear: none;
}
.list_konica_minolta {
	clear: both;
}
.list_mount_type a {
	background-size: 35px auto;
	min-height: 30px;
	padding: 5px 0 0 30px;	
}
.list_mount_type[mount="A-mount"],
.list_mount_type[mount="DSC"],
.list_mount_type[mount="Cam"],
.list_mount_type[mount="Flash"] {
	border: solid 1px #aaa;
}
}
/*
	====================================
		リスト
	====================================
*/
/*個別項目-----------*/
.prdct_list_body, .prdct_list_flash {
	background: #fff;
	border: solid 1px #ddd;
	clear: left;
	cursor: pointer;
	display: none;
	position: relative;
	width: 300px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-before: 0;
	-webkit-padding-after: 0;
}
.prdct_list_body {
	height: 25px;
	margin: -3px 0 0;
}
.prdct_list_flash {
	height: 40px;
	margin: -1px 0 0;
}
.prdct_list_body:hover, .prdct_list_flash:hover {
	background-color: #f3f4f6;
	z-index: 10;
}
.prdct_list_body:active,
.prdct_list_flash:active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0;
}

.prdct_image_body {
	float: left;
	left: 5px;
	margin: 0 0 -15px;
	position: absolute;
	text-align: center;
	width: 50px;
}
.prdct_image_flash {
	float: left;
	left: 5px;
	margin: 0;
	position: absolute;
	top: 5px;
	text-align: center;
	width: 50px;
}
img.img_prdct {
	height: 25px;
	margin: 0 auto;
}
/*title-----------*/
.prdct_name_body {
	float: left;
	left: 55px;
	position: absolute;
	margin-bottom: -10px;
	font-size : 1.2em;
}
.prdct_sub_name_body {
	color: #666;
	float: left;
	font-size : 1.0em;
	left: 165px;
	position: absolute;
	top: 3px;
}
.prdct_name_flash {
	float: left;
	font-size : 1.2em;
	left: 55px;
	margin-bottom: -10px;
	position: absolute;
	top: 4px;
}
.prdct_sub_name_flash {
	color: #666;
	float: left;
	font-size : 0.8em;
	left: 60px;
	position: absolute;
	top: 26px;
}
/*result-----------*/
.result {
	left: 300px;
	position: absolute;
	width: auto;
}

@media screen and (max-width:767px) {

/*個別項目-----------*/
.prdct_list_body, .prdct_list_flash {
	width: 100%;
}
.prdct_list_body {
	height: 30px;
	margin: -1px 0 0;
}
.prdct_list_body:hover, .prdct_list_flash:hover {	
	border: solid 1px #4444ff;
	z-index: 10;
}
}
