@charset "Shift_JIS";
/**
 * acc.css <www.sony.jp/cyber-shot/share/css/>
 * update : 2014.04
 */

/*--------------------------------------------------------------------------------
	.acc-swf
--------------------------------------------------------------------------------*/
@media (max-width:640px){
	.acc-swf {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	.pick-from-dsc
--------------------------------------------------------------------------------*/
.pick-from-dsc {
	margin-top: 40px;
	zoom: 1;
}
.pick-from-dsc:after {
	clear: both;
	display: block;
	content: "";
}
.pick-from-dsc .section {
	margin-top: 25px;
	overflow: hidden;
}
	.pick-from-dsc .section.zoom {
		float: left;
	}
	.pick-from-dsc .section.compact {
		float: right;
	}
	.pick-from-dsc .section.qx {
		
	}

.pick-from-dsc .section h3 {
	margin: 0;
	padding: 4px 10px 2px;
	font-size: 1.25em;
	color: #fff;
}
	.pick-from-dsc .section.rx h3 {
		background-color: #353535;
	}
	.pick-from-dsc .section.zoom h3 {
		width: 96.1%;
		*width: 607px;
		background-color: #a1a3a9;
	}
	.pick-from-dsc .section.compact h3 {
		margin-left: 10px;
		background-color: #81b9be;
	}
	.pick-from-dsc .section.qx h3 {
		background-color: #9ec781;
	}

.pick-from-dsc .section ul {
	margin: 0 0 0 -4px;
	padding: 0;
	list-style: none;
	zoom: 1;
}
.pick-from-dsc .section ul:after {
	clear: both;
	display: block;
	content: "";
}
.pick-from-dsc .section li {
	float: left;
	margin: 20px 0 0 4px;
	width: 155px;
	min-height: 145px;
	text-align: center;
}
.pick-from-dsc .section li a {
	color: #333;
}
.pick-from-dsc .section li h4 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: -5px 0 0 0;
	padding: 0 10px 0 15px;
	font-size: 1.25em;
	line-height: 1.2;
	background: url("/cyber-shot/lineup/images/acc_pick_arrow.png") no-repeat 0 40%;
}
.pick-from-dsc .section li a img {
	transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
}
.pick-from-dsc .section li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.pick-from-dsc .section li a:hover h4 {
	color: #666;
}

@media (max-width:640px){
	.pick-from-dsc {
		margin-top: 20px;
	}
	.pick-from-dsc .section h3 {
		margin: 0 !important;
	}
	.pick-from-dsc .section.zoom {
		float: none;
	}
	.pick-from-dsc .section.compact {
		float: none;
	}
	.pick-from-dsc .section.qx {
		float: none;
		margin-left: 0;
	}
	.pick-from-dsc .section ul {
		margin: 0;
	}
	.pick-from-dsc .section li {
		margin: 10px 0 0;
		width: 33.3%;
		min-height: 1px;
	}
	.pick-from-dsc .section li a {
		display: block;
		padding: 5px 0;
	}
	.pick-from-dsc .section li h4 {
		padding: 0 5px 0 10px;
		font-size: 1.0em;
		font-weight: normal;
		background-position: 0 center;
	}
	.pick-from-dsc .section li img {
		max-width: 135px;
		width: 95%;
	}
	.pick-from-dsc .section li a img {
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	.pick-from-dsc .section li a:hover img {
		opacity: 1.0;
	}
}
@media (max-width:479px){
	.pick-from-dsc .section li {
		width: 33.3%;
	}
}
@media (max-width:400px){
	.pick-from-dsc .section li {
		margin: 10px 5% 0;
		width: 40%;
	}
}
@media (max-width:320px){
	.pick-from-dsc .section li h4 {
		font-size: 0.938em;
	}
}

/*--------------------------------------------------------------------------------
	.pick-from-category
--------------------------------------------------------------------------------*/
.pick-from-category {
	margin-top: 60px;
	zoom: 1;
}
.pick-from-category:after {
	clear: both;
	display: block;
	content: "";
}
.pick-from-category .cmn-heading {
	margin-bottom: 10px;
}
.pick-from-category ul {
	margin: 0 0 0 -18px;
	padding: 0;
	list-style: none;
	zoom: 1;
}
.pick-from-category ul:after {
	clear: both;
	display: block;
	content: "";
}
.pick-from-category li {
	float: left;
	margin: 18px 0 0 18px;
	width: 224px;
}
.pick-from-category li a img {
	transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
}
.pick-from-category li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

@media (max-width:640px){
	.pick-from-category {
		margin-top: 30px;
	}
	.pick-from-category ul {
		margin: 0;
	}
	.pick-from-category li {
		margin: 2.0% 0 0 2.0%;
		width: 32%;
	}
	.pick-from-category li:nth-child(3n+1) {
		margin-left: 0;
	}
	.pick-from-category li img {
		width: 100%;
	}
	.pick-from-category li a img {
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	.pick-from-category li a:hover img {
		opacity: 1.0;
	}
}
@media (max-width:479px){
	.pick-from-category li {
		margin: 3.16% 1.58% 0;
		width: 48.42%;
	}
	.pick-from-category li:nth-child(odd) {
		margin: 3.16% 1.58% 0 0 !important;
	}
	.pick-from-category li:nth-child(even) {
		margin: 3.16% 0 0 1.58% !important;
	}
}

/*--------------------------------------------------------------------------------
	#system-chart-txtlink
--------------------------------------------------------------------------------*/
#system-chart-txtlink {
	margin-top: 40px;
}


#system-chart-txtlink .pdf-list {
	margin:0px 0 0 14px;
	font-size:120%;
}

@media (max-width:640px) {
	#system-chart-txtlink ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	#system-chart-txtlink ul li {
		float: left;
		margin: 0 0 5px 0;
		width: 100%;
		height: auto;
	}
	
	#system-chart-txtlink ul li img {
		width: 100%;
		max-width: 357px;
		height: auto;
	}

	#system-chart-txtlink .pdf-list {
		margin:0px 0 0 0;
	}
}

