@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 author     :第11回日本歯科衛生教育学会学術大会
 style info :コンテンツエリア関係 他
 
各ページのCSS

背景カラー：
=================================================================== */

/* -----------------------------------------------------------
	.l-body__top-page
		トップページ
----------------------------------------------------------- */

/*---------- アイキャッチ ----------*/
.p-top-eyecatch {
	position: relative;
	text-align: center;
	z-index: 0;
}

/*---------- インフォメーション ----------*/
.p-top-info {
	position: relative;
	width: 670px;
	margin: 0 auto 20px;
}

.p-top-info__inner {
	position: relative;
	padding: 20px 25px;
	background-color: #FFE8EC;
	border: 2px solid #EF473A;
}

.p-top-info__head {
	margin: 0 0 20px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
	color: #222;
}

.p-top-info__content {
	font-size: .95rem;
	color: #111;
}

.p-top-info__content .c-list__decimal li {
	margin-bottom: 1.2em;
}

/*---------- お知らせ（新着情報） ----------*/
.p-top-news {
	position: relative;
	width: 100%;
}

.p-top-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 680px;
	margin: 0 auto !important;
}

.p-top-news__head {
	flex-basis: 158px;
	height: 130px;
	background-color: #2E9BCC;
	border: 1px solid #2E9BCC;
}

.p-top-news__head h2 {
	height: 100%;
	padding: 30px 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	line-height: 1;
	letter-spacing: 1px;
	box-sizing: border-box;
}

.p-top-news__head h2 span {
	display: block;
}

.p-top-news__head h2 span:nth-of-type(2) {
	font-size: 1.1rem;
	line-height: 1.5;
}

.p-news__list {
	flex-basis: 520px;
	border: 1px solid #CCC;
	border-left: none;
	box-sizing: border-box;
}

.p-news__list table {
	display: block;	
	overflow: auto;
	width: auto;
	height: 130px;
	margin: 0 !important;
	padding: 0 20px;
	background-color: #FFF;
	border-collapse: separate;	
}
 
.p-news__list table tbody {
	overflow-y: scroll;
	width: 100%;
}

.p-news__list table th {
	margin: 0 10px;	
	padding: 0 10px 8px 0;
	width: 10%;
	font-size: .95rem;
	font-weight: 500;
}

.p-news__list table td {
	margin: 0 0 0 10px;
	padding: 0 5px 8px;
	width: 100%;
	font-size: .95rem;	
}

.p-news__list table tr:nth-of-type(1) th,
.p-news__list table tr:nth-of-type(1) td {
	padding-top: 8px;
}

.p-news__list table::-webkit-scrollbar {
	width: 10px;
}
 
.p-news__list table::-webkit-scrollbar-track {
	background: #DDD;
}

.p-news__list table::-webkit-scrollbar-thumb {
	background: #888;
}

/* -----------------------------------------------------------
	.l-body__greeting
		大会長挨拶
----------------------------------------------------------- */
.p-greeting__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
	margin: 20px auto;
	padding: 0 0 20px;
	border-bottom: 3px solid #CCC;
}

.p-greeting__title {
	flex-basis: 100%;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
}

.p-greeting__sign {
	padding: 0 15px;
	text-align: left;
	font-size: 1rem;
	font-weight: 500;
}

.p-greeting__name {
	font-size: 1.5rem;
	font-weight: 500;
}

.p-greeting__department {
	display: block;
	font-size: .9rem;
	font-weight: 400;
}

/* -----------------------------------------------------------
	.l-body__program
		プログラム
----------------------------------------------------------- */
.p-program {
	position: relative;
}

.p-program__item {
	position: relative;
	margin: 0 0 24px;	
}

.p-program__head {
	position: relative;
	margin: 36px 0 0;
	padding: 10px 15px;
	background-color: #DBEEF7;	
	font-size: 1.3rem;
	font-weight: 700;
	color: #002E56;
}

.p-program__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	width: 100%;
	padding: 20px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.p-program__img {
	flex-basis: 23%;
	margin: 0 0 24px;
}

.p-program__img img {
	display: block;
	margin: 0 0 5px;
}

.p-program__text {
	flex-basis: 77%;
}

.p-program__subject {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 500;
}

.p-program__name {
	font-size: 1rem;
}

/* -----------------------------------------------------------
	.l-body__subject
		演題登録
----------------------------------------------------------- */
.l-body__subject_jaed .p-side__main-menu-item__subject a,
.l-body__subject_jsad .p-side__main-menu-item__subject a {
	background: url("../img/common/img_nav_bg.png") repeat;
	color: #FFF;
}

.l-body__subject_jaed .p-side__main-menu-item__subject::before,
.l-body__subject_jsad .p-side__main-menu-item__subject::before {
	top: 40%;
	left: 16px;	
	border-top: 7px solid #FFF;
	border-left: 5px solid transparent;
}

.l-body__subject_jaed .c-list.c-list__decimal li,
.l-body__subject_jsad .c-list.c-list__decimal li {
	margin-bottom: 1.5em;
}

/* -----------------------------------------------------------
	.l-body__join
		参加登録
----------------------------------------------------------- */
.l-body__join .c-table__type_fee tbody td:first-of-type {
	text-align: left;
}

/* -----------------------------------------------------------
	.l-body__data_creation
		データ作成のご案内
----------------------------------------------------------- */
.l-body__data_creation .c-list__decimal > li {
	margin-bottom: 1.5em;
}

.l-body__data_creation .c-list__disc {
	margin-top: .5em;
}

/* -----------------------------------------------------------
	.p-tbd__content
		準備中
----------------------------------------------------------- */
.p-tbd__content {
	padding: 70px 10px 0;
	text-align: center;
}

.p-tbd__head {
	font-size: 4.5rem;
	font-weight: 500;
	color: #B4B4B4;
	line-height: 1;
}

.p-tbd__text {
	padding: 15px 0 5px;
	font-size: 1.4rem;
	font-weight: 500;
}

.p-tbd__desc {
	padding: 0 0 40px;
	font-size: 1rem;
	font-weight: 500;
	color: #777;	
}

.p-tbd__link {
	width: 250px;
	margin: 0 auto;
}