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


	Site Name   SONY HANDYCAM TOP
	File Name   page.css

	Create Date 2009/04/01


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

/*----------------------------------------------------------

	Module Top Style Sheet

-----------------------------------------------------------*/

/*コンテンツエリアを755pxに変更する(トップ以外の階層は760px)*/

body div#container div#pagebody div#column2-main {
	width: 755px;
}

/*イントロフラッシュ上マージン*/

#container #main-visual {
	padding-top: 10px;
}

/*ヘッダ部分H1(トップのみ)*/

#header h1 {
}
#main-visual {
	height:300px;
	position:relative;
	top:2px;
	z-index:0;
}
	body div#container div#pagebody div#column2-main div.section {
		width: 100%;
		padding: 0 0 25px;
		position: relative;
	}

		/*各モジュール(シリーズ、製品情報、ピックアップコンテンツなど)のタイトル用*/

		body div#container div#pagebody div#column2-main div.section h2 {
			margin: 0 0 30px;
			padding: 0 0 10px;
			background: transparent url(../images/title_bg.gif) bottom center no-repeat;
		}

		body div#container div#pagebody div#column2-main div.section p {
			position: absolute;
			top: 3px;
			right: 0;
		}

		/*製品ラインアップ用*/

		body div#container div#pagebody div#column2-main div#lineup h2 {
			margin: 0;
			padding: 0;
			background: none;
		}

		body div#container div#pagebody div#column2-main div#lineup p {
			position: absolute;
			top: -20px;
			right: 0;
		}

		/*重要なお知らせ部分のサブメニュー*/

		body div#container div#pagebody div#column2-main div.section ul#importantSub {
			position: absolute;
			top: 11px;
			right: 0;
		}

		/*更新情報部分のサブメニュー*/

		body div#container div#pagebody div#column2-main div.section ul#informationSub {
			position: absolute;
			top: 3px;
			right: 0;
		}

			body div#container div#pagebody div#column2-main div.section ul li {
				margin: 0 0 0 13px;
				display: inline;
			}

		/*各モジュール(シリーズ、製品情報、ピックアップコンテンツなど)用*/

		body div#container div#pagebody div#column2-main div.section div {

		}

			body div#container div#pagebody div#column2-main div.section div dl {
				width: 370px;
				min-height: 90px; /* add 2011.02.17 */
/* fixed 080818 margin: 0 15px 0 0; */
/*				margin: 0 15px 25px 0;*/
				margin: 0 12px 15px 0;
				padding: 0 0 25px;
				position: relative;
				float: left;
			}

			body div#container div#pagebody div#column2-main div.section div dl.noMargin {
				margin-right: 0;
			}

				/*各モジュール(シリーズ、製品情報、ピックアップコンテンツなど)の左画像用*/

				body div#container div#pagebody div#column2-main div.section div dl dt {
					width: 174px;
					height: 90px;
					position: absolute;
					top: 0;
					left: 0;
				}

				body div#container div#pagebody div#column2-main div.section div dl dd {
					margin: 0 0 0 174px;
					line-height: 1.3;
				}

				body div#container div#pagebody div#column2-main div.section div dl dd.txt10 {
					margin-top: 5px;
				}

				body div#container div#pagebody div#column2-main div.section div dl dd.notice {
					margin-top: 10px;
					color: #df0101;
				}

				body div#container div#pagebody div#column2-main div.section div dl dd.cap {
					margin: 20px 0 0 20px;
					text-indent:-10px;
					color:#999999;
				}

				body div#container div#pagebody div#column2-main div.section div dl dd.linkProductInfo {
					margin-top: 10px;
					margin-bottom: 4px;
					line-height: 0;
					font-size: 0;
				}

				body div#container div#pagebody div#column2-main div.section div dl dd.linkShowroom {
					background:transparent url(../share/images/arrow_black.gif) no-repeat scroll left 4px;
					font-size:0.9em;
					margin-top:10px;
					padding-left:10px;
				}

		/*上記モジュール以外(製品ラインアップ)用*/

		body div#container div#pagebody div#column2-main div#lineup {
			margin-top: 25px;
		}

			body div#container div#pagebody div#column2-main div#lineup table {
				width: 100%;
				margin-bottom: 25px;
				border-collapse: collapse;
				border: 1px solid #ccc;
			}

				body div#container div#pagebody div#column2-main div#lineup table tr th {
					padding: 15px;
					vertical-align: top;
				}

				body div#container div#pagebody div#column2-main div#lineup table tr td {
					border-bottom: 1px solid #ccc;
				}

				body div#container div#pagebody div#column2-main div#lineup table tr td ul {
					margin: 15px 0;
				}

					body div#container div#pagebody div#column2-main div#lineup table tr td ul li {
						margin: 0;
						display: inline;
					}
					body div#container div#pagebody div#column2-main div#lineup table tr td ul li img {
						border-right: 1px dotted #cccccc;
					}
					body div#container div#pagebody div#column2-main div#lineup table tr td ul li img.noLine {
						border-right: none;
					}

		/*上記モジュール以外(重要なお知らせ)用*/

		body div#container div#pagebody div#column2-main div.section dl#importantNews {
			padding: 0 0 25px;
		}

			body div#container div#pagebody div#column2-main div.section dl#importantNews dt {
