@charset "UTF-8";

/*-----------------
        all
-------------------*/
* { margin: 0; padding: 0; }
ul { list-style: none; }
img {
	vertical-align: top;
	border: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 160%;
	margin: 0;
	padding: 0;
	background: url(../img/container/bg_container.jpg) repeat-x;
}


/*-link-*/
a {
	text-decoration: underline;
	color: #004CA0;
	outline: 0;
}
a:hover {
	color: #cc3331;
	text-decoration: none;
}
a.linkmail { text-decoration: none;}
a.hover_img {
	background-color: #fff;
	display: block;
}
a:hover img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	opacity: 0.8;
}

a.blank:after {
	content: url(../img/conts/ico_blank.jpg);
	padding-left: 3px;
	padding-top: 0;
	display: inline-block;
}


/*-------------------
      container
-------------------*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(../img/conts/bg_conts.jpg) repeat-y;
}
#side {
	width: 230px;
	float: left;
}
#conts { float: right; }
#footer {
	clear: both;
	background-color: #002c73;
	color: #fff;
	font-size: 12px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
#footer p { margin:0; }



/*-nav-*/
#nav {
	background-image: url(../img/container/bg_nav.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 624px;
	padding-bottom: 5px;
	margin-bottom: 26px;
}
#nav ul { padding-top: 9px; }
#nav li { padding: 5px 15px 4px; }

#nav li a:hover,
.on {
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	opacity: 0;
}
#nav p { line-height: 0; }
#nav p a { margin:6px 0; }

/*-bnr-*/
p.bnr {
	overflow: hidden;
	padding: 10px 0 20px;
	background: #fff;
	text-align: center;
}
p.bnr.mgB {
	margin-bottom: 30px;
}


/*-scr-*/
#scr {
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
#scr p {
	padding: 5px 10px 10px;
	font-size: 12px;
}

/*========================
          index
=========================*/
/*-news-*/
#news {
	background-color: #fff;
	width: 570px;
	height: 305px;
	margin-left: 80px;
	margin-bottom: 70px;
}
#news-inner {
	padding: 5px 18px 20px;
	overflow: scroll;
	overflow-x: hidden;
	width: 532px;
	height: 222px;
}
#news-inner dl {
	background: url(../img/index/lin_dashed.jpg) repeat-x bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news-inner dl dt {
	float: left;
	background: url(../img/container/icon_news.jpg) no-repeat left center;
	margin-left: 2px;
	padding-left: 12px;
}
#news-inner dl dd {	padding-left: 125px; }


/*====================
        conts
=====================*/
/*-all-*/
#mainconts {
	background: #fff;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 70px;
	width: 630px;
}
#mainconts-inner { padding: 30px 30px 0px; }

h3 {
	background: url(../img/conts/ttl_h3.jpg) no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding-left: 13px;
	margin-bottom: 15px;
}
h4 {
	background: url(../img/conts/lin_stripe.jpg) repeat-x bottom;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #CC3431;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	color: #cc3431;
	margin-bottom: 20px;
}
p.pagetop {
	text-align: right;
	margin: 0 10px 0px 0;
	padding-bottom: 10px;
	overflow: hidden;
}

/*-txt-*/
.txt14B { font-size: 14px; font-weight: bold; }
.txt15B { font-size: 15px; font-weight: bold; }
.txt16B { font-size: 16px; font-weight: bold; }
.txt20B { font-size: 20px; font-weight: bold; }

