@charset "utf-8";

.detail:before,
.detail:after {
	content: " ";
	display: table;
}

.detail:after {
	clear: both;
}

#main{
 margin: 1em auto;
}

/*リンク文字--------------------------*/

A:link {
	color: #000000;
}

A:visited {
	color: #000000;
}

A:active {
	color: #000000;
}

A:hover {
	color: #000000;
}

A {
	text-decoration: none;
}

/*タイトル部--------------------------*/


.detail_product_image {
	float: left;
	width: 75px;
	margin-top: 5px;
}

img.detail_product {
	width: auto;
}

.detail_top {
	margin: 0px;
	overflow: hidden;
}

.detail_title {
	position: relative;
	left: 10px;
	top: 5px;
	height: 40px;
	margin: 0;
	margin-bottom: -10px;
	font-size: 1.8em;
}

.detail_sub_title {
	position: relative;
	left: 10px;
	top: 5px;
	height: 40px;
	margin: 0;
	font-size: 1.2em;
	color: #666666;
}

.detail_close {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
    border: none;
}

.detail_close:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.detail_close:focus {
	outline: 2px #4040FF solid;
}


img.list_close {
	border: 0px;
}

/*サンプル写真--------------------------*/


.detail_sample_photo {
	width: 640px;
	text-align: center;
}
	.detail_sample_photo a {
		display: inline-block;
	}

img.detail_sample_photo {
	height: 200px;
	width: auto;
	padding: 3px;
	border: 1px #aaaaaa solid;
	box-shadow: 0 4px 4px 0 #bbb;
	-moz-box-shadow: 0 4px 4px 0 #bbb;
	-webkit-box-shadow: 0 4px 4px 0 #bbb;
	-ms-box-shadow: 0 4px 4px 0 #bbb;
}

/*注釈部--------------------------*/
.tab_menu{
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
}
.tab_menu > li{
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
}
.tab {
	display: block;
	border: 1px #aaaaaa solid;
	border-bottom: 1px #aaa solid;
	background-color: #ddd;		
	z-index: 1000;
	cursor: pointer;
	border-radius: 3px;
}
.adapter {
	display: none;
}
.adapter > ul {
	margin: 0;
	padding: 0.5em 0 0.5em 2em;
	max-height: 150px;
    min-height: 100px;
	line-height: 1.4;
	overflow: auto;
	overflow-x: hidden;
	clear: left;
	border: 1px #aaaaaa solid;
}
.adapter_title{
	display: inline-block;
	padding: 0.5em;
	border: 1px #aaaaaa solid;
	border-bottom: 1px #FFFFFF solid;
	background-color: #FFFFFF;
	margin-bottom: -1px;
	position: relative;
}
.no-js .adapter {
	display: block;
	margin: 1em 0;
}
.detail_product_notes {
	clear: left;
	padding-right: 10px;
	padding-left: 10px;
/*	max-height: 150px; */
	overflow: auto;
	overflow-x: hidden;
	line-height: 1.4;
}
	.detail_product_notes ul {
		list-style: disc;
		padding-top: 1em;
		padding-bottom: 1em;
	}

.detail_product_notes_adp {
	clear: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1em;
	line-height: 1.4;
}
	.detail_product_notes_adp .full_compati {
		list-style: none;
	}

img.img_adapter {
	margin-bottom: 0px;
}

/*リンク部--------------------------*/

