@charset "utf-8";

#wrapper .projectRow .document .documentBody {
  border: none;
}

/*====================================================
  編集者・執筆者一覧
----------------------------------------------------*/

.projectRow .document .documentBody p.editorName,
.projectRow .document .documentBody p.editorProfile {
  margin: 0;
}
.mb60 {
  margin: 0 0 60px;
}
.editorContent {
  padding: 20px;
  border: 10px solid #f4f4f4;
}
.editorName {
  font-size: 20px;
  font-weight: bold;
}
.editorName span {
  margin: 0 0 0 20px;
  color: #a0a0a0;
}
.editorProfession {
  padding: 0 0 10px;
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.editorProfile {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
body[data-parent] #mainArea #user-area p.editorDocument {
  margin: 10px 0 0 !important;
  padding: 15px 0 0;
  font-size: 14px !important;
  border-top: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.editorDocument a {
  font-weight: bold;
  color: #023567;
  text-decoration: underline;
}
.editorDocument a:hover {
  opacity: .8;
}
.editorDocument .date {
  margin: 0 0 0 15px;
  font-size: 12px;
  color: #818181;
}