@charset "utf-8";
/* CSS Document */

#container #main_content #main_col section{
	margin-bottom: 40px;
}

/*********************************************
 * 下層ページ：執筆者情報ボックス（サイズ・余白調整）
 *********************************************/

#container #main_content #main_col .subpage-author-info {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  padding: 1.5em;
  margin: 2em 0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
}

#container #main_content #main_col .subpage-author-info h3 {
  font-size: 14px;
  margin: 0 0 0.5em;
  font-weight: bold;
  line-height: 1.5;
}

#container #main_content #main_col .subpage-author-info h4 {
  font-size: 14px;
  margin: 0 0 0.5em;
  font-weight: normal;
  color: #444;
  line-height: 1.5;
}

#container #main_content #main_col .subpage-author-info p {
  margin: 0;
  line-height: 1.6;
}