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

.pc {display: block;}
.sp {display: none;}
@media (max-width:640px) {
	.pc {display: none;}
	.sp {display: block;}
}

/*--------------------------------------------------------------------------------
	.mod-subTitle
--------------------------------------------------------------------------------*/
.mod-subTitle {
	_margin-top: -0px;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------------------------
	.section
--------------------------------------------------------------------------------*/
.section {
	padding-bottom: 20px;
}

.section p.inner-heading {
	float: left;
	margin: 0 20px 0 6px;
	padding-top: 6px;
	padding-bottom: 5px;
	width: 150px;
	height: 30px;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-indent: 19px;
}

.section p.copy {
	margin: 0 6px;
	font-size: 100%;
	line-height: 1.4;
}

@media (max-width:640px) {
	.section p.inner-heading {
		float: none;
		margin: 0 0 0 0;
		padding-top: 4px;
		padding-bottom: 5px;
		width: 100%;
		height: 22px;
		text-indent: 10px;
	}

	.section p.copy {
		margin: 10px 0 0 0;
		padding-left: 5px;
		width: 100%;
		font-size: 80%;
	}
}


/*--------------------------------------------------------------------------------
	.shortcut
--------------------------------------------------------------------------------*/
.shortcut {
	padding-bottom: 40px;
}

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

.shortcut ul {
	margin-left: -8px;
	_margin-left: -15px;
}

.shortcut li {
	float: left;
	margin-left: 7px;
	width: 247px;
	height: 52px;
	font-weight: bold;
	text-align: center;
	background: url("../../lineup/images/btn_shortcut_bg.jpg") no-repeat;
}

.shortcut li a {
	display: block;
	padding-top: 16px;
	width: 247px;
	height: 34px;
}

.shortcut li span {
	padding-left: 20px;
	background: url("../images/icon_arrow_bd.gif") no-repeat;
}

.shortcut .sub {
	margin-top: 15px;
	text-align: right;
}
.shortcut .sub a {
	margin-left: 20px;
	padding-left: 20px;
	background: url("../images/icon_arrow_bd.gif") no-repeat;
}

@media (max-width:640px) {
	.shortcut ul {
		margin-left: -3px;
	}

	.shortcut li {
		float: left;
		margin-left: 3px;
		width: 32%;
		height: 52px;
		font-size: 80%;
		background: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f4f2));
	}

	.shortcut li a {
		display: block;
		padding-top: 18px;
		width: auto;
		height: 35px;
	}

	.shortcut li span {
		padding-left: 0;
		background: none;
		letter-spacing: -0.04em;
		text-align: center;
	}

	.shortcut .sub {
		margin-top: 20px;
		text-align: left;
	}
	.shortcut .sub a {
		display: block;
		margin-top: 10px;
		margin-left: 0;
		padding-left: 18px;
		background: url("../images/icon_arrow_bd.gif") no-repeat 0 5px;
	}
}

@media (max-width:320px) {
	.shortcut li a {
		display: block;
		padding-top: 14px;
		width: auto;
		height: 39px;
	}

}


/*--------------------------------------------------------------------------------
	.select-by-series
--------------------------------------------------------------------------------*/
.select-by-series ul,
.select-by-series li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.select-by-series ul {
	margin-top: -10px;
	margin-left: -5px;
	_margin-left: -17px;
}

.select-by-series li {
	float: left;
	margin: 10px 0 0 11px;
}

.select-by-series li span {
	display: block;
	font-size: 85%;
	color: #444;
}

@media (max-width:640px) {
	.select-by-series .heading {
		margin-bottom: 5px;
		background: #373c42;
	}

	.select-by-series ul {
		margin: 0;
	}

	.select-by-series li {
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
	}

	.select-by-series li span {
		font-size: 80%;
	}

	.select-by-series li img {
		width: 100%;
		max-width: 367px;
	}
}


