#oca dl{
margin:0 10px 10px;
}
/*
#oca dt::after{
  content:'';
position:absolute;
right:10px;
top:9px;
width:20px;
height:20px;
margin:0;
text-indent:0;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
text-align:center;
color:#aaaaaa;
background:-moz-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(255,255,255,0.2) 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.2)),color-stop(1, rgba(255,255,255,0.3)));
z-index:25;
line-height:20px;
border: 4px solid #ddd;
}

#oca dt.selected{
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
background:#f6f6f6;
}

#oca dt.selected::after{
content:'';
}
*/

#oca dd{
padding:10px 10px 10px 10px;
background:#ffffff;
font-size: 14px;
line-height: 1.6em;
}

#oca dd a{
text-decoration: underline;
color:#0000ff;
}


/* Page Navigation */
.pageNAVI{
  margin:0 auto;
  width:94%;
  text-align:center;
}

.pageNAVI li{
  display:-moz-inline-box;
  display:inline-block;
  height:28px;
  font-size:12px;
  font-weight:bold;
  text-align:center;
}

.pageNAVI li.nextback{
  margin:0 1%;
  width:25%;
}

.pageNAVI li.numeric{
  width:10%;
}

.pageNAVI li a{
  display:block;
  padding:5px 0;
  width:100%;
  height:18px;
  background:-moz-linear-gradient(top, #73C1E6 0%, #2D67FA 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#73C1E6), color-stop(100%,#2D67FA));
  text-shadow:1px 1px 1px rgba(0,0,0,0.2);
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid rgba(0,0,0,0.1);
  color:#ffffff;
  font-weight:bold;
  line-height:18px;
}

.pageNAVI li em{
  display:block;
  padding:5px 0;
  width:100%;
  height:18px;
  background:-moz-linear-gradient(top, #f6f6f6 0%, #ffffff 30%, #ffffff 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(30%,#ffffff), color-stop(100%,#ffffff));
  text-shadow:1px 1px 1px rgba(0,0,0,0.2);
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid rgba(0,0,0,0.1);
  color:#008EE6;
  font-weight:bold;
  font-style:normal;
  line-height:18px;
}









#oca .writer {
  font-size:13px;
  color:#333;
}

#oca .writer2 {
  font-size:11px;
  color:#678;
}

#oca .writer2 span {
  font-size:10px;
  color:#777;
}

#oca .rescnt {
  font-size:11px;
  font-weight:bold;
  color:#fff;
  background:#f69;
  margin-left:24px;
  padding:2px 5px;
}

#oca .question {
  font-size:14px;
  font-weight:bold;
  color:#3D74FF;
}

#oca .answer p {
  border-bottom:1px dashed #ccc;
  font-weight:bold;
  font-size:12px;
  color:#666;
}

h2{
background:#DEE8FF;
color:#555555;
text-shadow:0 1px 1px #BDC5D9;
border-bottom:1px solid #d8e1f7;
position:relative;
padding-left:10px;
height:32px;
text-indent:0;
font-size:15px;
line-height:32px;
}


.ocatxt{
  margin: 5px 0px 10px;
  padding: 0px 10px;
  line-height: 1.5;
}

#Qform{
  padding: 10px;
}

.Kform{
  text-align:center;
  width:100%;
  margin:5px auto;
  line-height:1.4;
}

.onayami{
  width:80%;
}

#oca .thread article p{
  line-height:1.2;
}


#oca .thread article p.rescnt{
  margin:0 auto;
  padding:2px;
  width:144px;
  background:#ffc8d8;
  text-align:center;
  -moz-border-radius:24px;
  -webkit-border-radius:24px;
  border-radius:24px;
  font-size:11px;
  line-height: 1.25;
  font-weight:bold;
  text-shadow:0 1px 0 #ffe6ed;
  color:#741a34;
}

#oca article{
  position:relative;
  margin:10px 6px;
  padding:8px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #ffc8d8;
}

.nameaf{
  font-size:10px;
}

#oca .jump a{
background:-moz-linear-gradient(center top, #008EE6 0%,#021DE6 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #008EE6),color-stop(1, #021DE6));
border:1px solid #99B6FF;
-moz-box-shadow:inset 0 0 1px rgba(255,255,255,0.9),1px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,0.9),1px 2px 3px rgba(0,0,0,0.3);
box-shadow:inset 0 0 1px rgba(255,255,255,0.9),1px 2px 3px rgba(0,0,0,0.3);
color:#ffffff;
text-shadow:0 1px 1px rgba(0,0,0,0.5);
}

#oca table {
width: 98%;
text-align: center;
}