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

	[ Products /Info /Others ] 
	
	Update 2010/09/22
	@ Sony Marketing(Japan) Inc
	
	--- "/Products/Info_10q3/Others/index.html"
	
	 1. Basic setting
	 2. Page setting
	 3. Common module setting
	
===========================================================*/
/* ---------------------------------------
	1. Basic setting
--------------------------------------- */
/* headline setting */

/* overwrite template.css */
#main h2#tmp-subtitle {
	background-repeat:repeat-x;
}
/* */

#main h3{
	margin-bottom:20px;
	background:#E5E5E5;
	padding:5px 9px 4px;
	font-size:108%;
}

.head01B{
	margin-bottom:20px;
	background:#E5E5E5;
	padding:5px 9px 4px;
	font-size:108%;
}


/* Layout */
.section {
	margin-bottom:40px;
	padding:0 15px;
}



/* ---------------------------------------
	2. Page setting
--------------------------------------- */

/* table setting */
table {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	width:100%;
}
table th,
table td  {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 8px;
}
table th {
	background:#F4F4F4;
}
table thead th {
	background:#E3E3E3;
	text-align:center;
	font-weight:normal;
}
table thead td {
	white-space:nowrap;
}
table tbody th {
	text-align:left;
	font-weight:normal;
}
table td {
	text-align:center;
}

.col0 {width:364px;}
.col1 {width:140px;}
.col2,
.col3 {width:70px;}
.col4 {width:80px;}
.col5 {width:80px;}


th.col0 {width:364px;}
th.col1_2 {width:80px;}
th.col2_2,
th.col3_2 {width:40px;}
th.col4_2 {width:80px;}
th.col5_2 {width:50px;}

.oneseg table tbody th {
	width:313px;
}



/* ---------------------------------------
	3. Common module setting
--------------------------------------- */

/* products info */
.products_info {
	margin-bottom:50px;
	background:#F7F7F7;
	padding:1px 1px;
}
.products_info ul li {
	margin-left:0.8em;
	text-indent:-0.8em;
}


/* note */
p.note, ul.note li {
	margin-left:1em;
	text-indent:-1em;
}
ul.indent08em {
	margin-left:-3.5em ! important;
	text-indent:-0.8em ! important;
}

ul.indent08em p {
	margin-left:0.8em ! important;
	text-indent:-0.8em ! important;
}

ul.note {
	margin-left:-3.5em ! important;
	text-indent:-0.8em ! important;
}
ul.note p {
	margin-left:0.8em ! important;
	text-indent:-0.8em ! important;
}

p.note_1 {
	margin: 0 0 0.3em;
	text-indent:-0.8em ! important;
	font-size:small;
}
p.note_2 {
	margin: -0.8em 0 0.3em;
	text-indent:-0.8em ! important;
	font-size:small;
}

ul.indent15em li {
	margin-left:1.5em ! important;
	text-indent:-1.5em ! important;
}


/* text align */
.align_center { text-align: center; }
.align_right { text-align: right; }


/* margin */
.mt0 { margin-top: 0 ! important; }
.mt5 { margin-top: 5px ! important; }
.mt10 { margin-top: 10px ! important; }
.mt15 { margin-top: 15px ! important; }
.mt20 { margin-top: 20px ! important; }
.mt30 { margin-top: 30px ! important; }
.mt40 { margin-top: 40px ! important; }
.mt50 { margin-top: 50px ! important; }

.mr0 { margin-right: 0 ! important; }
.mr5 { margin-right: 5px ! important; }
.mr10 { margin-right: 10px ! important; }
.mr15 { margin-right: 15px ! important; }
.mr20 { margin-right: 20px ! important; }
.mr30 { margin-right: 30px ! important; }
.mr40 { margin-right: 40px ! important; }
.mr50 { margin-right: 50px ! important; }

.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; }
.mb30 { margin-bottom: 30px ! important; }
.mb40 { margin-bottom: 40px ! important; }
.mb50 { margin-bottom: 50px ! important; }

.ml0 { margin-left: 0 ! important; }
.ml5 { margin-left: 5px ! important; }
.ml10 { margin-left: 10px ! important; }
.ml15 { margin-left: 15px ! important; }
.ml20 { margin-left: 20px ! important; }
.ml30 { margin-left: 30px ! important; }
.ml40 { margin-left: 40px ! important; }
.ml50 { margin-left: 50px ! important; }


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */