@charset "Shift_JIS";
/**
 * toppage.css
 * SONY Headphone < https://www.sony.jp/headphone/ >
 */

/*--------------------------------------------------------------------------------
	Select by use
--------------------------------------------------------------------------------*/
.select-by-use .section {
	margin: 10px 6px 0 5px;
	width: 750px;
	*zoom: 1;
}

.select-by-use .section:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.select-by-use .section .section-title img {
	position: relative;
	z-index: 1;
	float: left;
	margin: 0;
	margin-right: -11px;
}

.select-by-use .section h4 {
	display: none;
}

.select-by-use .section ul {
	margin: 0;
	margin-left: -9px;
	padding: 0;
}

.select-by-use .section li {
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 9px;
	padding-left: 9px;
	width: 190px;
	min-height: 124px;
	_height: 124px;
	text-align: center;
}

.select-by-use .section li a {
	display: block;
	width: 190px;
	height: auto;
	background: #fff;
}

.select-by-use .section li span.showroom {
	display: block;
	margin-top: 3px;
}


.select-by-use .section li span.showroom a,
.select-by-use .section li span.showroom a:link {
	display: inline;
	padding-left: 9px;
	background: url(../images/icon_arrow.gif) no-repeat 0 3px;
	color: #43677e;
}
.select-by-use .section li span.showroom a:hover,
.select-by-use .section li span.showroom a:active {
	text-decoration: underline;
	color: #c41230;
}

.select-by-use .section li img {
	margin-top: 5px;
	line-height: 0;
}

.select-by-use .section li h5 {
	margin: 0;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.3;
}

.select-by-use .section li h5 img {
	position: absolute;
	left: 166px;
	top: 4px;
}

.select-by-use .section li h5 img.hra {
	position: absolute;
	left: 15px;
	top: 4px;
}

.select-by-use .section li p {
	margin: 0;
	font-size: 85%;
	line-height: 1.3;
}

.select-by-use .section li p.short {
	font-size: 75%;
}

@media (max-width:640px) {
	.select-by-use .heading {
		margin-bottom: 15px;
	}
	
	.select-by-use .section {
		margin: 0;
		width: 100%;
	}
	
	.select-by-use .section .section-title img {
		display: none;
	}
	
	.select-by-use .section h4 {
		display: block;
		margin: 0;
		padding: 10px 0 0 0;
		width: 100%;
		height: 30px;
		text-indent: 10px;
	}
	
	.select-by-use .section h4 span {
		display: inline;
		float: right;
		position: static;
		margin-right: 7px;
		padding-left: 5px;
		font-weight: normal;
		color: #000;
		background: url("../images/icon_arrow.gif") no-repeat 0 4px;
	}
	
	.select-by-use .section ul {
		margin: 0;
	}
	
	.select-by-use .section li {
		margin: 0 0 0 0;
		padding: 10px 0 10px 0;
		width: 100%;
		min-height: 0;
		text-align: left;
	}
	
	.select-by-use .section li span.showroom {
		margin-top: 3px;
		overflow: hidden;
	}
	
	.select-by-use .section li span.showroom a,
	.select-by-use .section li span.showroom a:link {
		background: url(../images/icon_arrow.gif) no-repeat 0 5px;
	}
	
	.select-by-use .section li.null {
		display: none;
	}
	
	.select-by-use .section li a {
		display: block;
		width: auto;
		height: auto;
		background: #fff;
	}
	
	.select-by-use .section li h5 {
		margin-top:8px;
		font-size: 140%;
		font-weight: bold;
		line-height: 1.4;
	}
	
	.select-by-use .section li h5 img {
		position: static;
		width: auto;
		height: auto;
	}
	
	.select-by-use .section li h5 img.hra {
		position: static;
		width: auto;
		height: auto;
	}
	
	.select-by-use .section li img.image {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		width: 100px;
		height: auto;
	}
	
	.select-by-use .section li p.short {
		font-size: 70%;
		letter-spacing: -0.04em;
	}
}

/* item
--------------------------------------------------------------------------------*/
.select-by-use .item-box {
	margin-top: 5px;
}

.select-by-use .item {
	float: left;
	margin: 10px 5px 0 5px;
	_margin-left: 3px;
	height: 102px;
}

.select-by-use .item:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.select-by-use .item .thum {
	display: none;
}

.select-by-use .item h4 {
	display: none;
}

.select-by-use .item p {
	display: none;
}

