@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 author     :日本アンチエイジング歯科学会第14回学術大会
 style info :コンテンツエリア関係 他
 
各ページのCSS

背景カラー：
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/*---------- box ----------*/
.box_01 {
	margin: 16px 0 24px;
	padding: 16px;
	background-color: #FBFBFB;
	border: 2px solid #CCC;
}

/*----------ボタン----------*/
.btn {
	position: relative;
 	display: inline-block;
	width: 250px;
	height: 30px;
	margin: 10px 0;
 	padding: 15px 30px !important;
	color: #FFF;
 	text-align: center;
 	text-decoration: none;
	font-size: 1.2rem;
   -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 {
	border: none !important;
	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.btn_sml {
	width: 200px;
	height: 30px;
	margin: 10px 0;
 	padding: 15px 30px;
	font-size: 1.1rem;
}

.btn.purple {
	background-color: #5E35B1;
}

.btn.green {
	background-color: #4CAF50;
}

.btn.green_dark {
	background-color: #357A38;
}

.btn.gray {
	background-color: #777;
}

.btn.gray:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.topBody .topInfoArea {
	position: relative;
	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;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	/* -webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;	
	justify-content: center; */
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	margin: 24px 25px 16px;
}

.topBody .topInfoArea a:link,
.topBody .topInfoArea a:visited {
	color: #444;
	text-decoration: none;
}

/*---------- 二重線　紫Box ----------*/
.topBody .topInfoBox_01 {
	width: auto;
	background-color: #EFEEFD;
	border: 5px double #8983F3;
	margin: 20px 20px 15px;
	padding: 15px 25px;
	font-weight: 500;
	box-sizing: border-box;
}

.topBody .topInfoBox_01 .info_ttl {
	margin: 0 0 .5em;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;	
}

.topBody .topInfoBox_01 .info_txt {
	margin: .5em 0 0;
	font-size: .9rem;
}

/*---------- 締切日 ----------*/
.topBody .topInfoBox_02 {
	width: auto;
	margin: 0;
	background-color: #11819F;	
	color: #FFF;
	box-sizing: border-box;
}

.topBody .topInfoBox_02 .info_ttl {
	padding: 16px 0 4px;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
}

.topBody .topInfoBox_02 .info_txt {
	padding: 0 0 16px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 1px;
}

.topBody .topInfoBox_02 .info_txt .date_01 {
	padding: 0;
	font-size: 1.8rem;
	font-weight: 600;
}

.topBody .topInfoBox_02 .info_txt .date_02 {
	padding: 0 5px;
	font-size: 1.1rem;
	font-weight: 500;
}

.topBody .topInfoBox_02 .info_txt .linkBtn {
	display: block;
	width: 150px;
	margin: 8px auto 0;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #FFF;
	font-size: .85rem;
}

.topBody .topInfoBox_02:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
  zoom: 1; 
}

/*---------- award ----------*/
.topBody .topInfoBox_03 {
	position: relative;
	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;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: auto;
	padding: 0;
	background: #b95481 url("../img/contents/top_award2019_bg.png") 75% center no-repeat;	
	font-weight: 500;
	box-sizing: border-box;
}

.topBody .topInfoBox_03 .info_img {
	width: 35%;
}

.topBody .topInfoBox_03 .info_txt {
	width: 65%;
	font-size: 1rem;
	color: #FFF;
}

.topBody .topInfoBox_03 .info_txt strong {
	padding: 0 4px 0 0;
	font-size: 1.2rem;
	letter-spacing: 1px;
}

.topBody .topInfoBox_03 .info_txt .small {
	font-size: .8rem;
}

/*---------- 新着情報 ----------*/
.topBody .update {
	width: 100%;
	min-height: 350px;
}

.topBody .update h2 {
	margin: 20px 0 30px;
	background: none;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	box-shadow: none;
}

.topBody .update table {
	display: block;	
	overflow: auto;
	white-space: nowrap;
	width: auto;
	height: 200px;
	margin: 20px 0 5px;
	padding: 0 10px 10px;
	border-collapse: separate;	
}
 
.topBody .update table tbody {
	display: table;	
	width: 100%;
}

.topBody .update table th {
	margin: 0 10px;	
	padding: 5px 15px 5px 0;
	width: 10%;
	color: #3A0077;
	font-weight: 600;
}

.topBody .update table td {
	margin-left:10px;
	padding: 5px;
	width: 100%;
}

.topBody .update table::-webkit-scrollbar {
	height: 3px;
}
 
.topBody .update table::-webkit-scrollbar-track {
	background: #F1F1F1;
}

.topBody .update table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/*----------------------------------------------------
	大会長挨拶
----------------------------------------------------*/
.greeting_theme {
	margin: 5px 0 0;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
}

.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: .9rem;
	font-weight: 500;
}

