@charset "shift_jis";
/* CSS Document */

*{ margin:0; padding:0; }
body{
	background:#FFF;
	font-size: 10px;
	line-height: 180%;
	color:#666666;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing: 1px;
}
img,
a img{ border:0; }
li{ list-style:none; }
.mgb10{ margin-bottom:10px; }
.mgb20{ margin-bottom:20px; }
.mgb30{ margin-bottom:30px; }
.mgb40{ margin-bottom:40px; }
.mgb50{ margin-bottom:50px; }

#wrapper{
	background:url(../img/bg_hd.gif) repeat-x left top;
}
#contents {
    margin: 0 auto 30px auto;
    width: 980px;
}
#contents .hdArea{
	background:url(../img/hd_model.png) no-repeat left top;
	height:511px;
	margin-bottom:35px;
}

#contents .pointBox,
#contents .brandBox{
	padding:0 38px;
}
#contents .pointBox p{
	font-size:14px;
	line-height:1.7;
}
#contents .pointBox ul li{
	font-size:14px;
	line-height:1.7;
	text-indent:-1em;
	margin-bottom:10px;
	padding-left:1em;
}
#contents .pointBox .LeftBox{
	float:left;
	width:504px;
}
#contents .pointBox .LeftBox2{
	float:left;
	width:383px;
}
#contents .pointBox .LeftBox3{
	float:left;
	width:418px;
}
#contents .pointBox .RightBox,
#contents .pointBox .RightBox2,
#contents .pointBox .RightBox3{
	float:right;
}
#contents .pointBox .img-caption{
	font-size:10px;
}


#contents .brandBox .tnf a{
	background:url(../img/btn_tnf.gif) no-repeat left top;
	width:537px;
	height:92px;
	display:block;
}
#contents .brandBox .tnf a:hover{
	background-position:0 -92px;
}



#contents .pagetop{
	text-align:right;
	color:#666666;
	margin:0 20px 20px 0;
}
#contents .pagetop a{
	color:#666;
}

p.footer{
	text-align:center;
}


/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
