@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  margin: 0;
  padding: 0;
}

html,body{ height:100%;}

/* 背景 */
body {
  line-height: 1.7;
  color: #333333;
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 90%;
  background: url(../images/bg.png),
  linear-gradient(to bottom, rgba(253,226,235,1) 0%,#ffffff 100%);
  background-repeat: repeat, no-repeat;
  background-position: left top, left top;
  background-attachment: scroll, fixed;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5, 5.1 で追加 */
article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, picture, section, summary {
  display: block;
}

/* コンテンツ全体 */
#contents_all {
  width:1080px;
  height:auto !important;
  height:100%;
  background-color: #FFFFFF;
  margin:0 auto;
  padding: 0 10px;
  min-height:684px;
  box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.3);
}

/* ヘッダー */
header{
  width: 100%;
 }

/* コンテンツ */
#contents {
  margin:0 auto;
  padding-bottom: 20px;
  width: 1080px;
  display: flex;
  justify-content: space-between;
}

/* クリアフィクス */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 左コンテンツ */
#contents_l {
  width: 850px;
  margin-right: 10px;
}
#contents_l.top {
  width: 690px;
}
#contents_l:not(.top) h2 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.3);
  background: url(../images/bg_h2.png) no-repeat top left;
}

/* メニュー */
nav {
  width: 220px;
  background-color: #E5DCEE;
}
ul.menu {
  width: 200px;
  margin: 0 auto;
  padding: 20px 0;
}
ul.menu > li > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 200px;
  height: 45px;
  font-size: 17px;
  border-bottom: 1px solid #E5DCEE;
  padding-left: 25px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #5B3084;
  position: relative;
  line-height: 1.1;
}
/* ul.menu > li.menu09 > a {
  background-color: #41BFFF;
  color: #FFFFFF;
} */
/* ul.menu > li.menu11 a.on::before,
ul.menu > li.menu11 a:hover::before, */
ul.menu > li.menu11 a::before,
ul.menu > li.menu09 > a::before,
ul.menu > li > a::before {
  content: '';
  display: inline-block;
  background: url(../images/icon_sakura_off.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top:calc(50% - 8px);
  left: 4px;
}
ul.menu > li a.on,
ul.menu > li a:hover {
  background-color: #5B3084;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
ul.menu > li.menu11 a.on::before,
ul.menu > li.menu11 a:hover::before,
/* ul.menu > li.menu11 a::before, */
ul.menu > li a.on:before,
ul.menu > li a:hover:before {
  content: '';
  display: inline-block;
  background: url(../images/icon_sakura_on.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top:calc(50% - 8px);
  left: 4px;
}
ul.menu > li.menu09 a.on,
ul.menu > li.menu09 a:hover {
  background-color: #41BFFF;
}
/* オンデマンド 参加登録 */
ul.menu > li.menu11 > a {
  background: #55A1ED;
  background: #E593D6;
  color: #FFFFFF;
}
ul.menu > li.menu11 > a.on,
ul.menu > li.menu11 > a:hover {
  background: #E593D6;
  background: #55A1ED;
  color: #FFFFFF;
}

/* メニュー topページ */
nav.top {
  width: 380px;
  background-color: #E5DCEE;
}
ul.menu.top {
  width: 360px;
  display: flex;
  flex-wrap: wrap;
}
ul.menu.top > li > a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 180px;
}
ul.menu.top > li:first-child > a {
  width: 360px;
}
ul.menu.top > li:nth-child(even) > a {
  border-right: 1px solid #E5DCEE;
  box-sizing: border-box;
}


/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 220px;
  background-color: #E5DCEE;
}
#contents_r.top {
  width: 380px;
  background-color: #FFFFFF;
}

/* グルメマップ */
.gurume {
  border: 1px solid #5B3084;
  padding: 0.5em;
  display: flex;
  margin-top: 0.5em;
  justify-content: space-around;
}
.gurume div p.title {
  background-color: #5B3084;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-size: 105%;
  color: #fff;
}
.gurume div img {
  border: 1px solid #ccc;
  padding: 1px;
}

/* 新着情報 */
#news {
  margin: 20px auto 0;
  width: 380px;
  height: calc(100% - 285px);
  height: 570px;
  height: 470px;
  text-align:left;
  background-color: #F8F5FA;
  border: 1px solid #5B3084;
  box-sizing: border-box;
}
#news h3 {
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  padding-left: 35px;
  box-sizing: border-box;
  background-color: #5B3084;
  color: #FFFFFF;
  position: relative;
}
#news h3::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #AD93BE;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
}
#news_frame {
  width: 340px;
  margin:0 auto;
  font-size: 13px;
  height: 570px;
  height: 470px;
  height: 430px;
  padding:5px 20px;
  overflow: auto;
  line-height: 1.4;
}
#news_frame p {
  margin-bottom: 1em;
}

