@charset "UTF-8";

/*ftp*/

.ftp #base{
background-image:url("img/img_base_ftp.png");
background-position:center top;
background-repeat:no-repeat;
margin:0 auto 0;
}

.ftp #contentsbox{
width:900px;
padding:700px 0px 70px 0px;
margin:0 auto 0;
}

.ftp .outline{
display:block;
border:1px solid red;
padding:0 20px 20px 20px ;
width:849px;
height:49px;
margin:auto;
overflow:hidden;
}

.ftp .outline .accbtn{
margin-left:-20px;
}

.ftp .what{
border:1px solid red;
padding:0 20px 20px 20px ;
width:849px;
height:15px;
margin:15px auto 0;
overflow:hidden;
}

.ftp .what .accbtn{
margin-left:-20px;
}

.accordion table{
border-collapse: collapse;
}

.accordion table th, .accordion table td {
border: 1px #333 solid;
border-spacing: 2px;
padding: 10px;
color: #eee;
text-align:center;
}


.ftp .title{
font-size:120%;
font-weight:600;
margin-top:25px;
margin-bottom:10px;
color:red;
}

.ftp .red{
color:red;
}

.accordion table .exp{
font-size:90%;
text-align:left;
padding-left:0px 15px 0px;
}

.accordion table .mini{
font-size:80%;
color:#999;
}

/*ftp_end*/