@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: Meiryo,"Hiragino Kaku Gothic Pro", Arial, sans-serif;/* 固定（日本語ページは別） */
  font-size: 93%;
  background: url(../images/bg.png) no-repeat center top;
}
body.top {
  background: url(../images/bg_top.png) no-repeat center 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, 5.1 で追加 */
article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, picture, section, summary {
  display: block;
}
/* 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;
}
.skyblue {
  color: #00CCFF;
}

/* 太字 */
.bold{
	font-style:normal;
	font-weight:bold;
}

.text_r{
	text-align:right;
}
.text_c{
	text-align:center;
}
/* コンテンツ全体 */
#contents_all {
  width:960px;
  height:auto !important;
  height:100%;
  margin:0 auto;
  min-height:684px;
}

/* ヘッダー */
header{
  text-align:center;
  position: relative;
 }
.lang {
  position: absolute;
  top: 0;
  right: 0;
}
/* コンテンツ */
#contents {
  margin:0 auto;
  width: 960px;
}

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

/* 左コンテンツ */
#contents_l {
  float: left;
  width: 230px;
  margin-left: 10px;
}

/* メニュー */
nav {
  width: 230px;
  margin:0 auto;
  border-top: 1px solid #50b4af;
}
ul.menu {
  width: 100%;
}
ul.menu > li > a {
  display: block;
  width: 230px;
  height: 45px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  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: -230px 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)}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  float: right;
  width: 680px;
  margin-right: 25px;
}
#contents_r.top {
  float: right;
  width: 720px;
  margin-right: 0;
  margin-bottom: 10px;
}
/* バナー */
ul.banner_box {
  overflow: hidden;
  width: 940px;
  margin: 10px auto 0;
}
ul.banner_box > li {
  float: left;
  margin-right: 13.3px;
}
ul.banner_box > li:nth-child(n-4) {
  margin-bottom: 10px;
}
ul.banner_box > li:nth-child(4),
ul.banner_box > li:nth-child(8) {
  margin-right: 0;
}
ul.banner_box > li > a {
  display: block;
}
ul.banner_box > li > .cap {
  margin-top: -2.1em;
  display: block;
  font-size: 0.5em;
}

/* 新着情報 */
#news {
  margin: 0 10px 0 auto;
  width:700px;
  text-align:left;
  margin-bottom: 10px;
}
#news > h2 {
  width: 700px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: #00a199;
  color: #FFFFFF;
}
#news_frame {
  width: 668px; /* #newsの幅より小さく */
  margin:0 auto;
  font-size: 13px;
  height:140px;
  padding:0 15px 5px;
  overflow:auto;
  border: 1px solid #CCCCCC;
  border-top: none;
  background-color: #FFFFFF;
}
#news_frame dl {
  overflow: hidden;
}
#news_frame dt ,#news_frame dd {
  padding-top: 1em;
}
#news_frame dt {
  float: left;
}
#news_frame dd {
  padding-left: 7em;
  padding-right: 1em;
}
.poster {
  margin: 0 35px 0 45px;
  float: left;
}
.poster img {
  width: 160px;
}

/* 事務局等 */
#info {
  width: 700px;
  margin: auto;
  text-align:left;
  padding: 0 10px 0 10px;
  overflow: hidden;
}
.info_title {
  width: 230px;
  height: 30px;
  line-height: 30px;
  background-color: #2ca6e0;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
#info > dl {
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 8px;
}
#info dt {
  float: left;
}
#info dd {
  padding-left: 242px;
  padding-right: 1em;
}
#info address {
  font-style: normal;
}

/* フッター */
footer {
  clear: both;
  text-align: center;
  font-size: 12px;
  padding: 2px 0;
  margin: 0 auto;
  width: 960px;
  background-color: #00a199;
  color: #FFFFFF;
}

/* サブページ内 */
main {
  /* width: 620px; */
  padding:20px 25px;
  margin-bottom: 30px;
  position:relative;
  min-height:600px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 5px -2px rgba(10,10,10,0.1), 0px 0px 2px 0px rgba(10,10,10,0.02);
}

/* サブページ大見出し */
main h3 {
  font-size: 120%;
  font-weight: bold;
  border-left: 10px solid #2ca6e0;
  border-bottom: 2px solid #BBBBBB;
  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.5em;
  font-size: 110%;
  font-weight: bold;
  background-color:#EEEEEE;
  padding: 0.5em 0.8em 0.35em;
}

/* サブページ小見出し  */
main h5 {
  margin: 1em 0 0.5em 0;
  padding:0.2em;
  font-weight: bold;
  color: #2878C5;
  border-bottom: 1px dotted #666666;
}

/* サブページ段落 */
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 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;
  text-indent:1em;
  margin:0 auto 0.5em;
}
main.greet p.indent_none {
	text-indent:0;
}
div.greet_name {
	line-height: 1.6;
	position: relative;
	margin-top: 5em;
	margin-bottom: 3em;
}
main.greet div.name{
	position: absolute;
	bottom:0;
	margin-left:180px;
}
main.greet p.photo {
	float:left;
	text-indent:0;
	margin-right: 2em;
}
main.greet p.photo img{
	border: 1px solid #CCCCCC;
	padding:1px;
}
/* テーブルで組む場合 */
table.greet_name {
	border: none;
	margin-bottom: 2em;
}
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;
	padding-right: 1.5em;
}
main.greet p.none_indent {
  text-indent: 0;
}

/* 開催概要 */
table.hyou_info{
  border-collapse:collapse;
  width:100%;
  border: 1px solid #bbbbbb;
  word-break: break-all;
}

table.hyou_info th{
  border-top:1px solid #bbbbbb;
  border-bottom:1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  padding:1em 1.5em 1em 0.5em;
  vertical-align:top;
  white-space:nowrap;
  text-align:left;
  width:10%;
  font-weight: normal;
  background-color: #FFFFEF;
}

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 table tr th {
    padding: 0.1em 1em 0.1em 0;
    width: 15%;
    border: none;
    background-color: #FFF;
    white-space: nowrap;
    font-size: 90%;
}

table.hyou_info table tr td {
    padding: 0.1em 1em 0.1em 0;
    border: none;
    background-color: #FFF;
    /* white-space: nowrap; */
}

/* Program */
main.prg dl {
  margin-top:1em;
}
main.prg dl dt {
  float:left;
  width:8em;
}
main.prg dl dd {
  padding-left:8em;
}

/* Registration */
main ol.sanka li {
  padding-bottom:1em;
}
main ol.sanka li ul li {
  list-style: disc;
  padding-bottom:0;
}
table.sanka {
  margin: 0 0 0.5em;
}
table.sanka td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
}
table.sanka td.yen {
  text-align: right;
  padding:0.5em 2em;
}
table.sanka th {
  border: 1px solid #666666;
  background-color: #FFFFEF;
  padding: 0.5em;
  font-weight: normal;
}

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

/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}
/******* ボタン ********/
.btn a:link {color: #FFFFFF;text-decoration: none;}
.btn {
  border-radius: 5px;
  padding: 10px 25px;
  margin: 10px;
  min-width: 150px;
  text-decoration: none !important;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  color: #FFFFFF !important;
  background-image: linear-gradient(to bottom, #0061CF, #00428D);
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom:40px;
  right:95px;
}
.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: #FFFFEF;
  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;
}