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

body{
	margin:0;
	padding:0;
	font-family:'Roboto', sans-serif;
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em
}

b{
	line-height: .75em;
}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
	position:relative;
    min-height:100%; 
    background-attachment:fixed;
    background-repeat:no-repeat;
	background:url(../img/support/hdd.jpg);
}


@media only screen and (max-width: 480px){

.top-img{
	margin-left:-65em
}	
}

/*------------------HDD---------------*/

.hdd{
	padding:3% 10% 5%;
	color:#666
}

.hdd h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}

.hdd p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.6em
}

.hdd a{
	color:#C00;
	text-decoration:none
}

.hdd a:hover{
	text-decoration:underline
}

.remark{
	margin:3em 0 0 0;
	font-size:.8em;
	font-weight:300;
	line-height:1.4em
}

@media only screen and (max-width: 480px){
	
.hdd{
	padding:3% 5% 5%
}

.hdd h1{
	font-size:3em;
	line-height:.9em
}
}

/*--------------TABLE---------------*/

select{
	outline:none;
	border:none;
	width:100%;
	color:#444;
	cursor:pointer
}

table{
	width:100%;
	padding:0
}

th{
	text-align:left;
	background:#C00;
	color:#FFF;
	font-weight:500;
	font-size:.85em;
	padding:1em 0 1em .5em
}

td{
	border-bottom:1px solid rgba(0,0,0,.2);
	padding:1em 0 1em .5em;
	font-size:.9em
}

@media only screen and (max-width: 800px){

table, thead, tbody, th, td, tr{ 
	display:block;
}

select{
	border-bottom: none; 
	z-index:-98;
	background: none;
	color:#666;
	cursor:pointer;
}

th{
	width:100%;
	display:none;
}

td{
	display:block;
	height:100%;
	padding:.5em 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1); 
	position: relative;
	padding-left: 50%;
	width: auto;	
}

tr{
	border-bottom:1px solid rgba(204,0,0,1);
	z-index:-98;
}

thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

td:before { 
	position: absolute;
	left: 6px;
	width: 100%; 
	padding-right: 10px; 
	white-space: nowrap;
	z-index: -98;
}	



td:nth-of-type(1):before { content: "容量	"; }
td:nth-of-type(2):before { content: "品牌"; }
td:nth-of-type(3):before { content: "型號/家族	"; }
td:nth-of-type(4):before { content: "型號"; }
td:nth-of-type(5):before { content: "接口"; }
td:nth-of-type(6):before { content: "主機¹"; }
td:nth-of-type(7):before { content: "RAID²"; }
td:nth-of-type(8):before { content: "IP SAN³"; }
}