.kaisai {
  border: 5px double #ff0000;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border-radius: 6px;
}
.kaisai ol {
  margin-left: 1.5em;
}
.kaisai ol li {
  list-style: decimal;
}

/* 事務局等 */
#info {
  width: 200px;
  margin: 40px auto 0;
  text-align:left;
}
#info .contact {
  width: 200px;
  margin-bottom: 20px;
}
#info .contact > h4 {
  background-color: #5B3084;
  color: #FFFFFF;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 35px;
  box-sizing: border-box;
  position: relative;
}
#info .contact > h4::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #AD93BE;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
}
#info address {
  font-style: normal;
  font-size: 13px;
  line-height: 1.4;
}

/* 事務局等 topページ */
#info.top {
  width: 690px;
  margin: 15px auto 0;
  text-align:left;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#info.top .contact {
  width: 320px;
  margin-bottom: 0;
}
#info.top .contact > h4 {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
#info.top .contact:first-child {
  margin-bottom: 0;
}

/* オンデマンド配信 topページ */
.ondemand {
  position:absolute;
  top:-120px;
  top:-140px;
  top:-570px;
  right:20px;
  color:#fff;
  text-shadow:2px 2px 4px #06C;
}
.ondemand > a:link, .ondemand > a:visited {
  background-color: rgba(92,171,255,0.8);
  font-weight:bold;
  color:#fff;
  text-align:center;
  border:2px solid #fff;
  border-radius:8px;
  padding:10px 15px;
  font-size:120%;
  display:block;
}
div.ondemand > a:hover {
  background-color: rgba(255,255,255,0.8);
  border: 2px solid #06F;
  color: #06F;
  text-decoration:none;
  text-shadow:none;
}

/* フッター */
footer {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
  margin: 0 auto;
  border-top: 1px solid #e5dcee;
  background-color: #FFFFFF;
}

/* サブページ内 */
main {
  width: 740px;
  padding: 20px 55px;
  position:relative;
  min-height:600px;
}

/* サブページ大見出し */
main h3 {
  border-left: 10px solid #e39fad;
  border-bottom: 2px solid #BBBBBB;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 10px 8px 10px;
  margin: 2em 0 1em;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child {
  margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
  margin-top:0;
}

main h4 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-size: 110%;
  font-weight: bold;
  color: #7C563B;
  background-color: #e8e2dd;
  padding: 0.5em 0.8em 0.35em;
}


