@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------------------ */

#softbankmobile {
   margin  : 0 ;
   padding : 0 ;
}





/* table -------------------------------------------------------*/

.showwindow	{
	margin-right:10px;
	margin-bottom:10px;
	width : 400px ;
	text-align : center ;		}

.showwindow .item {
	float	:	left	;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	border-collapse:collapse;
	width : 200px ;
}

.showwindow	 .item	.title {
	background	:	#eee;
	border	:	solid 1px #ccc;
	padding:1em;
	margin: auto ;
}