/* fixed * width: 110px;*/
				width: 130px;
				margin: 0 0 10px;
				float: left;
			}

			body div#container div#pagebody div#column2-main div.section dl#importantNews dd {
/* fixed * margin: 0 0 10px 110px;*/
				margin: 0 0 10px 130px;
				padding: 0 0 0 10px;
				background: transparent url(../images/news_bg.gif) 0 6px no-repeat;
			}

			* html body div#container div#pagebody div#column2-main div.section dl#importantNews dd {

			}

		/*上記モジュール以外(更新情報)用*/

		body div#container div#pagebody div#column2-main div.section dl#informationNews {
			padding: 0 0 25px;
		}

			body div#container div#pagebody div#column2-main div.section dl#informationNews dt {
/* fixed * width: 110px;*/
				width: 130px;
				margin: 0 0 10px;
				float: left;
			}

			body div#container div#pagebody div#column2-main div.section dl#informationNews dd {
/* fixed * margin: 0 0 10px 110px;*/
				margin: 0 0 10px 130px;
				padding: 0 0 0 10px;
				background: transparent url(../images/news_bg.gif) 0 6px no-repeat;
			}

			* html body div#container div#pagebody div#column2-main div.section dl#informationNews dd {

			}

.inc-bannerlist li p.newsicon{
	line-height:1.2;
	min-height:0;
	text-align:left;
	background:url(/share/images/arrow_black.gif) 5px 0.4em no-repeat;
	/*\*//*/
display: inline-table;
/**/
}
*+html:first-child body .inc-bannerlist li p.newsicon{
overflow: hidden;
}
.inc-bannerlist li p.newsicon:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	line-height:0;
}
/* \*/ 
* html .inc-bannerlist li p.newsicon {height:1%;} 
.inc-bannerlist li p.newsicon {display: block;} 
/* */
.inc-bannerlist li p.newsicon span {
	float:left;
	width:25px;
}
.inc-bannerlist li p.newsicon span.banner_text {
	float:right;
	width:135px;
	margin-bottom: 0 !important;
}
.inc-bannerlist li p.newsicon a span {
	cursor:pointer;
}

.icon_blank

{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 3px;
vertical-align: top;
}


/* Reccomend Area Layout Update 2011.02.25 
-----------------------------------------------------------*/

/* ReccomendMain */
#reccomendMain {
	margin-bottom: 13px;
}

/* Reccomend Left */
#reccomendMain .reccomendLeft {
	float: left;
	width: 371px;
	display: inline; /* for IE6 */
}
#reccomendMain .reccomendLeft .bg {
	background: url(../images/bg_3d.gif) no-repeat center bottom;
	padding: 11px 19px 19px;
}
#reccomendMain .reccomendLeft .subImageArea {
	background: url(../images/bg_cx700v.gif) no-repeat left;
	width: 145px;
	height: 130px;
}

