@charset "UTF-8";
/* CSS Document */
* {
 margin: 0;
}
/* 共通フォント＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
p, h1, h2, h3, h4, dd, dt, li, a {
 font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3";
}
.new div, nav li, footer .convention span, footer .convention-name, .photo .society {
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.lecture dt, .lecture dd, .coi p, .coi li, .message p, .overview dt, .overview dd, .link li, .outline, .new dt, .new dd, .photo .name, footer p, td, th {
 font-size: 1em;
 line-height: 150%;
}
/* 共通＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
header, footer, nav a, div .banner {
 display: block;
}
section, footer, .new, .message, .new dl, .dtable .stepbox {
 clear: both;
}
header, footer {
 width: 1000px;
 margin: 0 auto;
}
.content {
 width: 1000px;
 margin: 0 auto;
 padding: 0px;
}
img {
 border: 0;
}
section {
 width: 740px;
 float: right;
 margin-top: 10px;
}
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {
 display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */
/* ナビゲーション＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
nav {
 width: 240px;
 float: left;
 margin-top: 10px;
 margin-bottom: 30px;
}
nav ul {
 padding-left: 0px;
}
nav li {
 list-style-type: none;
 font-weight: bolder;
}
nav a {
 width: 208px;
 text-decoration: none;
 height: 30px;
 background-color: #CAD8EE;
 border: 1px solid #3165CD;
 font-size: 14px;
 color: #1D3B76;
 padding-top: 15px;
 padding-left: 30px;
 margin-bottom: -1px;
 background-image: url(../images/arrow01.png);
 background-repeat: no-repeat;
 background-position: 10px 21px;
 background-size: 10px;
}
nav a:hover {
 background-color: #3F444B;
 border: 1px solid #3165CD;
 color: #FFFFFF;
 background-image: url(../images/arrow02.png);
 background-repeat: no-repeat;
 background-position: 10px 21px;
 background-size: 10px;
}
nav a span {
 font-size: 10px;
 font-weight: normal;
}
nav .none a {
 color: #999999;
 background-color: #CAD8EE;
}
nav .kaishi {
 background-image: url(../images/kaishi2.gif);
 background-repeat: no-repeat;
 background-size: 220px auto;
 background-position: 12px 15px;
}
.coi li {
 margin-left: 30px;
}
/* タイトル＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
h1 {
 background-image: url(../images/h1img.jpg);
 background-repeat: no-repeat;
 height: 122px;
 width: 1000px;
}
h1 img {
 height: 122px;
 width: 240px;
}
h1 span {
 display: none;
}
h2 {
 font-weight: normal;
 margin-bottom: 20px;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 10px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #3366C9;
 border-right-color: #3366C9;
 border-bottom-color: #3366C9;
 border-left-color: #3366C9;
 padding: 5px;
 font-size: 24px;
}
h3 {
 font-size: 18px;
 margin-top: 20px;
 margin-bottom: 10px;
 background-color: #D1F3FF;
 padding: 5px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #999999;
}
/* トップ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.new div {
 color: #FFFFFF;
 background-color: #153366;
 width: 130px;
 text-align: center;
 padding: 3px;
 margin-bottom: 10px;
 font-weight: bolder;
 margin-top: 20px;
}
.new dl {
 clear: both;
 height: 150px;
 overflow: scroll;
}
.new dt {
 width: 130px;
 float: left;
 margin-bottom: 10px;
}
.new dd {
 width: 580px;
 line-height: 150%;
 padding-left: 140px;
 margin-bottom: 10px;
}
.outline {
 margin-top: 200px;
 padding-top: 10px;
}
.day {
 position: absolute;
 top: 132px;
 z-index: 1;ß
}
.dtable {
 display: table;
 table-layout: fixed; /* ブロックレベル要素を均等に配置 */
 width: 730px; /* ブロックレベル要素全体の幅 */
 margin-top: 15px;
}
.dtable_c {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
 margin-bottom: 10px;
}
/* スライダー＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.main ul, .main il {
 margin: 0;
 padding: 0;
}
ß
.slider {
 width: 740px;
}
.slider img {
 width: 740px;
}
/*slick setting*/
.slick-prev:before, .slick-next:before {
 display: none;
}
/* フッター＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
footer {
 background-color: #FFCCFF;
 border-top-width: 3px;
 border-top-style: solid;
 border-top-color: #FF99CC;
}
footer p {
 margin-top: 5px;
 margin-right: 5px;
 margin-bottom: 5px;
 margin-left: 15px;
}
footer .convention {
 width: 850px;
 padding-top: 5px;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #C9A1C9;
 margin-top: 10;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}
footer .convention span {
 font-weight: bolder;
}
footer .convention-name {
 color: #FFFFFF;
 background-color: #153366;
 width: 100px;
 text-align: center;
 padding: 3px;
 margin-bottom: 10px;
 font-weight: bolder;
}
footer address {
 margin-top: 30px;
 text-align: center;
 font-size: 11px;
 padding-bottom: 20px;
 font-style: normal;
}
.f-nav {
 width: 950px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 5px;
 text-align: center;
 margin-bottom: 5px;
}
.f-nav a {
 text-decoration: none;
 color: #000000;
}
.f-nav span {
 padding-right: 8px;
 padding-left: 8px;
 font-size: 11px;
 border-right-width: 1px;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #000000;
 border-right-style: solid;
 border-right-color: #000000;
 margin-right: -1px;
}
/* ご挨拶＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.message {
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #003366;
 padding-top: 20px;
 margin-top: 10px;
}
.message p {
 margin-bottom: 10px;
}
.photo img {
 float: left;
 width: 200px;
 margin-right: 20px;
 margin-bottom: 20px;
}
.photo .society {
 font-weight: bolder;
 margin-bottom: 15px;
 padding-top: 70px;
 line-height: 200%;
 font-size: 16px;
}
.photo .name {
 line-height: 200%;
}
/* 開催概要＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.overview dt {
 margin-bottom: 10px;
 float: left;
 margin-right: 20px;
 width: 100px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #666666;
 font-weight: bolder;
 color: #003366;
 padding-left: 10px;
}
.overview dd {
 margin-bottom: 10px;
 float: left;
 width: 610px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #666666;
}
/* 会場までの交通案内＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.access span {
 border: 1px solid #3366C9;
 padding: 10px;
}
.access .text_center {
 text-align: center;
 display: block;
 margin-top: 25px;
 font-weight: bolder;
 font-size: 18px;
}
/* 寄付・協賛申込＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.sponsorship table {
 width: 100%;
 border-collapse: collapse;
 border: 1px #333333 solid;
 margin-top: 15px;
}
.sponsorship th {
 padding: 5px;
 border: 1px solid #333333;
 background: #CCCCCC;
 font-weight: 100;
}
.sponsorship td {
 padding: 5px;
 border: 1px solid #333333;
}
/* リンク＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.link li {
 margin-bottom: 10px;
 margin-left: 50px;
}
/* 利益相反の開示＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.coi p, .coi li {
 margin-bottom: 10px;
}
/* 宿泊施設＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.stay p {
 margin-bottom: 20px;
}
.stay .syukuhaku_table {
 width: 740px;
 margin-right: auto;
 margin-left: auto;
}
.stay .syukuhaku_table th, .stay .syukuhaku_table td {
 margin-top: -1px;
 margin-right: -1px;
 border: 1px solid #000000;
 padding: 3px;
 margin: -1px;
 width: 246px;
}
.stay h4 {
 text-align: center;
 font-size: 16px;
 padding-top: 15px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
}
/* 実行委員会＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.committee dl {
 margin-left: 50px;
 margin-top: 20px;
}
.committee dt {
 width: 150px;
 float: left;
 display: block;
 margin-bottom: 15px;
}
.committee dd {
 width: 530px;
 float: right;
 display: block;
 margin-bottom: 15px;
}
/* 事前参加登録＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.stepbox1 {
 background-color: #DBE9FF;
 text-align: center;
 width: 115px;
 padding: 10px;
 float: left;
}
.stepbox2 {
 background-color: #85BECF;
 text-align: center;
 width: 170px;
 padding: 10px;
 float: left;
}
.stepbox3 {
 text-align: center;
 width: 18px;
 padding: 10px;
 float: left;
}
.stepwaku1 {
 padding: 10px;
 border: 1px solid #CCCCCC;
 margin: 30px;
}
.stepwaku1 .title {
 background-color: #DBE9FF;
 font-weight: bolder;
 text-align: center;
 padding: 5px;
 margin-bottom: 10px;
}
.inwaku {
 padding: 5px;
 border: 1px solid #CCCCCC;
 margin: 5px;
}
.inwaku2 {
 padding: 5px;
 border: 1px solid #CCCCCC;
 color: #FF0000;
 margin-top: 10px;
 margin-right: 50px;
 margin-bottom: 10px;
 margin-left: 50px;
}
.sankabtn {
 display: inline-block;
 background-color: #0066CC;
 color: #FFF;
 width: 250px;
 padding: 0.8em;
 text-decoration: none;
 border-radius: 20px;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
 -webkit-tap-highlight-color: transparent;
 transition: .3s ease-out;
 margin-top: 30px;
 text-align: center;
 margin-left: 220px;
 margin-bottom: 50px;
}
.sankabtn:hover {
 cursor: pointer;
 text-decoration: none;
 box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
}
.sankabtn a {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bolder;
 font-size: 20px;
}
.money {
 border-collapse: collapse;
 margin-top: 5px;
 margin-right: 5px;
 margin-bottom: 10px;
}
.money th {
 padding: 6px;
 text-align: center;
 vertical-align: top;
 color: #333;
 background-color: #eee;
 border: 1px solid #b9b9b9;
 font-size: 0.9em;
 font-weight: normal;
 white-space: nowrap;
}
.money td {
 padding: 6px;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 font-size: 0.9em;
 white-space: nowrap;
}
.money .ri {
 text-align: right
}
.title4 {
 font-size: 18px;
 padding-top: 20px;
 padding-right: 10px;
 padding-bottom: 5px;
 border-bottom: 1px solid #cccccc;
 margin-bottom: 20px;
}
/* 入力画面＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.shinkibtn {
 display: inline-block;
 background-color: #0066CC;
 color: #FFF;
 padding: 0.8em;
 text-decoration: none;
 border-radius: 20px;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
 -webkit-tap-highlight-color: transparent;
 transition: .3s ease-out;
 margin-top: 30px;
 text-align: center;
 margin-left: 220px;
 margin-bottom: 50px;
}
.shinkibtn:hover {
 cursor: pointer;
 text-decoration: none;
 box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
}
.shinkibtn a {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bolder;
 font-size: 16px;
}
.privacy-waku {
 margin-right: 30px;
 margin-left: 30px;
 background-color: #F0F0F0;
 border: 1px solid #CCCCCC;
 padding: 10px;
}
.privacy-waku p {
 margin-bottom: 20px;
}
.entry {
 border-collapse: collapse;
 margin-top: 15px;
 margin-right: 5px;
 margin-bottom: 15px;
}
.entry th {
 padding: 6px;
 text-align: left;
 color: #333;
 background-color: #eee;
 border: 1px solid #b9b9b9;
 font-size: 0.9em;
 font-weight: normal;
 white-space: nowrap;
}
.entry td {
 padding: 6px;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 font-size: 0.9em;
 white-space: nowrap;
}
.consent {
 border: 1px solid #666666;
 text-align: center;
 padding: 10px;
 margin-top: 15px;
 margin-bottom: 15px;
}
.buttonbk {
 background-color: #CCCCCC;
 margin-top: 15px;
 margin-bottom: 15px;
 padding: 15px;
 text-align: center;
}
.buttonbk .btn {
 margin-right: 80px;
 margin-left: 80px;
}
.entry2 {
 border-collapse: collapse;
 margin-top: 15px;
 margin-right: 5px;
 margin-bottom: 15px;
}
.entry2 th {
 padding: 6px;
 text-align: left;
 color: #333;
 background-color: #F9FFBA;
 border: 1px solid #b9b9b9;
 font-size: 0.9em;
 font-weight: normal;
 white-space: nowrap;
}
.entry2 td {
 padding: 6px;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 font-size: 0.9em;
 white-space: nowrap;
}
.errorwaku {
 background-color: #FFC3C6;
 border: 1px solid #FF0000;
 padding: 10px;
}
.sankatable {
 border-collapse: collapse;
 margin-top: 25px;
 margin-bottom: 25px;
}
.sankatable th {
 padding: 5px;
 text-align: center;
 color: #FFFFFF;
 background-color: #3C64A3;
 border: 1px solid #b9b9b9;
 font-size: 0.85em;
 font-weight: bolder;
 line-height: 1.2em;
}
.sankatable td {
 padding: 3px;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 font-size: 0.8em;
 line-height: 1.5em;
 white-space: nowrap;
}
.sankatable .ta {
 background-color: #D3DEEF;
 text-align: center;
}
.sankaname {
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 20px;
}
/* 一般演題＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.yote {
 font-size: 20px;
 font-weight: bold;
 padding: 3px;
 border: 2px solid #cccccc;
}
/* ログインボタン＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.login {
 float: right;
 margin-top: 20px;
}
.clearfix::after {
 content: "";
 display: block;
 clear: both;
}
.endaicate {
 border: 1px solid #3369AE;
 width: 650px;
 padding: 10px;
 margin-bottom: 15px;
}
.endaicate dt {
 font-size: 14px;
 font-weight: bold;
 float: left;
 width: 40px;
 margin-bottom: 5px;
}
.endaicate dd {
 font-size: 14px;
 float: left;
 width: 255px;
 margin-bottom: 5px;
}
.catea {
 width: 320px;
 float: left;
}
.cateb {
 width: 320px;
 float: right;
}
.seminar_table {
 width: 730px;
 border-collapse: collapse;
 border: 1px #333333 solid;
 margin-top: 15px;
 margin-bottom: 30px;
}
.seminar_table th {
 width: 70px;
 padding: 5px;
 border: 1px solid #333333;
 background: #CCCCCC;
 font-weight: 100;
}
.seminar_table td {
 width: 630px;
 padding: 5px;
 border: 1px solid #333333;
}
/* 高校生＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.openhigh {
 width: 690px;
 margin-left: 40px;
 border: 1px solid #1E13A9;
 padding-top: 15px;
 margin-bottom: 20px;
}
.openhigh dt {
 float: left;
 font-weight: bolder;
 color: #003366;
 text-align: center;
 width: 130px;
}
.openhigh dd {
 padding-left: 140px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #666666;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
.openhigh dd:after {
 display: block;
 content: "";
 clear: both;
}
.openhigh dd .programp {
 padding-bottom: 15px;
 display: block;
}
.openhigh .sankaform {
 width: 140px;
 border: 1px solid #1E13A9;
 text-decoration: none;
 display: block;
 padding: 5px;
 text-align: center;
 margin-top: 15px;
 background-color: #D8F3FF;
}
.openhigh dd .sub {
 font-size: 95%;
}
.poster {
 margin-left: 40px;
 margin-bottom: 20px;
}
.poster:hover img {
 opacity: 0.6;
}
.waku {
 border: 1px solid #5A7DB5;
 margin-top: 10px;
 margin-bottom: 0px;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
}
/* 市民公開講座＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.lecture {
 width: 690px;
 margin-left: 30px;
}
.lecture h4 {
    font-size: 20px;
    padding: 10px 0 20px 0;
    font-weight: bold;
}
.lecture h4::before {
 content: '◆　';
 color: skyblue;
 font-size: 10px;
 vertical-align: middle;
}
.lecture h3 {
    font-size: 16px;
    width: 80px;
    text-align: center;
    border-width: 1px dotted #666666;
}
.lecture dl {
 padding: 0 0 20px 0;
}
.lecture dt {
 margin-bottom: 10px;
 float: left;
 margin-right: 20px;
 width: 50px;
 font-weight: bolder;
 color: #003366;
 padding-left: 10px;
}
.lecture dt::after {
 content: '：';
}
.lecture dd {
 margin-bottom: 10px;
 padding-left: 50px;
 width: 600px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #666666;
}
.lecture span {
    font-size: 0.8em;
    padding-left: 5px;
}
.waku {
    border-width: 1px dotted #666666;
    padding: 20px;
    margin: 15px 0 20px 0;
    
}
/* 参加者へのご案内＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.sankainfo h4 {
    font-size: 18px;
    padding: 10px 0 20px 0;
    font-weight: bold;
}
.sankainfo h4::before {
 content: '◆　';
 color: skyblue;
 font-size: 10px;
 vertical-align: middle;
}
.sankainfo p {
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 150%;
}
.sankainfo dl {
 padding: 0 0 20px 10px;
}
.sankainfo dt {
 margin-bottom: 5px;
 float: left;
 margin-right: 3px;
 width: 50px;
 font-weight: bolder;
 padding-left: 10px;
}
.sankainfo dt::after {
 content: '：';
}
.sankainfo dd {
 margin-bottom: 5px;
 padding-left: 50px;
 width: 600px;

}



/* 座長・発表者へのご案内＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.chairman_publicator  {
    width: 700px;
    margin-left: 20px;
}
.chairman_publicator h4 {
    margin: 15px 0 15px 0;
    font-size: 19px;
    padding: 10px 0 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #DBDBDB;
    line-height: 180%;
 }
.chairman_publicator h4::before {
 content: '◆　';
 color: skyblue;
 font-size: 10px;
 vertical-align: middle;
}
.chairman_publicator h5 {
     font-size: 17px;
    padding: 10px 0 20px 0;
    font-weight: bold;
}
.chairman_publicator h6 {
     font-size: 16px;
    padding: 10px 0 20px 0;
    font-weight: bold;
}
.chairman_publicator ul {
    margin-left:25px;
}
.chairman_publicator ol {
    margin-left:-20px;
}
.chairman_publicator li {
    margin-bottom: 13px;
}
.soroeruendai {
    display: block;
    width: 90px;
    float: left;
}
.soroeruendai2 {
    display: block;
    width: 125px;
    float: left;
}
.soroeruday {
    display: block;
    width: 110px;
    float: left;
}
.soroerutime {
    display: block;
    width: 200px;
    float: left;
}
.cp_table {
 width: 700px;
 border-collapse: collapse;
 border: 1px #333333 solid;
 margin-top: 15px;
 margin-bottom: 30px;
    font-size: 14px;
}
.cp_table th {

 padding: 5px;
 border: 1px solid #333333;
 background: #CCCCCC;
 font-weight: 100;
}
.cp_table td {

 padding: 5px;
 border: 1px solid #333333;
}


/* 採択一覧＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.saitaku {
    font-size: 22px;
    width: 95%;
    border: 1px solid #1562D3;
    padding: 15px;
    margin: 10px 0 10px 0;
}
.saitaku span::before {
    content: url(../adoption/images/icon_pdf.gif);
    position: relative;
    margin-right: 15px;
}
.kasen {
    padding-bottom: 30px;
    border-bottom: 1px solid #0D0D0D;
}