@media (max-width:640px) {
	.select-by-use .item {
		float: none;
		margin: 10px 0 0 0;
		_margin-left: 3px;
		width: 100%;
		height: 86px;
	}
	
	.select-by-use .item a {
		display: block;
		margin: 0 0 0 0;
		padding-top: 4px;
		width: auto;
		height: 78px;
		border: 2px solid #f3f3f3;
	}
	
	.select-by-use .item img.thum {
		display: block;
		float: left;
		margin: 0 10px 0 4px;
		width: 100px;
		height: auto;
	}
	
	.select-by-use .item h4 {
		display: block;
		margin: 5px 0 7px 0;
		font-size: 110%;
	}
	
	.select-by-use .item p {
		display: inline;
		margin: 0;
		padding-left: 16px;
		font-size: 100%;
		background: url("../images/icon_arrow_b.gif") no-repeat 0 3px;
	}
	
	.select-by-use .item img.card {
		display: none;
	}
}

/* outdoors
--------------------------------------------------------------------------------*/
.select-by-use .outdoors {
	padding-bottom: 40px;
}

.select-by-use .outdoors .section {
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e8;
}

.select-by-use .outdoors .section .section-inner {
	background: url(../../images/section_outdoors_bg.gif) repeat-y;
	*zoom: 1;
}

.select-by-use .outdoors .section .section-inner:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
}

.select-by-use .outdoors .section h4 {
	color: #221d77;
	/*background: url("../../images/outdoors_h4_bg.gif") no-repeat;*/
}

.select-by-use .outdoors .section li {
	/*border-left: 1px dotted #ccccdd;*/
}

.select-by-use .outdoors .item h4 {
	color: #221d77;
}

@media (max-width:640px) {
	.select-by-use .outdoors .heading {
		background: #3c388d;
	}
	
	.select-by-use .outdoors .section {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.select-by-use .outdoors .section .section-inner {
		background: none;
	}
	
	.select-by-use .outdoors .section h4 {
		color: #221d77;
		background: #dcdcef;
	}
	
	.select-by-use .outdoors .section li {
		border-left: none;
		border-bottom: 1px solid #eee;
	}
	
	.select-by-use .outdoors .item {
		background: none;
		border: 1px solid #a2a2c1;
	}
}

/* indoors
--------------------------------------------------------------------------------*/
.select-by-use .indoors { 
	padding-bottom: 40px;}

.select-by-use .indoors .section {
	padding-bottom: 10px;
	border-bottom: 1px solid #f5e9d4;
}

.select-by-use .indoors .section .section-inner {
	background: url(../../images/section_indoors_bg.gif) repeat-y;
	*zoom: 1;
}

.select-by-use .indoors .section .section-inner:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
}

.select-by-use .indoors .section h4 {
	color: #e48f01;
	/*background: url("../../images/indoors_h4_bg.gif") no-repeat;*/
}

.select-by-use .indoors .section li {
	/*border-left: 1px dotted #e3d2b2;*/
}

.select-by-use .indoors .item h4 {
	color: #e48f01;
}

@media (max-width:640px) {
	.select-by-use .indoors .heading {
		background: #ec9300;
	}
	
	.select-by-use .indoors .section {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.select-by-use .indoors .section .section-inner {
		background: none;
	}
	
	.select-by-use .indoors .section h4 {
		letter-spacing: -0.08em;
		color: #e48f01;
		background: #fbedd8;
	}
	
	.select-by-use .indoors .section li {
		border-left: none;
		border-bottom: 1px solid #eee;
	}
	
	.select-by-use .indoors .item {
		background: none;
		border: 1px solid #e6b057;
	}
}


/* relate
--------------------------------------------------------------------------------*/
.select-by-use .relate { }

.select-by-use .relate .section {
	padding-bottom: 10px;
	border-bottom: 1px solid #d5dccb;
}

.select-by-use .relate .section .section-inner {
	background: url(../../images/section_relate_bg.gif) repeat-y;
	*zoom: 1;
}

.select-by-use .relate .section .section-inner:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
}

.select-by-use .relate .section h4 {
	color: #e48f01;
	/*background: url("../../images/indoors_h4_bg.gif") no-repeat;*/
}

.select-by-use .relate .section li {
	/*border-left: 1px dotted #e3d2b2;*/
}

.select-by-use .relate .item h4 {
	color: #e48f01;
}

@media (max-width:640px) {
	.select-by-use .relate .heading {
		background: #80b03c;
	}
	
	.select-by-use .relate .section {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.select-by-use .relate .section .section-inner {
		background: none;
	}
	
	.select-by-use .relate .section h4 {
		letter-spacing: -0.08em;
		color: #80b03c;
		background: #f8ffef;
	}
	
	.select-by-use .relate .section li {
		border-left: none;
		border-bottom: 1px solid #eee;
	}
	
	.select-by-use .relate .item {
		background: none;
		border: 1px solid #e6b057;
	}
}


/*--------------------------------------------------------------------------------
	lineup
--------------------------------------------------------------------------------*/
.lineup {
	width: 100%;
}

.lineup ul, .lineup li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lineup li {
	position: relative;
	float: left;
	display: block;
	*height: 108px;
	border: 1px solid #ccc;
	line-height: 0;
	overflow: hidden;
}

.lineup li span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	margin:8px 0 0 14px;
	font-size: 100%;
	line-height: 1.5;
}

