@charset "utf-8";
/* =====================================================
   一般
===================================================== */
body{
	font-family: "Hiragino Sans", Meiryo, "Hiragino Kaku Gothic Pro", "sans-serif";
	font-size: 16px;
	line-height: 150%;
	margin: 0px auto;
	box-sizing: border-box;
	background-color: #ffffff;
}
h1{
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px;
	background: #00C83C;
}

h1 img{
	vertical-align: middle;
	margin: 0 0.5em 0 0;
}
#partnership h1{
	background-color: #00C83C;
	text-align: center;
	color: #000;
	padding: 5px;
}


/*h3タグはpopupのタイトルトリガーなので注意*/
h3{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.red{
	color: red;
}
.bold{
	font-weight: bold;
}
.syuuryou{
	color: red;
	font-weight: bold;
	font-size: 24px;
}

.large{
	font-size: larger;
}

.box25{
	padding: 25px 0px;
}

/* =====================================================
   レイアウト用
===================================================== */
.innerbox{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.innerbox-800{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.innerbox-white{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
.margin-box{
	width: 95%;
	margin: auto;
	margin-bottom: 10px;
}

.nodivide > span{
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}

input.dekai{
	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0.5em 0.8em 0.6em 0.5em;
}
input.hidden{
	display: none;	
}
/* お申し込みボタン - entry - */
#entry .button ul li.entry{
}
#entry .button p.entry.disable{
	height:86px;
	background:url(btn_entry_disable.png) center top no-repeat;
}
#entry .button p.entry.disable input{
	display:none;
}
/* お申し込みボタン - nid - */
#entry .button ul li.nid{
}
/* お申し込みボタン - clear - */
#entry .button p.clear{
	margin-top:20px;
	display:none;
}
.lead .program-annotation-panel {
	color: #ff0000;
	background-color: #fff;
	border: 1px solid #ff0000;
	margin-top: 2em;
}

.lead .program-annotation-panel p {
	color: #ff0000;
	line-height: 1.7em;
}

.lead .program-annotation-panel p.note {
	display: block;
	margin: 1em 0 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2em;
	color: #555;
	line-height: 1.6em;
}

.lead .program-annotation-panel p.note b {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em 0 0.2em;
}

.lead .program-annotation-panel-body p {
	margin-bottom: 0;
}
.lead .program-annotation-panel-body .half-left {
	font-size: 12px;
	text-indent: -1em;
	width: 450px;
	margin: 20px auto 0px;
	text-align: left;
	
}

.lead .program-annotation-panel-body p a {
	color: #ff0000;
	text-decoration: underline;
}

.program-annotation-panel {
	margin-bottom: 1.5em;
	padding: 20px 40px;
	background-color: #fffafa;
	border: 1px solid #ffcccc;
}

.viewing .program-annotation-panel {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
}

