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


	Site Name   SONY BD community
	File Name   page.css

	Create Date 2009/12/18
	Update Date 2009/12/18


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

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 h1.ad-h1title {
		margin-bottom:35px;
	}

	/*各モジュールのタイトル用*/

	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 div {

	}

		body div#container div#pagebody div#column2-main div.section div dl {
			width: 370px;
			margin: 0 15px 0 0;
			padding: 0 0 25px;
			position: relative;
			float: left;
			min-height:90px;
		}
		
		body div#container div#pagebody div#column2-main div.section div#seriesMain dl {
			min-height:108px;
		}
		
		* html body div#container div#pagebody div#column2-main div.section div dl {
			height:90px;
		}
		
		* html body div#container div#pagebody div#column2-main div.section div#seriesMain dl {
			height:108px;
		}

		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;
				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.linkProductInfo {
				margin-top: 10px;
				margin-bottom: 4px;
				line-height: 0;
				font-size: 0;
			}

.icon_blank {
	margin:0 0 0 3px;
	vertical-align:top;
}

.txt_blank {
	margin:3px 0 0 0;
}

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

	120910

-----------------------------------------------------------*/
#community-tabwrap{
	margin:20px 0 40px 0;
	padding:10px;
	background:url(../images/bg_01.jpg) no-repeat 175px 0px;
}
@media (max-width:640px){
#community-tabwrap{
	background:none;
	padding:0;
}
}

.community-tabtext{
	font-weight:bold;
	margin-left:180px;
}

#community-tab{
	margin:0;
	padding:0;
}

#community-tab li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

.heading-type00,
.heading-type01,
.heading-type02,
.heading-type03{
	background:url(../images/bg_tttl_01.gif) no-repeat left center;
	position:relative;
	padding:5px 18px;
	border-bottom:1px solid #00b0f0;
	margin:40px 0 30px;
	color: #00b0f0;
}

.heading-type00{
	background:url(../images/bg_tttl_00.gif) no-repeat left center;
	border-bottom:1px solid #777777;
	color: #777777;
	
}


.heading-type02{
	background:url(../images/bg_tttl_02.gif) no-repeat left center;
	border-bottom:1px solid #33CC33;
	color: #33CC33;
}

.heading-type03{
	background:url(../images/bg_tttl_03.gif) no-repeat left center;
	border-bottom:1px solid #f2b800;
	color: #f2b800;
}



.heading-type00 h2,
.heading-type01 h2,
.heading-type02 h2,
.heading-type03 h2{
	margin:0;
	padding:0;
	font-size:140%;
}

.heading-type00 span,
.heading-type01 span,
.heading-type02 span,
.heading-type03 span{
	position:absolute;
	right:10px;
	top:10px;
	color:#000;
}



.btn-type00 a,
.btn-type01 a,
.btn-type02 a,
.btn-type03 a{
	display:block;
	padding:5px 0 5px 25px;
	width:125px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration:none;
	color:#fff !important;
	/*margin:0 10px 0 0;*/
	font-weight:bold;
}


.btn-type00 a{
	background:url(../images/bg_btn_00.gif) no-repeat left center #777777;
	margin:0 10px 0 0;
}

.btn-type01 a{
	background:url(../images/bg_btn_01.gif) no-repeat left center #00b0f0;
	margin:0 10px 0 20px;
}

.btn-type02 a{
	background:url(../images/bg_btn_02.gif) no-repeat left center #33CC33;
	margin:0 10px 0 0;
}

.btn-type03 a{
	background:url(../images/bg_btn_03.gif) no-repeat left center #f2b800;
	margin:0 0 0 20px;
}

.btn-type00 a:hover,
.btn-type01 a:hover,
.btn-type02 a:hover,
.btn-type03 a:hover{
	filter:alpha(opacity=50);
	opacity:.5;
	*zoom:1;
	text-decoration:none;
	color:#fff;
}

@media (max-width:640px){
	
	.heading-type00,
	.heading-type01,
	.heading-type02,
	.heading-type03{
		background:none;
		padding:5px 0;
}

	.heading-type00 span,
	.heading-type01 span,
	.heading-type02 span,
	.heading-type03 span{
		position:relative;
		left:0px;
		top:0px;
}

#community-tabwrap{
	margin:20px 0 30px 0;
	padding:0;
}

	.btn-type00 a,
	.btn-type01 a,
	.btn-type02 a,
	.btn-type03 a{
/*	padding:0;*/
	margin:0 2px 5px 0;
}

.community-tabtext{
	font-weight:bold;
	margin-left:0px;
}


}

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

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





/*--PickUp-----------------*/


.PickUpBnr{
	width:100%;
	margin:0;
}

.PickUpBnr dl{
width:215px;
margin:0 30px 0 0 !important;
float:left;
}

.PickUpBnr dl.last{
margin:0;
float:left;
}

.PickUpBnr dt{
	margin:0 0 5px 0 !important;
}


.PickUpBnr dl.toru{
width:470px;
margin:0 10px 0 0 !important;
float:left;
}

.PickUpBnr dl.toru dt{
	margin:0 15px 5px 0 !important;
	float:left;
}

.PickUpBnr dd em{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

.PickUpBnr dd em.blank{
	padding-right:15px;
	background:url(/bd/images/icn_blank.gif) no-repeat right 4px;
	
}

.PickUpBnr dd em span.blank{
	padding-right:15px;
	background:url(/bd/images/icn_blank.gif) no-repeat right 4px;
	
}

.PickUpBnr dd .btn{
		margin:10px 0 0 50px !important;
		padding:0;
}

.PickUpBnr dd .btn .mod-linkButton1{
	padding:10px 0;
	margin:0;
	width:110px !important;
	text-align:center;
	font-size:14px;
}


@media (max-width:640px) {
.PickUpBnr{
	width:100%;
}

.PickUpBnr dl,
.PickUpBnr dl.last{
width:215px;
margin:0 auto 10px auto;
float:none;
}
}



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

.mod-seriesList .mod-seriesList-item2-text-intro{
	font-size:1em !important;
}