.lineup li.all span {
	padding-left: 16px;
	background: url("../images/icon_arrow_b.gif") no-repeat 0 4px;
}

.lineup li.smci {
	margin-left: 9px;
	width: 253px;
}

.lineup li.smci span {
	padding-right: 13px;
	font-size: 89%;
	left: -3px;
	background: url("../images/icon_blank.gif") no-repeat right 5px;
}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.lineup li.smci span {
			font-size: 90%;
			letter-spacing: -0.06em;
		}
	}

@media (max-width:640px) {
	.lineup li {
		padding-top: 10px;
	}
	
	.lineup li img {
		width: 100%;
	}
	
	.lineup li.all {
		margin-bottom: 10px;
		margin-right: 5px;
		width: 310px;
	}
	
	.lineup li.smci {
		margin-left: 0;
		width: 310px;
	}
}

@media (max-width:320px) {
	.lineup li {
		padding-top: 10px;
	}
	
	.lineup li img {
		width: 100%;
	}
	
	.lineup li.all {
		margin-bottom: 10px;
		margin-right: 5px;
		width: 300px;
	}
	
	.lineup li.smci {
		margin-left: 0;
		width: 300px;
	}
}


/*--------------------------------------------------------------------------------
	pickup / related
--------------------------------------------------------------------------------*/
.mod-seriesList-item2 {
	zoom: 1;
}

.mod-seriesList-item2:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.mod-seriesList-item2 h4 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.25;
}

.mod-seriesList-item2 h5 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.0em;
	letter-spacing: 0.04em;
}

.mod-seriesList-item2 p {
	padding-bottom: 5px;
	line-height: 1.3;
}

.mod-seriesList-item2-image img.border {
	border: 1px solid #ccc !important;
}

a.showroomLink{
	display:inline !important;
	font-size: 85%;
	line-height: 1.3;
	background-color: transparent;
	color: #43677E !important;
	text-decoration: underline;
	opacity: 1 !important;
}

a.showroomLink:hover{
	text-decoration:underline;
}


/* media query
--------------------------------------------------------------------------------*/
@media (max-width:640px) {
	
	.mod-heading2 {
		margin-top: 30px;
		padding: 7px 0 7px 7px;
		height: auto;
		background: -moz-linear-gradient(top, #eee, #fdfdfd);
		background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fdfdfd));
	}
	
	.first {
		margin-top: 10px;
	}
	
	.mod-heading2 h3 {
		font-size: 1.1em;
		line-height:1.2;
	}
	
	.mod-heading2 span {
		display: block;
		margin-top: 3px;
		font-weight: normal;
	}
	
	.mod-heading2 ul.mod-heading-misc {
		margin-top: 8px;
	}
	
	.mod-heading2 ul.mod-heading-misc a {
		font-size: 0.9em;
		letter-spacing: -0.06em;
	}
	
	.mod-seriesList {
		margin: 0 !important;
	}
	
	.mod-seriesList-item2 {
		margin-bottom: 10px !important;
		padding-bottom: 10px;
		border-bottom: 1px solid #e0e0e0;
	}
	
	.mod-seriesList-item2 h3 {
		font-size: 1.4em !important;
	}
	
	.mod-seriesList-item2 h4 {
		padding-bottom: 5px;
		font-size: 1.1em;
		letter-spacing: -0.02em;
	}
	
	.mod-seriesList-item2 h5 {
		padding-bottom: 8px;
		font-size: 1.0em;
		font-weight: normal;
		line-height: 1.3;
		letter-spacing: -0.04em;
	}
	
	.mod-seriesList-item2 p.category {
		font-size: 0.7em !important;
		line-height: 1.2;
	}
	
	.mod-seriesList-item2 p {
		padding-bottom: 3px;
		line-height: 1.2;
		letter-spacing: 0;
	}
	
	.mod-seriesList-item2-image img {
		margin-right: 15px;
		width: 120px;
		height: auto;
		border: none;
	}
	
	.mod-seriesList-item2-image img.border {
		border: none !important;
	}
}

@media (max-width:320px) {
	.mod-seriesList-item2-image img {
		margin-right: 0;
	}
}