.program-annotation-panel-title {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.program-annotation-panel-body p {
	margin-bottom: 1em;
}

.program-annotation-panel-body {
	font-size: 16px;
	color: #000000;
}
.program-annotation-panel-body p:last-child {
	margin-bottom: 0px;
}
.notice{
	font-size:150%;
	font-weight:bold;
	text-align:center;
		color: red;
}
.notice-red {
	width: 100%;
	max-width: 800px;
	color: #ff0000;
	background-color: #fff;
	border: 1px solid #ff0000;
	margin: auto;
	margin-top: 2em;
	padding: 10px 100px;
	box-sizing: border-box;
}

.notice-red p {
	color: #ff0000;
	line-height: 1.7em;
}

.notice-red p.note b {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em 0 0.2em;
}

.notice-red p {
	margin-bottom: 0;
}
.notice-red .half {
	font-size: 12px;
	text-indent: -1em;
	width: 370px;
	margin: 20px auto 0px;
	text-align: left;
	
}

.notice-red p a {
	color: #ff0000;
	text-decoration: underline;
}


/* =====================================================
   背景用
===================================================== */
.background-black{
	background-color: #000000;
}
.background-gray{
	background-color: #cccccc;
	padding: 20px 0px;
}
.background-white{
	background-color: #ffffff;
}
.margin-thin{
	margin: 0px auto;
	padding: 0px;
}
/* =====================================================
   見出しパーツ
===================================================== */
.belt_s {
    font-size: 12px;
	font-weight: bold;
	color: #ffffff;
    text-align: left;
	margin: 0px;
	padding: 2px 15px;
	background: #00C83C;
}
/* =====================================================
   ヘッダー
===================================================== */
.topimg{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#title{
    max-width: 100%;
    background-color: #050B1F;
	background-image: url("titleback.jpg");
	background-position: center;
	background-size: cover ;
    margin: 0;
    box-sizing: border-box;
}

/* =====================================================
   序文
===================================================== */
#about{
	clear: both;
	margin: auto;
	width: 95%;
}
#about>p{
	line-height: 150%;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
	text-indent: 1em;
}
#about .migiyose{
  text-align: right;
}
#owabi{
	width: 95%;
	padding: 20px;
	border: 1px dotted red;
	margin: 20px auto;
}
/* =====================================================
   開催概要
===================================================== */
.gaiyou {
	margin: auto;
	height: 100%;
	line-height: 130%;
}
.gaiyou tr{
	border-bottom: 1px dotted #999999;
}
.gaiyou tr:last-child{
	border-bottom: none;
}
.gaiyou tr th {
  width: 20%;
	padding: 10px 0px;
	vertical-align: middle;
}
.gaiyou tr th div{
	display: table;
	width: 100%;
	height: 100%;
	background-color: #9FFFA3
        ;
}
.gaiyou tr th div span{
	display: table-cell;
	height: 100%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.gaiyou tr td {
  width: 80%;
	vertical-align: middle;
	padding: 10px 30px 10px 20px;
  box-sizing: border-box;
}
.red_small{
	color: red;
	margin-top: 5px;
	font-size: 80%;
	text-indent: -1em;
	padding-left: 1em;
	text-justify: inter-word;
}
/* =====================================================
   プログラム
===================================================== */
#pro0904 tr th div,.col0904,.day0904,.entrybutton.round.col0904{
	background-color: #11B214;
}
#pro0905 tr th div,.col0905,.day0905,.entrybutton.round.col0905{
	background-color: #70C5EA;
}
p.day0904{
	clear: both;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px;
}
p.day0905{
	clear: both;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px;
}
.shortcut{
	width: 100%;
	margin: auto;
}
.shortcut div{
	float: left;
	width: calc(99.9%/2);
	margin: 5px auto;
	color: white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.col0904{
	border-right: solid 2px;
}

.col0905{
	border-left: solid 2px;
}

label{
	cursor: pointer;
}
.program {
	width: 100%;
	height: 100%;
	margin: auto;
	line-height: 130%;
}
.program tr{
	border-bottom: 1px dotted #999999;
}
.program td{
	min-width: 400px;
	border-left: 1px dotted #999999;
}
@media (max-width: 930px){
.program td{
	min-width: 0px;
	width: 45%;
}
}

.program tr th ,.program tr td{
	padding: 10px 0px;
	vertical-align: middle;
	box-sizing: border-box;
}
.program tr th {
    width: 80px;
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
}
.program tr th div{
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #E8CAFF;
}
.program tr th div span{
	display: table-cell;
	height: 100%;
	padding: 10px 0% ;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
.program tr td {
	vertical-align: top;
	padding: 10px 10px 10px 20px;
    box-sizing: border-box;
}
.program tr td.notice{
	color: red;
	border-left: none;
}
.program tr td.notice p{
	line-height: 150%;
	text-indent: -1em;
	margin-left: 1em;
}
.table-header{
	height: 50px;
	vertical-align: central;
	margin: 0px;
	padding: 0px;
}
.table-header td{
	border-left: none;
	text-align: center;
	padding: 0px 3px;
	box-sizing: content-box;
}
.table-header .label-a div{
	background: #73CCFE; color: #fff;
	border: solid 10px #73CCFE;
}
.table-header .label-b div{
	background: #02B961; color: #fff;
	border: solid 10px #02B961;
}
span[class~="A"]{
	background: #73CCFE; color: #fff;
	border: solid 4px #73CCFE;
}
span[class~="B"]{
	background: #02B961; color: #fff;
	border: solid 4px #02B961;
}
span[class~="AB"]{
	background: #9201B9; color: #fff;
	border: solid 4px #9201B9;
}

.theme{
	border-bottom: 1px dotted #999999;
	padding: 5px 0px;
	margin: 5px auto;
	font-weight: bold;
}
.speechtitle{
	padding: 5px 0px;
	font-weight: bold;
	color: #333333;
}
.position{
	clear: both;
	width: 100%;
	margin-top: 10px;
}
.panelist{
	float: left;
	display: inline-block;
	width: 50%;
	max-width: 100%;
	padding: 0px 10px 10px;
	font-size: 14px;
	line-height: 150%;
	box-sizing: border-box;
}

.program img.left{
	float: left;
	margin-right: 10px;
}

.image{
	margin: auto;
	text-align: center;
	font-size: 80%;
}

.mfp-content .detail h5{
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.3;
}

.mfp-content .detail .profile:before{
	display: block;
	margin-bottom: 5px;
	content: '《プロフィール》';
	font-size: 13px;
	font-weight: bold;
	color: #222;
}
div.speaker>.photo{
	display: none;
			}
/* プログラム - photo */
table.program>.speaker p{
	float: left;
}

table.program td .photo{
	float: right;
	margin-top:3px;
	margin-bottom: 4px;
	padding: 0 10px 0 15px;
}
table.program td .photo img{
	display:inline-block;
	margin-bottom: 6px;
	vertical-align:bottom;
}
table.program>div.speaker{
	clear:both;
}
/* プログラム - speaker */
table.program td p.speaker{
	margin: 8px 0 10px 0;
	word-break: break-all;
}
table.program td div.speaker{
	margin: 5px 0 10px 0;

}

.speaker.clear{
	clear: both;
}
div.speaker{
	font-size: 14px;
}
/* プログラム - パネルディスカッション */
table.program ul.panelist,
.mfp-content .detail ul.panelist{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	list-style-type: none;
	overflow: hidden;
}
table.program ul.panelist li,
.mfp-content .detail ul.panelist li{
	width: 125px;
	float: left;
	margin: 4px 15px 0 0;
	padding-bottom: 3px;
}
table.program ul.panelist li p,
.mfp-content .detail ul.panelist li p{
	margin: 3px 0;
	font-size: 13px;
}
table.program ul.panelist li p.photo,
.mfp-content .detail ul.panelist li p.photo{
	float: none;
	margin: 0 0 8px 0;
	padding: 0;
}
table.program ul.panelist li p.photo img,
.mfp-content .detail ul.panelist li p.photo img,
table.program .moderator p.photo img,
.mfp-content .detail .moderator p.photo img{
	margin-bottom: 0;
	vertical-align: bottom;
}


/* =====================================================
   お問い合わせ
===================================================== */

#contact{
	padding: 10px;
}
#contact p{
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
}
.center{
	vertical-align: middle;
	text-align: center
}
#partnership .partner{
	vertical-align: middle;
	margin: 35px 50px;
}
#partnership .end{
	clear: both;
}
.information-box{
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	border: 3px double #000;
	background-color: #fff;
}

