@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
	width:100%;
}

body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background: #2D2D2D;
	color:#FFF;
	font-size:12px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p,h1,h2,h3,h4,h5,ul,li{ margin:0; padding:0;}

.mt0{margin-top:0px;}
.mt2{margin-top:2px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}

.fr{ float:right;}
.fl{ float:left;}
.bg{ background:#F0F0F0;}


#header{
	width:950px;
	height:530px;
	margin:0 auto;
	padding:0 30px 0 30px;
	text-align:left;
	
}

.cambanner{
	padding-top:432px;
}
h1{ padding:0 0 0 0;}
h2{ padding:15px 0 50px 0; border-top:1px solid #555; width:950px;}
h3{ padding:0 0 18px 0;}
h4{ padding:0 0 12px 0;}

#wrapper{
	width:950px;
	margin:0 auto;
	padding:0 30px 100px 30px;
	text-align:left;
}

.wfull{
	width:950px;
}

.tanzyou{
	width:880px;
	padding:20px 35px 35px 35px;
	background:#5F616B;
	margin-top:15px;
}

.fullblack{
	background:#2D2D2D;
	width:870px;
	padding:40px;
}


.inWidth{
	width:870px;
}

h5{
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	line-height:1.5em;
}

.fabric01{
	width:870px;
	font-size:0.9em;
	line-height:1.5em;
}

.fabric01 th{
	width:130px;
	text-align:center;
	background:url(../images/dot.gif) 0 bottom no-repeat;
}

.fabric01 td{
	padding:5px 0 5px 0;
	background:url(../images/dot.gif) 0 bottom no-repeat;
}

.fabric01 td.txt{
	padding-right:20px;
}

.fabric02{
	width:870px;
	font-size:0.9em;
	line-height:1.5em;
}

.fabric02 th{
	width:130px;
	text-align:center;
	background:url(../images/dot.gif) 0 bottom no-repeat;
}

.fabric02 td{
	padding:15px 0 15px 0;
	vertical-align:top;
	background:url(../images/dot.gif) 0 bottom no-repeat;
}


.brand{
	width:947px;
	padding:0;
	margin:0 auto;
	list-style:none;
}

.brand li{
	width:114px;
	height:83px;
	margin:0 5px 5px 0;
	float:left;
}

.brand li.last{
	margin-right:0;
}





/*============================ clearfix =============================*/



.clearfix {
	clear:both;
	float:none;
}


img{ border:none; }
a{ outline:none;}

