@charset "UTF-8";
/* tile.css */


.container,
.container-fluid {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1190px;
	}
}

.row {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: -5px;
	margin-left: -5px;
}
.row:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}
.col {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
.clear {
	clear: both;
}

/* ------------------------------

	#page_header

------------------------------ */
#page_header_inner h1 {
	font-size: 1.5em;
	margin: 15px 0 5px;
	text-align: center;
}

/* for old IE */
#page_header_inner h1 {
	text-align: left\9;
	*text-align: left;
}
/* for old IE */

#page_header_inner p {
	margin: 0 15px;
	font-size: 1.2em;
}
@media (min-width: 768px) {
	#page_header h1 {
		text-align: left;
	}
}
@media (min-width: 992px) {
	
	#page_header h1 {
		font-size: 2em;
	}

}

/* ------------------------------

	#image_area 

------------------------------ */

#image_area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin: 0;
	text-align: center;
	width: 100%;
}

/* for old IE */
#image_area {
	text-align: left\9;
	*text-align: left;
}
/* for old IE */

#image_area:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}
#image_area .target_product_title,
#image_area .target_product_image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	min-height: 1px;
	margin: 0 auto;
}

/* for old IE */
#image_area .target_product_title {
	float: right\9;
	*float: right;
	width: 1050px\9;
	*width: 1050px;
}
#image_area .target_product_image {
	float: left\9;
	*float: left;
	width: 150px\9;
	*width: 150px;
}
/* for old IE */

#image_area .target_product_title .inner_title,
.rel_mdl_area .inner_title,
#image_area .target_product_title h3 {
	line-height: 1.4;
	margin: 0 0 5px;
}
#image_area .target_product_title .inner_title span,
.rel_mdl_area .inner_title span,
#image_area .target_product_title h3 span {
	display: block;
}
#image_area .target_product_title .inner_title .cate_name,
.rel_mdl_area .inner_title .cate_name,
#image_area .target_product_title h3 .cate_name {
	font-size: 1em;
}
#image_area .target_product_title .inner_title .model_name,
.rel_mdl_area .inner_title .model_name,
#image_area .target_product_title h3 .model_name {
	font-size: 2em;
	font-weight: bold;
}
#image_area .target_product_title .inner_title .no-result,
.rel_mdl_area .inner_title .no-result,
#image_area .target_product_title h3 .no-result {
	margin: 54px auto 0;
	font-size: 1.5em;
}

.org_mdl_area {
	float: left;
	position: relative;
	box-sizing: border-box;
	width: 450px;
	padding-right: 68px;
}
	.org_mdl_area::before {
		content: "";
		display: block;
		position: absolute;
		top: 0; bottom: 0; right: 0;
		width: 68px;
		height: 68px;
		margin: auto;
		background: url("../image/icon_plus.png") left top no-repeat;
	}
.rel_mdl_area {
	float: left;
	width: 450px;
}

#image_area .head_link {
	text-align: left;
}
@media (max-width: 767px) {
	.org_mdl_area {
		width: 45%;
		margin-top: 24px;
		padding-right: 0;
	}
		.org_mdl_area::before {
			width: 34px;
			height: 34px;
			right: -17px;
			background-size: 100% auto;
		}
		#image_area .rel_mdl_area .inner_title .model_name,
		#image_area .org_mdl_area .inner_title .model_name {
			font-size: 1.3em;
		}
		#image_area .rel_mdl_area .inner_title .cate_name,
		#image_area .org_mdl_area .inner_title .cate_name {
			display: none;
		}
		#image_area .rel_mdl_area .target_product_image img,
		#image_area .org_mdl_area .target_product_image img {
			width: 100px;
		}
	.rel_mdl_area {
		margin-top: 24px;
		width: 45%;
	}
	#image_area .head_link {
		text-align: center;
	}
}