.information-text{
	margin: 0 20px;
	font-size: 85%;
}

.information-text.title{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.information-text>p{
	line-height: 120%;
	margin-bottom: 0.75em;
}
#signature{
	max-width: 90%;
	margin: auto;
	margin-bottom: 30px;
}
#signature>.naka{
	margin: 20px auto;
}

.akawaku{
	line-height: 120%;
	margin: 1em auto 2em;
	border: 1px solid red;
	padding: 10px;
	box-sizing: content-box;
}

.entrybutton, .entrybutton2{
    width: 100%;
    max-width: 800px;
    display: block;
    margin: .5em auto .5em;
    text-align: center;
    padding: 0.5em 0;
    font-size: 1.6em;
    font-weight: bold;
    background: #000; /*下にボタンの色指定を別で作る*/
    color: #fff;
    border-radius: 0.3em;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
}
.entrybutton.purple {background: #00C83C;}
.entrybutton.blue {background: #66f;}
.entrybutton.brown {background: #611;}
.entrybutton2.gray {background: #cccccc;}

.entrybutton.round, .entrybutton2.round {
	max-width: 100%;
    border-radius: .3em;
	line-height: 1.3em;
    padding: 0.8em 0;
}

.entrybutton.small {
	max-width: 80%;
    border-radius: 1.2em;
    padding: 0.6em 0;
}

.entrybutton:hover{
	transform: translate(1px,2px);
	opacity: .7;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .3));
	cursor: pointer;
}

a.nodeco{
	text-decoration : none;
}

table.entry{
	width: 100%;
	border: 0;
	margin: 30px auto;
	padding: 0;
	box-sizing: border-box;
}

a.nodeco{
	text-decoration : none;
}
/* =====================================================
	フッター
===================================================== */
footer{
	border-top: 3px solid #00dddd;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #666;
	margin: 0px auto;
	padding: 20px 0px;
}

/* =====================================================
	magnific popup関連 
===================================================== */
.mfp-content .detail{
	position: relative;
	background: #fff;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 3px;
}
.mfp-content .detail .popup,
.mfp-content .detail input{
	display: none !important;
}
.mfp-content .detail.mode0 button.mfp-close{
	color: #bababa !important;
}
.mfp-content .detail div,
.mfp-content .detail section{
	overflow: hidden;
}
.mfp-content .detail p{
	margin: 7px 0;
	font-size: 14px;
	line-height: 1.5;
}
.mfp-content .detail ul{
	margin: 7px 0;
}
.mfp-content .detail li{
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 4px 0;
}
.mfp-content .detail img{
	vertical-align: bottom;
}

/* セミナータイトル（ヘッドの帯） */
.mfp-content .detail .seminar-title{
	margin: 0 !important;
	padding: 10px 40px 10px 20px;
	font-size: 12px;
	line-height: 1.5;
	background: #555; 
	color: rgba(255,255,255,0.8);
}

.mfp-content .detail > .pad{
	padding: 10px 27px 10px 27px;
}

/* property */
.mfp-content .detail .property{
	margin: 10px -7px 15px -7px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	background: #ddd; 
}
.mfp-content .detail .time{
	margin-right: 10px;
}
.mfp-content .detail .status{
	display: inline-block;
	margin-right: 10px;
	color: #f22;
	font-size: 14px;
}
.mfp-content .detail span.label{
	margin: 4px 10px 4px 0;
}

.mfp-content .detail .shoulder{
	margin: 10px 0;
	padding-left: 0px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ddd;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	
}
.mfp-content .detail .shoulder.noline{
	margin: 15px 0 0 0;
	border-bottom: none;
	padding-left: 0;
	padding-bottom: 0;
}

/* title = プログラム欄のh4相当 */
.mfp-content .detail .title{
	margin: 10px 0 15px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}
.mfp-content .detail .title span{
	font-size: 90%;
}
.mfp-content .detail .title .shoulder{
	display: block;
	margin-bottom: 0.2em;
	padding: 0;
	border: none;
	font-weight: normal;
}
.mfp-content .detail .title .subtitle{
	display: block;
	margin-top: 0.2em;
}

/* photo */
.mfp-content .detail .photo{
	display:inline-block;
	float: right;
	padding: 4px 10px 0 15px;
	margin: 0 0 10px 0;
}
.mfp-content .detail .photo.right{
	float: right !important;
	padding: 4px 10px 0 15px !important;
}
.mfp-content .detail .photo.left{
	float: left !important;
	padding: 0 15px 0 5px !important;
	margin: 0 0 5px 0;
}
.mfp-content .detail .photo img{
	width: 90px;
	height: auto;
}

/* speaker */
.mfp-content .detail .speaker{
	margin: 10px 10px 15px 0;
	padding: 2px 0 0 12px;
	font-size: 14px;
	line-height: 1.45;
	border-left: 2px solid; 
}
.mfp-content .detail .speaker ul{
	margin-bottom: 0;
	padding-bottom: 0;
	list-style-type: none;
}
.mfp-content .detail .speaker li:last-child,
.mfp-content .detail .speaker p:last-child{
	margin-bottom: 0;
}

/* note */
.mfp-content .detail .note {
	margin: 10px 5px;
}
.mfp-content .detail .note strong{
}

/* summary */
.mfp-content .detail .summary{
	clear: both;
}

/* profile */
.mfp-content .detail .profile{
	margin: 15px 0 10px 0;
	font-size: 12px;
	line-height: 1.5;
}

.mfp-content .detail p.profile:first-child{
	display: none;
}

.mfp-content .detail p.highlights:first-child{
	display: none;
}
.sponly.label{
	display: none;
}

.popup img{
	margin: 10px 0px 5px
}

/* =====================================================
   スマホ対応
===================================================== */

@media (max-width: 768px){
body{
	font-size: 90%;
}
.innerbox{
	width: 90%;
}
.gaiyou{
	width: 100%;
	font-size: 14px;
	line-height: 150%;
}
.gaiyou tr th {
	padding: 10px 0px;
	text-align: left;
}
.gaiyou tr td {
	padding: 15px 15px;
}
.red_small{
	color: red;
	margin-top: 5px;
	font-size: 12px;
	line-height: 130%;
	text-indent: -1em;
	padding-left: 1em;
	text-justify: inter-word;
}
.program{
	font-size: 14px;
}
.program tr{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.program tr th {
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px 0px;
}
.program tr td {
	float: left;
	width: 100%;
	padding: 5px;
	margin: 0px;
	border-left: none;
}
.speaker_left{
    float: left;
    max-width: 75%;
    box-sizing: border-box;
}
.akawaku{
	font-size: 12px;
}
.sponly.label{
	display: inline-block;
}
.notice-red, .notice-red .half{
	width: 90%;
	text-align: center;
	padding: 10px;
}
.notice-red .half{
    text-align: left;
}
}
