@charset "Shift_JIS";
/**
 * lineup.css <www.sony.jp/lsc/lineup/css/>
 * update : 2014.08
 */

/*--------------------------------------------------------------------------------
	.compare
--------------------------------------------------------------------------------*/
.compare {
	text-align: right;
}
.compare .mod-iconNewWin {
	margin-top: 2px;
	margin-left: 5px;
}

@media (max-width:640px){
	.compare {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	.spec-table
--------------------------------------------------------------------------------*/
.spec-table {
	margin-top: 30px;
}
.spec-table table {
	width: 950px;
}
.spec-table table th,
.spec-table table td,
.spec-table table img {
	line-height: 0;
	vertical-align: middle;
}
.spec-table thead th {
	border: 1px solid #ccc;
	background: #fff;
}
.spec-table thead a:hover img {
	filter: alpha(opacity=60);
}
.spec-table tbody th {
	padding: 12px 0 8px;
	height: 33px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	text-align: left;
}
.spec-table tbody th img {
	margin-left: 15px;
}
.spec-table tbody td {
	padding: 5px 0;
	border: 1px solid #ccc;
	text-align: center;
}

.spec-table .note {
	margin-top: 40px;
	font-size: 0.813em;
	line-height: 1.7;
	color: #666;
}
.spec-table .note p {
	margin: 0;
}

@media (max-width:640px){
	.spec-table {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	.model-list
--------------------------------------------------------------------------------*/
.model-list {
	display: none;
}
.model-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.model-list li {
	margin: 20px 0 0;
	padding: 0 15px 20px;
	border-bottom: 1px dotted #cdcdcd;
}
.model-list li img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 300px;
}
.model-list li a {
	display: block;
}
.model-list .note {
	margin-top: 20px;
	font-size: 0.813em;
	color: #666;
}

@media (max-width:640px){
	.model-list {
		display: block;
		margin-top: 20px;
	}
	.model-list .mod-button {
		margin: 20px 0 0 3px;
	}
}

/*--------------------------------------------------------------------------------
	.past
--------------------------------------------------------------------------------*/
.past {
	margin-top: 30px;
}

/*--------------------------------------------------------------------------------
	.banner
--------------------------------------------------------------------------------*/
.banner {
	margin-top: 40px;
	padding-bottom: 60px;
	text-align: center;
}
.banner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner li {
	margin-top: 10px;
}

@media (max-width:640px){
	.banner li img {
		width: 100%;
	}
}