@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: #000099;
}
h3{
	font-size: 16px;
}
h1 img{
	vertical-align: middle;
	margin: 0 0.5em 0 0;
}
#title{
    max-width: 100%;
    background-color: #C7CBB9;
    background-image: url("titleback.jpg");
    background-position: center;
    background-size: 100%;
    margin: 0;
    box-sizing: border-box;
}
a{
	word-break: break-all;
}
#background{
	max-width: 100%;
	background-color: #ffffff;
	margin-top: 0px;
	padding-top: 10px;
	box-sizing: border-box;
}
#header{
	margin: 20px auto 35px auto;
	text-align: justify;
}
#signature{
	margin: 20px auto;
	margin-bottom: 30px;
	text-align: center;
}

#contact{
	text-align: center;
	clear: both;
	margin-top:20px;

}
.bold{
	font-weight: bold;
}

.lead{
	margin-bottom: 0.5em;
}

.lead p{
	margin-bottom: 1em;
}

.information-box{
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	border: 3px double #000;
	background-color: #DDFFFF;
}

.information-text{
	margin: 0 20px;
	font-size: 14px;
}

.information-text.title{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.information-text>p{
	line-height: 120%;
	margin-bottom: 0.75em;
}
p.kome{
	margin-left: 1em;
	text-indent: -1em
}
p.red{
	font-weight: 900;
	font-size: 140%;
	color: red;
	text-align: center;
	margin-bottom: 15px;
}
p.red.small{
	font-size: 100%;
	text-align: center;
	margin: 0px;
}
.button{
	margin: auto;
	margin-bottom:30px;
}
.button p{
	font-size: 18px;
	font-weight: bold;
}
.naka{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.outline{
	width: 100%;
	padding: 5px;
	margin: auto;
}
.outline th{
	background-clip: content-box;
	margin: 1px;
	padding: 3px;
	width: 20%;
	vertical-align: central;
	text-align: center;
	background-color: #333;
	color:#fff;
	height: 100%;
}
.outline td{
	background-clip: content-box;
	vertical-align: central;
	margin: 1px;
	padding: 3px;
	background-color: #ddddff;
	width: 100%;
	height: 100%;
}
.outline div{
	padding: 10px;
}
.outline .logobox{
	float: left;
	width: 45%;
	max-width: 50%;
	height: 100%;
	padding: 0px;
	margin:0px auto;
	font-size: smaller;
	vertical-align: bottom;
}
.program{
    box-sizing: border-box;
		margin: auto;
}

.program th{
	background-clip: content-box;
	vertical-align: top;
		height: 100%;
    width: 10%;
    margin: 1px;
		padding: 3px;
    background-color: #333;
	color:#fff;
    text-align: center;
}
.program th>div {
	height: 100%;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
}
.program td{
    width: 85%;
	height: 100%;
	background-clip: content-box;
	padding: 3px;
}
.one{
	background-clip: content-box;
		padding:2px 0px;
}
.subtitle, .speechtitle, .speakername, .aboutspeaker{
	padding: 5px 10px;
}
.subtitle{
	background-color: #ffffff;
}
.speechtitle{
	background-color: #ddddFF;
	font-weight: bold;
}
.lunch{
	background-color: #ddddFF;
	font-weight: bold;
	padding: 20px 10px;
	text-align: center;
}
.speaker{
	width:100%;
	height: 100%;
}
.speakername{
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #bbbbff;
	box-sizing: border-box;
}
.speakerimage{
	float: right;
    padding: 10px;
    box-sizing: border-box;
}
.aboutspeaker{
	font-size: 80%;
	line-height: 140%;
}
.akawaku{
	line-height: 120%;
	margin: auto;
	width: 90%;
	border: 1px solid red;
	padding: 10px;
	box-sizing: content-box;
}
.button2{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	float: left;
}
.notes{
	max-width:700px;
	margin: 20px auto;
	background-color: #ffffcc;
	clear: both;
	padding: 15px;
	border: 2px solid black;
	font-size: 80%;
	line-height: 150%;
	text-align:justify;
	box-sizing: border-box;
}
.notes b{
	font-size:larger;
}
.notes li{
	text-indent:-1em;
	margin-left:1em;
}
.notice{
	font-size:150%;
	font-weight:bold;
	text-align:center;
		color: red;
}

td.head{
	border-radius: 30px;
	background-color: #cff;
	font-size: 20px;
	padding: 10px 0px;
	margin: 10px 0px;
	box-sizing: content-box;
	font-weight: bold;
}
td.head>div{
	padding:10px 20px;
}

input[type=checkbox]{
	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0.5em 0.8em 0.6em 0.5em;
}
footer{
	text-align: center;
	font-size: 10px;
	color: #666;
	margin: 20px auto 0px;
	padding: 20px 0px;
	border-top: 1px solid;
	background-color:#eee;
}
/* お申し込みボタン */
#entry .button{
	width:600px;
	margin:25px auto;
}
#entry .button ul{
	list-style-type:none;
	overflow:hidden;
	margin:20px 0;
}
#entry .button ul li{
	width:280px;
	float:left;
	margin:0 10px;
}
#entry .button p{
	margin:20px 0;
	text-align:center;
}
#entry .button input,
#entry .button img {
	vertical-align:bottom;
}
#entry .button img:hover,
#entry .button input:hover {
	opacity:0.8;
}

