@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 author     :第68回日本口腔衛生学会・総会
 style info :コンテンツエリア関係 他
 
各ページのCSS

背景カラー：
=================================================================== */

.notes_v01 {
	margin: 0 auto 16px;
	padding: 16px 24px;
	background-color: #FCEBD7;
	font-size: 1.05rem;
	color: #333;
	line-height: 1.8;
	word-break: break-all;
}

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.btn {
	position: relative;
 	display: inline-block;
	width: 230px;
	/* height: 30px; */
	margin: 10px 0;
 	padding: 10px 40px !important;
	border: none !important;
	color: #FFF;
 	text-align: center;
 	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 500;
	box-shadow: 0 10px 4px -6px rgba(0, 0, 0, .22);	
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;	
}

.btn:link, 
.btn:visited,
.btn:hover {
	color: #FFF !important;
}

.btn::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #FFF;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;		
}

.btn:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}

.btn:active {
	top: 3px;
	box-shadow: none;
}

.btn.btn_s {
	width: 180px;
}

.btn.orange {
	background-color: #DE7413;
	text-shadow: 1px 1px 1px #5F3908;	
}

.btn.orange.pale {
	background-color: #EC8F19;
	text-shadow: 1px 1px 1px #71440A;
}

.btn.blue {
	background-color: #2070A1;
	text-shadow: 1px 1px 1px #0C303F;		
}

.btn.blue.pale {
	background-color: #299FD0;
	text-shadow: 1px 1px 1px #165570;	
}

.btn.gray {
	background-color: #777;
}

.btn.gray:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.btn.gray:active {
	top: 0;
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.topBody .update {
	width: 100%;
	margin: 30px auto 50px;	
}

.topBody .update h2 {
	width: 715px;
	margin: 0 auto;
	padding: 20px;
	background-color: #207BA1;
	border: none;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 500;
	color: #FFF;	
}

.topBody .update h2::before, 
.topBody .update h2::after {
	display: none;
}

.topBody .update .TextArea {
	min-height: 200px;
	height: auto !important;
	margin: 0 auto;
	padding: 20px;
	background-color: #EEE;
	border: none;
	box-shadow: 0 12px 4px -6px rgba(0, 0, 0, .22);
}

.topBody .update table {
	width: 100%;
}

.topBody .update table tr {
	border-bottom: 1px solid #CCC;
}

.topBody .update table th {
	margin: 0 10px;	
	padding: 10px 15px 10px 0;
	width: 10%;
	color: #2D3C46;
	font-weight: 600;
}

.topBody .update table td {
	margin: 0 0 0 10px;
	padding: 10px 0;
	width: 100%;
}

/*----------------------------------------------------
	更新情報
----------------------------------------------------*/
.past table {
	width: 100%;
}

.past table tr {
	border-bottom: 1px solid #CCC;
}

.past table th {
	margin: 0 10px;	
	padding: 10px 15px 10px 0;
	width: 10%;
	color: #2D3C46;
	font-weight: 600;
}

.past table td {
	margin: 0 0 0 10px;
	padding: 10px 0;
	width: 100%;
}


/*----------------------------------------------------
	大会長挨拶
----------------------------------------------------*/
.greeting_visual {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	margin: 20px auto 20px;
	padding: 0 0 20px;
	border-bottom: 3px solid #CCC;
}

.greeting_sign {
	padding: 0 15px;
	font-size: 1rem;
	font-weight: 500;
}

.greeting_name {
	font-size: 1.75rem;
	font-weight: 500;
}

.greeting_aff {
	display: block;
	font-size: .9rem;
	font-weight: 400;
	color: #666;
}

/*----------------------------------------------------
	プログラム
----------------------------------------------------*/
body.program .pro_ttl_date {
  position: relative;	
	margin: 40px 0 0;
	padding: 8px 0;
  border-bottom: 4px solid #AAA;
	font-size: 1.3rem;
	font-weight: 600;
}

body.program .pro_ttl_date::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 4px solid #17787D;
  bottom: -4px;
  width: 20%;
}

body.program .pro_list {
	margin: 0 0 30px;
}

body.program .pro_ttl01 {
	position: relative;	
	margin: 30px 0 15px;
	padding: 0 0 0 8px;
	border-left: 5px solid #AAA;
	font-size: 1.2rem;	
	font-weight: 600;
}

