﻿#backtop{
	position: fixed;
	right: 5px;
	bottom: 40px;
	z-index:10;
	padding:3px;
	cursor:pointer;
	text-align:center;
	color:#FFF;
	background-color:rgba(10,10,10,0.6);
}
#backtop div{
	cursor:pointer;
	border:dotted #DDD 2px;
	padding:4px;
}
#replace2016 table{
	margin-left: 60px;
	margin-bottom: 40px;
	border-collapse: collapse;
}
#replace2016 table tr{
	border:#CCC 1px solid;	
}
#replace2016 table tr:nth-child(even){
	background-color:inherit;
}
#replace2016 table tr:nth-child(odd){
	background-color:inherit;
}
#replace2016 table tr th,
#replace2016 table tr td{
	border: #ddd 1px solid;
	padding: 14px;
}
#replace2016 ol{
	margin-left: 60px;
}
#replace2016 ol li{
	border: none;
}
#replace2016 h3 + p{
	margin-left: 60px;
}
#replace2016 #replace-menu ul{
  list-style: square;
}
#replace2016 #replace-menu ul li{
  padding:0px 0px 7px 0px;
  margin:0px;
}
#replace2016 #replace-menu ul li a:before{
  content: "";
}
.rep-ti ul{
	list-style: none;
}
.rep-ti ul li{
  position: relative;
  margin-left: 7em;
  margin-bottom: 0px;
}
.rep-ti ul li span{
  position: absolute;
  left: -7em;
}
.rep-ti ul li span:after{
  content: "：";
}
.rep-ti-o{
  display: none;
}
.rep-ol{
  text-align: right;
}
.rep-op {
  cursor: pointer;
}
#replace2016 thead{
  background-color: #FFF;
}
#replece-table table{
  border:none;
  margin: 20px 0 ;
  padding:0;
}
#replece-table table tr th,
#replece-table table tr td{
  border:none;
}
#replece-table table tr{
  border-left: none;
  border-right: none;
}
#replece-table table colgroup col.replece-dya,
#replece-table table colgroup col.replece-date{
  background-color: #fff ;
}
#replece-table table colgroup col.replece-dya{
  width: 10em;
}
#replece-table table colgroup col.replece-old{
  background-color: #fed;
}
#replece-table table colgroup col.replece-new{
  background-color: #eff;
}
#replece-table table tr{
  border-left: none;
  border-right: none;
}
#replece-table table tr td{
  margin: 0;
  padding:10px;
}
#replece-table table tr td p{
  margin: 0;
  padding:0;
}
#replece-table table tr td ul{
  margin:0;
}
#replece-table table tr td ul li{
  margin:0;
}
#replece-table table tr td ul li span{
  font-weight: bold;
  white-space: nowrap;
}
#replece-table table tr td ul li span:after{
  content: "：";
}
#replece-table table tr td ul li.server-ch{
  font-weight: bold;
  color:#f00;
}
.serverset{
  padding:10px;
}
.serverset h5{
  border-left:solid 5px #828;
  padding-left: 7px;
}
.serverset dl{
  border:2px #ddd solid;
  border-radius: 5px;
  padding:15px;
}
.serverset dl dt{
  float: left;
  width: 5.5em;
  font-weight: bold;
}
.serverset dl dd{
  padding-left: 20px;
  margin-bottom: 14px;
}
.serverset dl dd:before{
  content: ": ";
  color:#000;
}
.serverset dd.newserver-font{
  color: #f55;
}
.new-sftp{
  background-color: #eff;
}
.old-sftp{
  background-color: #fed;
}

.refaq-box{
	border: 1px solid #ddd;
	background-color: #ffd;
	margin-top: 28px;
	box-shadow: 3px 1px 4px #44a;
}
.refaq-question{
	border-bottom: 2px dotted #ddd;
	position: relative;
	padding-left: 25px;
}
.refaq-question:before{
	position: absolute;
	content: url(/images/Q.png);
	left: 5px;
}
.refaq-question h4{
	margin-right: 12px;
	margin-left: 8px;
}
.refaq-answer{
	padding: 1em 0;
	position: relative;
	padding-left: 25px;
	padding-bottom: 20px;
}
.refaq-answer:before{
	position: absolute;
	content: url(/images/A.png);
	left: 5px;
}
.refaq-answer p{
	margin: 0 18px 12px 24px;
	line-height: 1.6em;
}
.refaq-answer h5{
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 7px;
}

.new-start{
  margin-left: 40px;
}
.new-start dl{
  border-radius: 5px;
  padding:0px 20px 20px 20px;
}
.new-start dl dt{
  float: left;
  width: 5.5em;
  font-weight: bold;
}
.new-start dl dd{
  padding-left: 20px;
  margin-bottom: 14px;
}
.new-start dl dd:before{
  content: ": ";
  color:#000;
}
.new-start dd.newserver-font{
  color: #f55;
}
.new-start dt.f-service{
  float: left;
  width: 9.5em;
  font-weight: bold;
}

.text-red{
  color: rgb(250, 50, 50);
}
.txdel{
  text-decoration: line-through;
}