#image_area .target_product_image img {
	height: auto;
	width: 144px;
}
@media (min-width: 768px) {
	#image_area {
		margin: 15px 0;
	}
	#image_area .target_product_title {
		float: right;
		text-align: left;
		/* for old Chrome and Safari */
		width: webkit-calc(100% - 144px);
		/* for old Firefox */
		width: -moz-calc(100% - 144px);
		/* for modern browser */
		width: calc(100% - 144px);
	}
	#image_area .target_product_image {
		float: left;
		width: 144px;
	}
	#image_area .target_product_title .inner_title .cate_name,
	#image_area .target_product_title h3 .cate_name {
		font-size: 0.875em;
	}
	
	#image_area .target_product_image img {
		width: auto;
		max-height: 200px;
	}
}


/* ------------------------------

	#tile_wrapper

------------------------------ */

#tile_wrapper {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	padding-bottom: 30px;
	text-align: left;
}
.tile_container {
	clear: both;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: -5px;
	margin-left: -5px;
}
.tile_container:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

.mount_type,
.mount_type_km {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0.25em auto;
	padding: 10px 0 7px 15px;
	font-size : 1.5em;
	background-color: #e4e7ec;
	border-bottom: solid 2px #83838f;
	z-index: 1000;
}
.mount_type_km {
	margin-top: 30px;
}

.lens_type {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 20px 10px 10px;
	font-size : 1.25em;
}

hr {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-top: solid 1px #c6c7cc;
	clear: both;
	height: 1px;
	margin: 0 5px;
}

@media (max-width:767px) {
	
	.mount_type,
	.mount_type_km  {
		font-size : 1.25em;
		height: auto;
		line-height: 1.4;
		margin: 25px 0 0;
		padding: 6px 4px;
		background-color: #e4e7ec;
		word-wrap: break-word;
	}
	
	.lens_type {
		clear: both;
		margin: 25px 5px 10px;
		padding : 4px 6px 2px;
		font-size : 1.125em;
	}
	
	hr {
		border: none;
	}
	
}


/* ------------------------------

	.compatible_product

------------------------------ */
.tile_col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 10px 0;
	padding: 0 5px;
}

/* for old IE */
.tile_col {
	width: 240px\9;
	*width: 232px;
}
/* for old IE */

.compatible_product {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	background-repeat: repeat-x;
	border: solid 1px #83838f;
	border-radius: 3px;
	cursor: pointer;
	height: 205px;
	list-style-type: none;
	margin: 0;
	position: relative;
	z-index: 0;
	transition: opacity 0.2s ease-in 0s;
	background: -moz-linear-gradient(top,  #FFF 0%, #FFF 80%, #D8D8D8 100%);
	background: -webkit-linear-gradient(top,  #FFF 0%,#FFF 80%,#D8D8D8 100%);
	background: linear-gradient(to bottom,  #FFF 0%,#FFF 80%,#D8D8D8 100%);
}

.compatible_product_fully_compatible {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	background-repeat: repeat-x;
	border: solid 1px #83838f;
	border-radius: 3px;
	cursor: default;
	height: 205px;
	list-style-type: none;
	margin: 0;
	position: relative;
	z-index: 0;
	transition: opacity 0.2s ease-in 0s;
}
	.compatible_product_fully_compatible .detail_str {
		display: none;
	}
a .compatible_product_fully_compatible {
	background: -moz-linear-gradient(top,  #FFF 0%, #FFF 80%, #D8D8D8 100%);
	background: -webkit-linear-gradient(top,  #FFF 0%,#FFF 80%,#D8D8D8 100%);
	background: linear-gradient(to bottom,  #FFF 0%,#FFF 80%,#D8D8D8 100%);
}
	a .compatible_product_fully_compatible .detail_str {
		display: block;
	}
.compatible_product:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.notes_wrapper #logo_sample {
	float: right;
}
#digital_interface {
	float: right;
	margin-right: 24px;
}
	#digital_interface img {
		vertical-align: middle;
		margin-right: 8px;
	}
.dai-icon {
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: 84px;
	height: 30px;
	margin: 0;
}

.link_tile {
	transition: opacity 0.2s ease-in 0s;
}
	.link_tile:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		-khtml-opacity: 0.5;
		opacity: 0.5;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.link_tile .compatible_product_fully_compatible {
		cursor: pointer;
	}

@media (max-width: 480px) {
	.tile_col {
		float: none;
		margin: 0;
		width: 100%;
	}
	.compatible_product,
	.compatible_product_fully_compatible {
		-moz-box-shadow: none;
		border-radius: 0;
		height: 70px;
		margin-top: 10px;
		position: relative;
		width: 100%;
		z-index: 0;
		background: #FFF;
	}
	.compatible_product,
	a .compatible_product_fully_compatible {
		border-radius: 3px;
		background: -moz-linear-gradient(top,  #FFF 0%, #FFF 85%, #D8D8D8 100%);
		background: -webkit-linear-gradient(top,  #FFF 0%,#FFF 85%,#D8D8D8 100%);
		background: linear-gradient(to bottom,  #FFF 0%,#FFF 85%,#D8D8D8 100%);
	}
}
@media (min-width: 481px) {
	.tile_col {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.tile_col {
		width: 33.33333333%;
	}
}
@media (min-width: 992px) {
	.tile_col {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.tile_col {
		width: 20%;
	}
}

.cp_product_title {
	text-align: left;
	font-size: 1.25em;
	font-style: normal;
	font-variant: normal;
	margin: 2px 0 0 5px;
}

.cp_product_title_km {
	text-align: left;
	font-size: 1.125em;
	font-style: normal;
	font-variant: normal;
	margin: 2px 0 0 5px;
	padding-right: 25px;
}

.cp_product_sub_title {
	margin: 0 0 0 5px;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	color: #555555;
}

.cp_product_image {
	height: 108px;
	margin: 0 auto;
	margin-bottom: -20px;
	text-align: center;
}

img.cp_product {
	margin: 0 auto;
}


#logo_sample {
	float: right;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 15px 10px;
}
	#logo_sample span {
		display: block;
	}
	#logo_sample span + span {
		margin-top: 8px;
	}
	#logo_sample p {
		margin: 0;
		padding: 0;
	}

	#logo_sample img {
		margin-right: 8px;
		vertical-align: bottom;
	}

body .detail_str {
	position: absolute;
	right: 5px; bottom: 0;
	margin: 0;
	padding-left: 10px;
	color: #36C;
	text-indent: -10px;
}
	.detail_str::before {
		content: "";
		display: inline-block;
		width: 0; height: 0;
		vertical-align: 10%;
		margin-right: 5px;
		border-width: 3px 0 3px 5px;
		border-color: transparent transparent transparent #080808;
		border-style: solid;
	}
.link_product_icon .detail_str {
	position: static;
	right: 10px;
	bottom: 10px;
	font-size: 1.2em;
}
@media (max-width: 480px) {
	body .detail_str {
		display: none;
/*
		bottom: 5px;
*/
	}
	a .compatible_product_fully_compatible .detail_str {
		display: block;
		font-size: 0.9em;
	}
/*
		.detail_str span {
			display: none;
		}
			.detail_str::before {
				border-width: 4px 0 4px 8px;
				border-color: transparent transparent transparent #36C;
			}
*/
	body .link_product_icon .detail_str {
		display: inline;
	}
}

/* for Lens */

img.cp_compati_img {
	position: absolute;
	top: 2px;
	right: 2px;
}

img.G_logo, img.Z_logo, img.GM_logo {
	position: absolute;
	right: 2px;
	bottom: 1.7em;
	height: 35px;
}

img.full_frame {
	position: absolute;
	left: 7px;
	bottom: 2em;
	height: 20px;
}

img.for_professionals {
	position: absolute;
	left: 7px;
	bottom: 2em;
}

/* for Flash */

img.shoe_adapter{
	position: absolute;
	left: 7px;
	bottom: 7px;
	height: 25px;
}

/* for Mobile Battery */

img.supplying {
	position: absolute;
	left: 10px;
	bottom: 5px;
	margin: 2px;
	vertical-align: top;
}
@media (max-width: 480px) {
	.cp_product_title,
	.cp_product_title_km {
		position: absolute;
		left: 80px;
		top: 2px;
		text-align: left;
		font-size: 1.125em;
		font-style: normal;
		font-variant: normal;
		margin-left: 5px;
	}
	
	.cp_product_sub_title {
		position: absolute;
		left: 80px;
		top: 30px;
		text-align: left;
		font-size: 0.875em;
		font-style: normal;
		font-variant: normal;
		color: #888888;
		margin-right: 40px;
	}
	
	.cp_product_image {
		position: absolute;
		margin: 0;
		top: 10px;
		left: 5px;
		width: auto;
	}
	
	img.cp_product {
		height: 50px;
		margin: 0 auto;
	}
	
	#logo_sample {
		font-size: 0.875em;
		text-align: left;
		padding: 10px 5px 15px;
	}
	
	#logo_sample span {
		display: block;
		margin: 5px 0;
	}
	img.supplying {
		top: 5px;
		right: 4px;
		bottom: auto;
		left: auto;
		height: 25px;
	}
	
	/* for Lens */
	
	img.cp_compati_img {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 15px;
		z-index: 100;
	}

	img.cp_compati_sample_img {
		height: 14px;
	}

	.tile_col .logo {
		padding-right: 10px;
		line-height: 35px;
		text-align: right;
	}
		.tile_col .logo img {
			vertical-align: middle;
		}
		img.G_logo, img.Z_logo, img.GM_logo {
			position: static;
		}
		img.full_frame {
			position: static;
		}
		img.for_professionals {
			left: 85px;
		    bottom: 5px;
		}
	
	/* for Flash */
	
	img.shoe_adapter{
		position: absolute;
		right: 4px;
		top: 5px;
		left: auto;
		height: 25px;
	}
	
	/* for Mobile Battery */
	
	img.function1 {
		position: absolute;
		left: auto;
		right: 6px;
		bottom: 8px;
		height: 25px;
		width: auto;
	}
	
}


/* #loading_img */

#loading_img {
	width: 120px;
	height: 140px;
	margin: -80px 0 0 -80px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1800;
	background-color: #ffffff;
	border-radius: 9px;
	border: solid 3px #e4e7ec;
	display: none;
}