.greeting_name {
	font-size: 1.75rem;
	font-weight: 500;
}

.greeting_aff {
	display: block;
	font-size: .8rem;
	font-weight: 400;
	color: #666;
}

/*----------------------------------------------------
	プログラム
----------------------------------------------------*/
.program .pro_tTable_box {
	margin: 0 0 20px;
	padding: 25px;
	color: #333;
}

.program .pro_tTable_box .pro_tTable_hDate {
	margin: 0 0 16px;
	padding: 12px 16px;	
	font-size: 1.2rem;
	font-weight: 600;	
	color: #FFF;
	border-radius: 3px;
}

.program .pro_tTable_box .pro_tTable_hVenue {
	margin: 40px 0 10px;
	padding: 10px;
	background-color: #FFF;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 3px;	
}

.program .pro_tTable_cont {
	position: relative;
	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;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.program .pro_tTable_cont dt {
	width: 18%;
	padding: 16px 0;
	font-size: 1rem;
	font-weight: 600;
	color: #444;
}

.program .pro_tTable_cont dd {
	position: relative;
	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;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	width: 82%;
	padding: 16px 0;
	border-bottom: 1px solid #BBB;
}

.program .pro_tTable_cont dd .cont_phot {
	width: 20%;
}

.program .pro_tTable_cont dd .cont_txt {
	width: 78%;
}

.program .pro_tTable_cont dd .cont_head {
	margin: 0 0 4px;
	font-size: 1.1rem;
	font-weight: 600;
}

.program .pro_tTable_cont dd .label_01 {
	margin: 0 8px;
	padding: 3px 10px;
	background-color: #D33F3F;
	font-size: .85rem;
	font-weight: 400;
	color: #FFF;
	line-height: 2.5;
}

.program .pro_tTable_cont dd .cont_ttl {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 600;
}

.program .pro_tTable_cont dd .cont_name {
	font-size: .9rem;
}

.program .pro_tTable_cont.ver02 {
}

.program .pro_tTable_cont.ver02 dd {
	padding: 0;
}

.program .pro_tTable_cont.ver02 dd li {
	margin: 0 0 .5em 2em !important;
}

.program .pro_tTable_cont.ver03 dd {
	border: none;
}

.program .pro_tTable_cont.ver03 dd .cont_ttl {
	padding: 5px 8px;
	background-color: #418bef;
	font-size: 1.1rem;
	font-weight: 500;
	color: #FFF;
}

.program .pro_tTable_cont.ver03 dd .cont_name {
}

/*---------- 1日目 ----------*/
.program .pro_tTable_box.day_01 {
	background-color: #e4eefd;
}

.program .pro_tTable_box.day_01 .pro_tTable_hDate {
	background-color: #2f80ed;
}

.program .pro_tTable_box.day_01 .pro_tTable_hVenue {
	color: #105abd;
}

.program .pro_tTable_box.day_01 .pro_tTable_cont dd .cont_head {
	color: #105abd;
}

/*---------- 2日目 ----------*/
.program .pro_tTable_box.day_02 {
	background-color: #eff8ef;
}

.program .pro_tTable_box.day_02 .pro_tTable_hDate {
	background-color: #4caf50;
}

.program .pro_tTable_box.day_02 .pro_tTable_hVenue {
	color: #2e6b31;
}

.program .pro_tTable_box.day_02 .pro_tTable_cont dd .cont_head {
	color: #2e6b31;
}

/*----------------------------------------------------
	演題登録
----------------------------------------------------*/
.subject table {
    width: 100%;
}

.subject table th, 
.subject table td {
	padding: 10px;
	border: 1px solid #CCC;
}

.subject table th {
	background-color: #EEE;
	font-weight: 600;
}
 
.subject table th {
	width: 25%;
	text-align: left;
	vertical-align: middle;
}


/*----------------------------------------------------
	参加登録
----------------------------------------------------*/
.join_charge {
	width: 100%;
	border-collapse: separate;
 	border-spacing: 3px;		
}

.join_charge th, 
.join_charge td  {	
	padding: 10px;
	color: #333;
}

.join_charge thead th {
	background-color: #3E3A3B;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 1.1rem;
	font-weight: 500;
}

.join_charge tbody th {
	background-color: #D1CECE;
	color: #222;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
}

.join_charge tbody td {
	background-color: #EEE;
	text-align: right;
	vertical-align: middle;
}

.join_charge td.center {
	text-align: center !important;
}

.join_charge .small {
	display: block;
	font-size: .9rem;
}

/* -----------------------------------------------------------
	ただいま、準備中です
----------------------------------------------------------- */
.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;	
}