.detail_link{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0.5em 0;
	padding-right: 0.5em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.detail_link:before,
.detail_link:after {
	content: " ";
	display: table;
}

.detail_link:after {
	clear: both;
}

.link_detail {
    margin-right: 0.5em;
}

.link_detail.support_btn,
.link_detail.product_btn,
.link_detail.acafe_btn{
	width: auto;
}

.link_product_icon,
.link_store_icon {
	margin: 0 auto 10px;
	text-align: center;
	line-height: 1.0;
}


.link_acafe_icon {
	margin: 0 auto;
	text-align: center;
	line-height: 1.0;
}

.link_acafe_icon:hover,
.link_product_icon:hover,
.link_store_icon:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

img.img_link {
	border: 0;
}

img.img_link_acafe {
	border: 0;
	height: auto;
	max-width: 246px;
	width: 100%;
}

.link_reverse-search {
	float: right;
	margin: 0 0 5px;
}

.link_reverse-search.jp,
.link_reverse-search.us,
.link_reverse-search.ca,
.link_reverse-search.la {
	float: none;
	margin: 0;
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 10;
}

.link_reverse-search a {
	border: solid 1px #ccc;
	border-radius: 3px;
	display: inline-block;
	margin: 10px 10px 5px;
	padding: 10px;
	width: auto;
	/* gradient */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.link_reverse-search a: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_reverse-search a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.link_reverse-search a:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background: #eee;
	outline: 0;
}

/*レスポンシブ------------------------------------------------------*/
@media screen and (max-width:640px) {

/*タイトル部--------------------------*/

.detail_title {
	height: 40px;
	margin-bottom: -10px;
	font-size : 14pt;
}

.detail_sub_title {
	clear: left;
	height: 40px;
	margin-left: 10px;
	margin-top: -10px;
	font-size : 10pt;
	color: #666666;
}

/*サンプル写真--------------------------*/

.detail_sample_photo {
	width: 100%;
	text-align: center;
}

img.detail_sample_photo {
	height: 130px;
	margin-top: 10px;
	width: auto;
	padding: 3px;
	border: 1px #aaaaaa solid;
	box-shadow: 0 4px 4px 0 #bbb;
	-moz-box-shadow: 0 4px 4px 0 #bbb;
	-webkit-box-shadow: 0 4px 4px 0 #bbb;
	-ms-box-shadow: 0 4px 4px 0 #bbb;
}

/*注釈部--------------------------*/

.adapter > ul{
	max-height: 100px;
}

/*リンク部--------------------------*/


.detail_link {
	clear: both;
	width: 100%;
}

.link_detail {
	float: none;
}

.link_detail.support_btn,
.link_detail.product_btn {
	width: 20%;
}

.link_product_icon,
.link_store_icon {
	margin: 0 auto 5px;
	text-align: center;
	font-size: 0.9em;
}


.link_detail.product_btn.jp .link_product_icon {
	float: none;
	margin-bottom: 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}

.link_detail.acafe_btn {
	float: left;
	line-height: 1.0;
	position: static;
	right: 0;
	bottom: 0;
	padding: 10px;
	width : 80%;
}

.link_acafe_icon,
.link_acafe_comment {
	text-align: left;
}

.link_acafe_icon {
	padding-bottom: 3px;
}

.link_acafe_comment {
	font-size: 0.9em;
}

img.img_link {
	width: 35px;
}

.link_reverse-search.jp,
.link_reverse-search.us,
.link_reverse-search.ca,
.link_reverse-search.la {
	float: none;
	position: static;
}

}

.detail_body .ttl {
	margin: 24px 0;
	font-size: 1.8em;
}
.detail_body main {
	max-width: 600px;
	margin: 0 auto 80px!important;
}
.detail_body .detail_close {
    display: none;
}
.detail_body .adapter > ul{
    max-height: 100%;
}

/* ------------------------------

	.breadcrumbs

------------------------------ */

.breadcrumbs {
    padding: 0.5em 0.25em;
    /*background: url(../image/breadcrumbs_bg_01.png) repeat-y 50% 0;*/
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
}

.breadcrumbs-inner {
	max-width: 1200px;
	margin: 0 auto;
}
ol.breadcrumbs-inner{
	list-style: none;
	padding: 0;
}
ol.breadcrumbs-inner li{
	display: inline;
}
ol.breadcrumbs-inner li + li::before{
	content: '\03e';
	margin-right: 0.25em;
	font-weight: normal;
}
ol.breadcrumbs-inner li:last-child{
	font-weight: bold;
}
.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;
}
