@charset "utf-8";
/* CSS Document */

/* =========================================================
============================================================
============================================================
Swidge.com
============================================================
============================================================
========================================================= */

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #292929;
  background-color: #ccd2d3;
  word-wrap: break-word;/* 英字折り返し */
  overflow-wrap: break-word;/* 英字折り返し */
}

/* =========================================================
============================================================
============================================================
  Common
============================================================
============================================================
========================================================= */

:root {/* 一括で変更する内容　var(--key-color);　----------------------- */
  --key-color: #e63e2c;

}

/* Base-Kits
---------------------------------------------------- */
html, body {
  height: 100%;
}

.sp {/* PCレイアウトでSPを消す*/
    display: none;
}
.pc {/* PCレイアウトでPCを表示*/
    display: block;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
a img {/* リンク画像のボーダーを消す*/
	border: none;
}
a {/* FireFoxで点線を消す */
	outline: none;
}
.float-l {/* 回り込み左 */
	float: left;
}
.float-r {/* 回り込み右 */
	float: right;
}
.clear-both {/* 回り込み解除 */
	clear: both;
}
.center {/* 配置－中央 */
	text-align: center;
}
.right {/* 配置－右 */
	text-align: right;
}
.sp-t10 {/* 上にマージン */
	margin-top: 10px;
}
.sp-t20 {/* 上にマージン */
	margin-top: 20px;
}
.sp-t30 {/* 上にマージン */
	margin-top: 30px;
}
.sp-t40 {/* 上にマージン */
	margin-top: 40px;
}
.sp-b180 {/* 上にマージン */
	margin-bottom:180px;
}
.sp-b20 {/* 下にマージン */
	margin-bottom: 20px;
}
.sp-b30 {/* 下にマージン */
	margin-bottom: 30px;
}
.sp-b40 {/* 下にマージン */
	margin-bottom: 40px;
}
.sp-tb20 {/* 上下にマージン */
	margin-bottom: 20px;
	margin-top: 20px;
}
.sp-tb30 {/* 上下にマージン */
	margin-bottom: 30px;
	margin-top: 30px;
}
.sp-tb40 {/* 上下にマージン */
	margin-bottom: 40px;
	margin-top: 40px;
}
.sp-l20 {/* 左にマージン */
	margin-left: 20px;
}
.al-mid {/* 上下のセンタリング */
	display: table-cell;
	vertical-align: middle;
}

/* リンク画像をロールオーバー時に明るくするCSS
リンク画像のアンカーにcassを追加する
---------------------------------------------------- */
a img:hover  {
	opacity: 0.5 ;
	transition: 0.8s ;
		}
a.ovimg{
	background-color:#FFF;
	display:inline-block;
	}
a.ovimg:hover img,
a.ovimg:active img{
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
/*==========================================================
  Font
========================================================= */
a {
	color: #00a1b4;
	text-decoration: underline;
	font-weight: normal;
    transition:.3s;
}
a:visited {
    color: #666;

}
a:hover {
	color: #039;
	font-weight: normal;
	text-decoration: none;
    transition:.3s;
}
h2 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #e63e2c;
    text-align: center;
    position: relative;
    height: 112px;
    padding-top: 80px;
    background: linear-gradient(221.39453536522979deg, rgba(230, 245, 244,1) 28.583679833679838%,rgba(186, 211, 214,1) 63.09977044352044%,rgba(186, 211, 214,1) 66.10966735966736%);
    margin-bottom: 30px;
}
h2:before {
    position: absolute;
    bottom: 60px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #e63e2c;
}
h3 {
    position: relative;
    border-bottom: 3px solid #00a1b4;
    color: #e6402d;
    font-size: 1.4rem;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 16px;
    font-weight: normal;
}

h3:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    content: '';
    background: #e6402d;
}
h4 {
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: #363636;
    font-weight: bold;
    margin-top: 2.0rem;
    margin-bottom: 0.5rem;
    border-left: 3px solid var(--key-color);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1.0rem;
    background-color: #EDEFF0;
}
h5 {
    font-size: 1.0rem;
   font-weight: bold;
    color: #346321;
    margin-bottom: 0rem;
}

