@import "../../common/css/add.css";

p{
	line-height: 1.6;
}

.interviewer{
	margin-top:2.5em;
	color:#483D8B;
/*	color:#6E5BA0;
	font-weight: bold;*/
}

.article:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.article h3{
font-size:133%;
}
table.table{
	margin-bottom: 1.5em;
	border:1px solid #ccc;
	border-collapse:collapse;
}
table.table th,
table.table td{
	font-size:133%;
	padding: 10px 15px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

ol{
	font-size:133%;
	margin-bottom: 1.5em;
}