/**
 * common.css
 * SONY < https://www.sony.jp/sp-acc/ >
 */

/*----------------------------------------------------------------------
	common
----------------------------------------------------------------------*/
div#others {
	margin-top: 40px;
	padding-bottom: 20px;
}

.note {
	margin-top: 8px;
	font-size: 0.85em;
	letter-spacing: 0.0;
	color: #666;
}

@media (max-width:640px) {
	div#others {
		margin-top: 10px;
	}
}

/*----------------------------------------------------------------------
	override : div.mod-categoryNavTop
----------------------------------------------------------------------*/
div.mod-categoryNavTop li.no-space {
	padding-right: 0;
}

div.mod-categoryNav li.no-space {
	padding-right: 0;
}

div.mod-categoryNav li span {
	display: none;
}

@media (max-width:640px) {
	div.mod-categoryHeader img {
		/*max-width: 280px;*/
	}
	
	div.mod-categoryNavTop li.no-space {
		padding: 0 3px 4px 0;
	}

	div.mod-categoryNavTop li.short {
		font-size: 11px;
		letter-spacing: -0.02em;
	}
	
	div.mod-categoryNav li span {
		display: table-cell;
	}
}

/*----------------------------------------------------------------------
	.column2-mainvisual, .h2-header-min
----------------------------------------------------------------------*/
div.column2-mainvisual {
	line-height: 0;
}

div.h2-header-min {
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
}

div.h2-header-min h2 {
	margin: 0;
	font-size: 1.077em;
	font-weight: normal;
}

div.header-startLine {
	margin-top: 0 !important;
}

/* media query
----------------------------------------------------------------------*/
@media (max-width:640px) {
	div.column2-mainvisual img {
		width: 100%;
	}
}


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

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

div.mod-seriesList-item2-text .icon {
	display: block;
	margin-bottom: 9px;
	border: 1px solid #35a9ae;
}

div.mod-seriesList-item2-text .icon-first {
	display: block;
	margin-bottom: 2px;
	border: 1px solid #35a9ae;
}

div.mod-seriesList-item2 h3 {
	margin: 0 !important;
	padding-bottom: 5px !important;
	font-size: 1.50em !important;
	line-height: 1.25 !important;
	letter-spacing: -0.01em;
}

div.mod-seriesList-item2 p.category {
	margin: 0;
	padding-bottom: 5px;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}

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

div.mod-seriesList-item2-text span.icon-new {
	display: inline-block;
	width: 28px;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../images/icon_new.gif") no-repeat 0 1px;
}

div.mod-seriesList-item2-text p {
	margin: 0 !important;
	padding-bottom: 8px;
	line-height: 1.4;
	color: #444;
}

p.mod-seriesList-item2-text-note {
	margin: 0 !important;
	padding-bottom: 5px;
	line-height: 1.4;
}

/* media query
----------------------------------------------------------------------*/
@media (max-width:640px) {
	
	.mod-seriesList {
		margin: 0 !important;
	}
	
	.mod-seriesList-item2 {
		margin-bottom: 10px !important;
		padding-top: 10px;
		border-top: 1px solid #e0e0e0;
	}
	
	.mod-seriesList-item2 h3 {
		font-size: 1.3em !important;
	}
	
	.mod-seriesList-item2 p.category {
		font-size: 0.7em !important;
		line-height: 1.2;
	}
	
	.mod-seriesList-item2 p {
		padding-bottom: 3px;
		font-size: 0.85em;
		line-height: 1.3 !important;
		letter-spacing: -0.02em;
		color: #333;
	}
	
	.mod-seriesList-item2-image img {
		margin-right: 15px;
		width: 120px;
		height: auto;
		border: none;
	}
	
	.mod-seriesList-item2-image img.border {
		border: none !important;
	}
	
	.mod-seriesList-item2-text {
		padding-right: 23px;
	}
	
	div#smartphone .mod-seriesList-item2 {
		background: url("../images/arrow_smartphone.gif") no-repeat right center;
	}
	
	div#ios .mod-seriesList-item2 {
		background: url("../images/arrow_ios.gif") no-repeat right center;
	}
	
	div#bluetooth .mod-seriesList-item2 {
		background: url("../images/arrow_bluetooth.gif") no-repeat right center;
	}
	
	div#mobile .mod-seriesList-item2 {
		background: url("../images/arrow_mobile.gif") no-repeat right center;
	}
	
	span.mod-linkButton1 {
		display: none;
	}

}

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