<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*--------------------------------------------------------------------
station_index
--------------------------------------------------------------------*/
.index #main .contInBox .articleDT{
	padding: 0px;
}
.index #main .contHead{
	margin-bottom: 20px;
}
.index #main .contInBox .articleDT a h2{
	width: 680px;
	padding: 10px 0 10px 45px;
	margin: 0px 0 15px 0;
	                  
}
.index #main .contInBox ul{
	overflow: hidden;
	padding-left: 30px;
}
.index #main .contInBox ul li{
	width: 320px;
	float: left;
}
.index #main .contInBox ul li.mright{
	margin-right: 15px;
}

.index #main .contInBox ul li .btn a{
	display: block;
	background: url(../img/contents/icon_index_arw.png) no-repeat right center #f9f21e;
	font-size: 14px;
	font-weight: bold;
}
.index #main .contInBox ul li .btn a:hover{
	background: url(../img/contents/icon_index_arw.png) no-repeat right center #fff664;
}
.index #main .contInBox ul li .btn a span{
	display: block;
	padding: 34px 30px 30px 60px;
}
.index #main .contInBox ul li .txt{
	margin: 10px 0 40px;
	padding:  0 10px;
}


.index #main .contInBox ul li .btn a#li1 span{
	background: url(../img/contents/station_icon01.png) no-repeat 16px center;
}
.index #main .contInBox ul li .btn a#li2 span{
	background: url(../img/contents/station_icon02.png) no-repeat 12px center;
}
.index #main .contInBox ul li .btn a#li3 span{
	background: url(../img/contents/station_icon03.png) no-repeat 11px center;
}
.index #main .contInBox ul li .btn a#li4 span{
	background: url(../img/contents/station_icon04.png) no-repeat 9px center;
}

.index #main .contInBox ul li .btn a#li5 span{
	background: url(../img/contents/support_icon01.png) no-repeat 16px center;
}
.index #main .contInBox ul li .btn a#li6 span{
	background: url(../img/contents/support_icon02.png) no-repeat 12px center;
}

.index #main .contInBox ul li .btn a#li7 span{
	background: url(../img/contents/guidance_icon01.png) no-repeat 11px center;
}
.index #main .contInBox ul li .btn a#li8 span{
	background: url(../img/contents/guidance_icon02.png) no-repeat 9px center;
}
.index #main .contInBox ul li .btn a#li9 span{
	background: url(../img/contents/guidance_icon03.png) no-repeat 11px center;
}
.index #main .contInBox ul li .btn a#li10 span{
	background: url(../img/contents/guidance_icon04.png) no-repeat 11px center;
}
.index #main .contInBox ul li .btn a#li11 span{
	background: url(../img/contents/guidance_icon05.png) no-repeat 9px center;
}

/*--------------------------------------------------------------------
conference
--------------------------------------------------------------------*/
.conference #main .contHead{
	margin-bottom: 20px;
}
.conference #main #contIn table tr th{
	padding: 10px 20px;
	border: 1px solid #ccc;
	background: #ebebeb;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}
.conference #main #contIn table tr td{
	padding: 10px 20px;
	border: 1px solid #ccc;
	text-align: left;
}.conference #main #contIn p#btnShingi{
	
	text-align: right;
	font-size: 11px;
}
.conference #main #contIn p#btnShingi a {
	padding: 7px 10px 6px;
	background: #444;
	color: #fff;
	margin: 0px 0 0px 0;
	text-align: right;
	font-size: 11px;
	
}
.conference #main #contIn p#btnShingi a:hover {
	background: #e1e1e1;
	color: #000;
	
}
.conference #main #contIn p#btnShingi a span {
background: url(../img/common/arrow_gray2.gif) no-repeat 0 center;
font-weight: bold;
padding: 4px 0 2px 13px;
}
.conference #main #contIn p#btnShingi a:hover span {
background: url(../img/common/arrow_gray.gif) no-repeat 0 center;
font-weight: bold;
padding: 4px 0 2px 13px;
}

.conference div.btns{
	margin-top: 20px;
	overflow: hidden
}









</pre></body></html>