@charset "utf-8";
/* CSS Document */


/*
	====================================
		headphone connect smartphone common
	====================================
*/

.title {
    clear: both;
}
.section {
    clear: both;
    margin: 0 0 20px;
}
/* 機種リスト
------------------------------------------*/
#contents ul#comfirm_listB {
    overflow: hidden;
	margin-left: 0;
}
#comfirm_listB li {
	list-style-type: none;
    float: left;
	width: 220px;
    height: auto;
	margin: 0 15px 30px 11px;
}
#comfirm_listB li a img{
	vertical-align: middle;
}

@media (max-width: 640px) {
	#comfirm_listB li {
		float: none;
		height: auto;
		text-align: left;
	}
}

/* リンクマーク
------------------------------------------*/
#comfirm_listB li a.normala {
    background: url("/share/images/arrow_black.gif") no-repeat scroll 0 50%;
    padding-left: 10px;
}
@media (max-width: 640px) {
	#comfirm_listB li {
	    float: none;
	    width: auto;
	}
}

.section {
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
#contents h2.title {
    border-bottom: 1px solid #d0d0d0;
    clear: both;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 0 5px 13px;
}
#contents h3.title {
    border-bottom: 1px solid #343434;
    font-size: 14px;
    clear: both;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 10px 0 5px 13px;
}
.notice_b {
	border: 1px #ccc solid;
	padding: 10px 0 0 15px;
	margin: 0 10px 20px 10px;
}
.notice_b dl dt {
	font-weight: bold;
}
.notice_b dl dd ul li {
	float: left;
	width: 100px;
	margin-right: 20px;
}
#contents .notice_b.caution dl dd ul {
	margin-left: 20px;
}
.notice_b.caution dl dd ul li {
	float: none;
	width: auto;
}
.smartkey {
	border: 1px #ccc solid;
	background-color: #f3f3f3;
	padding: 15px 0 0 0;
	margin: 0 10px 20px 10px;
}
#contents .smartkey img {
	margin: 0 10px 15px 15px;
}
#contents .smartkey p {
	overflow: auto;	/* for modern browser */
	overflow: visible\9;	/* for ie8 */
	zoom: 1;	/* for ie6 */
	margin: 15px 0 15px 15px;
	padding-right: 0.5em;
}
#contents .smartkey p.smartkey_attention {
	clear: both;
	margin-top: 15px;
}

#contents .section #button_area ul.anchor_box_inner {
	margin: 0 0 0 5px;
	padding: 0;
}
#button_area ul.anchor_box_inner li {
	width: 150px;
    margin-right: 30px;	
}
#button_area ul.anchor_box_inner li a span.anchorButtonA {
	width: 180px;
}
#contents .section #button_area ul.anchor_box_inner li {
    float: left;
    margin-bottom: 5px;
}
@media (max-width: 640px) {
	#button_area ul.anchor_box_inner {
		width: ;
	    margin: 0 auto;	
	}
}
#contents .section p.date {
    margin-bottom: 5px;
    padding-right: 5px;
    text-align: right;
    width: 80%
}
#contents .section p.date_w {
    margin-bottom: 5px;
    padding-right: 5px;
    text-align: right;
    width: 98%
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#contents .section p.date {
	    width: 85%;
	}
}
#contents .section p.date_w80 {
    margin-bottom: 5px;
    padding-right: 5px;
    text-align: right;
    width: 80%;
}


* {
    box-sizing: border-box;
}
.section table {
    border-collapse: separate;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    text-align: left;
	margin-left: 10px;
}
.section table th.bg_lightblue {
    background-color: #e1ebfe;
    text-align: center;
    border-color: #ffffff rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    padding: 5px 0;
}
.section table td {
    border-bottom: 1px solid #cccccc;
    border-collapse: separate;
    border-right: 1px solid #cccccc;
    padding: 5px;
	text-align: center;
}
.section table td.models {
	text-align: left;
}
@media (max-width: 640px) {
	#contents .section p.date {
	    width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#contents .section p.date_w80 {
	    width: 100%;
	}
}	
.section table th.bg_lightblue {
		font-size: 0.85em;
}


#contents ul.annotation2 {
	clear: both;
    margin-left: 2em;
	margin-bottom: 0;
	padding-top : 0;
	padding-bottom : 0;
}
#contents ul.annotation2 li {
	padding-bottom : 5px;
}
#contents ul.annotation2.remocon {
	float: left;
}
#contents ul.remocon2 {
	display: inline-block;
}

#contents p.remocon_pt8 {
	float: left;
	padding-top: 8px;
}

#contents .section ul.annotation2 li ul.txtlink {
	margin-left: 0;
	margin-bottom: 0;
}
#contents .section ul.annotation2 li ul.txtlink li {
	padding-left: 30px;
	margin-bottom: 0;
}
#contents .section  ul.annotation2 li ul.operation {
	margin-bottom: 0;
	margin-left: 10px;
}
#contents .section  ul.annotation2 li ul.operation li {
	margin-bottom: 5px;
	list-style-type: disc;
	padding-left: 20px;
}
#contents .section p.remocon {
	margin: 0;
	padding: 0;
}

#contents table.ios_table {
	width: 80%;
}
#contents p.fl_l {
    float: left;
    margin-top: -23px;
}


/*
	====================================
		attention
	====================================
*/

#contents div.section div.smartkey p.smartkey_attention {
	padding-left: 1.5em;
	text-indent: -1.3em;
	margin-left: 25px;
	margin-right:25px;
}

@media (max-width: 640px) {
	#contents div.section div.smartkey p.smartkey_attention {
		margin-left: 15px;
		margin-right: 15px;

	}
	#contents table.ios_table {
		width: 96%;
		font-size: 13px;
	}
	#contents p.fl_l {
		float: left;
		margin-top: 0px;
	}

	#contents div.smartkey div.gp_btn{
		margin-left:0;
	}
	
	#contents .smartkey p {
		margin-top: 6px 0 15px 15px;
	
	}
}

.pt0 {
	padding-top: 0 !important;
}


/* 180905 */


#contents div.smartkey div.gp_btn{
	display:inline-block;
}

#contents div.smartkey div.gp_btn p{
	margin:0.5em 0;
}


#contents div.smartkey div.gp_btn > a {
	display:inline-block;
	margin:1em 0;
}
#contents div.smartkey div.gp_btn > a > img {
    margin: 0;
	vertical-align:bottom;
}

#contents div.smartkey div.gp_btn + ul.annotation{
	margin-top:15px;
}

@media (max-width: 640px) {
	#contents div.smartkey div.gp_btn{
		width:72%;
	}
	
	#contents .smartkey p {
		margin-top: 6px 0 15px 15px;
	}

	#contents div.smartkey > ul.annotation >li.no_indent{
		margin-left: 0.8em;
	}

}

#contents div.smartkey > ul.annotation >li.no_indent {
    text-indent: 0;
    margin-left: 1.2em;
}



/*
	====================================
		list-none 20200727
	====================================
*/
#contents ul.list-none{
	list-style: none;
	text-indent: -3em;
    margin-left: 4em;
	margin-right: 0.5em;
}


#contents ul.list-none li.indent{
	text-indent: -3.5em;
    margin-left: 1em;
}

@media (max-width: 640px){
	#contents ul.list-none{
	margin-left: 3em;
	margin-right: 0;	
	}
	
	#contents ul.list-none li.indent{
    margin-left: 1.5em;
}
}

/*
	====================================
		p.align 20200727
	====================================
*/
#contents p.align{
	margin-left: 1.5em;
}

@media (max-width: 640px){
	#contents p.align{
	margin-left: 0.8em;
}
}