.txt-size-sss {/* 極小小の文字サイズ */
	font-size: 0.6rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	padding-top: 1rem;
}
.txt-size-ss {/* 極小の文字サイズ */
	font-size: 0.72rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	padding-top: 1rem;
}
.txt-size-s {/* 小の文字サイズ */
	font-size: 0.8rem;
	line-height: 1.8rem;
	padding-top: 1rem;

}
.txt-size-m {/* 中の文字サイズ */
	font-size: 0.9rem;
	line-height: 1.8rem;
	padding-top: 0.8rem;

}
.txt-size-l {/* 大の文字サイズ */
	font-size: 1.05rem;
	line-height: 2.0rem;
	padding-top: 0.8rem;
}
.txt-size-ll {/* 大の文字サイズ */
    font-size: 1.3rem;
    line-height: 2.0rem;
    padding-top: 0.8rem;
    font-weight: bold;
}
.txt-spac {/* 字間を広げる */
	letter-spacing: 0.15rem;
}
.txt-li {/* リスト項目 */
    line-height: 1.8rem;
    text-indent: 0rem;
    padding-left: 1.5rem;
    list-style-type: disc;
}
.mi {/* 冒頭にスペース */
	text-indent: 1rem;
}
.mt {/* 2行目からスペース */
	line-height: 1.8rem;
	text-indent: -1rem;
	padding-left: 1rem;
}

.font-red {
    color: #F72608;
}
.font-orange {
    color: #F78608;
}
.font-white {
	margin: 5px;
	color: #FFFFFF;
}
.font-gray {
    color: #B3B3B3;
}
.day {
    font-size: 1.3rem;
    line-height: 2.0rem;
    padding-top: 1rem;
    padding-left: 0.4rem;
    color: #FF6E00;
    font-weight: bold;
}
blockquote {/* 引用文*/
    font-style: italic;
    color: #848484;
}

/*==========================================================
  テキストリンクアイコン
========================================================= */
.windowicon {
    margin-right: 2px;
    padding-right: 30px;
    background: url(../images/w-icon.png) 100% 0.1em no-repeat;
    background-size: 15px 12px;
}
.downloadicon {
    margin-right: 2px;
    padding-right: 30px;
    background: url(../images/d-icon.png) 100% 0.2em no-repeat;
    background-size: 15px 12px;
}

/*==========================================================
  問い合わせBOX
========================================================= */

.contact-box {
    padding: 15px;
    background-color: #EDEDED;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
}
/*==========================================================
  注意のBOX
========================================================= */

.caution-box {
    padding: 15px;
    background-color: #EDE4E4;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
}
/*==========================================================
  注意のBOX2
========================================================= */

.caution-box2 {
    padding: 15px;
    background-color: #EDE4E4;
    border-radius: 8px;
    border: 1px solid #A6322B;
}
/*==========================================================
  tableのcss
========================================================= */
.line-table {
    margin: 0px;
    background-color: #D0D0D0;  /* 背景色指定 */
}
 
.line-table th {
    padding: 15px;
    margin: 0px;
    background-color: #E2E3D7;  /* 背景色指定 */
}
.line-table td {
    padding: 15px;
    background-color: #FFF;  /* 背景色指定 */
}
/*カラーボックス各種
========================================================= */
.color-box {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-color: #f4f3eb;
    border-radius: 20px;
    border: 2px solid #d2d1c2;
}
.color-box-02 {
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
background-color: #ED590D;
border-radius: 20px;
border: 2px solid #CB2C00;
text-align: center;
color: #FFFFFF;
}



/* =========================================================
============================================================
============================================================
  ここからページレイアウト
============================================================
============================================================
========================================================= */


/* =========================================================
  wrap
========================================================= */

#contents {
	background-color: #fff;/* ====Naviの背景色==== */
}
#wrap {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-size: 220px;
    background-repeat: repeat-y;
    box-shadow: 0px 0px 10px -5px #707070;
    z-index: 100;
    padding-top: 104px;
}



/* =========================================================
============================================================
============================================================
  navはすべてnav.cssに記載
============================================================
============================================================
========================================================= */


/* =========================================================
  main
========================================================= */
#main {
    float: right;
    width: 712px;
    background-color: #FFF;
}
/*==========================================================
MV
========================================================= */
#mv-box {
    background-size: 688px auto;
    height: auto;
}
#mv-box img {
    width: 100%;
}
/* =========================================================
  mainの中身
========================================================= */
#main .inner {
    width: 632px;
    margin-left: 40px;
    margin-top: 0px;
    margin-right: 40px;
    padding-bottom: 100px;
}

/*==========================================================
トップページお知らせArea
========================================================= */
#top-action-box {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #E8AE74;
    padding: 10px;
    background-color: #F7F5EF;
    margin-bottom: 30px;
	}
/*==========================================================
トップページお知らせArea-second
========================================================= */
#top-action-box-second {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #E0450F;
    padding-top: 40px;
    background-color: #C00000;
    margin-bottom: 30px;
    color: #FFFFFF;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-size: 1.16em;
	}
