@charset "shift-jis";
/*=========================================================

	Site Name   SONY Tablet App each page
	File Name   page_common.css

	Create Date 2011/08/12

==========================================================*/

/*----------------------------------------------------------
	Basic Settings
-----------------------------------------------------------*/

/* Top margin Main visual */
#mainVisual {
	padding-top: 0px;
	margin-bottom: 0px;
}

/* Clear the gap under the picture */
#column2-main img {
	vertical-align: bottom;
}

/* Headline */
h2.common {
	background: #e5e5e5;
	line-height: 1;
	margin-bottom: 18px;
	padding: 8px 10px
}
.backToTopBtn {
	margin-top: 10px;
	text-align: right;
}

/* section */
.section {
	margin-bottom: 50px;
}

/* Two column layout */
.col1of2 {
	float: left;
}
.col2of2 {
	float: right;
}

/* Top margin of the centering picture */
.imgCenter {
	margin-top: 35px;
	text-align: center;
}

/* Text Link */
.link {
	margin-top: 20px;
}

/* notes */
ul.notes {
	margin-top: 20px;
}
ul.notes li {
	margin-left: 1.5em;
	text-indent: -1.5em;
	font-size: 85%;
}

/* clearfix */
.package:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.package {
	zoom: 1;
}

/* blank icon*/
#column2-main img.iconBlank {
	vertical-align: text-top;
}

.mod-seriesList-item2-text-note {
	color:#333 !important;
}

.mod-seriesList-item2-text h3{
	margin-bottom:15px !important
}

.mod-column2-main {_overflow:hidden;}

.chime {
	border-top:0 !important
}

/* from allpages.css */

ul, ol, li, dl, dt, dd {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}