@charset "utf-8";
/* CSS Document */


/*
	====================================
		.tile_wrapper
	====================================
*/

.tile_wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	height: 100%;
	margin: 0 -5px;
	text-align: left;
	width: 100%;
}
.logo_sample span {
	display: block;
	text-align: left;
}
	.logo_sample span img {
		margin-right: 8px;
		vertical-align: bottom;
	}
.logo_sample span + span {
	margin-top: 8px;
}
.mount_type {
	background: #fff;
	border-bottom: solid 2px #bdc3c7;
	border-top: solid 2px #bdc3c7;
	clear: both;
	font-size : 1.8em;
	margin: 20px 5px 5px;
	padding: 10px;
	z-index: 1000;
}
.mount_type_ma{
	display: table;
	width: 98%;
}
.mount_type_title{
	display: table-cell;
	white-space: nowrap;
}
.mount_type_note{
	display: table-cell;
	padding-left: 1.5em;
	font-size: 0.6em;
	text-indent: -0.9em;
	vertical-align: middle;
	text-align: right;
}
@media screen and (max-width: 480px) {
.tile_wrapper {
	margin: 0;
}
.mount_type {
	background-color: #e4e7ec;
	border: solid 1px #bdc3c7;
	font-size: 1.5em;
	margin: 30px 0 0;
	padding: 7px 5px 3px;
}
.mount_type_ma{
	display: block;
	width: auto;
}
.mount_type_title{
	display: block;
	margin-bottom: 0.3em;
	margin-top: 0;
}
.mount_type_note{
	display: block;
	text-indent: -1em;
	text-align: left;
}
}
.lens_type {
	clear: left;
	font-size : 1.5em;
	margin: 20px 10px 10px;
}
.ul_class {
	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;
}
.ul_class:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}
hr {
	border: none;
	border-top: dotted 1px #bdc3c7;
	clear: both;
	margin: 10px 5px;
}
@media screen and (max-width: 480px) {
hr {
	display: none;
}
}
/*
	====================================
		タイル
	====================================
*/

.tile_col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	list-style: none;
	height: 205px;
	margin: 10px 0;
	padding: 0 5px;
	
	/* for IE8 */
	width: 20%\9;
}

.compatible_product, .non-compliant_model {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #83838f;
	border-radius: 3px;
	display: none;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 0;
}
.compatible_product {
	cursor: pointer;
	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:hover {
	opacity: 0.7;
}
.compatible_product: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;
}
.non-compliant_model .detail_str {
	display: none;
}
.gray_out {
	background-color: #000;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1000;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

body .detail_str {
	position: absolute;
	right: 5px; bottom: 5px;
	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;
	}
	.detail .detail_str {
		position: static;
		color: #36C;
	}

@media screen and (max-width: 480px) {
.tile_col {
	float: none;
	height: 90px;
	margin: 0;
	padding: 0 0 10px;
	width: 100%;
}
.compatible_product, .non-compliant_model {
	background: #fff;
	border-radius: 0;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 0;
}
.compatible_product {
	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%);
}
body .detail_str {
		display: none;
}
	.detail .detail_str {
		display: inline;
	}
}
@media screen and (min-width: 481px) {
.tile_col {
	width: 50%;
}
}
@media screen and (min-width: 768px) {
.tile_col {
	width: 33.33333333%;
}
}
@media screen and (min-width: 992px) {
.tile_col {
	width: 25%;
}
}
@media screen and (min-width: 1200px) {
.tile_col {
	width: 20%;
}
}
.cp_product_title, .cp_product_title_km {
	font-style: normal;
	font-variant: normal;
	text-align: left;
}
.cp_product_title {
	font-size: 1.5em;
	margin: 0 auto 0 5px;
}
.cp_product_title_km {
	font-size: 1.25em;
	margin: 2px auto 0 5px;
	padding-right: 22px;
}
.cp_product_sub_title {
	color: #666;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	margin: -3px auto -3px 5px;
	min-height: 18px;
	text-align: left;
}
.cp_product_image {
	margin: 0 auto -20px;
	text-align: center;
}
img.cp_product {
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
.cp_product_title, .cp_product_title_km {
	left: 70px;
	margin-left: 5px;
	position: absolute;
	top: 8px;
	font-size: 1.3em;
}
.cp_product_sub_title {
	color: #888;
	font-style: normal;
	font-variant: normal;
	left: 70px;
	margin-right: 40px;
	position: absolute;
	text-align: left;
	top: 34px;
}
.cp_product_image {
	left: 5px;
	position: absolute;
	top: 10px;
	width: auto;
}
img.cp_product {
	height: 50px;
	margin: 0 auto;
}
}
.tile_wrapper:after, .lens_type:after, .tile_col:after, .compatible_product:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}
/*
	====================================
		ロゴ
	====================================
*/
img.cp_compati_img {
	position: absolute;
	right: 6px;
	top: 6px;
}
img.cp_compati_sample_img {
	vertical-align: bottom;
}
img.G_logo {
	position: absolute;
	right: 2px;
	bottom: 2em;
	height: 25px;
}
img.GM_logo {
	position: absolute;
	right: 3px;
	bottom: 2em;
	height: 30px;
}
img.Z_logo {
	position: absolute;
	right: 8px;
	bottom: 2em;
	height: 25px;
}
img.full_frame {
	position: absolute;
	left: 7px;
	bottom: 2em;
	height: 20px;
}
@media screen and (max-width: 480px) {
.logo {
	padding: 5px;
	text-align: right;
}
	.logo img {
		vertical-align: top;
	}
	.logo img + img {
		margin-left: 4px;
	}
img.cp_compati_img {
	left: 0px;
	top: 0px;
	z-index: 100;
}
img.cp_compati_sample_img {
}
img.G_logo {
	position: static;
	right: 2px;
	top: 5px;
	height: 20px;
}
img.GM_logo {
	position: static;
	right: 3px;
	top: 5px;
	height: 26px;
}
img.Z_logo {
	position: static;
	right: 2px;
	top: 5px;
	height: 24px;
}
img.full_frame {
	position: static;
	right: 4px;
	bottom: 10px;
	left: auto;
	height: 20px;
}
}
