@charset "utf-8";
/*人間ドック健診施設経営研究会（旧：これからの健診事業を考える会・地区情報交換会）用*/
.shisetsu_keiei_page h3{
	margin-bottom: 1em;
}
/* 後援 */
.shisetsu_keiei_page h4 span{
	text-align: right;
	font-size: 0.8em;
	color:#333;
	font-weight: normal;
	float: right;
}
/* 最初の挨拶文 */
.shisetsu_keiei_page .top_mess{
	margin-bottom: 20px;
}
/* h4の下右寄せリンク(九州健診経営研究会はこちら等) */
.shisetsu_keiei_page .top_right_link{
	text-align: right;
	margin-bottom: 1em;
}
/* お申込みのお知らせ部分 */
.shisetsu_keiei_page .app_info_box{
	margin: 0 0 20px;
}
.shisetsu_keiei_page .app_info_box h6{
	margin: 20px 0 6px;
	font-size: 1.05em;
	padding-bottom: 3px;
	color: #034dc7;
}
.shisetsu_keiei_page .app_info_box .linkMark2{
	margin-left: 1em;
}
.shisetsu_keiei_page .app_detail{
		margin-bottom: 10px;
	}
.shisetsu_keiei_page .app_detail dt{
		width: 6em;
		float: left;
		text-align: justify;
		text-align-last: justify;
		text-justify: inter-ideograph;
	}
.shisetsu_keiei_page .app_detail dt::after{
		content: ": ";
	}
.shisetsu_keiei_page .app_detail dd{
		margin-left: 6.5em;
	}	
/* 申し込みボタン */
.btn_box .app_btn{
	padding: 10px 40px 8px 30px;
	margin: 10px 0;
	background-color: #FFEDA9;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	position: relative;
	border: solid 3px #7DC15B;
} 
.btn_box .app_btn a::after{
	content: url(../../images/link_icon_2.png) ;
	position: absolute;
   top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	right: 10px;
}
.btn_box .app_btn:hover {
  background-color: #FCC5A5;
  top: 1px;
}
.btn_box .app_btn a{
	text-decoration: none;
	font-weight: bold;
}
.btn_box .app_btn:hover a{
	color:#390!important;
}
.btn_box .app_btn.off{
	background-color: #aaa;
}
/* 当日のテーマ、プログラム */
.shisetsu_keiei_page .schedule_area{
	margin: 30px 0;
}
div#content-area.shisetsu_keiei_page .schedule_area .schedule_box h5{
	font-size: 16px;
	font-weight: bold;
	margin:  10px 0 20px -16px;
	padding: 3px 0 6px 10px ;
	border-bottom: dashed 1px #ddd;
}
.shisetsu_keiei_page .schedule_area .schedule_box h6{
	margin-top: 10px;
}
.shisetsu_keiei_page .schedule_area .schedule_box{
	margin: 20px 0 10px 20px;
}
.shisetsu_keiei_page .schedule_area .schedule_box .ml1{
	margin-left: 1em;
}
/* プログラム部分 */
.shisetsu_keiei_page .program_area{
	margin-top: 30px;
}
.shisetsu_keiei_page .program_area h5{
	font-size: 16px;
	font-weight: bold;
	margin: 0.5em 0 10px 0;
	border: none;
	padding: 0;
}
.shisetsu_keiei_page .program_area .program_box{
	margin-left: 1.5em;
}
.shisetsu_keiei_page .program_area h6{
	font-size: 14.5px;
}
.shisetsu_keiei_page .program_box .position{
		text-align: right;
		margin-bottom: 10px;
		font-size: 14px;
}

/* 過去の報告 */
.shisetsu_keiei_page .report_box{
	margin-top: 30px;
}