@charset "utf-8";

article #articleInner {
	border-top: none;
	box-shadow: none;
	padding-bottom: 45px;
}

section#sessionInfo{
	background:#fff;
	/*
	overflow: visible;
	*/
	overflow:hidden;
}

section#sessionInfo h3{
	padding: 0;
	/*padding: 35px 0 22px 0;*/
	margin: 0 auto;
	text-align: center;
}
.txtRed {
    color: #FF0000;
    font-weight: bold;
}

.txtRed.top_error{
	font-size: 145%;
	line-height: 2;
	padding-left: 15px;
}

section#sessionInfo div.attext{
	background-color: #B8193F;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	overflow: hidden;
	padding: 22px 20px 20px 49px;
}
section#sessionInfo div.attext p {
	float: left;
}
section#sessionInfo div.attext p + p {
	float: right;
	font-size: 0;
	padding-top: 8px;
}
section#sessionInfo div.attext p + p a {
	background-color: #fff;
	display: block;
}
section#sessionInfo div.attext p + p a:hover img {
	opacity: .6;
}

section#sessionInfo.osakaSession div.attext{
	background-color: #003281;
}


/*=============================================================
	セッションスケジュール table
=============================================================*/
section#sessionInfo table{
	margin: 0 auto;
	width: 1200px;
	background: #FFFFFF;
	line-height: 0;
	border-bottom: 1px solid #CBCBCB;

	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

section#sessionInfo table tr#special{
	border-bottom: 1px dotted #999999;
}

section#sessionInfo table tr th{
	width: 49px;
	background: #9D9D9D;
}


section#sessionInfo table tr th{
	background: #333333;
	/* border-top:1px solid #d1d1d1;  */
}

section#sessionInfo table tr.breaksession {
	border-top: 1px solid #d1d1d1;
	height: 259px;
}

section#sessionInfo table tr.breaksession th{
	background:url(../img/breaktime_td_bg.gif) 0 0 repeat;
}

section#sessionInfo table tr.breaksession td div.break{
background:url(../img/breaktime_td_bg.gif) 0 0 repeat; width: 286px; float: left; height: 162px; padding-top: 96px; line-height: 1.8;text-align: center;color: #666; font-size: 13px;
}

section#sessionInfo table tr.breaksession td table.sessionParts {
width: 286px;

}

section#sessionInfo table tr.breaksession td table.sessionParts td div dl.title{
width: 265px;
}

section#sessionInfo table tr th.th_col2{
	background: #0A0A0A !important;
}



section#sessionInfo table tr td{
	vertical-align: top;
	border-right: 1px solid #d1d1d1;
}

section#sessionInfo table.breaksessionTable tr td{
	border-right: none;
}

section#sessionInfo table.breaksessionTable .breakTime{
	padding: 2px 0;
	line-height: 1.8;
	text-align: center;
	background:url(../img/breaktime_td_bg.gif) 0 0 repeat;
	color: #666666;
	font-size: 13px;
	vertical-align: middle;
}
section#sessionInfo table.breaksessionTable .breakTime div{
    font-size: 15px;
    font-weight: bold;
}
section#sessionInfo table.breaksessionTable tr.sessionTitle .breakTime{
	border-top: 1px solid #d1d1d1;
}
section#sessionInfo table tr td.none{
	border-right: none;
}

section#sessionInfo table tr td.line{
	border-right: 1px solid #CBCBCB;
}


#intro td{
	vertical-align: middle;
}

#intro td.wrap{
	padding: 12px;
	vertical-align: middle;
}
#intro td.wrap2{
	padding: 25px 25px 5px 25px;
	vertical-align: middle;
}


p#kuwataImage{
	width: auto;
	float: left;
}

section#sessionInfo table tr.breakTime th{
	height: 30px;
	background: #333;
	border-top: 1px solid #d1d1d1;
}

section#sessionInfo table tr.breakTime td{
	padding: 2px 0;
	line-height: 1.8;
	text-align: center;
	background:url(../img/breaktime_td_bg.gif) 0 0 repeat;
	color: #666666;
	font-size: 13px;
	border-top: 1px solid #d1d1d1;
}
section#sessionInfo table tr.breakTime.session3 td{
	padding: 2px 0;
	line-height: 1.8;
	background:url(../img/breaktime_td_bg.gif) 0 0 repeat;
	color: #666666;
	font-size: 13px;
	border-top: 1px solid #d1d1d1;
}

section#sessionInfo .breaksession table.sessionParts td div dl.title dt{
	min-height: 178px;
}