/* サブページ小見出し  */
main h5 {
  margin: 1em 0 0.2em 0;
  margin-bottom: 0.5em;
  padding:0.2em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.han {
  margin-top: 0.5em;
}
main p.zero {
  margin-top: 0;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}

/* 挨拶 */
main.greet p{
  line-height: 1.9;
  text-indent:1em;
}
div.greet_name{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 40px;
  text-align:left;
}
div.greet_name div.name{
  flex:auto;
}
div.greet_name div.name p{
  text-indent:0;
  line-height:1.5;
}
div.greet_name div.photo{
  flex:0 0 150px;
  padding: 0 20px 5px 0;
}

/* 開催概要 */
table.hyou_info{
  border-collapse:collapse;
  width:100%;
}
table.hyou_info th{
  border-bottom:1px solid #b04a4a;
  padding:1em 1.5em 1em 0.5em;
  vertical-align:top;
  white-space:nowrap;
  text-align:left;
  color:#555;
  width:10%;
}
table.hyou_info td{
  border-bottom:1px solid #BBBBBB;
  padding:1em 0 1em 0.5em;
  vertical-align:top;
  text-align:left;
}


/* 演題募集 */
.endai_pdf {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

table.hyou_categories {
  margin-bottom: 1em;
}

table.hyou_categories td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
}

table.hyou_categories th {
  border: 1px solid #666666;
  background-color: #F7F3F0;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

div.toroku_btn {
  border: 4px solid #8564A3;
  margin: 1em auto;
  padding: 1em;
}

ul.endai-toroku {
  display: flex;
  justify-content: space-around;
  margin: 10px 40px;
}
ul.endai-toroku li {
  list-style: none;
}

/* プログラム */
main.prg h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 105%;
  font-weight: bold;
  color: #673B29;
  border-bottom: 4px solid #b6f0fc;
}
main.prg p.kaijyo {
  background-color: #dcdcdc;
  padding: 0.5em 1em;
  font-size: 105%;
  font-weight: bold;
}
main.prg p.day {
  text-align: right;
  font-weight: bold;
  margin-top: -3.5em;
  margin-bottom: 2em;
}
main.prg p.day2 {
  text-align: right;
/*  font-weight: bold; */
  margin-bottom: -1.5em;
}
main.prg p.day3 {
  text-align: right;
  margin-top: 0;
}
main.prg p.title {
  font-weight: bold;
  color: #5B3084;
  margin-top: 0.5em;
}
main.prg p.zacho, main.prg p.kyousai {
  margin-top: 0.5em;
  padding-left:3em;
  text-indent:-3em;
}
main.prg p.enja {
  margin-top: 0.3em;
  margin-left: 3em;
}
.sage3 {
  padding-left:3em;
  text-indent:-3em;
}
.sage2 {
  padding-left:2.7em;
  text-indent:-2.7em;
}
.sage5 {
  padding-left:4.5em;
  text-indent:-4.5em;
}
.photo {
  float:right;
  padding-right: 0.5em;
  padding-left: 1em;
  padding-bottom: 1em;
}

main.prg p.time {
  text-align: right;
  font-weight: bold;
  margin: -2.8em 0.5em 2em 0;
}

table.prg {
  border: none;
}
table.prg td {
  text-align: left;
  vertical-align: top;
  padding: 0;
}
table.prg td.endai_title {
  padding-top: 1em;
  font-weight: bold;
}
table.prg th {
  padding: 1em 1em 0 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bold;
}
div.happyou {
  border: 2px solid #8564A3;
  margin: 1em auto;
  padding: 1em;
}

/* ハンズオンセミナー */
div.handson {
  background-color: #fff7ef;
  padding: 0.5em 1em;
  margin-right: 9.5em;
}
.hansson_img_wapper{
  position: relative;
}
.hands_email_hoya {
  width: 200px;
  height: 30px;
  padding-left: 0.2em;
  padding-bottom: 1em;
  box-sizing: border-box;
  background-color: #FFFFFF;
  position: absolute;
  left: 216px;
  bottom: 392px;
  bottom: 366px;
  z-index: 2;
  font-weight: bold;
  white-space: nowrap;
}

/* 参加者・演者・座長へのご案内 */
table.hyou_tani {
  width: 100%;
  margin-top: 1em;
  font-size: 95%;
}

table.hyou_tani td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_tani td.center {
  vertical-align: middle;
  text-align: center;
}
table.hyou_tani th {
  border: 1px solid #666666;
  background-color: #D2E8F8;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

/* 参加者へのご案内 */
.nyukai {
  border: 2px solid #8564A3;
  margin:0.5em 0 0;
  padding: 0.5em 1.5em;
  display: inline-block;
}

.num dt, .num_aki05 dt, .num_maru dt {
	width:1.5em;
	float:left;
}
.num dd {
	margin-left:1.5em;
}
.num_aki05 dd {
	margin-left:1.5em;
  margin-bottom: 0.5em;
}
.num_maru dd{
	margin-left:1.5em;
  margin-bottom: 0;
}
.sanka_waku {
  border: 3px solid #E39FAD;
  background-color: #FEF7F9;
  padding: 1em 1.5em;
}
.sanka_waku span {
  color: #E39FAD;
  font-size: 120%;
}

/* オンデマンド配信のお知らせ */
.oshirase {
  border-top: 2px dotted #5B3084;
  border-bottom: 2px dotted #5B3084;
  padding: 1em;
  margin-bottom: 1em;
}

/* endai */

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* kigyo */

/* accsess*/

/* リンク */
p.link {
  background:url(../images/icon_link.png) no-repeat left center;
  padding-left:15px;
  margin-bottom:0;
}
p.link a:link,p.link a:visited {
  color:#333333;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  color:#666666;
  text-decoration:underline;
}
p.link .mail a:link {
  color:#0066CC;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom:40px;
  right:95px;
  z-index: 3;
}
.pagetop a {
  display: block;
  width:122px;
  height:70px;
}

/* 外部リンク */
a.external {
  background: url(../images/external.png) no-repeat right center;
  padding-right: 20px;
}

/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #666666;
  background-color: #F7F3F0;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}

/* text */
.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.pl05 {padding-left:0.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.uchikeshi {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRFAAAAp3o92gAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=)
0 center repeat-x;
}
.uchikeshi.red {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF/wAAGeIJNwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=
) 0 center repeat-x;
}
.underline {
  text-decoration:underline;
}
.red {color: #FF0000;
}
.blue {color: #1d2777;
}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

.text_r{
  text-align:right;
}
.text_c{
  text-align:center;
}
