@charset "Shift_JIS";
/**
 * lineup.css <www.sony.jp/cyber-shot/share/css/>
 * update : 2015.05
 */

/*--------------------------------------------------
	.compare
--------------------------------------------------*/
.compare {
	text-align: right;
}
.compare .mod-iconNewWin {
	margin-top: 2px;
	margin-left: 5px;
}

@media (max-width:640px){
	.compare {
		display: none;
	}
}

/*--------------------------------------------------
	.inner-nav
--------------------------------------------------*/
.inner-nav {
	position: relative;
	margin-top: 10px;
	height: 48px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	line-height: 0;
}
.inner-nav ul {
	display: inline-block;
	*display: inline;
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	zoom: 1;
}
.inner-nav ul:after {
	clear: both;
	display: block;
	content: "";
}
.inner-nav li {
	float: left;
	margin: 0 0 0 -1px;
	font-size: 0.875em;
	line-height: 1.4;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.inner-nav li a {
	display: block;
	padding: 0 35px;
	min-height: 38px;
	color: #242424;
	border-top: 3px solid #fff;
	text-decoration: none;
	cursor: pointer;
}
.inner-nav li a:hover {
	color: #999;
}
.inner-nav li.current a {
	border-top: 3px solid #000;
	height: 46px;
	background-color: #fff;
}
.inner-nav li span {
	display: inline-block;
	margin-top: 12px;
}
.inner-nav li span.line-2 {
	margin-top: 6px;
}

@media (max-width:640px){
	.inner-nav {
		margin-top: 25px;
		height: auto;
		border-bottom: none;
		text-align: left;
	}
	.inner-nav ul {
		display: block;
		margin: 0;
	}
	.inner-nav li {
		float: none;
		margin: 5px 0 0 0;
		border: 1px solid #aaa;
		border-radius: 4px;
	}
	.inner-nav li br {
		display: none;
	}
	.inner-nav li a {
		padding: 13px 10px 11px 20px;
		min-height: 1px;
		border: none;
		background: url("/cyber-shot/lineup/images/ss/lineup_navi_arrow.png") no-repeat 10px center;
		background-size: 5px 6px;
	}
	.inner-nav li.current a {
		border: none;
		height: auto;
		background-color: #aaa;
	}
	.inner-nav li span {
		margin: 0 !important;
	}
}

/*--------------------------------------------------
	.spec-table
--------------------------------------------------*/
.spec-table {
	margin-top: 40px;
}
.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 {
	display: block;
}
.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 5px;
	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;
}


/* #RX
--------------------------------------------------*/
#RX.spec-table thead td {
	width: 133px;
}
#RX.spec-table thead th {
	width: 161px;
}

/* #Zoom
--------------------------------------------------*/
#Zoom.spec-table table {
	width: 815px;
}
#Zoom.spec-table thead td {
	width: 134px;
}
#Zoom.spec-table thead th {
	width: 135px;
}

/* #Compact
--------------------------------------------------*/
#Compact.spec-table table {
	width: 545px;
}
#Compact.spec-table thead td {
	width: 134px;
}
#Compact.spec-table thead th {
	width: 406px;
}

/* #QX
--------------------------------------------------*/
#QX.spec-table thead td {
	width: 138px;
}
#QX.spec-table thead th {
	width: 270px;
}

@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-bottom: 20px;
	border-bottom: 1px dotted #cdcdcd;
}
.model-list li img {
	display: block;
}
.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: 40px;
	}
	.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%;
	}
}