/*==========================================================
トップページお知らせArea-third
========================================================= */
#top-action-box-third {
    word-wrap: break-word;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #FFDD00;
    padding-top: 20px;
    background-color: #08296B;
    margin-bottom: 30px;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
	}
#top-action-box-third a {
    color: #FFFFFF;
	}
#top-action-box-third a:hover {
    color: #FFFFFF;
	}
#top-action-box-third a:visited {
    color: #FFFFFF;
	}
/*==========================================================
トップページNewsArea 
========================================================= */
#news-box {
    padding: 0px;
    height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: right;
    width: 608px;
	}
#news-box ul {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 9em;
    padding: 0px;
}
#news-box li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 0.9em;
    list-style: none;
    letter-spacing: 0.1em;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 200%;
    background-position: 0px 0px;
    text-indent: -10em;
    width: 600px;
}
#news-box strong {
    font-weight: normal;
    color: #FFF;
    background-color: #ac0002;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 15px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

/*==========================================================
  footer
========================================================= */
#footer {
    width: 100%;
    padding-top: 20px;
    clear: both;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: auto 90%;
    z-index: -9999;
    margin-top: 32px;
    background-color: #9a3832;
}
#footer .inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer .inner a {
    color: #D5D5D5;
}
#topbox_jimukyoku {
    width: 50%;
    margin-bottom: 15px;
    border-right-width: 0px;
    padding-bottom: 30px;
    float: left;
    color: #DFDFDF;
}
#topbox_unei {
    width: 50%;
    margin-bottom: 15px;
    float: right;
    color: #DFDFDF;
}
.pagetop {
    width: 80px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 0px;
    padding: 1em 3em;
    text-align: center;
    transition: .3s;
    background-color: var(--key-color);
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    display: block;
    z-index: 3;
}
.pagetop a {
	color: #FFF;
    text-decoration: none;

}
.pagetop a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;

    display: block;
}
.pagetop:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    top:15%;
	right:8%;
    margin:auto;
    width: .5em;
    height: .5em;
    border-top: .1em solid #FFF;
    border-right: .1em solid #FFF;
    transform: rotate(315deg);
    transition:.3s;
}
.pagetop:hover:after{
	border-top: .2em solid #FFF;
    border-right: .2em solid #FFF;
    top:0%;
}

/*==========================================================
comming
========================================================= */
#icon {
    font-weight: normal;
    color: #949494;
    background-color: #F4F4F4;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 280px;
    padding-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    width: 400px;
    height: 100px;
    text-align: center;
    line-height: 2em;
    background-image: url(../images/icon.png);
    background-position: center 60px;
    background-size: 40% auto;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}


/*ボタン各種
========================================================= */


.btn{
    line-height: 1.25;
  text-decoration:none;
    font-weight:bold;
    color:#fdcf00 !important;
    position: relative;
  transition:.3s;
}
.btn-sub {
    background-color: #E0450F;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
    line-height: 1.2em;
    margin-top: 6px;
    width: 130px;
}
.im{
    background-color: #F0F0E3;
}
.btn-sub2 {
    background-color: #FFFFFF;
    color: #E0450F;
    font-size: 12px;
    display: inline-block;
    padding-top: 14px;
    padding-right: 8px;
    padding-left: 30px;
    padding-bottom: 14px;
    line-height: 0.8em;
    margin-top: 6px;
    width: 130px;
    text-align: center;
    background-image: url(../images/icon-exclamation.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-bottom: 30px;
    border: 2px solid #E0450F;
    background-position: 3px 3px;
}
.btn-sub-new {
    background-color: #E0450F;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 6px;
    line-height: 0.8em;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 6px;
    border: 2px solid #E0450F;
    border-radius: 20px;
    background-position: 3px 3px;
}
.btn-sub-end {
background-color: #727272;
color: #FFFFFF;
font-size: 12px;
display: inline-block;
padding-top: 6px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 6px;
line-height: 0.8em;
margin-top: 6px;
text-align: center;
margin-bottom: 6px;
border: 2px solid #4A4A4A;
border-radius: 20px;
background-position: 3px 3px;
}
.btn:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .5em;
    height: .5em;
    border-top: .2em solid #fdcf00;
    border-right: .2em solid #d09d14;
    transform: rotate(45deg);
    transition:.3s;
}

.btn:hover:after{
	border-top: .2em solid #d09d14;
    border-right: .2em solid #7f6c40;
    right:3%;
}

