<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*********************/



/***** ID *****/
#contents {
	padding: 30px;	
	min-height: 705px;
    height: auto !important;
    height: 705px;
}


#pageTit {
	margin-bottom: 40px;
}


#under {
	margin: 100px 0 0 100px;
}


#pageTop {
	font-size: 11px;
	text-align: right;
}



/***** CLASS *****/
.cItem {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #aaa 1px dotted;
}


.cItemIn {
	margin-bottom: 20px;
}


.cItem .cItemIn:last-child {
	margin-bottom: 0;
}


.cTit {
	margin-bottom: 15px;
	padding: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #007771;
	border: #007771 1px solid;
	background-color: rgba(255,255,255,0.4);
}


.cCap {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #5c255e;
	border-left: #5c255e 5px solid;
}


.discUl {
	list-style-type:disc;
	margin-left: 15px;
}

.discUl li {
	margin-top: 5px;
}

.deciUl {
	list-style-type:decimal;
	margin-left: 20px;
}

.deciUl li {
	margin-bottom: 10px;
}


.cirUl {
	list-style-type: circle;
	margin-left: 10px;
	padding-left: 10px;
}

.cirUl li {
	margin-bottom: 3px;
}


.liMarT5 li {
	margin-top: 5px;
}


.tdCap {
	background-color: #f3f3f3;
}


.note {
	margin-left: 1em;
	text-indent: -1em;
}


.pageTop2 {
	margin-bottom: 30px;
	font-size: 11px;
	text-align: right;
}






/***** ご挨拶 *****/
#greBox {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: #bbb 1px dotted;
}


#greBox p {
	position: absolute;
	right: 0;
	bottom: 20px;
}


#mesDl {
	text-align: right;
	position: absolute;
	right: 165px;
	bottom: 17px;
}


#mesDl dt {
	font-size: 13px;
}


#mesDl dd {
	font-size: 13px;
}


#mesDl dd strong {
	font-size: 16px;
	font-weight: bold;
}


.mesCom {
	margin-top: 15px;
	line-height: 1.7;
}



/***** 開催概要 *****/
#infoDl dt {
	width: 80px;
	float: left;
	clear: left;
}


#infoDl .longDt {
	width: 100%;
	float: none;
}


#infoDl dd {
	margin-bottom: 20px;
	padding: 0 0 20px 80px;
	border-bottom: #aaa 1px dotted;
}





/***** 演題募集 *****/
.absBtnTit {
	margin-bottom: 15px;
	padding: 0 0 0 7px;
	font-size: 17px;
	font-weight: bold;
	border-left: #007771 4px solid;
}


.absBtnTit2 {
	margin: 25px 0 15px;
	padding: 0 0 0 7px;
	font-weight: bold;
	border-left: #007771 4px solid;
}


.absDead {
	margin-bottom: 10px;
	padding: 15px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
	border: #cc0000 3px double;
	background-color: #fff;
}


.absDead table {
	margin: 0 auto;
	text-align: left;
}


.absDead table span {
	font-weight: normal;
	text-decoration: line-through;
	color: #333;
}


.absLink {
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	border: #ddd 2px solid;
	background-color: #fff;
}


.absTB1 {
	width: 100%;
}


.absTB1 th {
	padding: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #007771;
	border: #ccc 1px solid;
}


.absTB1 td {
	padding: 10px;
	border: #ccc 1px solid;
	background-color: #fff;
}


.absUl {
	width: 49%;
}


.absUl li {
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(../images/icon_02.gif) 0 0.3em no-repeat;
}


.absUl li:last-child {
	margin-bottom: 0;
}


.absUl1 {
	float: left;
}


.absUl2 {
	float: right;
}


.absBtn {
	font-size: 0;
}


.absBtn li {
	display: inline-block;
	vertical-align: top;
}


.absBtn li:first-child {
	margin-right: 20px;
}



/***** 参加登録 *****/
.regDl1 {
	padding: 15px;
	border: #ddd 2px solid;
}


.regDl1 dt {
	margin-bottom: 5px;
	font-weight: bold;
}


.regTB1 {
	width: 100%;
}


.regTB1 th {
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #007771;
	border: #ccc 1px solid;
}


.regTB1 td {
	padding: 10px;
	border: #ccc 1px solid;
	background-color: #fff;
}


.regTB1 .tdCap {
	background-color: #f3f3f3;
}


.regDead {
	padding: 15px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
	border: #cc0000 3px double;
	background-color: #fff;
}


.regDead span {
	text-decoration: line-through;
}


.regCancel {
	font-weight: normal;
	text-decoration: line-through;
}


.regEnd {
	margin-top: 5px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #007771;
	background-color: #FFFD00;
	border-radius: 3px;
}





/***** リンク *****/
#linkDl {
	padding-top: 15px;
	border-top: #bbb 1px dotted;
}


#linkDl dt {
	margin-bottom: 5px;
	padding-left: 22px;
	font-weight: bold;
	background: url(../images/icon_01.gif) 0 0.3em no-repeat;
}


#linkDl dd {
	margin-bottom: 15px;
	padding: 0 0 15px 22px;
	font-size: 13px;
	border-bottom: #bbb 1px dotted;
}




/***** デジタル *****/
.digDead {
	margin: 10px 0;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
	border: #cc0000 3px double;
}


.digDead table {
	margin: 0 auto;
	text-align: left;
}


.digDead span {
	font-weight: normal;
	text-decoration: line-through;
	color: #333;
}


.digBtn {
	margin-top: 20px;
	text-align: center;
}


.digBtn li {
	margin-top: 15px;
}







/***** 参加者 *****/
.partBtn {
	/*margin-top: 70px;*/
	margin-top: 20px;
	text-align: center;
}






/***** プログラム *****/
.proBtn {
	font-size: 0;
}


.proBtn li {
	margin-left: 10px;
	display: inline-block;
}


.proBtn li:first-child {
	margin-left: 0;
}


.proBtn2 {
	font-size: 0;
}


.proBtn2 li {
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
}


.proBtn2 li:first-child {
	margin-left: 0;
}


.proBtn2 li:nth-child(4) {
	margin-left: 0;
	margin-bottom: 0;
}




/***** Featured Program *****/
.feaFrame {
	margin: 10px 0;
	padding: 20px;
	border: #ddd 3px solid;
	background-color: #fff;
}


.feaTitBox {
	margin-bottom: 15px;
}


.feaTit {
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #5c255e;
	border-left: #5c255e 5px solid;	
	float: left;
}


.feaCap {
	margin-bottom: 5px;
	font-size: 15px;
	color: #5c255e;
}


.feaCap dt {
	width: 60px;
	float: left;
	clear: left;
}


.feaCap dd {
	padding-left: 60px;
}


.feaDl1 {
	margin-left: 60px;
}


.feaDl1 dt {
	width: 180px;
	font-weight: bold;
	float: left;
	clear: left;
}


.feaDl1 dd {
	padding-left: 180px;
}


.feaDl2 dt {
	width: 120px;
	float: left;
	clear: left;
}


.feaDl2 dd {
	margin-bottom: 3px;
	padding-left: 120px;
}


.feaDate {
	font-size: 12px;
	text-align: right;
	float: right;
}


.feaDate span {
	padding: 2px 5px;
	background-color: #fff;
	border: #eee 1px solid;
}</pre></body></html>