@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary {
  margin: 0;
  padding: 0;
}

html,body{ height:100%;}

/* 背景 */
body {
  /*line-height: 1.4;*/
  line-height: 1.7;
  color:#1A1311;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", Arial, sans-serif;/* 固定（日本語ページは別） */
  font-size: 90%;
  background: url("../images/bg.png") 0 0 repeat-x;
  background-color: #EDDFA6;
}

/* 画像全体 */
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;
}
ol > li > ul > li {
  list-style:disc;
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5 */
article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  display: block
}

/* コンテンツ全体 */

/* ヘッダー */

/* コンテンツ */

#contents {
  margin:0 auto;
  width: 960px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: start;
  align-items: flex-top;
}
/* クリアフィクス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
header{
  margin: 0 auto;
  width: 750px;
}
/* 左コンテンツ */
#contents_l {
  width: 210px;
  background-color: #1A1311;
}
/* メニュー */
nav {
  margin:0;
  width: 210px;
}
ul.menu {
  margin:28px auto 0;
  width:200px;
}
ul.menu > li{
  background: #FFFFFF;
  position:relative;
}
ul.menu > li > a{
  display: block;
  margin-top: 4px;
  padding-left: 10px;
  background: linear-gradient(#FFFFFF, #9B9897);
  border-left:5px solid #C1163F;
  height: 39px;
  display: flex;
  align-items:center;
  font-size: 15px;
  color:#1A1311;
  box-sizing: border-box;
}
ul.menu > li a.on,ul.menu > li a:focus,ul.menu > li a:hover {
  background: linear-gradient(#726D6C, #544D4A);
  color: #FFFFFF;
  text-decoration: none;
}

/* 企業バナー */
.top_banner {
  margin-top:30px;
}
.top_banner p {
  margin-bottom:16px;
}
.top_banner p:last-child {
  margin-bottom:0;
}

/* 事務局等 */
#info{
  margin: 50px 15px 50px;
  font-size: 12px;
}
#info address {
  margin-top: 30px;
  font-style: normal;
}
#info h2 {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #937806;
  color: #937806;
  font-weight: bold;
}
#info p {
  line-height:1.5;
  color: #FFFFFF;
}
#info a {
  color: #FFFFFF;
}
#info img{
  margin-top: 10px;
}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 750px;
}

/* 新着情報 */
#news {
  text-align:left;
  width: 670px;
  margin: 20px auto;
}
#news h2{
  border-left: 7px solid #C1163F;
  border-bottom: 1px solid #837974;
  padding-left: 10px;
  color: #C1163F;
  font-size: 24px;
}
#news_flame {
  width: 670px;
  height:200px;
  overflow:auto;
  font-size: 90%;
}
#news_flame dl {
  padding:10px 0 10px 15px;
}
#news_flame dt {
  display: block;
  content: "";
  clear: both;
  float: left;
  padding-bottom: 8px;
}
#news_flame dd {
  padding-left: 6.5em;
  padding-right: 1em;
  padding-bottom: 8px;
}
.point {
  position: relative;
}
.top_kyousan {
  position: absolute;
  right: 10px;
  bottom: 4px;
  height: 20px;
  width: 500px;
  z-index: 1;
}
.top_kyousan p {
  text-align: right;
  font-size: 10px;
}
/* フッター */
footer {
  padding: 15px 0;
}
footer p {
  font-size: 12px;
  text-align: center;
  color: #B29506;
}
/* サブページ内 */

#contents_r.page {
  background: url("../images/bg_page.png") right 150px no-repeat;
}
main {
  width: 650px;
  margin: 30px auto 60px;
  min-height: 500px;
  word-wrap: break-word;
}
main h2 {
  margin-bottom: 40px;
  padding: 10px 0 5px;
  border-bottom: 3px solid #B29506;
  color: #444444;
  font-size: 28px;
  text-align: center;
}
/* サブページ大見出し */
main h3 {
  margin: 2em 0 1em;
  padding-bottom: 5px;
  border-bottom: 2px dotted #555555;
  font-size: 110%;
  font-weight: bold;
  color: #555555;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child, main blockquote 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: 1.5em 0 0.25em;
  padding-left: 7px;
  border-left:5px solid #B29506;
  font-size: 105%;
  color: #B29506;
  font-weight: bold;
}

/* サブページ小見出し */
main h5 {
  margin: 1em 0 0.2em;
  font-weight: bold;
  color: #555555;
}

/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.half li {
  margin-bottom: 0.5em;
}
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.8;
}
div.greet_name{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  text-align: left;
}
div.greet_name div.name{
  flex: auto;
}
div.greet_name div.name p{
  margin-top:0;
  line-height: 1.5;
}
div.greet_name div.photo{
  flex: 0 0 150px;
  padding: 0 20px 0 0 ;
}

/* 開催概要 */
main div.general_info h3 {
  background-color: #F6ECB9;
  border-bottom: none;
  margin: 0 0 0.5em;
  padding: 3px 0 3px 7px;
  color: #777777;
}
main div.general_info p {
  margin-bottom: 2em;
}

/* プログラム */
.day {
  text-decoration: underline;
  font-size:120%;
  margin:1.5em 0 0;
}

.prg_title {
  font-size:105%;
  font-weight:bold;
}
main .prg_title + p, main p + .prg_time, main .prg_time + p {
  margin-top:0.25em;
}
dl.list_prg {
	clear: both;
}
dl.list_prg dt {
	float: left;
	clear: both;
	width: 3.2em;
}
dl.list_prg dd {
	padding-left: 3.2em;
}

/* Registration */
table.hyou_reg {
  margin-top: 0.5em;
}
table.hyou_reg td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: center;
}
table.hyou_reg th {
  border: 1px solid #666666;
  background-color: #EEEEEE;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
}

/* 一般演題募集 */

/* accsess*/

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* 関連リンク */
p.link:before {
  content: url(../images/icon_link.svg);
  padding-right: 6px;
  vertical-align: middle;
}
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;
}

/* 文章中の関連リンク */
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: 20px;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 40px;
}
/* 外部関連リンク */
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: #EEEEEE;
  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;
}
.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;
}
