@charset "Shift_JIS";
/*=========================================================

	Site Name   Sony Tablet info
	File Name   page.css
	
	Create Date 2011/10/13

	==========================================================*/

div.column1Inner {
	margin-bottom: 35px;
	padding: 0px 50px;
}

div.column1Inner h2 {
	margin-bottom: 25px;
	text-align: center;
}
div.column1Inner .date {
	line-height: 1.3;
	text-align: right;
}
div.column1Inner .postedby {
	margin-bottom: 30px;
	line-height: 1.3;
	text-align: right;
}

div.column1Inner table {
	width: 100%;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
}
div.column1Inner th,
div.column1Inner td {
	padding: 5px 10px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
div.column1Inner thead th {
	text-align: center;
}

div.column1Inner table.tableCol2 thead th.col1 {width: 70%;}
div.column1Inner table.tableCol2 thead th.col2 {width: 30%;}

div.column1Inner table.tableCol3 thead th.col1 {width: 40%;}
div.column1Inner table.tableCol3 thead th.col2,
div.column1Inner table.tableCol3 thead th.col3 {width: 30%;}

/* margin */
.mb0 {margin-bottom: 0 ! important;}
.mb5 {margin-bottom: 5px ! important;}
.mb10 {margin-bottom: 10px ! important;}
.mb15 {margin-bottom: 15px ! important;}
.mb20 {margin-bottom: 20px ! important;}
.mb25 {margin-bottom: 25px ! important;}
.mb30 {margin-bottom: 30px ! important;}

/* text align */
.alignCenter {
	text-align: center;
}