section#sessionInfo table tr.breakTime td.height_large{
	height:65px;
	vertical-align:middle;
}

section#sessionInfo table tr.sessionTitle{
	height: 30px;
}

section#sessionInfo table tr.session td{
	width: 94px;
	height: 248px;
	border-right: 1px solid #d1d1d1;
}

section#sessionInfo table tr.session td:last-child{
	border: none;
}

p.sessionTitle,
p.sessionName,
p.sessionText,
p.sessionMore{
	line-height: 1.5;
}
p.sessionIcon{
	margin: 10px 0 10px 6px;
}
p.sessionTitle{
	margin: 0 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
p.sessionName{
	margin: 0 0 7px 10px;
	font-size: 12px;
	font-weight: bold;
}
p.sessionText{
	margin: 0 0 0 10px;
	width: 820px;
	height: 1em;
}

p.sessionMore{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

p.sessionMore a{
	padding-right: 10px;
	font-size: 10px;
	color: #e52d2e;
	background: url(../img/icon_link_red.gif) no-repeat right center;
	text-decoration: underline;
}
p.sessionMore a:link{
	text-decoration: none;
}

#special p.sessionIcon{
	margin: 10px 0 10px 120px;
}
#special p.sessionTitle{
	margin: 0 0 0 120px;
}
#special p.sessionName{
	margin: 0 0 7px 120px;
}
#special p.sessionText{
	margin: 0 0 0 120px;
	width: 720px;
	height: 60px;
	overflow: hidden;
}

.session p.sessionIcon{
	margin: 5px 0 5px 5px;
}
.session p.sessionTitle{
	margin: 0;
	width: 85px;
	position: absolute;
	top: 40px;
	left: 5px;
	font-size: 12px;
}
.session p.sessionName{
	margin: 0;
	width: 85px;
	position: absolute;
	top: 170px;
	left: 5px;
	font-weight: normal;
	font-size: 10px;
}

.introTable{
	margin: 0 0 13px 0 !important;
	width: auto  !important;
	background: #FFFFFF !important;
	border: none !important;
}

.introTable tr{
	border-bottom: none !important;
}

.introTable tr th{
	width: auto !important;
	vertical-align: top !important;
	background: #FFFFFF !important;
}

.introTable tr th.w110{
	position:relative;
	width:110px !important;
	text-align:right;

}

.introTable tr th.w110 .checkIcon{
	top:0 !important;
	right:inherit !important;
	left:0 !important;
}

.introTable tr th.w110 label{
	display:block;
	margin-left:-5px !important;
	margin-top:4px;
}

.icon_wrap{
	float:left;
	position:relative;
	width:27px;
	height:27px;
}

.introTable tr th.checks{
	width: 120px !important;
}

.introTable tr td{
	width: auto !important;
	line-height: 150% !important;
	padding: 0 0 0 20px;
	vertical-align: middle !important;
}

.introTable tr td strong {
    font-weight: bold !important;
}

.introTable tr td strong.large,
.introTable tr td strong span.large {
	font-size: 115%;
}

.introTable.yellow {
	width: 100% !important;
}

.introTable.yellow,
.introTable.yellow tr,
.introTable.yellow tr th,
.introTable.yellow tr td {
	background: #FFFF8C !important;
}

.introTable.yellow tr th,
.introTable.yellow tr td {
	padding: 6px 0 5px 6px; !important;
}

.small{
	font-size: 85%;
}



/*=============================================================
	セッションカテゴリー
=============================================================*/

section#sessionInfo table.sessionParts {
	width: auto;
	border: none;
	border-left: 1px solid #CBCBCB ;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

section#sessionInfo table.sessionParts tr{
	padding: 0;
	height: auto;
	border: none;
}


section#sessionInfo table.sessionParts td{
	padding: 0;
	height: auto !important;
	border: none !important;
	line-height: 150%;
}

section#sessionInfo table.sessionParts td div{
	padding: 0px 10px 5px;
}

section#sessionInfo table.sessionParts td div.icon_part{
	padding: 0px 0px 0px !important;
	line-height:0 !important;
	min-height:0;
}
section#sessionInfo .sessionParts div.icon_part img{
	margin-top:5px;
}

section#sessionInfo table.sessionParts td div.div2{
	padding: 5px 5px 0px;
	line-height:1;
	position:relative;
}

section#sessionInfo table.sessionParts td div.div3{
	padding: 11px 5px 5px;
	line-height:1;
	position:relative;
}