/* Reccomend Right */
#reccomendMain .reccomendRight {
	float: right;
	width: 371px;
	display: inline; /* for IE6 */
}
#reccomendMain .reccomendRight .bg {
	background: url(../images/bg_kougasitsu.gif) no-repeat center bottom;
	padding: 11px 9px 20px 9px;
}

#reccomendMain .reccomendRight .subImageArea {
	background: url(../images/bg_pj40v.jpg) no-repeat left;
	width: 154px;
	height: 157px;
}

/* Reccomend Common */
#reccomendMain .centerImageArea {
	text-align: center;
}
#reccomendMain .centerImageArea .mainTxt {
	text-align: center;
/*	font-size: 31px;*/
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0;
}
#reccomendMain .centerImageArea .mainTxt a {
	padding-left: 10px;
	background: url(/handycam/share/images/arrow_black.gif) no-repeat left;
	color: #444;
}
#reccomendMain .centerImageArea .mainTxt img {
	margin-left: 5px;
}
#reccomendMain .centerImageArea .mainImage {
	margin-bottom: 6px;
}

#reccomendMain .leftImageArea {
	float: left;
	width: 156x;
}
#reccomendMain .rightImageArea {
	float: right;
	width: 156x;
}
#reccomendMain .leftImageArea .mainImage ,
#reccomendMain .rightImageArea .mainImage {
	margin-bottom: 6px;
	
}
#reccomendMain .leftImageArea .mainTxt ,
#reccomendMain .rightImageArea .mainTxt {
	text-align: center;
/*	font-size: 31px;*/
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0;
}
#reccomendMain .leftImageArea .mainTxt a ,
#reccomendMain .rightImageArea .mainTxt a {
	padding-left: 10px;
	background: url(/handycam/share/images/arrow_black.gif) no-repeat left;
	color: #444;
}
#reccomendMain .leftImageArea .mainTxt img ,
#reccomendMain .rightImageArea .mainTxt img {
	margin-left: 5px;
	
}

#reccomendMain .mainImageArea {
	float: left;
	width: 174px;
}
#reccomendMain .mainImageArea .mainImage {
	margin-bottom: 6px;
}
#reccomendMain .mainImageArea .mainTxt {
	text-align: center;
/*	font-size: 31px;*/
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0;
}
#reccomendMain .mainImageArea .mainTxt a {
	padding-left: 10px;
	background: url(/handycam/share/images/arrow_black.gif) no-repeat left;
	color: #444;
}
#reccomendMain .mainImageArea .mainTxt img {
	margin-left: 0px;
}

/* 2011/12/13	追記*/
#reccomendMain .mainImageAreaRight {
	float: right;
	width: 174px;
}
#reccomendMain .mainImageAreaRight .mainImage {
	margin-bottom: 6px;
}
#reccomendMain .mainImageAreaRight .mainTxt {
	text-align: center;
/*	font-size: 31px;*/
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0;
}
#reccomendMain .mainImageAreaRight .mainTxt a {
	padding-left: 10px;
	background: url(/handycam/share/images/arrow_black.gif) no-repeat left;
	color: #444;
}
#reccomendMain .mainImageAreaRight .mainTxt img {
	margin-left: 5px;
}
/* 2011/12/13	追記 終わり*/

#reccomendMain .subImageArea {
	float: right;
/*	margin-top: 25px;*/
	width: 145px;
	text-align: center;
}
#reccomendMain .subImageArea p.pimg {
	margin-top: 1px;
}
#reccomendMain .subImageArea p.txt {
	margin-top: 2px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}
