@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;/* 固定 */
  color: #333333;/* 固定 */
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;/* 固定（英語ページは別） */
  font-size: 90%;/* 固定（英語ページは93%） */
  background-image: url("../images/bg_top_border.gif"),
          url(../images/bg.gif);
  background-repeat: repeat-x,
           repeat;
  background-position: left top,
             left top;
}


/* 画像全体（固定） */
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（固定） */
article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  display: block
}


/* コンテンツ全体（適宜書き換え） */
#contents_all {
  width:960px;
  height:auto !important;
  height:100%;
  background: #FFFFFF;
  margin:0 auto;
  min-height:684px;
}


/* ヘッダー（固定） */
header{
  text-align:center;
  background-color: #FFFFFF;
}


/* コンテンツ（適宜書き換え） */
#contents {
  margin:0 auto; 
  width: 960px;
  background-color:#FEEBB6;
}


/* クリアフィクス（固定） */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/* 左コンテンツ（一部適宜書き換え） */
#contents_l {
  float: left;/* 固定 */
  width: 240px;/* 適宜書き換え */
}


/* メニュー（適宜書き換え） */
nav {
  width: 220px;
  margin:0 auto;
  padding-top:10px;
}

ul.menu {
  width: 220px;
  border-top: 1px solid #4C7BBE;
  border-bottom: 1px solid #4C7BBE;
  margin-bottom: 10px;
}

ul.menu > li > a {
  display: block;
  width: 220px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.menu > li a.on,
ul.menu > li a:focus,
ul.menu > li a:hover {
  background-position: -220px 0;
}

ul.menu > li.menu00 > a {background-image: url(../images/menu00.png)}
ul.menu > li.menu01 > a {background-image: url(../images/menu01.png)}
ul.menu > li.menu02 > a {background-image: url(../images/menu02.png)}
ul.menu > li.menu03 > a {background-image: url(../images/menu03.png)}
ul.menu > li.menu04 > a {background-image: url(../images/menu04.png)}
ul.menu > li.menu05 > a {background-image: url(../images/menu05.png)}
ul.menu > li.menu06 > a {background-image: url(../images/menu06.png)}
ul.menu > li.menu07 > a {background-image: url(../images/menu07.png)}
ul.menu > li.menu08 > a {background-image: url(../images/menu08.png)}
ul.menu > li.menu09 > a {background-image: url(../images/menu09.png)}


/* ここからmain部分 */

/* 右コンテンツ（一部適宜書き換え） */
#contents_r {
  float: right;/* 固定 */
  width: 720px;
  background-color:#FFF6D7;
  position: relative;
}

#contents_r h2 + p{
  text-align: center;
  width: 720px
}

#contents_r .img_page_poster {
  text-align: right;
  position: absolute;
  top: 12px;
  right: 20px;
}


/* 新着情報（適宜書き換え） */
#news {
  margin: 0 auto;
  width:680px;
  text-align:left;
  padding-top:15px;
  padding-bottom:15px;
}

#news_flame {
  width: 680px;
  margin:0 auto;
  font-size: 13px;
  height:150px;
  padding:5px 10px;
  box-sizing: border-box;
  overflow:auto;/* 固定 */
  background-color: #FFFFFF;
}

#news h3 {
  width: 680px;
  height: 40px;
  background-color: #E16D8E;
}

/* 段落の場合 */
#news_flame p span{
  color:#1e257c;
}

#news_flame p{
  padding-bottom:5px;
}

/* テーブルの場合 */
#news_flame table{
  width:650px;
  /*width:630px; #news_flameの幅より小さく / スクロールバーが出たらこちらに */
}

#news_flame table th{
  padding:5px 0;
  width:6.5em;
  vertical-align:top;
  text-align:left;/* 入れた方が良い */
  font-weight:100;
}

#news_flame table td{
  padding:5px 0;
  vertical-align:top;
}


/* 事務局等（適宜書き換え） */
#contents_l .contact{
  width: 220px;
  margin: 0 auto 15px;
}

#contents_l .contact p{
  font-style: normal;
  font-size: 12px;
}

#contents_l .contact > p {
  font-size: 14px;
  background-color: #E16D8E;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
}

#contents_l .contact address > p {
  padding: 10px 0 0;
}


/* フッター（適宜書き換え） */
footer {
  clear: both;
  text-align: center;
  vertical-align:middle;
  background-color:#666666;
  color: #FFFFFF;
  font-size: 12px;
  padding: 6px 0;
  margin: 0 auto;
  width:960px;
}


/* サブページ内（適宜書き換え） */
main {
  width: 650px;
  padding:30px 35px 40px; /*テンプレートの文字は見た目で合わせる　15から25pxみたい*/
  position:relative;
  min-height:450px;
  background-color: #FFFFFF;
}


/* サブページ大見出し（適宜書き換え） */
main h3 {
  background: url(../images/bg_h3.png) repeat-x left top;
  font-size: 110%;
  font-weight: bold;
  padding:12px 12px 12px 10px;
  margin:1.5em 0 1em;
  color:#333333;
}


/* 一番最初にくる時はアキなしにする場合はここに書き足す */
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-top: 1em;
  margin-bottom: 0.25em;
  font-size: 105%;
  font-weight: bold;
  color: #673B29;
}


/* サブページ小見出し（適宜書き換え） */
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.greet p{
  line-height: 1.8;
  text-indent:1em;
  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;
}

main ol.aki li {
  margin-bottom: 0.3em;
}


/* 只今準備中です。（固定） */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}


/* 挨拶（適宜書き換え） */
main.greet p{
  line-height: 1.8;
  text-indent:1em;
}
main.greet p.name {
  margin-top:60px;
  margin-left:10em;
  line-height:1.7;
  text-indent:0;
}
main.greet p+p {
  margin-top:0;
}
main.greet img {
  float:right;
  border:1px solid #999999;
  margin-left:1em;
  padding:1px;
}
main.greet table {
  margin:0 0 2em auto;
  width: 100%;
}
main.greet table td {
  vertical-align:bottom;
}
/* テーブルで組む場合 */
table.greet_name {
  border: none;
}

table.greet_name td {
  text-align: left;
  vertical-align: bottom;
}

table.greet_name th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  width:160px;
}


/* 開催概要（適宜書き換え） */
table.hyou_info{
  border-collapse:collapse;
  width:100%;
}

table.hyou_info th{
  border: 1px solid #BBBBBB;
  padding: 1em 1.5em 1em 0.5em;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  color: #555;
  width :10%;
  background-color: #D2E8F8;
}

table.hyou_info td{
  border-top: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 1em 0 1em 0.5em;
  vertical-align: top;
  text-align: left;
}

/* 演題募集 */
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: #D2E8F8;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

div.toroku_btn {
	border: 4px solid #E16D8E;
	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.day {
	text-align: right;
/*	font-weight: bold; */
}
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: #4C7BBE;
	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.prg {
	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;
}

/* ハンズオンセミナー */
div.handson {
	background-color: #fff7ef;
	padding: 0.5em 1em;
	margin-right: 9.5em;
}

/* 参加者・演者・座長へのご案内 */
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;
}


/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* 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;
}

#spacial-mail.link a:link, #spacial-mail.link a:visited {
  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:40px;
}

.pagetop a {
  display: block;/* 固定 */
  width:70px;
  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: #D2E8F8;
  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;
}
