
/* CSS Document */

#contents .iconArea{
	margin-left: 8px;
	display: table;
	margin-bottom: 1em;
	padding-right: 5px;
}

#contents .iconArea .text{
	display: table-cell;
    vertical-align: middle;
    padding-left: 1em;
}

#contents .iconArea p{
	margin-left: 0;
}

@media (max-width: 640px) {
	#contents .iconArea{
		margin-left: 2px;
	}
}


/*===============================

	dropdown

===============================*/


#contents .dropdown {
	margin-left: 1em;
    margin-bottom: 0;
    width: 45%;
}

#contents .dropdown *:focus{
	outline: thin dotted;
}

#contents .dropdown select{
	margin-bottom : 5px;
	border : 1px solid #999;
	height: 2.5em;
	width: 100%;
}


/* ボタン */

#contents div.btn{
	display:inline-block;
	color: #000;
	margin-left: 1em;
	margin-bottom: 2em;
	width: 45%;
}

#contents div.btn.jump{
    margin-top: 0.5em;
	margin-left: 0;
	width: 100%;
}

#contents div.btn a{
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 0.7em 1em;
	color: #000;
}

#contents div.btn a:hover,
#contents div.btn a:active,
#contents div.btn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}
	
#contents .btn:hover,
#contents .btn:active,
#contents .btn:focus{
	text-decoration:none;
	opacity:0.7;
	color: #000;
}

#contents div.btn span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	padding-left: 1em;
	background-position: 0 6px;
	display: inline-block;
}


@media (max-width: 640px) {
	
	div#contents .dropdown {
		width: auto;
		margin: 0 0.5em 0 0.5em;
		max-width: 400px;
	}
	
	#contents div.btn{
		display: block;
		width: auto;
		margin: 0 0.5em 4em 0.5em;
	}
}

/*画像表示*/
#contents .pulldown_bd{
	overflow: hidden;
}

#products{
	float: left;
	margin-right: 2em;
}

.select_img {
	display: block;
	width: 100%;
	margin: 0 auto 2em auto;
}

.select_img > div{
	width: 250px;
	height: 188px;
	background-image: url(/support/headphone/images/select_bg_img_mq.jpg) no-repeat;
	background-size:250px 188px;
	margin: 0 auto 1em auto;
}

img#change_img{
	width: auto;
	height: 100%;
	display: none;
}

@media (min-width: 641px) {
	.select_img{
		width: 30%;
		display: inline-block;
		padding-top: 2px;
	}
	.select_img > div{
		background: url(/support/headphone/images/select_bg_img.jpg) no-repeat;
		height: 120px;
		width: 162px;
		background-size:162px 120px;
	}
}

@media (max-width: 640px) {
	#products{
		float: none;
		margin-right: 0;
	}
	#change_img{
		text-align: center;
	}
}

#contents a.textLink{
	display: inline-block;
	margin-top: 1em;
	margin-left: 2em;
}
#contents p.annotation{
	text-indent: -1em;
	padding-left: 1em;
}
#contents p.annotation > a.textLink{
	display: inline-block;
    padding: 5px 0 0 24px;
    margin: 0;
}

/*#type > option:nth-child(3),
#type > option:nth-child(4){
	display: none;
}
*/

#contents .dropdown *:focus{
	outline: thin dotted;
}

.select_img > div > a.getURL{
	display: block;
	width: auto;
	height: 100%;
	cursor: default;
}

.select_img > div > a.getURL.addFoucs{
	cursor: pointer;
}

.select_img > div > a.getURL.addFoucs:focus{
	outline:thin dotted;
	cursor: pointer;
	opacity: 0.5;
	background-image:none;
}

.select_img > div > a.getURL.addFoucs:hover{
	opacity: 0.5;
	background-image: none;
}
.OpenbtnArea:focus{
	outline: none;
	opacity: 0.5;
}

.OpenbtnArea:focus-visible{
	outline: thin dotted;
}

.OpenbtnArea:hover,
.OpenbtnArea:focus{
	opacity: 0.5;
}

@media (max-width: 640px){
	
	div.model_select div.check{
		padding: 0 0.5em;
	}
}
