@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.4;/* 固定 */
  color: #333333;/* 固定 */
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;/* 固定（英語ページは別） */
  font-size: 90%;/* 固定（英語ページは93%） */
  background:#ffface;
}


/* 画像全体（固定） */
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:url(../images/bg_contentsall.png) repeat-y left;
  box-shadow:0px 0px 6px 3px rgba(51,51,51,0.5);
  margin:0 auto;
  min-height:684px;
}

/* ヘッダー（固定） */
header{
  text-align:left;
 }

/* コンテンツ（適宜書き換え） */
#contents {
  margin:0 auto;
  width: 960px;
}

/* クリアフィクス（固定） */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 左コンテンツ（一部適宜書き換え） */
#contents_l {
  float: left;/* 固定 */
  width: 240px;/* 適宜書き換え */
}

/* メニュー（適宜書き換え） */
nav {
  width: 240px;
  margin:0 auto;
}
ul.menu {
  width: 240px;
}
ul.menu > li > a {
  display: block;
  width: 240px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: 0 0;
}
ul.menu > li:first-child{
  height: 33px;
}
ul.menu > li:last-child{
  height: 34px;
}
ul.menu > li a.on,
ul.menu > li a:focus,
ul.menu > li a:hover {
  background-position: -240px 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)}

/* ポスターダウンロードを無効にする */
/*.banner-poster a {
  pointer-events: none;
}*/
/* ここからmain部分 */

/* 右コンテンツ（一部適宜書き換え） */
#contents_r.top {
  float: right;
  width: 720px;
  background-color:#FFFFFF;
}
#contents_r {
  float: right;
  width: 720px;
  background:#FFFFFF url(../images/bg_img_page.png) no-repeat;
  position: relative;
}
#contents_r header+h2 {
	width: 690px;
	margin: auto;
}

.top_oshirase {
  top: 410px;
  left:16px;
  position:absolute;
}
.top_btn {
  display: flex;
  justify-content:space-around;
}
.tokusetsu {
}
.toujitsu {
  width:350px;
  background-color: #FFFFFF;
  border: 2px solid #0068b7;
  padding: 8px 7px 8px 15px;
  margin:0 12px;
}
.toujitsu p.t-title {
  text-align:center;
  font-weight:bold;
}

.toujitsu-waku {
  border: 2px solid #FF0000;
  padding: 10px 20px;
  margin:0 0 2em;
}
.toujitsu-waku p.t-title {
  text-align:center;
  font-weight:bold;
}

.oshirase {
	margin: 20px 1em 1em;
	background-color: #FEF0F1;
	border: 2px solid #E50012;
	padding: 0.5em 1em;
}
.oshirase p {
	margin-bottom: 0.5em;
	text-indent: 1em;
}

div.web_login {
  position:absolute;
  left:20px;
  top:360px;
  width:270px;
  z-index:1;
  padding:0;
  text-align: center;
}
div.web_login span{
  background-color: rgba(0,133,253,0.9);
  padding: 5px 20px 4px;
  border-radius: 20px;
}
div.web_login a {
  display:block;
  width: 100%;
  background-color: #44c5e0;
  border: 4px double #1d2087;
  color:#FFF;
  padding: 22px 15px 20px;
  font-weight:bold;
  font-size:24px;
  line-height: 2;
  text-shadow:2px 2px #1d2087;
}
 /* 以下マウスを載せたときのスタイル */
div.web_login a:hover {
  background-color: #A2E2F0;
  text-decoration:none;
}
div.top_renraku {
  border:4px double #E7242E;
  position:absolute;
  top:340px;
  right:20px;
  padding:10px 16px;
  width:330px;
  background-color:#fffff4;
}

/* top_kougi-web */
.top_kougi-web {
  position:absolute;
  top:340px;
  left:20px;
}
/* tokusetsu */
.tokusetsu {
  position:absolute;
  top:360px;
/*  top:426px;*/
  top:400px;
  top:360px;
  left:10px;
  left:20px;
}
/* toiawase */
.toiawase {
  position:absolute;
  top:360px;
  right:10px;
  width: 400px;
  width: 300px;
  background-color: #FEF0F1;
  border: 2px solid #E50012;
  padding: 0.5em 1em;
}