body.program .pro_ttl02 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	font-weight: 500;
	color: #0078BF;
}

body.program .pro_cont {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 5px 0 0 15px !important;
}

body.program .pro_cont dt {
	width: 14%;
	margin: 0 0 7px;
	font-weight: 500;
	box-sizing: border-box;
}

body.program .pro_cont dt span {
	display: block;
	width: 80px;
	height: 30px;
	padding: 3px 8px;
	border: 1px solid #CCC;	
	text-align: center;
	font-size: .9rem;
	box-sizing: border-box;
}

body.program .pro_cont dd {
	width: 86%;
	margin: 0 0 7px;
	padding: 3px 0;	
	box-sizing: border-box;	
}

body.program .pro_cont dd .dept {
	font-size: .9rem;
	color: #555;
}

/*----------------------------------------------------
	採択通知（発表者へのご案内）
----------------------------------------------------*/
body.adoption ol li p {
	margin-bottom: .5em !important;
}

.posterTime {
	width: 98%;
	margin: 16px 0;
}

.posterTime .table_01 {
	width: 55%;
	padding: 8px 16px;
	border: 2px solid #CCC;
	border-collapse: separate;
}

.posterTime .table_01 th,
.posterTime .table_01 td {
	padding: 0;
	box-sizing: border-box;
}

.posterTime .table_01 th {
	width: auto;	
	font-size: 1rem;
	font-weight: 500;
}

.posterTime .table_01 thead th {
	padding: 0 0 8px;
}

.posterTime .table_01 tbody th {
	padding: 0 0 0 16px;
}

/*----------------------------------------------------
	演題登録
----------------------------------------------------*/
.subject .umin_link th {
	font-size: 1.1rem;
}

.subject .umin_link td {
	text-align: center;
}

.subject .umin_link .btn {
	width: 220px;
 	padding: 15px !important;
}


/*----------------------------------------------------
	参加登録
----------------------------------------------------*/
table.join_charge {
    width: 100%;
}

table.join_charge th, 
table.join_charge td {
	padding: 10px;
	border: 1px solid #CCC;
}

table.join_charge thead th {
	background-color: #2980B9;
	color: #FFF;
	text-align: center;
	font-weight: 600;
}

table.join_charge tbody th {
	background-color: #EEE;	
	text-align: left;
	vertical-align: middle;
	font-weight: 600;		
}

table.join_charge td {
	text-align: right;
}

table.join_charge .center {
	text-align: center;
}


body.join .table_04 ul.uniList {
	margin: 0 !important;
}

body.join .table_04 ul.uniList li {
	margin: 0 0 .5em 1em !important;
}

body.join .seminarList {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 5px 0 0 !important;
}
/*
.join .seminarList dt {
	width: 100%;
	margin: .5em 0 0;
}

.join .seminarList dd {
	width: 100%-1em;
	margin: 0 0 .5em 1em;	
}
*/

.join .seminarList dt {
	width: 13%;
	margin: 0 0 .5em;
}

.join .seminarList dd {
	width: 87%;
	margin: 0 0 .5em;	
}

/* ウィンドウ幅が0〜768pxの場合に適用するCSS */
@media only screen and (max-width:768px){
.join .seminarList dt {
		width: 17%;
}
.join .seminarList dd {
		width: 83%;
}
}

.join .seminarList dd .lecturer {
	padding-left: 1em;
	text-indent: -1em;
}

.join .seminarList dd .lecturer:not(:nth-of-type(1)) {
	margin: 1em 0 0;
}

.join .seminarList dd .ttl {
	display: block;
	font-weight: 500;
}

.join .seminarList dd .depart {
	font-size: .9rem;
}

/* -----------------------------------------------------------
	English
----------------------------------------------------------- */
body.english .table_03 th {
	padding: 15px;
	text-align: left;
	font-size: 1rem;
}

/* -----------------------------------------------------------
	ただいま、準備中です
----------------------------------------------------------- */
.tbd_cont {
	margin: 0 30px;
	padding: 50px 10px;
	background-color: #EEE;
	text-align: center;	
}

.tbd_cont .tbd_cont_txt {
	font-size: 1.7rem;
	font-weight: 500;
}

.tbd_cont .tbd_cont_txt_sub {
	margin: 0 0 20px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #888;	
}