#contents #words ul {
  width: 1000px;
  margin-left: 10px;
  margin-bottom: 60px;
  *zoom: 1;
}
#contents #words ul li {
  list-style: none;
}
#contents #words ul:before,
#contents #words ul:after {
  display: table;
  content: "";
}
#contents #words ul:after {
  clear: both;
}
#contents #words ul li {
  width: 160px;
  margin-right: 40px;
  float: left;
}
#contents #words ul li h3 {
  background: url("/static/images/words/icon-words.jpg") no-repeat 0 4px;
  font-size: 21px;
  font-weight: bold;
  padding-left: 24px;
  margin-bottom: 10px;
}
#contents #words ul li ul {
  margin-bottom: 0;
}
#contents #words ul li ul li {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 14px;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
  list-style: disc;
}


#home #other #news #tab-box div ul li .securitynews {
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  background: #325899;
  border: 2px solid #C9CACA;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
#home #other #news #tab-box div ul li .securitytopics {
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  background: #b28539;
  border: 2px solid #C9CACA;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
#home #other #news #tab-box div ul li .glossary {
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  background: #b28539;
  border: 2px solid #C9CACA;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
#home #other #news #tab-box div ul li .voice {
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  background: #b28539;
  border: 2px solid #C9CACA;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
#home #other #news #tab-box div ul li .example {
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  background: #b28539;
  border: 2px solid #C9CACA;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
#home #other #news #tab-box div ul li .ｄamagecase {
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  background: #b28539;
  border: 2px solid #C9CACA;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}

#service-detail .graphflow {
  margin-bottom: 60px;
}
#service-detail .graphflow table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.graphflow table caption {
  text-align: left;
  font-size: 15px;
}
.graphflow table th,
.graphflow table td {
  padding: 8px 21px;
}
.graphflow table th {
  width: 33%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  font-size: 15px;
  text-align: left;
}
.graphflow table td {
  border: 1px solid #c5c5c5;
  text-align: left;
  font-size: 15px;
}

.wpcf7 {
  margin: 96px 0;
}
.asterisk {
  margin: 0 0 0 0.2em;
  color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 0.2em 0.4em;
  background: #eee;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0,0,0,.2);
  border: 1px solid #ccc;
  text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
  box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

#sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
#sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
#sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #3972b2;
}
 
#sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
#sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #3972b2;
}

/* ページャー */
.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}