/*--------------------------------------------------------------------------------
	.select-by-*** : item
--------------------------------------------------------------------------------*/
.item {
	position: relative;
	float: left;
	margin: 10px 5px 0 5px;
	_margin-left: 3px;
	width: 367px;
	height: 102px;
	overflow: hidden;
}

.item a {
	display: block;
	margin: 0 0 0 1px;
	padding-top: 6px;
	width: 365px;
	height: 94px;
}

.item a:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.item img {
	float: right;
	margin: 0 6px 0 10px;
	line-height: 0;
}

.item h4 {
	margin: 10px 0 0 15px;
	*margin-top: 16px;
	padding-left: 16px;
	font-size: 110%;
	line-height: 1.2;
	background: url("../images/icon_arrow_b.gif") no-repeat 0 3px;
}

.item h4.blank {
	padding-left: 0;
	background: none;
}

.item p {
	margin: 10px 0 0 15px;
	font-size: 85%;
	line-height: 1.3;
	color: #333;
}

#Related .item p {
	margin: 10px 0 0 31px;
}

@media (max-width:640px) {
	.select-by-use .heading {
		margin-bottom: 5px;
		background: #c0333d;
	}

	.select-by-style .heading {
		margin-bottom: 5px;
		background: #46840b;
	}

	.select-by-others .heading {
		margin-bottom: 5px;
		padding-left: 0;
		height: auto;
		color: #333;
		border-bottom: 1px solid #ccc;
	}

	.select-by-others .heading h3 {
		display: block;
		margin: 0;
		padding: 0 0 5px 0;
		font-size: 110%;
	}

	.item {
		position: relative;
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.item a {
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		border: 2px solid #f3f3f3;
	}

	.item img {
		float: left;
		margin: 3px 20px 3px 3px;
		width: 100px;
		height: auto;
		line-height: 0;
	}

	.item h4 {
		margin: 10px 0 0 0;
		padding-left: 0;
		font-size: 110%;
		line-height: 1.2;
		background: none;
	}

	.item h4.blank {
		padding-left: 16px;
		letter-spacing: 0.00em;
		background: url("../images/icon_blank.gif") no-repeat 0 4px;
		overflow: hidden;
	}

	.item p {
		position: static;
		margin-top: 5px;
		width: auto;
		font-size: 80%;
		overflow: hidden;
	}
}

@media (max-width:320px) {
	.item img {
		margin: 3px 10px 3px 3px;
	}

	.item h4 {
		margin: 5px 0 0 0;
	}
}


/* select-by-use : outdoors
--------------------------------------------------------------------------------*/
.select-by-use .outdoors .inner-heading {
	color: #221d77;
	background: url("../../lineup/images/select_by_use_inner_outdoors.gif") no-repeat;
}

.select-by-use .outdoors .item {
	background: url("../../lineup/images/item_outdoors_box.gif") no-repeat;
}

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

@media (max-width:640px) {
	.select-by-use .outdoors .inner-heading {
		margin-top: 15px;
		color: #221d77;
		background: #dcdcef;
		border: 1px solid #a2a2c1;
	}

	.select-by-use .outdoors .item {
		background: none;
		border: 1px solid #a2a2c1;
	}
}


/* select-by-use : indoors
--------------------------------------------------------------------------------*/
.select-by-use .indoors {
	margin-top: 40px;
}

.select-by-use .indoors .inner-heading {
	color: #e48f01;
	background: url("../../lineup/images/select_by_use_inner_indoors.gif") no-repeat;
}

.select-by-use .indoors .item {
	background: url("../../lineup/images/item_indoors_box.gif") no-repeat;
}

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

@media (max-width:640px) {
	.select-by-use .indoors .inner-heading {
		margin-top: 15px;
		color: #e48f01;
		background: #fbedd8;
		border: 1px solid #e6b057;
	}

	.select-by-use .indoors .item {
		background: none;
		border: 1px solid #e6b057;
	}
}


/* select-by-style
--------------------------------------------------------------------------------*/
.select-by-style .item {
	background: url("../../lineup/images/item_style_box.gif") no-repeat;
}

.select-by-style .item h4 {
	color: #46840b;
}

@media (max-width:640px) {
	.select-by-style .inner-heading {
		margin-top: 15px;
		color: #fff;
		background: #3c388d;
	}

	.select-by-style .item {
		background: none;
		border: 1px solid #8ab463;
	}
}


/* select-by-others
--------------------------------------------------------------------------------*/
.select-by-others .item {
	background: url("../../lineup/images/item_others_box.gif") no-repeat;
}

.select-by-others .item h4 {
	color: #000;
}

@media (max-width:640px) {
	.select-by-others .inner-heading {
		margin-top: 15px;
		color: #fff;
		background: #3c388d;
	}

	.select-by-others .item {
		background: none;
		border: 1px solid #cccccc;
	}
}


/* headphone New lineup
--------------------------------------------------------------------------------*/
.heading h3 {
	display: block;
	background: url('/headphone/lineup/images/title_icon_pc.jpg') 0 50% no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	line-height: normal;
	font-size: 15px;
}

.col3_base li,
.col3_base_borderOn li {
	float: none;
	padding: 0;
	margin: 0;
}
.col3_base,
.col3_base_borderOn {
	width: 765px;
	margin-left: 0px !important;
	margin-right: -10px !important;
	overflow: hidden;
	font-size: 0;
}
.col3_base {margin-top: 0px !important;}
.col3_base li {
	display: inline-block;
	vertical-align: top;
	width: 245px;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 13px;
}
.col3_base_borderOn li {
	display: inline-block;
	vertical-align: top;
	width: 243px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 13px;
}
/*IE6*/
.col3_base li,
.col3_base_borderOn li {
	_display: inline;
	_zoom: 1;
}
/*IE7*/
*:first-child+html .col3_base li,
*:first-child+html .col3_base_borderOn li {
	display: inline;
	zoom: 1;
}

.col3_base_borderOn li .item {
	position: static;
	float: none;
	margin: 9px;
	width: 225px;
	height: auto;
	overflow: hidden;
}

.col3_base_borderOn li .item a {
	display: block;
	margin: 0px;
	padding-top: 0px;
	width: 225px;
	height: 159px;
}

.col3_base_borderOn li .item a:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.col3_base_borderOn li .item img {
	float: none;
	margin: 0 0px 10px 0px;
	line-height: 0;
}

.col3_base_borderOn li .item h4 {
	margin: 0px 0 0 0px;
	*margin-top: 0px;
	padding-left: 16px;
	font-size: 100%;
	line-height: 1.2;
	background: url("../images/icon_arrow_b.gif") no-repeat 0 3px;
}

.col3_base_borderOn li .item p {
	margin: 10px 0 0 0px;
	font-size: 85%;
	line-height: 1.3;
	color: #333;
}

.other_model {
	text-align: right;
	margin: 30px 0;
}

@media (max-width:640px) {
	.heading {
		background: none !important;
		color: #000;
		height: auto;
		padding: 0;
	}
	.heading h3 {
		display: block;
		padding-left: 18px;
		padding-bottom: 3px;
		border-bottom: 1px solid #ccc;
		line-height: normal;
		font-size: 15px;
	}

	.col3_base,
	.col3_base_borderOn {
		width: 100%;
		overflow: visible;
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding: 0;
		font-size: 100%;
	}
	.col3_base li,
	.col3_base_borderOn li {
		display: block;
		width: 100%;
	}

	.col3_base li img {
		max-width: 100%;
	}

	.col3_base_borderOn li .item {
		width: 95%;
		margin: 2.5%
	}
	.col3_base_borderOn li .item a {
		display: block;
		margin: 0px;
		padding-top: 0px;
		width: 100%;
		height: auto;
		border: none;
	}

	.col3_base_borderOn li .item img {
		float: none;
		margin: 0;
		width: 100%;
		height: auto;
		line-height: 0;
	}
	.other_model {
		text-align: right;
		margin: 10% 0;
	}
}