/* 新着情報（適宜書き換え） */
#news {
  margin: 0 auto;
  margin: 10px auto 0;
  width:680px;
  text-align:left;
  padding-bottom:15px;
}
#news_flame {
  width: 658px;/* #newsの幅より小さく */
  margin: 0 auto;
  font-size: 13px;
  height:150px;
  padding:5px 10px;
  border:#aaaaaa 1px solid;
  border-top: 0;
  overflow:auto;/* 固定 */
}
/* 段落の場合 */
#news_flame p span{
  color:#1e257c;
}
#news_flame p{
  padding-bottom:5px;
}
/* テーブルの場合 */
#news_flame table{
  width:650px;/* #news_flameの幅より小さく */
}
#news_flame table th{
  padding:5px 0;
  width:75px;
  vertical-align:top;
  text-align:left;/* 入れた方が良い */
  font-weight:100;
}
#news_flame table td{
  padding:5px 0;
  vertical-align:top;
}

/* 事務局等（適宜書き換え） */
#contents_l .contact{
	background-color: #FFFFFF;
  width: 234px;
  margin: 10px auto;
	padding-top: 1px;
  font-size: 13px;
  line-height: 1.4;
	border-radius: 3px;
}
#contents_l .contact p {
	padding: 2px 6px 6px;
}
#contents_l .contact > address {
  font-style: normal;
}
#info .info_title{
	background-color: #fec92d;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 5px;
	padding: 0.5em;
	padding-left: 1em;
	width: 224px;
}

/* フッター（適宜書き換え） */
footer {
  clear: both;
  text-align: center;
  vertical-align:middle;
  background-color:#604c3f;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px 0;
	margin: 0 auto;
  width:960px;
}

/* サブページ内（適宜書き換え） */
main {
  width: 628px;
  padding:25px 30px 40px;
	position:relative;
  min-height:450px;
  margin: 0 auto 30px;
  background-color: #FFFFFF;
	border: 1px solid #1eaa39;
  border-radius: 0 0 5px 5px;
}

/* サブページ大見出し（適宜書き換え） */
main h3 {
  background: url(../images/icon_h3.png) no-repeat left center;
  font-size: 120%;
  font-weight: bold;
  padding:15px 10px 15px 20px;
  margin:1.5em 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 {
  border-bottom:1px dotted #0071bc;
  margin:1.5em 0 0.5em;
  padding-bottom:2px;
  font-size:110%;
  font-weight: bold;
  color:#0071bc;
}

/* サブページ小見出し（適宜書き換え） */
main h5 {
  margin: 1em 0 0.2em 0;
  margin-bottom: 0.5em;
  padding:0.2em;
  font-weight: bold;
}

/* サブページ段落（固定） */
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 ul.half li {
  list-style: disc;
  margin-bottom: 0.5em;
}
main ul.half li ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}
main ol.half li {
  list-style: decimal;
  margin-bottom: 0.5em;
}
main ol.half li ul li {
  list-style: disc;
  margin-top: 0.5em;
}
/* 只今準備中です。（固定） */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}

/* 挨拶（適宜書き換え） */
main.greet p{
	line-height: 1.8;
  text-indent:1em;
  margin-top: 0;
}
main.greet .reset-indent{
	text-indent:0;
}
main.greet img {
	float:right;
	border:1px solid #999999;
	margin-left:1em;
	padding:1px;
}
/* テーブルで組む場合 */
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;
}
main.greet table td {
	vertical-align:bottom;
}
main.greet table {
	margin-left: auto;
}
main.greet table .range {
	width:79%;
}

/* テーブルで組む場合 */
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%;
	border: 1px solid #BBBBBB;
}
table.hyou_info th{
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	background-color: #EEEEEE;
	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-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	padding:1em 0 1em 0.5em;
	vertical-align:top;
	text-align:left;
}
table.hyou_info td.none {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}
table.hyou_info td.none table th,
table.hyou_info td.none table td{
	background-color: #FFFFFF;
	border: 0;
}
table.hyou_info td.none table th {
	border-right: 1px solid #BBBBBB;
	font-weight:normal;
	color: #333333;
}
table.hyou_info tr.border {
	border-bottom: 1px solid #BBBBBB;
}
/* endai */