section#sessionInfo table.sessionParts td div.check {
	height: 21px;
}

section#sessionInfo table.sessionParts td div.center{
	text-align: center;
}

section#sessionInfo table.sessionParts td div dl.title{
	/*
	width: 123px;
	*/
	width: 122px;
	font-size: 85%;
}

section#sessionInfo table.sessionParts td div dl.title dt{
	position: relative;
	border-bottom: 1px dotted #999;
	padding: 5px 0 5px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
	line-height: 1.6;
}

/* section#sessionInfo table.sessionParts td div dl.title dt span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
} */

section#sessionInfo table.sessionParts td div dl.title dd{
	font-size: 90%;
	line-height: 1.6;
	padding:5px 0px;
}
section#sessionInfo table.sessionParts td div dl.title dt.SP_daigo_title{
    font-size: 145%;
  font-weight: bold;
}
section#sessionInfo table.sessionParts td div dl.title dd.SP_daigo_profile{
    font-size: 145%;
  font-weight: bold;
}
section#sessionInfo table.sessionParts td div dl.title dd.SP_daigo_profile img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
section#sessionInfo table.sessionParts td div dl.title dd.SP_daigo_profile:after{
	content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
section#sessionInfo table.sessionParts.Parts {
	table-layout: fixed;
	width: 100%;
}
section#sessionInfo table.sessionParts.Parts td div .checkIcon {
	left: 97px;
}
section#sessionInfo table.sessionParts.Parts td div dl.title {
	width: auto;
}

section#sessionInfo.osakaSession table.sessionParts td div dl.title{
	width: 267px;
}


.fancybox2 {
	color:#333333 !important;
	/*
	border: 1px solid #D90607;
	display: block;
	padding: 1px;
	text-align: center;
	color: #D90607;
	font-size: 75%;
	text-decoration: none;
	font-weight: bold;
	background: url(../image/link_icon.png) 5px 7px no-repeat;
	margin: 0 auto;
	width: 114px;
	*/
}

.fancybox2:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

section#sessionCategory{
	margin: 55px auto 0 auto;
	width: 1068px;
	border: 1px solid #b8b8b8;
	border-top: none;
	position: relative;
}

section#sessionCategory ul li{
	position: absolute;
}
section#sessionCategory ul li#category1{
	top: 50px;
	left: 56px;
}
section#sessionCategory ul li#category2{
	top: 85px;
	left: 56px;
}
section#sessionCategory ul li#category3{
	top: 120px;
	left: 56px;
}
section#sessionCategory ul li#category4{
	top: 50px;
	left: 381px;
}
section#sessionCategory ul li#category5{
	top: 85px;
	left: 381px;
}
section#sessionCategory ul li#category6{
	top: 120px;
	left: 381px;
}
section#sessionCategory ul li#category7{
	top: 50px;
	left: 706px;
}
section#sessionCategory ul li#category8{
	top: 85px;
	left: 706px;
}
section#sessionCategory ul li#category9{
	top: 120px;
	left: 706px;
}
section#sessionCategory ul li#category10{
	top: 155px;
	left: 56px;
}
section#sessionCategory ul li#category11{
	top: 155px;
	left: 381px;
}
section#sessionCategory ul li#category12{
	top: 155px;
	left: 706px;
}

.checkWrap {
	overflow: hidden;
	height: 22px;
}

.checkWrap dt{
	float: left;
}
.checkWrap dd{
	float: left;
}
.checkWrap dd span{
	display: inline-block;
	background-color: #ffb808;
	padding: 0 12px;
	font-size: 85%;
	font-weight: bold;
}


.session_txt {
	margin: 20px 0 0 70px;
	color: #231815;
}



/*=============================================================
	参加登録はこちらボタン
=============================================================*/
p#entryBtn{
	padding: 40px 0;
	clear: both;
}
p#entryBtn a{
	margin: 0 auto;
	width: 245px;
	height: 59px;
	display: block;
	background: url(../../image/btn_entry.png) no-repeat left top;
	text-indent: -9999px;
}
p#entryBtn a:hover{
	background-position: left bottom;
}


#footerEntry{
	text-align:center;
	padding: 27px 0 0;
	clear: both;
}
#footerEntry a:hover {
	opacity: .6;
}


.footer_fix {
	display: none;
	position: fixed;
	width: 100%;
	height: 90px;
	background: #333;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.footer_fix_in {
	display: table;
	height: 90px;
	margin: 0 auto;
}

.footer_fix p {
	display: table-cell;
    vertical-align: middle;
}

