@charset "utf-8";
/*タイトル部--------------------------*/

.detail_body main{
    max-width: 600px;
    margin: 0 auto 80px!important;
    display: block;
}
.detail_body .ttl {
    margin: 24px 0;
    font-size: 1.8em;
}
@media screen and (max-width:640px) {
    .detail_body main{
        padding: 0 0.5em;
    }
    .detail_body .ttl {
        font-size: 1.25em;
    }
}
.detail_product_image {
	float: left;
	width: 75px;
	margin-top: 5px;
}

img.detail_product {
	width: auto;
}

.detail_top {
	margin: 0;
	overflow: hidden;
}

.detail_title {
	height: 40px;
	margin: 0;
	margin-bottom: -10px;
	font-size: 1.8em;
}
.detail_title.no_sub_name {
	margin: 12px;
}
.detail_sub_title {
	clear: left;
	height: 40px;
	margin: 0;
	font-size: 1.2em;
	color: #666666;
}

.detail_close{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
    border: none;
    background-color: #FFF;
}
.detail_close:focus {
	outline: 2px #4040FF solid;
}
.detail_close img{
    display: block;
}
#detail > ul > li img {
	vertical-align: text-bottom;
	margin-bottom: 0.4em;
}

.detail_close:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

img.list_close {
	border: 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;
	}
	
}

/*サンプル写真 for Lens Body --------------------------*/

.detail_sample_photo {
	width: 624px;
	text-align: center;
	clear: both;
}
	.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;
}

@media screen and (max-width:640px) {
	
	.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;
	}
	
}

/*機能表 for Flash Body --------------------------*/

.detail_contents {
	margin: 1em auto;
	padding: 0 30px;
	clear: both;
}

.detail_contents table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ccd1d7;
}

.detail_contents th, .detail_contents td {
	padding: 4px 8px;
	font-size: 1em;
	line-height: 1.2;
}

.detail_contents th {
	width: 70%;
	text-align: left;
	font-weight: bold;
	border-right: dashed 1px #ccd1d7;
	border-bottom: solid 1px #ccd1d7;
}

.detail_contents td {
	width: 30%;
	text-align: center;
	border-bottom: solid 1px #ccd1d7;
}

.detail_contents tr:nth-child(2n+1) {
	background-color: #f9f9f9;
}

@media screen and (max-width:640px) {
	
	.detail_contents th,
	.detail_contents td {
		font-size: 0.875em;
	}
	
}
.detail_update{
	text-align: right;
	margin-bottom: 5px;
}

/*機能表 for Mobile Battery --------------------------*/

table.func_list {
	clear: both;
	margin: 20px auto 20px;
	height: auto;
	border: 0;
}

td.func_list_td1 {
	border: 0;
	padding: 5px;
	background-color: #dddddd;
	width: 150px;
}

td.func_list_td2 {
	border: 0;
	padding: 5px;
	background-color: #eeeeee;
	width: 200px;
}

/*注釈部  for Lens Body --------------------------*/

#detail_product_notes_adp {
	clear: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.4;
}
#detail_product_notes_adp .tab_menu{
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
}
#detail_product_notes_adp .tab_menu > li{
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
}
#detail_product_notes_adp .tab {
	display: block;
	border: 1px #aaaaaa solid;
	border-bottom: 1px #aaa solid;
	background-color: #ddd;		
	z-index: 1000;
	cursor: pointer;
	border-radius: 3px;
}

#detail_product_notes_adp .adapter {
	display: none;
}
.no-js #detail_product_notes_adp .adapter{
    display: block;
    margin-bottom: 1em;
}
#detail_product_notes_adp .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;
}
.detail_body #detail_product_notes_adp .adapter > ul{
    max-height: 100%;
}
#detail_product_notes_adp .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;
	font-size: 1em;
}
#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_body #detail_product_notes{
    max-height: 100%;
}
.detail_body .detail_close {
	display: none;
}

img.img_adapter {
	margin-bottom: 0;
}

li.full_compati {
	list-style: none;
	margin-left: 0;
}

/*注釈部 for Flash Body --------------------------*/

.detail_product_notes_flash,
.detail_product_notes_light {
	clear: both;
	margin: 1em auto;
	padding: 0 30px;
	line-height: 1.4;
}

.detail_product_notes_flash p {
	margin: 0.5em 0 0 2.5em;
	text-indent: -2.5em;
}

.detail_product_notes_light p {
	margin: 0.5em 0 0 1em;
	text-indent: -1.25em;
}



/*リンク部--------------------------*/

.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 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.detail_link:before,
.detail_link:after {
	content: " ";
	display: table;
}
.detail_link:after {
	clear: both;
}
.link_detail.support_btn,
.link_detail.product_btn {
	width: auto;
}

.link_product_icon,
.link_store_icon {
	margin: 0 auto 10px;
	text-align: center;
}

.link_detail.acafe_btn {
	width: 246px;
}

.link_acafe_icon {
	margin: 0 auto;
	text-align: center;
    line-height: 1.0;
}
.link_acafe_icon a{
    display: inline-block;
}
.link_acafe_comment {
	font-size: 12px;
    margin: 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%;
}


@media screen and (max-width:640px) {
		
.detail_link {
	clear: both;
	width: 100%;
}

.link_detail {
	float: none;
}

.link_detail.support_btn,
.link_detail.product_btn {
	width: auto;
	white-space: nowrap;
}

.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 {
	line-height: 1.0;
	position: static;
	right: 0;
	bottom: 0;
	width: auto;
}

.link_acafe_icon,
.link_acafe_comment {
	text-align: left;
}

.link_acafe_icon {
	padding-bottom: 3px;
}

.link_acafe_comment {
	font-size: 10px;
}

img.img_link {
	width: 35px;
}
	
}