.button-a {
	background-color: #f1ddca;
	border-radius: 4px;
	color: #FFFFFF;
	line-height: 30px;
	border: 1px solid #f1ddca;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-decoration: none;
	-webkit-transition: all .5s;
	padding: 20px;
	transition: all .5s;
	text-align: center;
	width: 80%;
	z-index: 1;
	box-shadow: 0px 3px 15px -1px #000;
}
.button-a:hover {
	color: #015AB9;
	background-color: rgba(255,255,255,0);
	border: 1px solid #662887;
	-webkit-box-shadow: 0 0px 0 #015AB9;
}
.button-a:active {
	top: 3px;
	box-shadow: none;
	color: #FFFFFF;
}
.button-a:visited {
	background-color: #015AB9;
	color: #FFFFFF;
}

.button-c {
	background-color: #FFD500;
	border-radius: 4px;
	color: #662887;
	line-height: 30px;
	border: 1px solid #FFD500;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-decoration: none;
	-webkit-transition: all .5s;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	transition: all .5s;
	text-align: center;
	width: 90%;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.button-c:hover {
	color: #015AB9;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid #662887;
	-webkit-box-shadow: 0 0px 0 #015AB9;
}
.button-c:active {
	top: 3px;
	box-shadow: none;
}
.button-c:visited {
	background-color: #015AB9;
	color: #9FBDCC;
}

/*==========================================================
  BTN-small
========================================================= */
.btn-small {
    height: 10px;
    top: 0px;
    padding-top: 1.7em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1.4em;
    text-align: center;
    position: relative;
    transition: .3s;
    background-color: #fdcf00;
    line-height: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    letter-spacing: 0.1em;
}
.btn-small a {
    color: #2d2b51;
    text-decoration: none;
}
.btn-small a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    display: block;
    padding-right: 30px;
    background-size: 0px 0px;
}
.btn-small:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .5em;
    height: .5em;
    border-top: .2em solid #fff;
    border-right: .2em solid #fde990;
    transform: rotate(45deg);
    transition:.3s;
}
.btn-small:hover:after{
	border-top: .2em solid #fff;
    border-right: .2em solid #7f6c40;
    right:5%;
}
.btn-small-none {
    height: 10px;
    top: 0px;
    padding-top: 1.5em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1.2em;
    text-align: center;
    position: relative;
    transition: .3s;
    background-color: #D4D0C0;
    line-height: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #979881;
}

/*==========================================================
  BTN-large
========================================================= */

.btn_large {
	height: 80px;
	position: relative;

	text-align: center;
	border-radius: 5px;
	transition: .3s;
	font-size: 1.1rem;
	letter-spacing: 0.04rem;
}
.btn_large a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    position: absolute;

    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0px;
line-height: 4.8rem;
}

.btn_large a:hover {
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.5s;
    background:rgba(255,255,255,0.5);
}

.btn_large:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:8%;
	margin:auto;
	width: .5em;
	height: .5em;
	border-top: .1em solid #fff;
	border-right: .1em solid #fff;
	transform: rotate(45deg);
	transition:.3s;
}
.btn_large:hover:after{
	border-top: .2em solid #fff;
	border-right: .2em solid #7f6c40;
	right:5%;
}
.btn_large-none {
	height: auto;
	top: 0px;
	padding-top: 1.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1.5rem;
	text-align: center;
	position: relative;
	border-radius: 5px;
	transition: .3s;
	line-height: 1.2rem;
	font-size: 1.1rem;
	letter-spacing: 0.04rem;
	background-color: #CBCACA;
	color: #949494;
}
.btn_blue {
	background-color: #0066F0;
}
.btn_green {
	background-color: #239848;
}
.btn_orange {
	background-color: #e63e2c;
}


/* =========================================================
============================================================
===========================================================
  会長挨拶
===========================================================
===========================================================
========================================================= */

#photo-box {
    float: right;
    width: 220px;
    margin-bottom: 30px;
    text-align: right;
	}
#photo-box img {
	width: 90%;	
}
#photo-txt {
    float: left;
    width: 360px;
    text-align: right;
    margin-top: 160px;
    line-height: 1.2em;
    font-size: 1.1em;
	}

