/*=========================================================


	Site Name   SONY BRAVIA TOP
	File Name   page.css

	Create Date 2008/08/06
	Update Date 2008/08/27


==========================================================*/
/*----------------------------------------------------------

	Common Module

-----------------------------------------------------------*/

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/*nonHeight*/

.nonHeight {
	line-height: 0;
	font-size: 0;
}




h3#test,
h3#belt{
	font-size: 20px;
	font-size:1.25rem;
	font-weight:bold;
	margin:0 0 10px;
}


.text{
	width:55%;
	float:left;
	padding:10px 3% 10px 0;
	font-size:16px;
}

.text span{
	font-size:12px;
}


.images{
	width:38%;
	float:right;
	margin-right:4%;
}

.images img{
		max-width:100%;
		height:auto;
	}

.images ul{
	padding:0;
	margin:0;
}
.images ul li{
	list-style-type: none;
	float:left;
	margin:0px;
	padding:0 5px 0 0;
}




@media(max-width:640px){

	.text{
		width:100%;
		float:none;
		padding:10px 0;
	}

	.images{
		width:100%;
		float:none;
		text-align:center;
	}
	
}