.footer_fix p a {
	display: block;
	line-height: 0;
}


/*=============================================================
	詳細ポップアップ
=============================================================*/

#popUp {
	background: url(../img/popup_bg.jpg) center no-repeat;
}

#popUp .wrap {
	padding: 20px;
	height: 420px;
	overflow: visible;
}
@media screen and (max-width: 768px){
	#popUp .wrap {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		display: flex;
	}
}

@media screen and (max-width: 550px){
	#popUp .wrap {
		display: block;
	}
}

/*iPhone5*/

@media screen and (max-width: 320px){
	_:lang(x)+_:-webkit-full-screen-document, #popUp .wrap {
		display: block;
		padding: 10px;
		height: 350px;
	}
}

#popUp .wrap .logo {
	width: 170px;
	float: left;
}

@media screen and (max-width: 768px){
	.footer_fix .next img {
		width: 100%;
	}
	.footer_fix .next input {
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.footer_fix .next {
		padding: 10px 15px;
		height: auto;
	}
}

@media screen and (max-width: 768px){
	#popUp .wrap .logo {
		margin-right: 20px;
		float: none;
		text-align: center;
		width: auto;
	}
}

#popUp .wrap .textWrap {
	float: right;
	width: 410px;
}

@media screen and (max-width: 768px){
	#popUp .wrap .textWrap {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 550px){
	#popUp .wrap .textWrap {
		margin-top: 30px;
	}
}


#popUp .wrap .textWrap .cate {
	overflow: hidden;
	margin-bottom: 10px;
}

#popUp .wrap .textWrap .cate dt{
	float: left;
	margin-right: 10px;
}

#popUp .wrap .textWrap .cate dd{
	font-weight: bold;
	color: #7A7878;
	padding-top: 6px;
	font-size: 85%;
}


#popUp .wrap .textWrap .company{
	font-size: 115%;
	margin-bottom: 5px;
	font-weight: bold;
}

#popUp .wrap .textWrap .post{
	margin-bottom: 15px;
	font-weight: bold;
}

#popUp .wrap .textWrap .title{
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 90%;
	border-bottom: 1px dotted #979797;
}

#popUp .wrap .textWrap .text {
	font-size: 90%;
	line-height: 170%;
}



/*=============================================================
	チェックボックス
=============================================================*/
.checkIcon {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	vertical-align: top;

	position:absolute;
	top:0px;
	right:0px;
	z-index:100;
}

section#sessionInfo table.sessionParts td div .checkIcon {
}



.checkIcon input[type=checkbox] {
    display: inline-block;
	padding:5px;
}

.checkIcon input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.introTable tr th.checks dd.code{
  color: #000 !important;
  background: #FFB808;
  height: 20px;
  font-weight: bold;
  margin: 0 6px 0 1px !important;
  padding: 12px 9px 0 9px !important;
}

section#sessionInfo.osakaSession .checkIcon {
	right: 50%;
}

@media (min-width: 1px) {
    .checkIcon input[type=checkbox] {

        display: none;

    }

    .checkIcon input[type=checkbox] + label {
    }

    .checkIcon input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 5px;
        display: block;
        width: 25px;
        height: 25px;
		background: url(../img/checkbox_off.png) left top no-repeat ;
		vertical-align: top;
}

    .checkIcon input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: -6px;
        left: 5px;
		background: url(../img/checkbox_off.png) left top no-repeat ;
		vertical-align: top;
    }

    .checkIcon input[type=checkbox]:checked + label::after {
        top: -6px;
        left: 5px;
        width: 25px;
        height: 25px;
		background: url(../img/checkbox_on.png) left top no-repeat ;
		vertical-align: top;
    }
}


/*=============================================================
	module
=============================================================*/
.mb0 { margin-bottom: 0   !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb18 { margin-bottom:18px !important;}
.mb20 { margin-bottom:20px !important;}
.mb24 { margin-bottom:24px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}

.pr0 { padding-right:0 !important;}
.pl0 { padding-left:0 !important;}

.pb0 { padding-bottom: 0   !important;}
.pb5 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}


/*=============================================================
	2020 shanon_add
=============================================================*/
/* タイムテーブル　アイコン調整 */
.icon_part_k {
    padding-top: 10px;
}
@media screen and (max-width: 768px){
	.icon_part_k {
		padding-top: 0px;
	}
	.titleArea1clm_text_link .icon_part{
		padding-top: 5px;
	}
}

/* タイムテーブル　注意文ラベル */
p.title_img_text.attention_label {
    background-color: #B8193F;
}