/* =========================================================
============================================================
===========================================================
  プログラム
===========================================================
===========================================================
========================================================= */
.program-date-sat {
    background-color: #E6F3F7;
    border: 2px solid #1854DF;
    padding: 16px;
    font-size: 1.2em;
    margin-bottom: 32px;
    color: #1854DF;
    font-weight: bold;
}
.program-date-sun {
    background-color: #F3E6F7;
    border: 2px solid #B13064;
    padding: 16px;
    font-size: 1.2em;
    margin-bottom: 32px;
    color: #B13064;
    font-weight: bold;
}
.program-line {
    border-bottom: 1px solid var(--key-color);
    height: 32px;
    margin-top: 24px;
    margin-bottom: 12px;
    background-color: #F4F3EF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.program-time {
    background-color: var(--key-color);
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 10px;
    font-size: 0.8em;
    float: left;
    width: 20%;
    border-radius: 8px;
    text-align: center;
}
.program-category {
    display: block;
    color: var(--key-color);
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 18px;
    font-weight: bold;
    font-size: 1.1em;
    float: right;
    width: 75%;
    margin-bottom: 13px;
    line-height: 0.7em;
}
.program-theme {
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 0.5em;
    clear: both;
    line-height: 5em;
}
.program-title {
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 0.5em;
    clear: both;
    line-height: 2em;
}
.program-name {
    line-height: 1.8em;
    text-indent: -3em;
    padding-left: 7em;
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 18px;
}
/*==========================================================
  参加登録/宿泊案内
========================================================= */
.par-th {
	background-color: #49BA43;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.par-td {
	background-color: #DDE2E7;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}


/*==========================================================
 演題登録
========================================================= */

.under-line-a {
	border-bottom: 1px solid #C9C9C9;
	font-weight: bold;
}
.under-line-b {
	border-bottom: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	margin-right: 30px;
}
.under-line-c {
	border-bottom: 1px solid #C9C9C9;
}
.under-line-top {
	border-top: 1px solid #C9C9C9;
}
.under-line-color {
	background-color: #F1F5F7;
}
.inner ol {
	list-style-position: inside;
	text-indent: -1em;
	margin-bottom: 0.8em;
	width: 94%;
}
.inner-color {
	padding: 15px;
	background-color: #E6E9EE;
}
#btn_area {
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	background-color: #F0E9E7;
	text-align: center;
}
#btn_area2 {
	padding: 20px;
	background-color: #F8F3A8;
	text-align: left;
	border: 2px solid #F1D9BE;
	color: #DB530D;
	font-weight: bold;
}
.btn_box {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.abstracts-button-a a {
	background-color: #0084B8;
	border-radius: 4px;
	color: #FFFFFF;
	line-height: 30px;
	border: 1px solid #0084B8;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-decoration: none;
	-webkit-transition: all .5s;
	padding: 20px;
	transition: all .5s;
	text-align: center;
	width: 450px;
	z-index: 1;
	font-size: 20px;
	margin-bottom: 30px;
}
.abstracts-button-a a:hover {
	background-color: #1DA7DE;
}
.abstracts-button-b a {
	background-color: #E86E25;
	border-radius: 4px;
	color: #FFFFFF;
	line-height: 30px;
	border: 1px solid #E86E25;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-decoration: none;
	-webkit-transition: all .5s;
	padding: 20px;
	transition: all .5s;
	text-align: center;
	width: 450px;
	z-index: 1;
	font-size: 20px;
}
.abstracts-button-b a:hover {
	background-color: #FF9C5C;	
}
.abstracts-button-c a {
	background-color: #5c9b2e;
	border-radius: 4px;
	color: #FFFFFF;
	line-height: 30px;
	border: 1px solid #5c9b2e;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-decoration: none;
	-webkit-transition: all .5s;
	padding: 20px;
	transition: all .5s;
	text-align: center;
	width: 450px;
	z-index: 1;
	font-size: 20px;
	margin-bottom: 30px;
}
.abstracts-button-c a:hover {
	background-color: #94cf68;
}
.abstracts-button-d a {
	background-color: #fbc509;
	border-radius: 4px;
	color: #FFFFFF;
	line-height: 30px;
	border: 1px solid #fbc509;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-decoration: none;
	-webkit-transition: all .5s;
	padding: 20px;
	transition: all .5s;
	text-align: center;
	width: 450px;
	z-index: 1;
	font-size: 20px;
}
.abstracts-button-d a:hover {
	background-color: #fce149;
}
.abstracts-button-none {
    background-color: #BFBFBF;
    border-radius: 4px;
    color: #9D9D9D;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    padding: 20px;
    transition: all .5s;
    text-align: center;
    width: 450px;
    z-index: 1;
    font-size: 20px;
    margin-bottom: 30px;
}
#coi_area img {
	width: 100%;	
}
.coi_left {
	float: left;
	width: 320px;
	text-align: center;
}
.coi_right {
	float: right;
	width: 320px;
	text-align: center;
}




