@charset "Shift_JIS";
/*
	================================================================================================
		support software playmemories-home introduction css products.css
	================================================================================================
*/

/*===========================================
	discProducts
=============================================*/

#contents ul.products_list {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
}

#contents ul.products_list:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#contents ul.products_list li {
	width: 120px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 5px 10px;
	background:url(/support/software/playmemories-home/images/ico_disc.gif) no-repeat 0px 6px;
	float: left;
}
@media (max-width:640px){
	#contents ul.products_list li{
		width: 140px;
		margin:0;
	}
}
#contents ul.products_list li.adjust{
	width: auto;
}
@media (max-width:640px){
	#contents ul.products_list li.adjust{
		width: auto;
	}
}

/*===========================================
	contentsTbl
=============================================*/

#contents table.contentsTbl {
	margin: 20px 0px 0px 0px;
    border: #CCC solid;
    border-width: 1px 1px 0px 0px;
    border-collapse: collapse;
    border-spacing: 0;
	clear:both;
}

#contents table.contentsTbl tr:nth-child(even) {
	background-color: #fafafa;
}

#contents table.contentsTbl td.left {
	width:20%;
	vertical-align:top;
    padding: 10px 10px;
    border: #CCC solid;
    border-width: 0px 0px 1px 1px;
    font-weight: bold;
	text-align:left;
}

#contents table.contentsTbl td {
    padding: 10px 0 10px 10px;
    border: 1px #CCC solid;
    border-width: 0px 0px 1px 1px;
}

@media (max-width:640px) {

	#contents table.contentsTbl{
		width:100%;
	}
	
	#contents table.contentsTbl td{
		display:block;
	}
	
	#contents table.contentsTbl td.left{
		width:100% !important;
	}

}


/*===========================================
	#win attentionArea
=============================================*/

#win div.attentionArea div.attentionBox p {
	margin-left: 2.5em;
	text-indent: -2.5em;
}




















