@charset "Shift_JIS";
/**
 * community.css
 * SONY Cyber-shot
 */

/*--------------------------------------------------------------------------------
	.item
--------------------------------------------------------------------------------*/
#Community .item a, 
#Community .item a:link, 
#Community .item a:visited {
	color: #333;
}

#Community {
	width: 100%;
}

#Community .item {
	margin-top: 30px;
	width: 600px;
}

#Community .double {
	width: 360px;
	float: left;
}

#Community .item h3 {
	margin: 3px 0 3px 0;
	width: auto;
	font-size: 13px;
}

#Community .item p span {
	display: block;
}

@media (max-width:640px) {
	#Community .item {
		margin-top: 20px;
		width: 100%;
	}
	
	#Community .item img {
		width: 100%;
		height: auto;
	}
	
	#Community .double {
		width: 100%;
	}
	
	#Community .double img {
		width: auto;
		height: auto;
	}
}

@media (max-width:320px) {
	#Community .item p span {
		display: inline;
	}
}