/* tanni */
table.hyou_info.tanni {
	margin-top:1em;
	width: 627px;
}
table.hyou_info.tanni th{
	padding:0.5em 1em 0.5em 0.5em;
	white-space:normal;
}
table.hyou_info.tanni th >.indent {
	display:inline-block;
	text-indent:-1.5em;
	padding-left:2.5em;
}

/* program */

main.pro h4 {
  margin:1.5em 0 0.5em;
}
main.pro h5 {
  margin:0.7em 0 0.5em;
}
main.pro h5 span {
  background-color:#FDEAAE;
  padding: 0.2em 1em;
  color: #4d4d4d;

}

table.chair {
	border: none;
	margin-left:1em;
	margin-bottom: 1em;
}
table.chair td.name {
    white-space: nowrap;
}

table.chair td.zoku {
    padding-left: 1em;
    text-indent: -1em;
}

table.chair td {
    text-align: left;
    vertical-align: top;
}

table.chair th {
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 0.5em;
}

.title {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.title span{
    background-color:#FDEAAE;
    padding: 0.2em 1em;
    color: #4d4d4d;
}
.qa span{
    background-color:#e5e5e5;
    padding: 0.2em 1em;
    font-weight:bold;
}

.title_left{
    padding-left:1em;
}



/* 参加者の皆様へ */
dl.sanka dt{
	float: left;
}
dl.sanka dd{
	padding-left: 1.5em;
	padding-bottom: 0.5em;
}

div.sanka_waku {
  border: 1px solid #666666;
  padding: 1em;
  margin: 1em 0 0 1em;
}

.maintenance {
  border: 1px solid #666666;
  padding: 1em;
  margin: 1em 0 2em;
}

.regi-waku {
  border: 2px solid #cc0000;
  padding: 1em 1.5em;
  margin: 1em 0 2em;
}

/* 受講申込 */
img.creditcard {
  width: 30%;
}

table.hyou_reg {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_reg td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: middle;
  text-align: left;
}
table.hyou_reg td.cen {
  text-align: center;
  white-space: nowrap;
}
table.hyou_reg th {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}

.waku_reg {
  border: 2px solid #cc0000;
  padding: 1em;
  margin: 1em 0 2em;
}
.waku_red {
  border: 2px solid #FF0000;
  padding: 0.7em 1em;
  margin: 1em 0 2em;
}

.faq_q {
  clear: both;
  cursor: pointer;
}

main h3 + dl.reg_faq {
  margin-top: -1em;
}

dl.reg_faq {
  padding: 0 0 0.5em 0.5em;
}
dl.reg_faq dt {
  float: left;
  clear: both;
  width: 1.3em;
  font-weight: bold;
  font-size: 130%;
  color:#0F78E1;
}
dl.reg_faq dd {
  margin-left: 2.3em;
  margin-top: 1.2em;
  padding-top:0.3em;
  color: #0F78E1;
  font-weight: bold;
}

dl.reg_faq_a {
  padding: 0 0 0 0.5em;
  display: none;
}
dl.reg_faq_a dt {
  float: left;
  clear: both;
  width: 1.3em;
  font-weight: bold;
  font-size: 130%;
  color:#cc0066;
}
dl.reg_faq_a dd {
  margin-left: 2.3em;
  padding-top:0.3em;
}

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

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

/* 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;
}

/* 文章中のリンク（固定） */
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: #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;
}
.point {
	position:relative;
}

div#message {
	position:absolute;
	left: 0;
	top:310px;
	z-index:1;
	background-color:rgba(255,255,255,0.8);
	width:530px;
	width:630px;
	padding:8px 11px;
	border: 1px solid #7E191D;
	color: #7E191D;
	font-size:14px;
	border-radius: 10px;
	font-weight:bold;
	margin:30px 150px 0;
	margin:30px 30px 0;
}
div#message p {
	text-align:right;
}