/* ------------------------------

	#detail

------------------------------ */

#detail {
	position: fixed;
	top: 20px;
	left: 50%;
	z-index: 2000;
	width: 624px;
	height: auto;
	max-height:90%;
	margin-left: -320px;
	padding: 5px;
	background-color: #ffffff;
	border-radius: 9px;
	border: solid 3px #e4e7ec;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}

@media (max-width:767px) {

	#detail {
		top: 10px;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 10px 0;
		border: none;
		border-radius: 0;
	}

}


/* ------------------------------

	.breadcrumbs

------------------------------ */

.breadcrumbs {
	font-size: 0.85em;
	padding: 0.5em 0.25em;
	background: url(../image/breadcrumbs_bg_01.png) repeat-y 50% 0;
}

.breadcrumbs-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumbs a {
	color: #43677e;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.breadcrumbs a:visited {
	color: #43677e;
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
	color: #c41230;
	text-decoration: underline;
}

/* ------------------------------

	#pagetop

------------------------------ */

#pagetop {
	position: fixed;
	margin: 0;
	padding: 5px;
	bottom: 10px;
	right: 5px;
	z-index: 10;
}

#pagetop img {
	border: none;
}

@media (max-width:767px) {

	#pagetop {
		padding: 5px 0;
	}

}

/* ------------------------------

	Other

------------------------------ */

#disclaimer {
	clear: both;
	max-width: 1200px;
	margin: 20px auto 5px;
	padding: 0 15px;
	font-size: 1.125em;
	text-align: right;
}

input[type="text"][disabled],
select[disabled] {
	background-color: #ebebe4;
}

.text_gray {
	color: #c6c7cc !important;
}

@media (max-width:767px) {
	
	#disclaimer {
		width: auto;
		text-align: left;
	}
	
}