/* お申し込みボタン - 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;
}
/* 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{
	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:150px;
	height:200px;
}

/* 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 .profile:before{
	display: block;
	margin-bottom: 5px;
	content: '《プロフィール》';
	font-size: 13px;
	font-weight: bold;
	color: #222;
}
.mfp-content .detail p.profile:first-child{
	display: none;
}

.mfp-content .detail p.highlights:first-child{
	display: none;
}

/* 色指定をまとめた */

h1{background-color: #006;} /*見出し*/
.outline th{background-color: #000;} /*開催概要（左カラム）*/
.outline td{background-color: #bef;} /*開催概要（右カラム）*/
.program td.head{background-color: #09f;} /*プログラム（日付）*/
.program th{background-color: #339;} /*プログラム（左カラム）*/
.subtitle{background-color: #ffffff;} /*プログラム（右カラム/小テーマ）*/
.speechtitle{background-color: #9df;} /*プログラム（右カラム/講演タイトル）*/
.speakername{background-color: #CCEEFF;} /*プログラム（右カラム/講演者）*/

.entrybutton {
    width: 600px;
    max-width: 800px;
    display: block;
    margin: 1em auto 2em;
    text-align: center;
    padding: 0.8em 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));
    cursor: pointer;
}
.entrybutton.shortmargin {
	margin-bottom: 1em;
}
.entrybutton.red {background: #f66;}
.entrybutton.blue {background: #66f;}
.entrybutton.brown {background: #611;}

.entrybutton.round {
	max-width: 80%;
    border-radius: 1.2em;
    padding: 0.6em 0;
}

.entrybutton:hover{
	transform: translate(1px,2px);
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .3));
}

a.nodeco{
	text-decoration : none;
	color: white;
}

.nodivide > span{
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}

.speaker.clear{
	clear: both;
}

.notice-red {
	width: 100%;
	max-width: 800px;
	color: #ff0000;
	background-color: #fff;
	border: 1px solid #ff0000;
	margin: auto;
	margin-top: 2em;
	padding: 10px 150px;
	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;
}

@media (max-width: 768px){
	body{
		max-width:95%;
		font-size: 90%;
	}
	.program{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.program th{
		max-width:100%;
		width:100%;
		float: left;
		box-sizing: border-box;
	}
	.program th>div{
		padding: 5px;
		box-sizing: border-box;
	}
	.program td{
		width: 100%;
		float: left;
		box-sizing: border-box;
	}
	.button2{
	width: 100%;
	padding: 5px;
}
	.notice-red, .notice-red .half{
	width: 100%;
	text-align: center;
	padding: 10px;
}

}