/*--------------------------------------------------------------------------------
	.banner-category
--------------------------------------------------------------------------------*/
.banner-category {
	margin-top: 30px;
	zoom: 1;
}
.banner-category ul {
	margin: 0 0 0 -20px;
	padding: 0;
	list-style: none;
	zoom: 1;
}
.banner-category ul:after {
	clear: both;
	display: block;
	content: "";
}
.banner-category li {
	float: left;
	margin: 20px 0 0 20px;
	width: 465px;
}

@media (max-width:640px){
	.banner-category {
		margin-top: 30px;
		zoom: 1;
	}
	.banner-category ul {
		margin: 0;
	}
	.banner-category li {
		margin: 2.0% 0 0 2.0%;
		width: 49%;
	}
	.banner-category li img {
		width: 100%;
	}
	.banner-category li:nth-child(odd) {
		margin-left: 0;
	}
}
@media (max-width:479px){
	.banner-category li {
		margin: 2.0% 0 0 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	.banner
--------------------------------------------------------------------------------*/
.banner {
	margin-top: 60px;
	zoom: 1;
}
.banner .cmn-heading {
	margin-bottom: 10px;
}
.banner ul {
	margin: 0 0 0 -20px;
	padding: 0;
	list-style: none;
	zoom: 1;
}
.banner ul:after {
	clear: both;
	display: block;
	content: "";
}
.banner li {
	float: left;
	margin: 20px 0 0 20px;
	width: 465px;
}

@media (max-width:640px){
	.banner {
		margin-top: 30px;
		zoom: 1;
	}
	.banner ul {
		margin: 0;
	}
	.banner li {
		margin: 2.0% 0 0 2.0%;
		width: 49%;
	}
	.banner li img {
		width: 100%;
	}
	.banner li:nth-child(odd) {
		margin-left: 0;
	}
}
@media (max-width:479px){
	.banner li {
		margin: 2.0% 0 0 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	.cmn-related
--------------------------------------------------------------------------------*/
.cmn-related {
	margin-top: 60px;
	padding-bottom: 60px;
}

@media (max-width:640px){
	.cmn-related {
		margin-top: 30px;
	}
}
