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

/*--------------------------------------------------------------------------------
	#Special
--------------------------------------------------------------------------------*/
#Special {
	padding-bottom: 20px;
}

#Special a, 
#Special a:link, 
#Special a:hover {
	color: #333;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/
#Special .mod-subTitle {
	_margin-top: -0px;
	margin-bottom: 5px;
}

#Special .mod-heading2 {
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

@media (max-width:640px) {
	#Special .mod-heading2 {
		margin-top: 40px;
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------------------------
	.short-cut
--------------------------------------------------------------------------------*/
#Special ul.short-cut {
	margin: 0;
	padding: 0;
	width: 755px;
	text-align: right;
	zoom: 1;
}

#Special ul.short-cut:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

#Special ul.short-cut li {
	display: inline;
	margin: 0;
	margin-right: 15px;
}

#Special ul.short-cut a {
	padding-left: 13px;
	background: url("../images/icon_arrow.gif") no-repeat 0 2px;
}

#Special ul.short-cut a:hover {
	color: #999;
}

@media (max-width:640px) {
	#Special ul.short-cut {
		width: auto;
	}
	#Special ul.short-cut li {
		float: left;
		font-size: 0.85em;
	}
}

/*--------------------------------------------------------------------------------
	.item
--------------------------------------------------------------------------------*/
#Special .section .item {
	padding: 22px 0 20px 0;
	background: url("../../special/images/spt_line.gif") repeat-x left top;
	zoom: 1;
}

#Special .section .item:first-child {
	background: none;
}

#Special .section .first {
	_background: none;
}

#Special .section .item:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

#Special .section .item img {
	display: block;
	float: left;
	margin-right: 40px;
}

#Special .section .item {
	overflow: hidden;
}

#Special .section .item .text {
}

#Special .section .item .text em {
	display: block;
	padding-bottom: 2px;
	font-size: 0.85em;
	font-style: normal;
	letter-spacing: 0.04em;
}

#Special .section .item .text h4 {
	margin: 0 0 7px 0;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.7;
	color: #333;
}

#Special .section .item .text h4.kerning {
	letter-spacing: -0.04em;
}

#Special .section .item p span {
	display: block;
}

@media (max-width:640px) {
	#Special .section .item {
		padding: 12px 0 10px 0;
	}
	
	#Special .section .item img {
		width: 110px;
		margin-right: 20px;
		margin-bottom: 0px;
	}
	
	#Special .section .item .text em {
		display: block;
		padding-bottom: 2px;
		font-size: 0.6em;
		font-style: normal;
		letter-spacing: 0.04em;
	}
	
	#Special .section .item .text h4 {
		margin: 0 0 7px 0;
		font-size: 1.4em;
		font-weight: normal;
		line-height: 1.0;
		color: #333;
	}
	
	#Special .section .item .text h4.kerning {
		font-size: 1.4em;
		letter-spacing: -0.04em;
	}
	
	#Special .section .item p {
		clear: both;
		padding-top: 5px;
	}
	
	#Special .section .item p span {
		display: inline;
	}
}

@media (max-width:320px) {
	#Special .section .item img {
		width: 100px;
		margin-right: 15px;
		margin-bottom: 4px;
	}
	
	#Special .section .item .text h4 {
		margin: 0 0 10px 0;
	}
	
	#Special .section .item .text {
		overflow: visible;
	}
	
	#Special .section .item p span {
		display: inline;
	}
}


.mod-heading {
margin: 30px 0 15px !important;
}

#Special .section{
margin-bottom:60px;
}