@charset "UTF-8";

 .info h1{
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 5px solid #ececec;
  margin-bottom: 40px;
}

.info h2{
	text-align:center;
}

.info h3{
	margin-bottom:10px;
	font-size:20px;
}

.info h4{
	padding:5px;
	margin-bottom:20px;
	font-size:17px;
	background-color:#f4f4f4;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.info h5{
	padding:5px 0;
	margin-bottom:10px;
	font-size:14px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#contents_1column{
	width: 980px;
	margin: 0 auto;
}

.info #contents_1column p{
	margin-bottom:20px;
}

.info #contents_1column ul{
	margin-bottom:20px;
}

.info #contents_1column .link_back{/* 20150623 */
	width:200px !important;
}

.info table{
	width:100%;
	margin:0 0 20px 0;
	text-align:left;
}
.info table{
	border-top: 1px solid #ccc;
}

.info table table{
	width:70%;
	margin:0;
}

.info table th {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #fff;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    width: 18%;
}
.info table th.caption {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #fff;
    font-weight: normal;
    padding: 4px 10px 0;
    text-align: left;
    width: auto;
}
.info table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px 15px;
}
.info table .intable {
    border-top: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.info table .intable th {
    border-bottom: 1px solid #ccc;
    border-right: medium none;
    line-height: 150%;
    padding: 6px 12px;
    text-align: left;
    white-space: nowrap;
    width: auto;
}
.info table .intable td {
    border-bottom: 1px solid #ccc;
    line-height: 150%;
    padding: 6px 12px;
    white-space: nowrap;
    width: auto;
}