.txtB { font-weight: bold; }
.txtBlack { color: #000; }
.txtRed { color: #CC3431; }
.txtC { text-align: center; }
.txtR { text-align: right; }
.txtL { text-align: left; }
.line-through {
	text-decoration: line-through;
	color: #CC3431;
}

/*-margin padding-*/
.txt-base { margin-left: 5px; margin-bottom: 40px; }
.txt-bottom { margin-left: 5px; margin-bottom: 20px; }

.mgT5 { margin-top: 5px; }
.mgT100 { margin-top: 100px; }
.mgB10 { margin-bottom: 10px; }
.mgB20 { margin-bottom: 20px; }
.mgB40 { margin-bottom: 40px; }
.mgL5 { margin-left: 5px; }
.mgL15 { margin-left: 15px; }
.mgBtn { margin: 0 10px; }

/*table-*/
table {
	border-collapse: collapse;
	border: 1px solid #868695;
	margin-bottom: 10px;
}
th {
	border: 1px solid #868695;
	background: #2764AA;
	padding: 8px;
	text-align: left;
	color: #fff;
}
td {
	border: 1px solid #868695;
	padding: 8px;}

.list td { text-align: right; width: 80px; }
.list th { width: 160px; }

/*-ul,ol*/
.decimal{ list-style: decimal; margin-left:25px; }
.disc li:before {
	content:"・";
}

/*========================
         massage
=========================*/
#sign {
	padding-top: 20px;
	padding-bottom: 40px;
	clear: both;
	overflow: hidden;	
}
#sign dl {
	text-align: center;
	float: left;
	padding-left: 13px;
}
#sign dl.signR { padding-left: 0px;}
#sign dd {
	text-align: center;
	font-size:  13px;
	margin-top: -25px;
}


/*========================
        regisration
=========================*/
p.txtBox {
	border: 1px solid #CC3431;
	margin: 0 5px 40px;
	padding: 15px;
	font-weight: bold;
}
.txt-regi {
	display: inline-block;
	margin-left: 258px;
	color: #CC3431;
}


/*========================
        program
=========================*/
dl.prof {
	clear: both;
	overflow: hidden;
}
.prof dt {
	float: left;
	width: 70px;}
.prof dd { margin-left: 90px;}
.h4-time {
	margin-left: 20px;
	font-size: 14px;
	color: #000;
}

table.pro {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.pro th {
	background: none;/*#2764AA*/
	border: none;
	border-bottom: 2px solid #2764AA;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	color: #000;
	font-size: 16px;
}
.pro th.day {
	font-size: 14px;
}
.pro th span {
	display: block;
	text-align: right; 
	font-size: 14px;
}
/*追加分▼
.pro th.venue {
	display: block;
	padding-top: 5px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: normal;
	text-align: right;
}
▲追加分*/
.pro td {
	border: none;
	padding: 0;
	padding
}
.pro td.venue {
	font-size: 13px;
	text-align: right;
	line-height: 1.2;
	padding: 5px;
}

.pro td.td-border{ border-bottom: 1px solid #ddd; }

.txt-relay {
	background: #999;
	border: 1px solid #aaa;
	padding: 2px 5px;
	font-size: 13px;
}

dl.floatL {
	overflow: hidden;
/*	font-size: 15px;
	font-weight: bold;*/
}
dl.floatL dt {
	float: left;
}
/*chair*/
dl.chair dt {
	width: 50px;
}
dl.chair dd {
	margin-left: 50px;
}
/*speaker*/
dl.speaker dt {
	width: 70px;
}
dl.speaker dd {
	margin-left: 70px;
}
/*presenter*/
dl.presenter dt {
	width: 80px;
}
dl.presenter dd {
	margin-left: 80px;
}
/*instructor*/
dl.instructor dt {
	width: 85px;
}
dl.instructor dd {
	margin-left: 85px;
}
/*commentator*/
dl.commentator dt {
	width:110px;
}
dl.commentator dd {
	margin-left: 110px;
}
/*========================
      call for period
=========================*/
.period {
	margin-left: 110px;
	font-weight: bold;
	color: #CC3431;
}

/*========================
      On-site Information
=========================*/
table.os_table th,
table.os_table td {
	text-align: center;
}
table.os_table th.txtL {
	text-align: left;
}

dl.os_poster {
	overflow: hidden;
}
dl.os_poster dt {
	float: left;
	width: 280px;
}
dl.os_poster dd {
	float: right;
	width: 280px;
}