@charset "shift-jis";
/*=========================================================

	Site Name   SONY Tablet Solution Movie
	File Name   page.css

	Create Date 2011/00/00

==========================================================*/

/*----------------------------------------------------------
	Module Top Style Sheet
-----------------------------------------------------------*/

h1 {
	margin-bottom: 30px;
}

#column2-main .section {
	position: relative;
}

/* 各モジュール(シリーズ、製品情報、ピックアップコンテンツなど)のタイトル用 */
#column2-main .section h2 {
	padding-bottom: 10px;
	background: transparent url(/tablet/share/images/title_bg.gif) bottom center no-repeat;
}

/* 各モジュール(シリーズ、製品情報、ピックアップコンテンツなど)のタイトル横のリンク */
#column2-main .section ul.subLink {
	position: absolute;
	top: 2px;
	right: 0;
}
#column2-main .section ul.subLink li {
	display: inline;
	margin: 0 0 0 13px;
	line-height: 1;
}

/* タイトル横のリンク */
#column2-main #importantNotice ul.subLink {
	top: 10px;
}

/* 動画リスト */
#column2-main #movieListWrap {
	margin-top: 30px;
	padding: 0 9px 0 10px;
}
#column2-main #movieListWrap ul.movieList {
	margin-bottom: 30px;
	margin-left: -35px;
}
#column2-main #movieListWrap ul.list1 {	background: url(../images/movie_dotLine.gif) no-repeat 35px bottom; }
#column2-main #movieListWrap ul.list2 {	background: url(../images/movie_dotLine2.gif) no-repeat 35px bottom; }
#column2-main #movieListWrap ul.list3 {	background: url(../images/movie_dotLine3.gif) no-repeat 35px bottom; }
#column2-main #movieListWrap ul.movieList li {
	float: left;
	display: inline;
	margin-left: 35px;
	padding-bottom: 30px;
	width: 222px;
}
#column2-main #movieListWrap ul.movieList li .titleTxt {
	margin-bottom: 7px;
	line-height: 1.3;
	font-size: 116%;
	font-weight: bold;
}
#column2-main #movieListWrap ul.movieList li .thumbImg {
	margin-bottom: 15px;
}
#column2-main #movieListWrap ul.movieList li .linkBtn {
}

	/* clearfix */
	.movieList:after{
		content: ""; 
		display: block; 
		clear: both;
	}
	.movieList {
		zoom:1;
	}


/*----------------------------------------------------------
	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;
}

.icon_blank {
	margin:0 0 0 3px;
	vertical-align:top;
}
