/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hides from IE-mac */
h3 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	text-indent: -1000em;
	background-image: url(../img/title.gif);
}

h3 span {
	display: block;
	visibility: hidden;
}

#contents {
	text-align: left;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	clear: both;
	width: 720px;
}

#now {
	margin-left: 20px;
}

#now p {
	line-height: 1.5;
	margin-bottom: 0.8em;
	font-size: 1em;
}

#now p img{
	display: inline-block;
}

.now-intro p {
	font-size: 1.1em;
}

.now_l {
	float: left;
	display: inline;
	width: 335px;
	margin: 0 0 15px;
}

.now_r {
	float: right;
	display: inline;
	width: 335px;
	margin: 0 0 15px;
}

#now h4 {
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: 900;
	color: #000000;
	border-bottom: 1px dotted #FF6400;
	margin-bottom: 10px;
	margin-top: 10px;
}

.coverImg {
	float: left;
	display: inline;
	width: 150px;
}

.coverTxt {
	float: right;
	display: inline;
	width: 175px;
}

#now h5 {
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
	border-top: 1px dotted #999999;
	padding-top: 10px;
	margin-top: 10px;
	zoom: 100%;
	color: #FF6400;
}

#now h5.noColor {
	color: #000000;
}

.pdfLink img {
	vertical-align: text-bottom;
	margin: 0 0 0 20px;
	display: inline-block;
}

#now li {
	line-height: 1.4;
	list-style: none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.05em;
}

.line-bottom {
	min-height: 40px;
	height: auto !important;
	height: 30px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
}

.line-top-bottom {
	min-height: 40px;
	height: auto !important;
	height: 30px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	margin-bottom: 5px;
	clear: both;
}

.qesLink {
	clear: both;
	text-align: center;
	background-color: #EFEFEF;
	margin: 10px 0;
	padding: 10px;
}

.qesLink img {
	vertical-align: text-bottom;
	margin: 0 0 0 20px;
	display: inline-block;
}

.backBtn {
	clear: both;
	text-align: center;
	background-color: #EFEFEF;
	margin: 10px 0;
	padding: 10px;
}

.get-ar {
	font-size: 1em;
	border: 2px solid #CCC;
	padding: 10px 10px 0;
	margin: 0 0 10px;
}

.arImg {
	float: left;
	display: inline;
	width: 112px;
	padding: 2px 0 0;
}

.arTxt {
	float: right;
	display: inline;
	width: 530px;
}

.COt {
	font-size: 0.7em;
}
/* ------------------------------------ 201907追加----------------------------------------- */
#contentBody{
	padding: 135px 0 20px;
	font-size: 105%;
}
#contentBody *{
	box-sizing: content-box;
}
#contentBody a:link    {color:#0000ff;}
#contentBody a:visited {color:#9933cc;}
#contentBody a:hover   {color:#ff0000; text-decoration:none;} 
#contentBody a:active, a:focus   {color:#0000ff;}