#reccomendMain .subImageArea p.txt a {
	padding-left: 10px;
	background: url(/handycam/share/images/arrow_black.gif) no-repeat left;
	color: #444;
}
#reccomendMain .subImageArea p.txt img {
	margin-left: 5px;
}
#reccomendMain .explainTxt {
	clear: both;
	width:335px;
	margin: 14px auto;
	padding-bottom: 15px;
	background: url(../images/line.gif) no-repeat bottom center;
	letter-spacing: 0;
}
#reccomendMain .bg ul {
	margin: 0 auto;
	width: 244px;
	text-align: center;
}
	#reccomendMain .reccomendLeft .bg ul {
		width: 195px;
	}
	#reccomendMain .reccomendRight .bg ul {
		width: 175px;
	}
#reccomendMain .bg ul li {
	float: left;
	margin-top: 10px;
	margin-right: 4px;
}

#reccomendMain .explainTxt span {
	margin-top: 5px;
	font-size: 70%;
	-webkit-text-size-adjust: none; /* for chrome - フォント指定を有効に  */
	display: inline-block;
}

	#reccomendMain .reccomendRight .explainTxt span { /* 左右の枠の高さを合わせるためダミーテキストを非表示 */
		visibility: hidden;
	}

/* Reccomend List */
#reccomendList ul {
	margin-bottom: 30px;
}
#reccomendList ul li {
	position: relative;
	float: left;
	height: 140px;
}
#reccomendList ul li p.txt {
	font-size: 16px;
	font-weight:bold;
	margin-top: 5px;
	text-align: center;
}
#reccomendList ul li.list04 p.txt {
	padding-left: 5px;
	text-align: left;
}
#reccomendList ul li p.txt a {
	padding-left: 10px;
	background: url(/handycam/share/images/arrow_black.gif) no-repeat left;
	color: #444;
}
#reccomendList ul li p.txt img {
	margin-left: 5px;
	vertical-align: text-top;
}
#reccomendList ul li span {
	position: absolute;
	display: none;
}
#reccomendList ul li p.pimg {
	margin: 1px 0 0 1px;
	
}
#reccomendList ul li.list01 {
	background: url(../images/bnr_bg_01.gif) no-repeat left top;
	width: 151px;
}
#reccomendList ul li.list02 {
	background: url(../images/bnr_bg_01.gif) no-repeat left top;
	width: 151px;
}
#reccomendList ul li.list03 {
	background: url(../images/bnr_bg_02.gif) no-repeat left top;
	width: 152px;
}
#reccomendList ul li.list04 {
	background: url(../images/bnr_bg_02.gif) no-repeat left top;
	width: 152px;
}
#reccomendList ul li.list05 {
	background: url(../images/bnr_bg_03.gif) no-repeat left top;
	width: 149px;
}
#reccomendList ul li.list01 span {
	top: -116px;
	left: -6px;
	z-index: 10;
}
#reccomendList ul li.list02 span ,
#reccomendList ul li.list03 span ,
#reccomendList ul li.list04 span ,
#reccomendList ul li.list05 span ,
#reccomendList ul li.list06 span {
	top: -116px;
	left: -50px;
	z-index: 10;
}
/* Pick Up for Text Layout */
div.items dl dd span {
	display: block;
	padding: 7px 0 0 0;
}

a.itemArrow {
	background: url(/handycam/share/images/arrow_black.gif) no-repeat left 0.4em;
	padding: 0 0 0 10px;
	display: inline-block;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}
a.itemArrow2 {
	background: url(/handycam/share/images/arrow_black.gif) no-repeat left 0.4em;
	padding: 0 0 0 10px;
	display: inline-block;
	font-size: 100%;
	color: #333;
}
a.itemArrow2:link {
text-decoration: none;
background-color: transparent;
color: #43677E;
}
a.itemArrow2:hover, a.itemArrow2:active {
background-color: transparent;
color: #C41230;
text-decoration: underline;
}

a span.itemSmallText {
	font-size: 85%;
}
a.itemTitle {
	font-size: 110%;
	font-weight: bold;
	color: #333;
}

/* mainVisual, subViasual */
.wrapVisual {
	width: 950px;
}
.wrapVisual #mainVisual {
	float: left;
	width: 760px;
}
.wrapVisual #subVisual {
	float: right;
	width: 190px;
}


/*----------------------------------------------------------

	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;
}