@charset "utf-8";

/* ---------------------------------------------------------
default
--------------------------------------------------------- */
html {
	overflow: auto;
}
body,h1,h2,h3,h4,h5,h6,div,p,form,td,ul,li{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
body{
  word-wrap : break-word;
  overflow-wrap : break-word;
}
img{
	margin:0 0 0 0;
	border: none;
}
img[height="1"]{
	position:absolute;
}

/* ---------------------------------------------------------
font
--------------------------------------------------------- */
body, h1, h2, h3, h4, h5, td, th{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight : normal;
	line-height : 1.4 ;
	font-size: 13px;
}

.red{ color : #990000;}
.red2{ color : #FF0000;}
.red3{ color : #CC0000;}
.white	{ color : #FFFFFF; }
.gray	{ color : #333333; }
.gray2	{ color : #666666; }

.font8	{ font-size: 8px; }
.font10{ font-size: 10px; }
.font11{ font-size: 11px; }
.font12{ font-size: 12px; }
.font13{ font-size: 13px; }
.font14{ font-size: 14px; }
.font15{ font-size: 15px; }
.font16{ font-size: 16px; }
.font17{ font-size: 17px; }
.font18{ font-size: 18px; }
.font19{ font-size: 19px; }
.font20{ font-size: 20px; }

.font8b	{ font-size: 8px; font-weight:bold; }
.font10b{ font-size: 10px; font-weight:bold; }
.font11b{ font-size: 11px; font-weight:bold; }
.font12b{ font-size: 12px; font-weight:bold; }
.font13b{ font-size: 13px; font-weight:bold; }
.font14b{ font-size: 14px; font-weight:bold; }
.font15b{ font-size: 15px; font-weight:bold; }
.font16b{ font-size: 16px; font-weight:bold; }
.font18b{ font-size: 18px; font-weight:bold; }
.font19b{ font-size: 19px; font-weight:bold; }
.font20b{ font-size: 20px; font-weight:bold; }

.fontb{ font-weight:bold; }
.fontn{ font-weight:normal; }

.LH180 { line-height:1.8em;}
.LH160 { line-height:1.6em;}
.LH150 {line-height: 1.5em;}
.LH140 {line-height: 1.4em;}
.LH130 {line-height: 1.3em;}
.LH120 {line-height: 1.2em;}

/* ---------------------------------------------------------
common
--------------------------------------------------------- */
*{
	margin:0;padding:0;
}

html{
	height:100%;
	overflow:auto;
}

body{
/*	background-color:#FFFFFF;*/
	color : #000000;
	text-align:center;
	height : 100%;
	margin:auto;
}

body > #container{
	height:auto;
	text-align: center;
}

#container{
	width : 100%;
	height: 100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	overflow-x:hidden;
	/* min-width:1070px; */
}

#btn-newevnet-box{
	margin:0 0 10px 0;
	background-color:#eee;
	padding:7px 0;
}

#btn-newevnet-box a{
	display:inline-block;
	font-size:15px;
	font-weight: 700;
	line-height: 1.1em;
	background: url("/images/icon/arrow_bk_6-10.png") no-repeat 3% center, rgb(255,219,25);
	background: url("/images/icon/arrow_bk_6-10.png") no-repeat 3% center, -webkit-linear-gradient(rgb(255,219,25) 0%, rgb(255,201,38) 100%);
	background: url("/images/icon/arrow_bk_6-10.png") no-repeat 3% center, -o-linear-gradient(rgb(255,219,25) 0%, rgb(255,201,38) 100%);
	background: url("/images/icon/arrow_bk_6-10.png") no-repeat 3% center, linear-gradient(rgb(255,219,25) 0%, rgb(255,201,38) 100%);
	text-decoration:none;
	padding:10px 25px 8px 25px;
	color:#000;
	border:1px solid #666;
}

#btn-newevnet-box a:hover{
	opacity: 0.6;
}

#main{
	max-width:1070px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	position: relative;
}

#main img {
	max-width:100%;
	height:auto;
}
#mainWrapper h1{
	font-weight:normal;
	font-size: 26px;
	color: #FFF;
	line-height: 1;
	padding:15px 10px;
	background: #833234;
	margin-left: -500%;

    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
}

#mainWrapper h1 span{
	font-weight:normal;
	font-size: 15px;
	margin-left:15px;
	vertical-align:middle;
}
#mainWrapper h2{
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}
@media screen and (max-width: 640px) {
#container{
	min-width: 100%;
	}
#btn-newevnet-box{
	padding:7px 7px;
}
	
#main,
#main2{
	width:100%;
}
#mainWrapper h1{
	font-size:24px;
}
#mainWrapper h2{
	font-size:18px;
}
}
.indent{ padding:0 10px; }

a {
	color:#0044CC;
	text-decoration:underline;
	transition: 0.3s ;
	}
a:visited {
	color:#0044CC;
	text-decoration:underline;
	}
a:hover {
	color:#0099FF;
	text-decoration:underline;
	}
a img:hover {
	opacity:0.85;
	}

.clear		{ clear : both; line-height:0;font-size:0; }
.fLeft		{ float : left; }
.fRight		{ float : right;}
.vaM	{ vertical-align : middle; }
.tLeft		{ text-align : left; }
.tRight		{ text-align : right; }
.tCenter	{ text-align : center; }
.outlinefix { overflow:hidden; }

.top0		{ margin-top : 0px; }
.top3		{ margin-top : 3px; }
.top5		{ margin-top : 5px; }
.top8		{ margin-top : 8px; }
.top10		{ margin-top : 10px;}
.top12		{ margin-top : 12px;}
.top15		{ margin-top : 15px;}
.top20		{ margin-top : 20px;}
.top25		{ margin-top : 25px;}
.top30		{ margin-top : 30px;}
.top40		{ margin-top : 40px;}
.top50		{ margin-top : 50px;}

.btm0		{ margin-bottom : 0px; }
.btm3		{ margin-bottom : 3px; }
.btm5		{ margin-bottom : 5px; }
.btm7		{ margin-bottom : 7px; }
.btm8		{ margin-bottom : 8px;}
.btm10		{ margin-bottom : 10px;}
.btm12		{ margin-bottom : 12px;}
.btm15		{ margin-bottom : 15px;}
.btm20		{ margin-bottom : 20px;}
.btm25		{ margin-bottom : 25px;}
.btm30		{ margin-bottom : 30px;}
.btm35		{ margin-bottom : 35px;}
.btm40		{ margin-bottom : 40px;}
.btm50		{ margin-bottom : 50px;}
.btm60		{ margin-bottom : 60px;}
.btm70		{ margin-bottom : 70px;}

.right1		{ margin-right : 1px; }
.right2		{ margin-right : 2px; }
.right3		{ margin-right : 3px; }
.right5		{ margin-right : 5px; }
.right7		{ margin-right : 7px; }
.right8		{ margin-right : 8px; }
.right10	{ margin-right : 10px; }
.right15	{ margin-right : 15px; }
.right20	{ margin-right : 20px; }
.right25	{ margin-right : 25px; }
.right30	{ margin-right : 30px; }
.right45	{ margin-right : 45px; }
.right50	{ margin-right : 50px; }

.left3		{ margin-left : 3px; }
.left5		{ margin-left : 5px; }
.left7		{ margin-left : 7px; }
.left8		{ margin-left : 8px; }
.left10	{ margin-left : 10px; }
.left15	{ margin-left : 15px; }
.left20	{ margin-left : 20px; }
.left30	{ margin-left : 30px; }
.left40	{ margin-left : 40px; }

.pad_top10 { padding-top: 10px;}
.pad_top15 { padding-top: 15px;}
.pad_top20 { padding-top: 20px;}
.pad_left5 { padding-left: 5px;}

.imageR{
	float:right;
	margin-left:10px;
	text-align:right;
	font-size:12px;
	color:#666666;
	line-height:1.5em;
}
.imgR{
	float: right;
	width: 250px;
	margin-left:10px;
	margin-bottom: 10px;
}
.pagetop {
    position: fixed;
    bottom: 40px;
    right: 30px;
	z-index:5;
}
.pagetop a {
    display: block;
    padding: 0;
}

.pagetop a:hover {
    display: block;
}


.txtEm1{
	display:block;
	font-weight:bold;
}

.w100p{ width:100%; }
.onlySmp {
	display:none;
}
@media screen and (max-width: 640px) {
.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	width:40px;
	height:auto;
}
.onlyPC {
	display:none;
}
.onlySmp {
	display: block;
}
}

/* ---------------------------------------------------------
btn Style
--------------------------------------------------------- */
#mainWrapper a.entryButtn,
#programWrapper .programTb .pgmBtnBox a {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	background:#792002;
	color:#FFF;
	box-sizing:border-box;
	width:180px;
	height:35px;
	line-height:35px;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	margin:1px;
	cursor:pointer;
}

#programWrapper .programTb .pgmBtnBox a.intvLink {
	background:#833234;
}

#mainWrapper a.entryButtn:hover,
#programWrapper .programTb .pgmBtnBox a:hover{
/*    background: #792002;*/
	opacity: 0.7;
}
#mainWrapper a.entryButtn.green { background:#708C22; }
#mainWrapper a.entryButtn.green:hover {	background:#4E6217; }

#mainWrapper a.entryButtn.red { background:#CC3300; }
#mainWrapper a.entryButtn.red:hover {	background:#822100; }


#mainWrapper a.entryButtn.large {
/*	width:250px;
	height:45px;
	line-height:45px;*/
	width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
}
#mainWrapper a.entryButtn.width {
	width:210px;
}
@media screen and (max-width: 640px) {
#mainWrapper .entryBtn,
#programWrapper .programTb .pgmBtnBox a {
	width:200px;
	height:40px;
	line-height:40px;
}
}
@media screen and (max-width: 560px) {
#mainWrapper a.entryButtn,
#programWrapper .programTb .pgmBtnBox a {
	width:250px;
	height:45px;
	line-height:45px;
	display:block;
	margin:3px auto;
}
}
/* ---------------------------------------------------------
header Style
--------------------------------------------------------- */

header{
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:0 0 0 0;
	position:relative;
	width:1070px;
	padding-bottom:15px;
	z-index: 1;
    background-color: #FFF;
	margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
}

header a {
	text-decoration:none;
	transition: 0.3s ;
}
header a:hover {
	opacity:0.6;
	text-decoration:none;
}
#headnavi {
	text-align:right;
	padding:5px 0;
}
header li {
	list-style:none;
}
header #headnavi a {
	color:#000;
}
#headnavi li {
	display:inline-block;
	margin-left:2px;
	font-size:14px;
}
#headnavi li:nth-of-type(1),
#headnavi li:nth-of-type(2),
#headnavi li:nth-of-type(3),
#headnavi li:nth-of-type(4){
    margin-left:15px;
}
header h1 {
	float:left;
	width:435px;
	text-align:left;
}
header h1 span {
	font-size:13px;
	display:inline-block;
	padding-top:5px;
	position:relative;
	left:-3px;
}
#gnavi {
	float:right;
	width:625px;
	display:table;
	margin-top:35px;
	border-left:3px solid #973c3e;
}
#gnavi li {
	display: table-cell;
	padding: 0 17px;
    min-width: 85px;
	vertical-align:middle;
	border-right:3px solid #973c3e;
	text-align:center;
	font-size:14px;
}
#gnavi li a {
	color:#000;
	display:block;
	padding: 15px 0;
}
#gnavi li a:hover {
	color:#833234;
}
#gnavi li span {
	display:block;
}
#gnavi #toggle{
	display:none;
}
header .gnaviEng {
	font-family: 'Fjalla One', sans-serif;
	font-size: 26px;
    margin-bottom: 3px;
}
@media screen and (max-width: 640px) {
header{
	width:100%;
	padding:5px 0 10px 0;
	margin:0;
}
#headnavi {
    text-align: center;
    padding-bottom:15px;
}
#headnavi li:nth-of-type(1),
#headnavi li:nth-of-type(2),
#headnavi li:nth-of-type(3),
#headnavi li:nth-of-type(4),
#headnavi li:nth-of-type(5){
    display: none;
}
#headnavi li {
    margin:0 3px;
}
header h1 {
	padding:5px;
	padding-top:0;
	width:80%;
}
header h1 img {
	/*width:75%;*/
}
header h1 span {
	font-size:11px;
	padding-top:2px;
}
#gnavi {
	width:100%;
	border:none;
	display:block;
	margin-top:0;
}
#gnavi #toggle {
	display: block;
    position: absolute;
    top: 80px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #AAA url(../images/bg_gnavi_smp.png) no-repeat 50% center;
    background-size: 25px;
    border-radius: 3px;
    z-index: 15;
}
#gnavi #toggle span {
	opacity:0;
}
#gnavi ul {
	display:none;
	border-top:1px solid #CCC;
}
#gnavi li {
	display: block;
	font-size:16px;
	padding:0;
	height:auto;
	width:auto;
	border:none;
	border-bottom:1px solid #CCC;
	background-color:#f3f0f0;
}
#gnavi li span.gnaviEng {
    display:none;
}
#gnavi li a {
	padding:10px 5px;
}
}
/*-------------------------------------------
メインビジュアル
--------------------------------------------*/
#main > #mainvisual {
	width: 100vw;
	min-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
#main > #mainvisual ul {
	display: flex;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
#main > #mainvisual ul > li {
	list-style-type: none;
	display: inline-block;
}
#main > #mainvisual ul > li > img {
	display: block;
	width:100%;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 1400px) {
	#main > #mainvisual ul > li.no14 {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#main > #mainvisual ul > li.sp {
		display: none;
	}
}
/* 矢印 */
#mainvisual a.arrow {
    position: absolute;
    display: inline-block;
    border: 3px solid #FFF;
    border-radius: 50px;
    color: #FFF;
    line-height: 45px;
    width: 45px;
    height: 45px;
    bottom: 30px;
	left:49.85%;
    font-size: 18px;
    font-weight: bold;
	text-decoration:none;
	transition: 0.3s;
	background-color: rgba(106,106,106,0.4);
	box-shadow: 0px 0px 2px 2px #818181;
}
#mainvisual a.arrow:hover {
	background-color:rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 640px) {
	#mainvisual a.arrow {
		display: none;
	}
}

/*-------------------------------------------
インデックスページコンテンツ
--------------------------------------------*/
#topMainWrapper{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
    z-index: 1;
}
#topMainWrapper .bgwhite,
#topMainWrapper .bgbeige  {
	background-color:#FFF;
	margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
	padding-top:60px;
	padding-bottom:60px;
}
#topMainWrapper .bgbeige  {
	background-color:#F2F1F1;
}
#topMainWrapper h2.bdrcenter {
	font-size:24px;
	font-weight:bold;
	position:relative;
	text-align:center;
	margin-bottom:45px;
}
#topMainWrapper h2.bdrcenter:after {
	content:"";
	text-align:center;
	background:#833234;
	width:220px;
	height:4px;
	display: block;
    margin: 10px auto;
}
#topMainWrapper h2.bdrcenter.longest:after {
    content: "";
    width:420px;
}
#topMainWrapper h2.bdrcenter.long:after {
    content: "";
    width:285px;
}
#topMainWrapper h2.bdrcenter.short:after {
    content: "";
    width:100px;
}
#topMainWrapper .quarter3 {
	width: 790px;
	float: left;
}
.quarter3 ul.sponsorLogoBox li {
    width: 30%;
}
#topMainWrapper .quarter1 {
	width: 260px;
	float: left;
}
.quarter1 ul.sponsorLogoBox li {
    width: 90%;
}
#topMainWrapper .youtube {
	position: relative;
    width: 608px;
    padding-top: 32%;
    margin-left: auto;
    margin-right: auto;
}
#topMainWrapper .youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 640px) {
#topMainWrapper .bgwhite,
#topMainWrapper .bgbeige  {
	margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
	padding-top:20px;
	padding-bottom:20px;
}
#topMainWrapper h2.bdrcenter {
    font-size: 24px;
    margin-bottom: 25px;
}
#topMainWrapper h2.bdrcenter:after {
    content: "";
    margin: 5px auto;
}
#topMainWrapper .quarter3,
#topMainWrapper .quarter1{
    width: auto;
    float: none;
}
#topMainWrapper .youtube {
    width: 80%;
    padding-top: 50%;
}
#topMainWrapper .youtube iframe{
	width: 100%!important;
	height: 100%!important;
}
}
/*-------------------------------------------
検索フォームスタイル
--------------------------------------------*/
#progsearch {
	display:block;
	margin:10px 60px;
	font-size:15px;
	text-align:center;
}
#progsearch.prgrm {
	margin:0 0 60px 0;
	font-size:15px;
	padding:0 15px;
}
#progsearch p {
	margin:15px 0;
	text-align:left;
}
#progsearch button {
    border: none;
    background: none;
}
#progsearch dl{
    display:table;
	width:950px;
	text-align:left;
}
#progsearch.prgrm dl{
	width:100%;
}
#progsearch dt,
#progsearch dd{
    display:table-cell;
	vertical-align:	top;
	padding:10px 5px 10px 15px;
	position: relative;
	border-bottom:#DDD 1px solid;
	border-left:#DDD 1px solid;
	border-collapse: collapse;
}
#progsearch dt{
    padding-left: 15px;
    width: 15%;
    font-weight: 800;
    background: #f5f5f5;
}
#progsearch dd{
	border-right:#DDD 1px solid;
}
#progsearch.prgrm dt{
    width: 12%;
    vertical-align: middle;
}
#progsearch dl:first-of-type dt,
#progsearch dl:first-of-type dd{
	border-top:#DDD 1px solid;
}
 #progsearch.prgrm dl:first-of-type dt,
#progsearch.prgrm dl:first-of-type dd{
	border-top:#DDD 1px solid;
}
#progsearch.prgrm dl:last-of-type dt,
#progsearch.prgrm dl:last-of-type dd{
	border-bottom:#DDD 1px solid;
}
#progsearch input#g_all + label,
#progsearch input#d_all + label {
/*	margin-bottom:15px;*/
	font-weight:bold;
}
#progsearch button[type="submit"] {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	background:#73AA00;
	color:#FFF;
	box-sizing:border-box;
	width: 200px;
	padding:8px 10px;
	font-size: 18px;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	cursor:pointer;
	margin:25px 0;
	margin-bottom: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#progsearch.prgrm button[type="submit"] {
	margin:5px 0 5px 15px;
}
#progsearch button[type="submit"]:hover {
	opacity:0.9
}
@media screen and (max-width: 640px) {
	#progsearch.prgrm button[type="submit"]{
		margin: 0;
		width: 100%;
	}
	#progsearch input[type="text"] {
		width: 100%;
	}
}
/*テキスト入力*/
#progsearch input:focus {
	background:#FFFFCC;
}
#progsearch input[type="text"] {
	border: 1px solid #c5bcbc;
	height: 36px;
	line-height:36px;
	width: 60%;
	padding: 0 6px;
	font-weight:normal;
	font-size:100%;
	margin:5px 0;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	vertical-align: middle;
}
#progsearch input[type="text"]::placeholder {
	font-size: 12px;
}
@media screen and (max-width: 640px) {
	#progsearch input[type="text"] {
		padding: 0;
		width: 100%;
	}
}

/*ラジオボタン*/
#progsearch input[type="radio"]{
    opacity : 0;
    width: 1px;
    height: 1px;
    padding: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
#progsearch input[type="radio"] + label{
    display: inline-block;
	background-image:url(../images/radio_off.png);
	background-image:url(../images/radio_ie_off.png)\9;
	background-repeat:no-repeat;
	background-position: left center;
    background-size: 25px;
	height:25px;
	line-height:25px;
	padding-left:28px;
    text-decoration: none;
	margin:5px 10px 5px 0;
}
#progsearch.prgrm input[type="radio"] + label{
	margin:3px 10px 3px 0;
}
#progsearch input[type="radio"]:checked + label{
    background-image: url(../images/radio_on.png);
	background-image:url(../images/radio_ie_on.png)\9;
}


/*チェックボックス*/
#progsearch input[type="checkbox"]{
    opacity : 0;
    width: 1px;
    height: 1px;
    padding: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
#progsearch input[type="checkbox"] + label{
    display:inline-block;
	background-image:url(../images/check_off.png);
	background-image: url(../images/check_ie_off.png)\9;
	background-repeat:no-repeat;
	background-position:left center;
    background-size: 25px;
	height:30px;
	line-height:30px;
	padding-left:28px;
    text-decoration: none;
	cursor:pointer;
	margin:5px 10px 5px 0;
}
#progsearch.prgrm input[type="checkbox"] + label{
	margin:3px 10px 3px 0;
}

#progsearch input[type="checkbox"]:checked + label{
    background-image: url(../images/check_on.png);
	background-image: url(../images/check_ie_on.png)\9;
}
#progsearch input[type="checkbox"]:disabled + label{
    background-image: url(../images/check_disabled.png);
	background-image: url(../images/check_ie_disabled.png)\9;
}
@media screen and (max-width: 640px) {
#progsearch {
	margin:5px;
	font-size:14px;
}
#progsearch dl{
    display:block;
	width:auto;
	border-top:1px solid #CCC;
}
#progsearch.prgrm dt,
#progsearch.prgrm dd,
#progsearch.prgrm dl:first-of-type dt,
#progsearch.prgrm dl:first-of-type dd {
    display: block;
	width:auto;
    padding: 10px 5px 10px 5px;
	border:none;

}
#progsearch dt {
	background-color:#fdfaf3;
}
}
/*-------------------------------------------
登壇者カルーセル
--------------------------------------------*/
.responsive.slider {
	width:1000px;
	margin-left:auto;
	margin-right:auto
}
.responsive.slider > div {
	margin-right:3px;
	margin-left:3px;
	height: 350px;
	margin-bottom:10px;
}
.responsive.slider a {
	display:block;
	color:#000;
	text-decoration:none;
	position:relative;
}
.responsive.slider > div .profbox {
	background: rgba(255,255,255,0.60);
    height: 85px;
    position: absolute;
	box-sizing: border-box;
    bottom: 0;
    padding: 10px;
    width: 100%;
    overflow: hidden;
}
.responsive.slider .name {
	color:#721F23;
	font-size:20px;
	font-weight:bold;
}
.responsive.slider .affiliation {
	font-size:11px;
	line-height:1.2;
}
.responsive.slider .slick-prev:before,
.responsive.slider .slick-next:before {
        color: black;
		font-size: 26px;
}
@media screen and (max-width: 640px) {
.responsive.slider {
	width:85%;
	margin-left:auto;
	margin-right:auto
}
.responsive.slider > div {
    height: auto;
}
.responsive.slider > div .profbox {
    height: 65px;
    padding: 7px;
}
.responsive.slider .name {
    font-size: 15px;
    font-weight: bold;
}
.responsive.slider .affiliation {
    font-size: 10px;
}
.responsive.slider .slick-prev:before,
.responsive.slider .slick-next:before {
		font-size: 18px;
}
}

/*-------------------------------------------
　Pickup講演　　　新規追加 2018秋分
--------------------------------------------*/
.cf {

}
.pickup {
margin-bottom: 2%;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.pickup > div{
box-sizing:border-box;
margin:0 10px 10px 0;
padding:10px;
border:1px solid #d3d3d3;
width:calc((100% - 20px) / 3 );
list-style:none;
background: #fff;
}
.pickup > div:nth-child(3),
.pickup > div:nth-child(6){
	margin-right: 0;
	margin-left: 0;
}
@media screen and (max-width: 640px) {
	.pickup > div{
		width: 100%;
	}
	.pickup > div:nth-child(3),
	.pickup > div:nth-child(6){
		margin:0 10px 10px 0;
	}
}

.pickup > div img,
.pickup > div .txtbox {
float: left;
display: inline-block;
}
.pickup > div img {
width: 25%;
}
.pickup > div .txtbox {
margin-left: 5%;
width: calc(95% - 25%)
}
.pickup > div .txtbox > .date {
margin-bottom: 0.8em;
font-size: 0.8rem;
color: #993333;
}
.pickup > div .txtbox > .title {
font-size: 1.1rem;
color: #191919;
}







/*-------------------------------------------
大きなフレーム？
--------------------------------------------*/
#mainLeft{
	float:left;
	width:720px;
	margin-left:20px;
	text-align:left;
	margin-top:25px;
}

#mainWrapper{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
/*	width:1070px;*/
}
@media screen and (max-width: 640px) {
#mainVisual{
	margin-left: 0;
	margin-right: 0;
	padding-left:0;
	padding-right: 0;
	background-size: cover;
}


#mainWrapper{
	margin: 0 auto 25px auto;
    width: 97%;
}
}
/*-------------------------------------------
パンくず
--------------------------------------------*/
#topicPath{
    padding: 7px 0 5px 0;
    margin-bottom: 35px;
    font-size: 12px;
    border-bottom: 1px #BBB dotted;
	margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
}

#topicPath a{
	text-decoration:none;
	color: #666;
	}
#topicPath a:hover{ text-decoration:underline; }


#topicPath span{
	margin-left:7px;
	color:#333;
}

@media screen and (max-width: 640px) {
#topicPath {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
}
/*------------------------------
　全体スタイル
------------------------------*/
#mainRight{
	float:right;
	width:200px;
	margin-right:20px;
	text-align:left;
	margin-top:25px;
	margin-bottom: 30px;
}

.entryBox{
	padding:0;
	text-align:center;
	overflow: hidden;
	margin-top:50px;
	margin-bottom:60px;
	clear:both;
}
.entryBox.none{
	display:none;
}
.entryBox span{
	display:block;
	color:red;
}
.entryBox .top15 a {
	display:inline-block;
	*display: inline;
	*zoom: 1;
}
.entryBox p.note {
	color: #981002;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.6;
}
/*------------------------------
　エントリーボタン関連
------------------------------*/
a.entrybtn {
	display: block;
    width: 480px;
    height: 58px;
	padding-top:2px;
	background-color:#73AA00;
    margin: auto;
    text-decoration: none;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    border-radius: 8px;
	box-shadow: 0 2px 0 #588202;
}
a.entrybtn:hover {
	position:relative;
	top:2px;
    box-shadow: none;
}
a.entrybtn span {
	font-size:80%;
	display:inline;
	color:#FFF;
}
a.entrybtn.close {
	background-color:#cec0bd;
	color:#000;
	box-shadow: none;
}
a.entrybtn.close:hover {
	top:0;
}
a.entrybtn.close span {
	color:#000;
}
header #headnavi a.entrybtn {
	/*headerのボタン*/
	*display: inline;
	*zoom: 1;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
    height: 30px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
	color:#FFF;
	border-radius:0;
	box-shadow: none;
}
header #headnavi a.entrybtn.grn {
	min-width: 180px;
}
header #headnavi a.entrybtn.close {
	color:#000;
}
header #headnavi a.entrybtn:hover {
	/*headerのボタン*/
	top:0;
}
header #headnavi a.entrybtn.pink {
	background-color:#b36667;
}
@media screen and (max-width: 640px) {
a.entrybtn {
    width: 80%;
    height: 45px;
    font-size: 22px;
    line-height: 50px;
}
a.entrybtn.topArea {
	display:none;
}
a.entrybtn span {
	font-size:70%;
}
}
.closeBox{
	margin-top:15px;
/*	margin-left:40px;
	margin-right:40px;*/
	text-align:center;
	margin-bottom: 15px;
	}

.closeBox span.closeTxt1{
	font-size:21px;
	color:red;
	font-weight: bold;
	display:block;
	}

.closeBox span.closeTxt2{
	color:red;
	font-size:16px;
	line-height:1.5em;
	display:block;
	}

.closeBox span.closeTxt3{
	color:#000000;
	font-size:16px;
	line-height:1.4em;
	display:block;
	}
@media screen and (max-width: 640px) {
.closeBox{
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 15px;
	}
}

#entryBox{
	background-color:#EEEEEE;
	padding:5px;
	text-align:center;
	margin-top:30px;
	overflow: hidden;
}

.entryBox2{
	background-color:#FFFFFF;
	text-align:center;
	overflow: hidden;
}

.infoBox{
	padding:0;
	text-align:center;
	overflow: hidden;
}

.infoBox span.infoTxt1{
	font-size:14px;
	line-height:1.6em;
	margin-bottom:10px;
	color:red;
	font-weight:bold;
	display: block;
}

.infoBox span.infoTxt2{
	color:#000000;
	font-size:14px;
	line-height:1.5em;
	display: block;
}
/* ---------------------------------------------------------
SNS ボタン
--------------------------------------------------------- */
#share {
	float:left;
	width:300px;
}
#followMe {
	float:left;
	width:250px;
	z-index:1;
}
#share ul,
#followMe ul,
ul#kijisns{
	display: table;
}
#share ul li,
#followMe ul li {
	width:60px;
	height:72px;
	list-style:none;
	position:relative;
	display:table-cell;
	vertical-align:top;
	text-align:center;
}
a.sns_circle{
    width:45px;
    height:45px;
    border-radius: 50%;
    background-color:#AAA;
	position:relative;
	display:block;
	margin-left: auto;
    margin-right: auto;
	text-decoration:none;
}
a.sns_circle:hover{
	opacity:0.85;
}
a.sns_circle.colorFB {
	background-color:#3B5998;
}
a.sns_circle.colorTW {
	background-color:#2CA7E0;
}
a.sns_circle.colorGP {
	background-color:#DF4A32;
}
a.sns_circle.colorHB {
	background-color:#0F9BE8;
}
a.sns_circle.colorLI {
	background-color:#00C300;
}
.sns_circle span{
    position: absolute;
    top: 10px;
    left: 11px;
    font-size: 25px;
    color: #FFF;
}
#share a.sns_circle.colorFB {
	background-color:#7F91B7;
}
#share a.sns_circle.colorTW {
	background-color:#53AFDA;
}
#share a.sns_circle.colorGP {
	background-color:#E06956;
}
#share a.sns_circle.colorHB {
	background-color:#41A5DC;
}
#share a.sns_circle.colorLI {
	background-color:#42DA42;
}
#followMe h3,
#share h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.arrowBox {
	text-align:center;
	margin-top:7px;
}
.arrowBox span {
	display: inline-block;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    font-size: 11px;
    width: 42px;
	padding:1px 0;
	position:relative;
}
.arrowBox span:before{
	content: "";
	position: absolute;
	border: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    right: 33%;
    top: -11px;
    z-index: 1;
}
.arrowBox span:after{
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-bottom: 6px solid #aaa;
	right: 33%;
	top: -12px;
}
ul#kijisns {
	margin-left:auto;
	margin-right:auto;
/*	position:relative;*/
	margin-bottom:15px;
	margin-top:25px;
}
ul#kijisns li {
	width:45px;
	list-style:none;
/*	display:table-cell;*/
	vertical-align: top;
	display:inline-block;
	text-align:center;
}
ul#kijisns li.title {
	width:120px;
	margin-right:10px;
	margin-bottom:0;
	display:inline-block;
	border-radius:3px;
	height:33px;
	border:1px solid #CCC;
}
ul#kijisns li.title span {
	position: relative;
    top: 6px;
    font-size: 13px;
}
#kijisns a.sns_circle{
    width:35px;
    height:35px;
	border-radius:3px;
}
#kijisns .sns_circle span{
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 20px;
    color: #FFF;
}
@media screen and (max-width: 640px) {
#share,
#followMe {
	float:none;
	width:auto;
}
#followMe {
	margin-bottom:25px;
}
#followMe h3,
#share h3 {
	text-align:center;
}
#share ul,
#followMe ul{
    margin-left: auto;
    margin-right: auto;
}
#share ul li,
#followMe ul li {
	height:auto;
}
ul#kijisns li.title {
	width:auto;
	height:35px;
	margin-right:0;
	display:block;
	border:none;
}
a.sns_circle {
   width: 40px;
   height: 38px;
}
}
/*------------------------------
　フッタースタイル
------------------------------*/
#inquiry{
	background:#F2F2F2;
	padding:15px 0 25px 0;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	overflow:hidden;
	width:100%;
	position: relative;
    z-index: 1;
}

/*#inquiry .main{
	width:1070px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	overflow:hidden;
}*/

#inquiry .left{
	float:left;
	margin-right:0px;
	padding:0;
	width:630px;
	text-align:left;
	border-right:1px dashed #999;
}
#inquiry .left .footerTop{
	margin-bottom: 20px;
    overflow: hidden;
}
#inquiry .left ul{
	list-style-type:none;
	margin-left:10px;
	padding-left:10px;
}

#inquiry .left ul li{
	font-size:12px;
	line-height:1.2em;
	margin-bottom:7px;
}

#inquiry .left ul.left1{
	width:150px;
	float:left;
}

#inquiry .left ul.left2{
	width:120px;
	float:left;
}

#inquiry .left ul.left3{
	width:260px;
	float:left;
}

#inquiry .left ul li a{	color:#000; }
#inquiry .left ul li a:hover{ color:#666; }

#inquiry .right{
	margin-top:10px;
	float:right;
	width:430px;
	text-align: left;
	overflow:hidden;
}

#inquiry dl{
	float:left;
	width:340px;
	padding-left:5px;
	list-style-type:none;
}

#inquiry dt{
	font-weight:bold;
	margin-bottom:8px;
	font-size:17px;
}

#inquiry dd{
	line-height:1.3em;
	margin-bottom:3px;
}

#inquiry .main .pmarkBox{
	float:right;
	width:75px;
	text-align:right;
	margin-top:30px;
}

#gotop{
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	clear:both;
	overflow:hidden;
	margin-top: 30px;
	}

#gotop span{
	font-size:12px;
	background:url(../images/arrow02_10-10.gif) no-repeat 0 0.3em;
	padding-left:15px;
	}

#footerMenu{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 15px 0;
	overflow: hidden;
	}

#footerMenu ul{
	list-style-type:none;
	overflow:hidden;
}

#footerMenu li{
	float:left;
	font-size:12px;
	margin-right:10px;
	background:url(../images/arrow01_9-9.gif) no-repeat 0 0.3em;
	padding-left:13px;
}

#Copyright{
	clear:both;
	text-align:center;
	color: #FFFFFF;
	font-size:11px;
	background-color:#000000;
	margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
	padding-top:10px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
    z-index: 1;

	margin-bottom:0;
	overflow:hidden;
}
@media screen and (max-width: 640px) {
#inquiry {
    margin-left: 0;
    margin-right:0;
	padding:0;
	overflow:hidden;
	margin-bottom:0;
}
#inquiry .left {
    float: none;
    width: 100%;
    border-right: none;
}
#inquiry .left .footerTop {
    margin: 10px;
}
#inquiry .left .footerTop ul li{
	border:none;
}
#inquiry .left ul {
    margin-left: 0;
    padding-left: 0;
	margin: auto;
}
#inquiry .left ul.left1,
#inquiry .left ul.left2,
#inquiry .left ul.left3{
    width: 100%;
    float: none;
	margin:0 auto;
	padding:0;
}
#inquiry .left ul li {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 0;
	border-bottom:1px #DDD solid;
}
#inquiry .left ul li a {
	display:block;
	padding:5px 5%;
}
#inquiry .left ul li a:hover {
	background-color:#EEE;
}
#inquiry .right{
    float: none;
    width: auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:5px;
}
#inquiry dl {
    width: 75%;
    padding-left: 0;
}
#inquiry dt {
    margin-bottom: 5px;
    font-size: 14px;
}
#inquiry .pmarkBox {
	float:right;
	margin-right:5px;
	width:20%;
}
#inquiry .pmarkBox a {
	display:block;
}
}
/* ---------------------------------------------------------
top page
--------------------------------------------------------- */
#topPgbtnBox{
	background-color:#CCC;
	padding:5px 0;
	overflow:hidden;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	display:table;
	table-layout: fixed;
	width:100%;
	text-align:left;
}
#topPgbtnBox a{
	display: table-cell;
	vertical-align: middle;
	height:60px;
	border:3px solid #CCC;
	background:#FFF;
	position:relative;
	text-decoration:none;
	margin:1px;
	*float:left;
	padding-left:40px;
}
#topPgbtnBox a:hover{
	opacity:0.8;
}
#topPgbtnBox a .date{
    line-height: 20px;
    font-size: 20px;
	font-weight:bold;
	color:#000;
	display:block;
	margin-top:3px;
}
#topPgbtnBox a .gotoProg {
	color:#000;
	font-size:13px;
	display:block;
	font-weight:bold;
}
#topPgbtnBox a.osk{
	background:#E0F0BF;
}
p.bottomNotice {
	text-align:left;
	font-size:12px;
	position: relative;
	padding-bottom:15px;
	background-color:#FFF;
    z-index: 1;
	margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
	clear:both;
}



/*--プログラムボタン矢印------------------------*/
#topPgbtnBox span.arrow{
	position: absolute;
	left: 7px;
    top: 20px;
	display: inline-block;
	padding: 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #669900;

}
#topPgbtnBox span.arrow:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#topPgbtnBox span.arrow:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 5px;
    width: 5px;
    height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
#topPgbtnBox{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left:0;
	padding-right: 0;
	display: block;
}
#topPgbtnBox a {
    display:  block;
    height: 30px;
	line-height:35px;
    padding: 5px 5px 5px 35px;
    border: 1px solid #CCC;
    margin: 2px;
}
#topPgbtnBox a .date,
#topPgbtnBox a .gotoProg {
	display: inline-block;
	font-size:15px;
	line-height:25px;
}
#topPgbtnBox span.arrow{
	position: absolute;
	left: 7px;
    top: 10px;

}
#topPgbtnBox a .gotoProg .onlyPC {
	display:none;
}
#topPgbtnBox a .gotoProg .onlySmp {
	display:inline;
}
p.bottomNotice {
	margin:0;
	padding: 10px 5px;
}
}



/*---------------------------
 来場者特典
---------------------------*/

/*#topMainWrapper .topbenefitBox{
	overflow:hidden;
	margin-bottom:40px;
}

#topMainWrapper .topbenefitBox h3{
	padding:13px 10px;
	margin-bottom:30px;
	text-align:center;
	line-height:1;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	background: -webkit-gradient(radial, 50% 54%, 0, 50% 54%, 120, color-stop(0.98, #080C00), color-stop(0.35, #721f23));
	background: -webkit-radial-gradient(50% 54%, circle, #721f23 35%, #080C00 98%);
	background: -moz-radial-gradient(50% 54%, circle, #721f23 35%, #080C00 98%);
	background: -o-radial-gradient(50% 54%, circle, #721f230 35%, #080C00 98%);
	background: -ms-radial-gradient(50% 54%, circle, #721f23 35%, #080C00 98%);
	background: radial-gradient(50% 54%, circle, #721f23 35%, #080C00 98%);
}

#topMainWrapper .benefitBox{
	box-sizing:border-box;
	padding-left:80px;
	margin-left:10px;
	margin-bottom:15px;
	width:510px;
	min-height:70px;
	overflow:hidden;
	float:left;
}
#topMainWrapper .benefitBox.tokuten1 {
	background:url(../indexImages/bgTokuten1.gif) no-repeat;
	padding-right:10px;
	border-right:1px dashed #CCC;
}
#topMainWrapper .benefitBox.tokuten2 {
	background:url(../indexImages/bgTokuten2.gif) no-repeat;
}
#topMainWrapper .benefitBox .capimg{
	float:right;
	margin-left:10px;
}
#topMainWrapper .benefitBox .capimg img{
	border:1px solid #CCC;
}
#topMainWrapper .benefitBox h4 {
	font-weight:bold;
	font-size:19.5px;
	position:relative;
	top:-7px;
	font-family:Meiryo UI, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial, Verdana, Sans-Serif;
}
#topMainWrapper .benefitBox h4 span {
	font-size:14px;
}
#topMainWrapper .benefitBox p{
	font-size:13px;
	line-height:1.5em;
}
*/
#topMainWrapper h3.bigtitile {
	font-family:"Gothic MB101 Heavy" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.25;
	font-weight:bold;
	font-size:36px;
}
#topMainWrapper h3.bigtitile span {
	font-size:20px;
}
@media screen and (max-width: 640px) {
#topMainWrapper h3.bigtitile {
	font-size:26px;
	margin-bottom:15px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*#topMainWrapper .benefitBox{
	float:none;
	width:95%;
	margin:5px auto 15px;
}
#topMainWrapper .benefitBox h4 {
	font-size:16px;
	margin-bottom:5px;
	position:relative;
	top:0;
}
#topMainWrapper .benefitBox.tokuten1 {
	padding-right:0;
	border-right:none;
	}*/
}
@media screen and (max-width: 420px) {
/*#topMainWrapper .benefitBox.tokuten1,
#topMainWrapper .benefitBox.tokuten2 {
	background-size:45px;
	padding-left:50px;
}*/
}
#topMainWrapper h3.sponsor{
	font-size:20px;
	text-align:center;
	position:relative;
	margin-top:50px;
}
#topMainWrapper h3.sponsor:before {
	content: "";
    position: absolute;
    left: 10%;
    top: 49.5%;
    height: 1px;
    width: 28%;
    background-color: #BBB;
}
#topMainWrapper h3.sponsor:after {
	content: "";
    position: absolute;
    right: 10%;
    top: 49.5%;
    height: 1px;
    width: 28%;
    background-color: #BBB;
}
#topMainWrapper h3.sponsor.long:before {
	content: "";
    position: absolute;
    left: 10%;
    top: 49.5%;
    height: 1px;
    width: 20%;
    background-color: #BBB;
}
#topMainWrapper h3.sponsor.long:after {
	content: "";
    position: absolute;
    right: 10%;
    top: 49.5%;
    height: 1px;
    width: 20%;
    background-color: #BBB;
}
#topMainWrapper h3.sponsor span{
	padding:10px;
}
/*#topMainWrapper h3{
	margin-bottom:25px;
}*/

.spBox{
	overflow:hidden;
	margin-bottom:30px;
}

.spBox h3{
	margin-bottom:20px;
}

.spBox .txt{
	line-height:1.5em;
	font-size:13px;
	margin-bottom:15px;
}

.spBox .left{
	float:left;
	width:545px;
}

.spBox table.wsTb{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	width:100%;
}

.spBox table.wsTb caption{
	text-align:left;
	font-weight:bold;
	padding-bottom:5px;
}

.spBox table.wsTb td{
	line-height:1.3em;
	vertical-align:top;
	padding:15px;
	text-align:left;
	font-size:12px;
	border:1px solid #CCCCCC;
}

.spBox table.wsTb td.time{
	background-color:#E6EDD3;
	width:90px;
	vertical-align:middle;
}

.spBox table.wsTb .tit{
	font-size:17px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:12px;
}

.spBox table.wsTb .photo{
	float:left;
	width:100px;
}

.spBox table.wsTb .main{
	float:right;
	width:640px;
}

.spBox table.wsTb .main .explain{
	font-size:13px;
	line-height:1.5em;
}

.spBox table.wsTb .main .position{
	font-size:12px;
	line-height:1.3em;
}

.spBox table.wsTb .main .name{
	font-size:13px;
	font-weight:bold;
}

.spBox .left dd{
	line-height:1.3em;
	margin-bottom:5px;
}

.spBox .right{
	float:right;
	width:340px;
	font-size:12px;
	color:#666666;
	line-height:2em;
	text-align:right;
}

.spBox .right img{
	margin-top:0px;
	margin-left:15px;
}

.sessionBox{
	overflow:hidden;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 20px;
}

.sessionBox .left{
	float:left;
	width:140px;
	}

.sessionBox .right{
	float:right;
	width:750px;
	overflow: hidden;
	}

.sessionBox h3{
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:15px;
	}

.sessionBox .position{
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	}

.sessionBox .name{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	}

.sessionBox .left span{
	line-height:1.8em;
	font-size:12px;
	}

.indexPanelTb td{
	padding-right:5px;
	padding-bottom:5px;
	vertical-align:top;
	line-height:1.8em;
	width:140px;
	font-size:12px;
}

.indexPanelTb .panelistName{
	font-size:13px;
	font-weight:bold;
	line-height:1.2em;
	display:block;
	margin-bottom:3px;
}

.indexPanelTb .panelistPosition{
	font-size:11px;
	line-height:1.2em;
	display:block;
}

.panelBox{
	overflow:hidden;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
	}

.panelBox .left{
	float:left;
	width:290px;
	}

.panelBox .left span{
	float:left;
	line-height:1.8em;
	font-size:12px;
	margin-right:4px;
	}

.panelBox .right{
	float:right;
	width:608px;
	}

.panelBox .right dt{
	font-weight:bold;
	margin-bottom:5px;
	}

.panelBox .right dd{
	font-weight:bold;
	margin-bottom:2px;
	margin-left:0px;
	}

.panelBox .right dd span.position{
	font-weight:normal;
	font-size: 12px;
	}

.panelBox h3{
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:7px;
	}

.sessionBox .position{
	font-size:12px;
	font-weight:normal;
	margin-bottom:0px;
	}

.sessionBox .name{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	}
@media screen and (max-width: 640px) {
#topMainWrapper h3.sponsor {
    font-size: 18px;
}
#topMainWrapper h3.sponsor:before,
#topMainWrapper h3.sponsor:after {
	display:none;
}
#topMainWrapper h3.sponsor span{
	padding:0;
}
}
/*----------------------------------------------
　トップページ講演者の情報（写真・名前・肩書）
----------------------------------------------*/
ul.lecturerInfo {
	display:table;
	width:100%;
}
ul.lecturerInfo li {
	display:table-cell;
	vertical-align:top;
	padding-right:2px;
	*float:left;
}
ul.lecturerInfo li.lecturerPosition {
	padding-left:0;
	padding-right:10px;

}
ul.lecturerInfo li.w55 ,
ul.lecturerInfo li.w55 img{
	width:55px;
}
ul.lecturerInfo li.w80 ,
ul.lecturerInfo li.w80 img {
	width:80px;
}
ul.lecturerInfo li.w110 ,
ul.lecturerInfo li.w110 img{
	width:110px;
}
ul.lecturerInfo li.w140 ,
ul.lecturerInfo li.w140 img{
	width:140px;
}
ul.lecturerInfo li.w200 {
	width:200px;
}
ul.lecturerInfo p.lecturerName {
	font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
}
.sessionWrapperPt2 .lectureBox p.lecturerName span,
ul.lecturerInfo p.lecturerName span {
	font-weight: normal;
    font-size: 13px;
    line-height: 1.4em;
    margin-top: 0px;
	margin-bottom:10px;
}
ul.lecturerInfo p.lecturerName span {
	display:inline-block;
}
@media screen and (max-width: 640px) {
ul.lecturerInfo li.w200 {
	width:110px;
}
ul.lecturerInfo p.lecturerName span {
	line-height:1.3;
	font-size:12px;
}
ul.lecturerInfo p.lecturerName {
    font-size: 14px;
}
}
@media screen and (max-width: 420px) {
ul.lecturerInfo {
	display:block;
}
ul.lecturerInfo li.lecturerPosition:nth-child(3),
ul.lecturerInfo li.lecturerPosition:nth-child(4) {
	display:block;
	padding-left:0;
	padding-top:10px;

}
}
/*-------------------------------------------
　倉茂さんインタビューリンクボックス
-------------------------------------------*/
a.tovoice {
	display:block;
/*	background-color:#dfeaea;*/
	padding:15px 25px;
	text-decoration:none;
	background:url(../indexImages/kurashigesi.png) top right no-repeat #d3e3eb;
	/*border:4px inset #000;*/
	box-shadow: 0 0 0 1px #FFF, 0 0 0 6px #CCC;
	margin-left:10px;
	margin-right:10px;
	height:200px;
}
a.tovoice:hover {
	opacity:0.75;
}
a.tovoice .subcopy {
	/*background: #009998;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 3px;*/
	font-size: 14px;
	font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
   display: inline-block;
   border-bottom:1px solid #000;
   color:#000;
   padding-bottom:5px;
   padding-right:15px;
   margin-bottom: 15px;

}
a.tovoice .subcopy span {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	/*letter-spacing:1px;*/
	padding-right:10px;
	/*padding-left:10px;*/
}
a.tovoice .subcopy br {
	display:none;
}
a.tovoice .titlecopy {
	color:#002439;
	font-family: "Gothic MB101 Bold" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: scale( 0.95 , 1 );
	font-size: 36px;
    line-height: 1.2;
    position: relative;
    left: -20px;
	font-style: italic;
	margin-bottom:10px;
}
a.tovoice .titlecopy br.smp{
	display:none;
}
a.tovoice .positioncopy {
	color:#990000;
	font-size:16px;
	padding-left:10px;
}
a.tovoice .namecopy {
	color:#990000;
	font-size:32px;
	font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-left:10px;
}
a.tovoice .namecopy span {
	font-size: 20px;
    padding-left: 3px;
}
@media screen and (max-width: 640px) {
a.tovoice {
	padding:10px;
	height:auto;
	background:url(../indexImages/kurashigesi.png) 50px bottom no-repeat #E8E8E8;
	background-size:cover;
}
a.tovoice .subcopy {
	font-size:12px;
	padding-right: 0;
	border-bottom:none;
	padding-bottom:0;
}
a.tovoice .subcopy span {
	display:none;
}
a.tovoice .subcopy br {
	display:inline;
}
a.tovoice .titlecopy {
	font-size: 24px;
    position: relative;
    left: -10px;
	width:80%;
}
a.tovoice .titlecopy br.smp{
	display:inline;
}
a.tovoice .positioncopy {
	font-size:12px;
	padding-left:0;
}
a.tovoice .namecopy {
    font-size: 18px;
    padding-left: 0;
}
a.tovoice .namecopy span {
	font-size: 14px;
}
}
/*-------------------------------------------
　スポンサーロゴ集のスタイル
-------------------------------------------*/
dl.sponsorBox {
	display:inline-block;
	*display: inline;
	*zoom: 1;
    width: 330px;
    padding: 20px 10px;
    vertical-align: top;
    text-align: left;
}
dl.sponsorBox dt {
	height:170px;
}
dl.sponsorBox dt a {
	display:block;
}
dl.sponsorBox dd {
	font-size:13px;
}
#topMainWrapper dl.sponsorBox dd h3 {
	margin-bottom:5px;
	font-weight:bold;
}
#topMainWrapper dl.sponsorBox a:hover img,
ul.sponsorLogoBox a:hover img {
	opacity:0.8;
}
#topMainWrapper dl.sponsorBox a:hover{
	opacity:1;
}
ul.sponsorLogoBox {
	list-style:none;
	margin-top:30px;
	margin-bottom:30px;
	text-align: center;
}
ul.sponsorLogoBox li {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width:23%;
	font-size:11px;
	text-align:center;
	padding:0 1% 30px 0;
	vertical-align:top;
}
ul.sponsorLogoBox.prem li {
	width:32%;
	font-size:13px;
	font-weight:bold;
}
ul.sponsorLogoBox.cooperation li {
	width:47%;
}

.sponsorBoxL{
	float:left;
	width:695px;
}

.sponsorBoxR{
	float:right;
	width:350px;
}

.indexSponsorSTb{
	margin-left:auto;
	margin-right:auto;
}

.indexSponsorSTb td{
	vertical-align:top;
	line-height:1.3em;
	padding-right:2px;
	padding-bottom:20px;
	text-align:center;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
}

.indexSponsorSTb td.blank{ width:225px;	}

.indexSponsorSTb img {
	border:#CCCCCC solid 0px;
	margin-bottom:2px;
}

@media screen and (max-width: 640px) {
.sponsorBoxL{
	float:none;
	width:100%;
}
.sponsorBoxR{
	float:none;
	width:100%;
}
dl.sponsorBox {
	width:47%;
	padding:0 1% 10px 1%;
}
dl.sponsorBox img {
	max-height:100%;
	width:auto;
}
dl.sponsorBox dt {
	height:auto;
	text-align:center;
}
ul.sponsorLogoBox li {
	width:30%;
	padding-bottom: 20px;
	margin-left:1%;
}
ul.sponsorLogoBox.mediaP li {
	width:47%;
}
}
@media screen and (max-width: 420px) {
dl.sponsorBox {
	display:block;
	width:94%;
	padding:0;
	margin:10px auto;
}
dl.sponsorBox dt {
	height:auto;
}
ul.sponsorLogoBox.prem li {
	width:47%;
}
}
.topInfo{
	width:700px;
	text-align:center;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	color:red;
	font-weight:bold;
	font-size: 15px;
}

#topOpenspace{
	background:url(../images/bgOpenspace.gif);
	padding:8px;
	overflow:hidden;
	margin-bottom:40px;
}

#topOpenspace .main{
	background-color:#F8F4D3;
	border:1px solid #FFFFFF;
	padding:15px;
	overflow:hidden;
}

#topOpenspace .main p{
	font-size:13px;
	line-height:1.5em;
}

#topOpenspace .left{
	float:left;
	overflow:hidden;
}

#topOpenspace .right{
	float:right;
	overflow:hidden;
}

#topOpenspace .contentes{ overflow:hidden; }

#topOpenspace .present{
	margin-top:20px;
	overflow:hidden;
}

.topInfoBox{
	background:#E1E6F7;
	padding:15px;
	border: #A6B5E8 1px solid;
}

.topInfoBox ul{
	margin-left:10px;
	padding-left:10px;
	margin-top:5px;
	}

.topInfoBox ul li{
	font-size:14px;
	margin-bottom:3px;
	}


.sessionBoxHalf{ width:525px; }

.sessionWrapperPt1{	overflow:hidden; }

.sessionWrapperPt1 h4{
	color:#9D0000;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.25em;
}

.sessionWrapperPt1 .leftBox{
	float:left;
	width:140px;
}

.sessionWrapperPt1 .rightBox{
	float:right;
	width:750px;
}

.sessionWrapperPt1 .position{
	font-size:14px;
	line-height:1.2em;
}

.sessionWrapperPt1 .name{
	font-size:18px;
	line-height:1.2em;
	font-weight:bold;
}

.sessionWrapperPt1 .sessionTit,
.sessionWrapperPt2 .sessionTit,
.sessionWrapperPt3 .sessionTit{
	padding:16px 5px 6px 20px;
	height:22px;
	font-size:13px;
	font-weight:bold;
	line-height: 1em;
	background-color:#EFEFEF;
	position:relative;
	margin-bottom:15px;
}
.sessionWrapperPt2 .sessionTit:before {
    content: "";
    display: block;
    /* background: #922628; */
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    border-top: solid 5px #669900;
    border-left: solid 5px #669900;
    border-bottom: solid 5px transparent;
    border-right: solid 5px transparent;
}
.sessionWrapperPt1 .explain,.sessionWrapperPt3 .explain{
	font-size:14px;
	line-height:1.7em;
}

.sessionWrapperPt2{
	overflow:hidden;
	position:relative;
	width:525px;
/*	float:left;*/
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;
	margin-bottom:15px;
}
.sessionOutBox .sessionWrapperPt2:nth-of-type(even) {
	margin-left:20px;
}
.sessionWrapperPt2 span.status1,
.sessionWrapperPt2 span.status2,
.sessionWrapperPt2 span.status3,
.sessionWrapperPt2 span.status4{
	position:absolute;
	color:#FFF;
	font-size:11px;
	padding:5px 8px;
	right: 10px;
	top: 11px;
	width:70px;
	display:block;
	text-align:center;
	 }

.sessionWrapperPt2 span.status1{ background:#669900; }
.sessionWrapperPt2 span.status2{ background:#9A0505; }
.sessionWrapperPt2 span.status3{ background:#333; }
.sessionWrapperPt2 span.status4{ background:#FF7600; }

.sessionWrapperPt2 p{
	font-size:14px;
	line-height:1.7em;
}

.sessionWrapperPt2 h4{
	color:#9D0000;
	font-size:25px;
	font-weight:bold;
	margin-bottom:15px;
	line-height:1.3em;
}

.sessionWrapperPt2 .leftBox{
/*	float:left; */
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;
}
.sessionWrapperPt1 .leftBox table td,.sessionWrapperPt2 .leftBox table td{
	line-height:1.8em;
	font-size:12px;
	text-align:left;
	}

.sessionWrapperPt2 .rightBox{
/*	float:left;
	width:auto;*/
	display:inline-block;
	*display: inline;
	*zoom: 1;
	margin-left:10px;
	vertical-align:top;
}
.sessionWrapperPt2 .sponsorlogobox{
	overflow:hidden;
	float:none;
	clear:both;
	padding-top:15px;
}
.sessionWrapperPt2 .w265{ width:265px; }
.sessionWrapperPt2 .w280{ width:280px; }
.sessionWrapperPt2 .w285{ width:285px; }
.sessionWrapperPt2 .w300{ width:300px; }
.sessionWrapperPt2 .w310{ width:310px; }
.sessionWrapperPt2 .w365{ width:365px; }
.sessionWrapperPt2 .w370{ width:370px; }
.sessionWrapperPt2 .w400{ width:400px; }
.sessionWrapperPt2 .w420{ width:420px; }
.sessionWrapperPt2 .w430{ width:430px; }
.sessionWrapperPt2 .w460{ width:460px; }
.sessionWrapperPt2 .w600{ width:600px; }
.sessionWrapperPt2 .w760{ width:760px; }
.sessionWrapperPt2 .w770{ width:770px; }
.sessionWrapperPt2 .w900{ width:900px; }

@media screen and (max-width: 640px) {
.sessionWrapperPt2 {
    width: 100%;
    display: table;
	margin:10px auto 20px auto;
}
.sessionOutBox .sessionWrapperPt2:nth-of-type(even) {
    margin-left: auto;
}
.sessionWrapperPt2 span.status1,
.sessionWrapperPt2 span.status2,
.sessionWrapperPt2 span.status3,
.sessionWrapperPt2 span.status4	{
	font-size:10px;
	width:60px;
	right: 0;
    top: 0;
	padding:0 5px;
	height:100%;
	line-height:30px;
 }
.sessionWrapperPt2 h4{
	font-size:18px;
	margin-bottom:10px;
	line-height:1.3em;
}
.sessionWrapperPt1 .sessionTit,
.sessionWrapperPt2 .sessionTit,
.sessionWrapperPt3 .sessionTit{
	padding:7px 70px 7px 10px;
	height:auto;
	line-height:1.3;
	font-size:12px;
/*	font-weight:normal;*/
	margin-bottom:10px;
}
.sessionWrapperPt2 .sessionTit:before {
	content: "";
  display: block;
  /*background: #E37200;オレンジ*/
  background: #669900;/*緑*/
  position: absolute;
  height: 100%;
  width: 3px;
  top: 0;
  left: 0;
}
/*.sessionWrapperPt2 .w280 {
    width: auto;
}*/
.sessionWrapperPt2 .rightBox {
    margin-left: 5px;
	margin-top:5px;
}
.sessionWrapperPt2 .sponsorlogobox{
	text-align:center;
/*	margin-bottom:15px;*/
	padding-top: 5px;
}
}

.sessionWrapperPt2 .rightBox dt,.sessionWrapperPt2 .lefttBox dt{ margin-bottom:4px; }
.sessionWrapperPt2 .rightBox dd,.sessionWrapperPt2 .leftBox dd{
	 font-size:17px;
	 font-weight:bold;
	 }

.sessionWrapperPt2 .rightBox dd span,.sessionWrapperPt2 .leftBox dd span{
	font-weight:normal;
	font-size:12px;
	line-height:1.3em;
	margin-top:0px;
	display:block;
	 }

.sessionWrapperPt1 .rightBox p.lecturerName,.sessionWrapperPt1 .leftBox p.lecturerName{
	font-size:18px;
	font-weight:bold;
	 }

.sessionWrapperPt2 .lectureBox p.lecturerName,.sessionWrapperPt2 .rightBox p.lecturerName,.sessionWrapperPt2 .leftBox p.lecturerName{
	font-size:18px;
	font-weight:bold;
	line-height: 1.4em;
	 }
.sessionWrapperPt2 .lectureBox p.lecturerName {
	line-height: 1.1em;
	margin:7px 0 7px 10px;
}
.sessionWrapperPt1 .rightBox p.lecturerName span,.sessionWrapperPt1 .leftBox p.lecturerName span{
	font-weight:normal;
	font-size:12px;
	line-height:1.3em;
	margin-top:0px;
	display:block;
	 }
.sessionWrapperPt2 .lectureBox p.lecturerName span,.sessionWrapperPt2 .rightBox p.lecturerName span,.sessionWrapperPt2 .leftBox p.lecturerName span{
	font-weight:normal;
	font-size:13px;
	line-height:1.4em;
	margin-top:0px;
	 }
.sessionWrapperPt2 .lectureBox p.lecturerName span {
	line-height:1.1em;
}
.sessionWrapperPt2 .lectureTit{
	 font-size:12px;
	 margin-bottom:3px;
}

.sessionWrapperPt3{	overflow:hidden; }

.sessionWrapperPt3 h4{
	color:#9D0000;
	font-size:25px;
	font-weight:bold;
	margin-bottom:15px;
	line-height:1.25em;
}

.sessionWrapperPt3 .leftBox{
	float:left;
	width:180px;
}

.sessionWrapperPt3 .rightBox{
	float:right;
	width:710px;
}

.sessionWrapperPt3 .position{
	font-size:15px;
	line-height:1.2em;
}

.sessionWrapperPt3 .name{
	font-size:20px;
	line-height:1.2em;
	font-weight:bold;
}


.topWsDate{
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
	padding:0 0 10px 0;
	color:#000;
}


.topWsTb{ width:100%; }

.topWsTb th,.topWsTb td{
	border-bottom:1px dashed #999;
 }

.topWsTb th.topbdr,.topWsTb td.topbdr{
	border-top:1px dashed #CCC;
 }


.topWsTb td{
	padding:12px 15px 15px 15px;
 }

.topWsTb th{
	background-color:#F2F2F2;
	width:5%;
	text-align:center;
	font-size:12px;
	padding:5px;
 }

.topWsListTit{
	font-size:18px;
	font-weight:bold;
}

.topWsListTitL {
	float:left;
	width:50px;
}

.topWsListTitR {
	float:right;
	width:770px;
}

.topWsListTitL2 {
	float:left;
	width:105px;
}

.topWsListTitR2 {
	float:right;
	width:715px;
}

.topWsListTitR p,.topWsListTitR2 p {
	font-size:12px;
	line-height:1.4em;
}


.topSessionListBox a:hover{

	border:#C5BC54 solid 1px;
	background-color:#EEEBCA;
}

.topIntvArea{
	padding:15px 15px 0 15px;
	text-align:left;
}

.topIntvArea span{
	font-size:12px;
}

.topRecL{
/*	float:left;*/
	margin-bottom:15px;
}

.topRecL h3{
	color: #689803;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 5px;
}
.topRecL h4{
	color: #346403;/*緑*/
	/*color:#E37200;オレンジ*/
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 14px;
}

.topRecL p{
	font-size:15px;
	line-height:1.7em;
}
.topRecL h4 {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 5px;
}
.topRecLW490{ width:490px; }

.topRecLW460{ width:460px; }

.topRecLW400{ width:400px; }

.topthanksBox{
	background:url(../indexImages/msg01.gif) right no-repeat;
	text-align:center;
	margin-left:50px;
	margin-right:50px;
	padding:20px 0;
	margin-bottom:20px;
}

.topthanksBox .msg1{
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
	margin-bottom:5px;
}

.topthanksBox .msg2{
	font-size:14px;
	color:#CC0000;
	line-height:1.5em;
}

.topInterviewBox{
	overflow:hidden;
	margin-bottom:20px;
}

.topInterviewBox .left{
	float:left;
	width:180px;
}

.topInterviewBox dl{
	float:right;
	width:740px;
	margin-top:5px;
}

.topInterviewBox dt{
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;
	}

.topInterviewBox dd{
	font-size:12px;
	}

@media screen and (max-width: 640px) {
.topRecL{
	margin:auto 5px 15px 5px;
}
.topRecL h4{
	font-size: 16px;
	line-height: 1.3;
}
.topRecL p{
	font-size:14px;
	line-height:1.5em;
}
.sessionWrapperPt2 .lectureBox p.lecturerName {
	font-size:14px;
	margin-left:0;
}
sessionWrapperPt2 .lectureBox p.lecturerName span {
	font-size:12px;
}
}



/* ---------------------------------------------------------
access page
--------------------------------------------------------- */

#accessWrapper{
	margin-left:auto;
	margin-right:auto;
}

/* ---------------------------------------------------------
access page(大阪)
--------------------------------------------------------- */

/*#accessOsakaWrapper{
	margin-left:auto;
	margin-right:auto;
}

#accessOsakaWrapper dl{
	margin-bottom:10px;
}

#accessOsakaWrapper dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
}

#accessOsakaWrapper dt span{
	font-size:13px;
	font-weight:normal;
	vertical-align:middle;
	margin-left:5px;
}

#accessOsakaWrapper .mainLeft{
	width:545px;
	float:left;
}

#accessOsakaWrapper .mainRight{
	width:290px;
	float:right;
}


#accessOsakaWrapper .mainRight dl{
	margin-bottom:10px;
}

#accessOsakaWrapper .mainRight dt{
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
}

#accessOsakaWrapper .mainRight dt span{
	font-size:13px;
	font-weight:normal;
	vertical-align:middle;
	margin-left:5px;
}

#accessOsakaWrapper .mainRight .photo{
	float:left;
	line-height:1.8em;
	font-size:11px;
	color:#666666;
}

#accessOsakaWrapper .gmap{
	float:left;
	padding-top:10px;
}

#accessOsakaWrapper .btnArea{
	float:right;
	padding:0 5px 5px 5px;
	background:url(../images/bg01.gif);
	line-height:0;
	font-size:0;
}
*/

/* ---------------------------------------------------------
interview page
--------------------------------------------------------- */

/*--インタビューインデックスページ
--------------------------------*/
#interviewWrapper {
	overflow:hidden;
}

#interviewWrapper h2{
	font-size:16px;
	font-weight:bold;
	padding:6px 0;
	margin-bottom:8px;
	clear:both;
}
#interviewWrapper .intvBoxBase{
	background-color:#F2F2F2;
	overflow:hidden;
	padding-left:8px;
	padding-top:10px;
	padding-bottom: 8px;
}

#interviewWrapper a.lecturerbox {
	border:3px solid #CCC;
	display:block;
	float:left;
	background:#fff;
	width:320px;
	text-decoration:none;
	margin-right:3px;
	margin-bottom:3px;
	padding:10px;
	height:130px;
}

#interviewWrapper a.lecturerbox:hover{
	border:3px solid #DDD;
	background:#FEFEFE;
}

#interviewWrapper a.lecturerbox .left{
	width:80px;
	display:table-cell;
	text-align: center;
	line-height: 1.1em;
	padding-right:10px;
	vertical-align:top;
	*float:left;
}

#interviewWrapper a.lecturerbox .left img{
	width:80px;
}

#interviewWrapper a.lecturerbox .right{
	*width:230px;
	*float:right;
	display:table-cell;
	vertical-align:top;
}

#interviewWrapper a.lecturerbox .tit{
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:5px;
	text-decoration:underline;
}

#interviewWrapper a.lecturerbox .tit br {
	display:none;
}

#interviewWrapper a.lecturerbox .corp{
	font-size:11px;
	line-height:1.3em;
	margin-bottom:5px;
	color:#000;
	}

#interviewWrapper a.lecturerbox span.corpName{
	margin-right:10px;
	}

#interviewWrapper a.lecturerbox span.name{
	white-space:nowrap;
	}

#interviewWrapper a.lecturerbox .idnum{
	font-size:11px;
	vertical-align:middle;
	color:#666;
	font-family: Meiryo UI,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#interviewWrapper a.lecturerbox .genreicon{
	background-color: #EFEFEF;
	font-size:9px;
	padding:2px 3px;
	color:#000;
	vertical-align:middle;
	margin-right:3px;
	line-height:1.2;
	display:inline-block;
	font-family: Meiryo UI,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#interviewWrapper a.lecturerbox .genre1{	background-color:#F5DEDC; }
#interviewWrapper a.lecturerbox .genre2{	background-color:#F0EADD; }
#interviewWrapper a.lecturerbox .genre3{	background-color:#EAE9D5; }
#interviewWrapper a.lecturerbox .genre4{	background-color:#E0EDCD; }
#interviewWrapper a.lecturerbox .genre5{	background-color:#CDE7E7; }
#interviewWrapper a.lecturerbox .genre6{	background-color:#CAD2E8; }
#interviewWrapper a.lecturerbox .genre7{	background-color:#E7DCED; }
#interviewWrapper a.lecturerbox .genre8{	background-color:#F5EBEE; }
#interviewWrapper a.lecturerbox .genre9{	background-color:#D2EDCD; }


/* ここから大阪用（3列） */
#interviewWrapper .intvBoxOs .inner{
	padding:13px;
	overflow:hidden;
	height:140px;
}

#interviewWrapper .intvBoxOs .inner .left{
	width:70px;
	float:left;
}

#interviewWrapper .intvBoxOs .inner .left img{
	width:70px;
}

#interviewWrapper .intvBoxOs .inner .right{
	width:180px;
	float:right;
}

#interviewWrapper .intvBoxOs .tit{
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:10px;
	text-decoration:underline;
}

#interviewWrapper .intvBoxOs .corp{
	font-size:11px;
	line-height:1.3em;
	margin-bottom:6px;
	color:#000;
	}

#interviewWrapper .intvBoxOs span.corpName{
	margin-right:10px;
	}

#interviewWrapper .intvBoxOs span.name{
	white-space:nowrap;
	}

#interviewWrapper .intvBoxOs .idnum{
	font-size:11px;
	vertical-align:middle;
	color:#666;
	}

#interviewWrapper .intvBoxOs .genreicon{
	font-size:10px;
	padding:2px 4px;
	line-height:1.0em;
	color:#fff;
	vertical-align:middle;
	margin-right:5px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

#interviewWrapper .intvBoxOs .genre1{	background-color:#983327; }
#interviewWrapper .intvBoxOs .genre2{	background-color:#996B00; }
#interviewWrapper .intvBoxOs .genre3{	background-color:#9C9F24; }
#interviewWrapper .intvBoxOs .genre4{	background-color:#557A3D; }
#interviewWrapper .intvBoxOs .genre5{	background-color:#409595; }
#interviewWrapper .intvBoxOs .genre6{	background-color:#384D83; }
#interviewWrapper .intvBoxOs .genre7{	background-color:#8C5BAA; }
#interviewWrapper .intvBoxOs .genre8{	background-color:#612136; }
#interviewWrapper .intvBoxOs .genre9{	background-color:#669900; }

/* ここまで大阪用（3列） */

@media screen and (max-width: 640px) {
#interviewWrapper a.lecturerbox {
	width:auto;
	float:none;
	margin-right:8px;
	margin-bottom:5px;
	height:auto;
}
#interviewWrapper a.lecturerbox .left {
    width: 60px;
}
#interviewWrapper a.lecturerbox .left img {
    padding-bottom: 0;
}
#interviewWrapper a.lecturerbox .tit {
    font-size: 14px;
}
}

/*--インタビュー詳細ページ
--------------------------------*/
#intvDtlbox	{
	padding:5px;
	margin-bottom: 30px;
	background: #EEE;
}

#intvDtlboxInner {
	border:#CCCCCC 1px solid;
	padding:0px;
	background:#fff;
}

#intvDtlboxInner h3{
	border-bottom:#CCCCCC solid 1px;
	margin-top: 0px;
	background-color: #F9F5E3;
	padding: 12px 10px 12px 0;
}

#intvDtlboxInner h3 span{
	display:block;
	/*border-left:7px solid #E37200;オレンジ*/
	border-left:7px solid #833234;/*赤*/
	/*border-left:7px solid #669900;緑*/
	padding:3px 16px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:bold;
	font-size:24px;
	line-height:1.2em;
}

#intvDtlboxInner .main{
	overflow:hidden;
	padding: 20px 20px 20px 20px;
	background: url(../interviewImages/bg_interviewBox.jpg) no-repeat;
	margin: 1px 1px 0 1px;
}

#intvDtlboxInner .main .photo {
	width:140px;
	display:table-cell;
	vertical-align:top;
	padding-right:15px;
	*float:left;
}


#intvDtlboxInner .main .txt {
	display:table-cell;
	vertical-align:top;
	*width:855px;
	*float:right;
}


#intvDtlboxInner .main .explain {
	font-size:15px;
	line-height:1.7em;
	margin-bottom:5px;
}

#intvDtlboxInner .main .position {
	font-size:14px;
	line-height:1.3em;
	margin-bottom:5px;
	font-weight: bold;
}

#intvDtlboxInner .main .position span {
	font-weight: normal;
}

#intvDtlboxInner .main .name {
	font-size:22px;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}

#interviewMainLeft{
	float:left;
	width:770px;
}

#interviewMainLeft h4{
	background:url(../images/bg02.gif);
	color:#FFFFFF;
	font-weight:bold;
	padding:8px 10px;
	font-size:18px;
	margin-bottom:20px;
}

#interviewMainLeft p{
	font-size:16px;
	line-height:1.7em;
	margin-bottom:15px;
}

#interviewMainLeft p.q{
	color:#880000/*#689805*/;
	font-weight: bold;
}

#interviewMainLeft ul.pt1{
	list-style-type:none;
}

#interviewMainLeft ol.pt1{
	margin-left:15px;
	padding-left:15px;
}

#interviewMainLeft ul.pt2{
	margin-left:10px;
	padding-left:10px;
}

#interviewMainRight{
	float:right;
	width:280px;
}

#interviewMainLeft ul,#interviewMainLeft ol,#interviewMainLeft dl{
	font-size:15px;
}

#interviewMainLeft li,#interviewMainLeft dd{
	margin-bottom:8px;
	line-height:1.5em;
}

#interviewMainLeft .intvbtmArea {
	margin-top:20px;
	text-align:center;
}

#interviewMainLeft .intvbtmArea img {
	margin-right:10px;
}

#interviewMainLeft a.gotointerv {
	display:block;
	width:350px;
	font-size:14px;
	font-weight:bold;
	margin:15px auto;
	position: relative;
    top: -20px;
	margin-bottom: 50px;
	text-align:center;
}
#interviewMainLeft a.gotointerv:before{
	position: absolute;
    content: "";
    left: 65px;
    top: 4px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #0044CC;
    border-right: 3px solid #0044CC;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	transition: 0.3s;
}
#interviewMainLeft a.gotointerv:hover:before{
    border-top: 3px solid #0099FF;
    border-right: 3px solid #0099FF;
}
#interviewMainRight #profileBox{
	background-color:#EEEEEE;
	padding:15px 15px 20px 15px;
}

#interviewMainRight #profileBox .title{
	color:#fff;
	font-weigth:bold;
	font-size:14px;
	background:#333;
	padding:5px;
	text-align:center;
}

#interviewMainRight #profileBox dl{
	margin-top:15px;
	}

#interviewMainRight #profileBox dt{
	font-size:13px;
	line-height:1.3em;
	margin-bottom:3px;
	font-weight: bold;
}

#interviewMainRight #profileBox dd.position{
	font-size:13px;
	line-height:1.5em;
	margin-bottom:10px;
}


#interviewMainRight #profileBox dd.txt{
	font-size:12px;
	line-height:1.7em;
}

#interviewMainRight .intvDtlLogo{
	border:0px solid #CCC;
	text-align:center;
	padding:0;
}
@media screen and (max-width: 640px) {
#intvDtlbox {
    margin-bottom: 15px;
}
#intvDtlboxInner .main {
    padding: 15px;
}
#intvDtlboxInner h3 span {
    border-left: 4px solid #669900;
    padding: 3px 12px;
    font-size: 20px;
}
#intvDtlboxInner .main .photo {
	display:inline-block;
	float:left;
    width: 100px;
    padding-right: 10px;
	padding-bottom:5px;
}
#intvDtlboxInner .main .name {
    font-size: 20px;
}
#intvDtlboxInner .main .txt {
    display: block;
}
#intvDtlboxInner .main .explain {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}
#interviewMainLeft {
    float: none;
    width: 100%;
}
#interviewMainRight {
    float: none;
    width: 100%;
}
#interviewMainLeft p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
#interviewMainLeft .intvbtmArea {
	text-align:center;
}
}




/* ---------------------------------------------------------
faq page
--------------------------------------------------------- */

#faqWrapper {
	margin-left:auto;
	margin-right:auto;
}

#faqWrapper h2 {
	margin-right:auto;
	color:#000;
	font-size:17px;
	font-weight:bold;
	padding:10px 10px;
	margin-bottom: 10px;
	background-color: #EEE;
}


#faqWrapper .faqDl {
	overflow:hidden;
	margin-right: 10px;
	margin-left: 10px;
	margin-top:0px;
	margin-bottom:15px;
	padding-bottom: 15px;

}
.red2 {color: #e22a2a;}
#faqWrapper .faqDl dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../faqImages/icon_q.gif);
	background-repeat: no-repeat;
	background-position: 0 0em;
	padding-left: 30px;
	margin-top: 15px;
	min-height: 22px;
}
#faqWrapper .faqDl dd {
	font-size: 14px;
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}
@media screen and (max-width: 640px) {
#faqWrapper .faqDl {
    margin-right: 5px;
    margin-left: 5px;
}
}

/* ---------------------------------------------------------
program page
--------------------------------------------------------- */

#programWrapper {
/*	width:1070px;*/
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#programWrapper h1{
	float:left;
	margin-bottom:40px;
}

#programWrapper #prgBtnArea{
	float:right;
	margin-bottom:40px;
}

#programWrapper .programTb{
	width:100%;
	border-collapse: collapse;
	border: 2px #CCC solid;
}

#programWrapper .programTb td,#programWrapper .programTb th{
	border-collapse: collapse;
	border: 1px #CCC solid;
	text-align:left;
	line-height:1.3em;
	vertical-align:top;
	overflow: hidden;
}
/* #programWrapper .tbCaption{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	padding-bottom:6px;
	overflow: hidden;
	color: #000;
	margin-bottom: 8px;
} */
#programWrapper .tbCaption{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	padding: 12px 0;
	overflow: hidden;
	color: #a54548;
	margin-bottom: 15px;
	background-color: #fbf5f5;
	border: 1px solid #a54548;
}
#programWrapper .programTb td.time{
	width:8%;
	background-color:#F6F6F6;
	padding:10px;
	font-size:12px;
}

#programWrapper .programTb td.id{
	width:10%;
	padding:10px;
	font-size:12px;
	 }
#programWrapper .programTb td.id .sttsicon{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing:border-box;
	width:64px;
	height:20px;
	line-height:20px;
	border:1px solid #8A0000;
	background:#C60000;
	text-align:center;
	color:#FFF;
	margin-top:5px;
	 }
#programWrapper .programTb td.id .sttsicon.accepting {
	border:1px solid #00506A;
	background:#00759B;
	 }
#programWrapper .programTb td.id .sttsicon.accepting.soon {
	border:1px solid #B94D05;
	background: #FC6B0A;
	 }
#programWrapper .programTb td.id .sttsicon.noaccept {
	border:1px solid #000;
	background:#333;
}

#programWrapper .programTb h2{
	padding:16px 17px;
	font-size:20px;
	font-weight:bold;
	line-height:1.3em;
	 }

#programWrapper .programTb h2 span.aten1{
	font-size:13px;
	color:red;
	 }

#programWrapper .programTb h2 span.aten2{
	font-size:13px;
	color:#336600;
	 }

#programWrapper .programTb h2.sp{
	background-color:#DDF1FF;
	 }

#programWrapper .programTb h2.ss{
	background-color:#E1E1F4;
	 }

#programWrapper .programTb h2.bs,#programWrapper .programTb h2.ps{
	background-color:#F0D9D9;
	 }

#programWrapper .programTb h2.hc{
	background-color:#E8E2B5;
	 }

#programWrapper .programTb h2.aw{
	background-color:#FFEAE6;
	 }

#programWrapper .programTb h2.lm{
	background-color:#FCECB4;
	 }

#programWrapper .programTb h2.ws{
	background-color:#E6EDD3;
	overflow: hidden;
	 }

#programWrapper .programTb h2.ex{
	background-color:#ECE4E1;
	 }
#programWrapper .programTb div.main {
    padding: 15px 15px 15px 15px;
    overflow: hidden;
}
#programWrapper .programTb div.main .jenrebox{
	position:relative;
	top:-10px;
	 }
#programWrapper .programTb div.main .jenrebox a{
	display:inline-block;
	padding:5px 10px;
	border:1px #CCC solid;
	border-radius:3px;
	text-decoration:none;
	color: #666;
    font-size: 11px;
	margin:2px 1px;
	 }
#programWrapper .programTb div.main .jenrebox a:hover{
	opacity:0.7;
}
#programWrapper .programTb p.content{
	font-size:14px;
	line-height:1.7em;
	 }
#programWrapper .programTb .pointup {
	font-size:15px;
	font-weight:bold;
	color:#833234;
	margin-bottom:5px;
	 }
#programWrapper .programTb .pointup img {
	height: 21px;
    width: auto;
    vertical-align: middle;
    padding-right: 5px;
}
#programWrapper .programTb ul.contentList{
	margin-left:15px;
	padding-left:15px;
	list-style-type:circle;
	 }

#programWrapper .programTb ul.contentList li{
	font-size:14px;
	line-height:1.7em;
	 }

#programWrapper .programTb .comingsoon{
	padding:10px;
	font-size:13px;
	 }

#programWrapper .programTb p.content .detailLink{
	margin-top:5px;
	display:block;
	 }

#programWrapper .programTb p.bdr{
	border-bottom:1px dashed #999999;
	padding-bottom:15px;
	 }

#programWrapper .programTb .pgmDtlPhoto{
	width:140px;
	display: table-cell;
	vertical-align:top;
	padding-bottom:15px;
	*float:left;
	*overflow: hidden;
	 }

#programWrapper .programTb .pgmDtlPhotoS{
	width:60px;
	float:left;
	overflow: hidden;
	 }
#programWrapper .programTb .lecturerBox {
	display:table;
	width:100%;
}
#programWrapper .programTb .pgmDtlRight{
	padding-left:10px;
	padding-bottom:15px;
	display:table-cell;
	vertical-align:top;
	margin-top:20px;
	*width:690px;
	*float:right;
	*overflow: hidden;
	 }
#programWrapper .programTb .pgmDtlPhoto img{
	margin-bottom:5px;
	 }

#programWrapper .programTb .pgmBtnBox{
	text-align:right;
	margin-bottom:10px;
	 }

#programWrapper .prfBox{
	padding:10px;
	background-color:#F4F4F4;
	overflow: hidden;
	line-height:1.7em;
	font-size:13px;
}

#programWrapper .sqeTb{
	width:100%;
}

#programWrapper .sqeTb th,#programWrapper .sqeTb td{
	vertical-align:middle;
	text-align:left;
	border-bottom:1px solid #FFFFFF;
}

#programWrapper .sqeTb th{
	padding:15px 10px;
	width:140px;
	background-color:#EEEEEE;
	vertical-align: top;
	font-weight:bold;
	font-size:14px;
}
#programWrapper .sqeTb th span{
	background:#833234;
	color:#FFF;
	padding:4px 15px 3px 5px;
	margin-top:3px;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	font-size:11px;
	position:relative;
}
#programWrapper .sqeTb th span:after{
	content:"";
	border: 11px solid transparent;
	border-left:#833234 solid 12px;
    position: absolute;
    right: -22px;
    top: 0;
    height: 0;
    width: 0;
}
#programWrapper .sqeTb td{
	padding:15px 10px 10px 10px;
	background-color:#EEEEEE;
}
#programWrapper .sqeTb td ul{
	list-style-type:none;
	overflow:hidden;
}
#programWrapper .sqeTb td li {
	display:inline-block;
	text-align:center;
	margin:3px;
	*display: inline;
	*zoom: 1;
}
#programWrapper .sqeTb td li a {
	display:inline-block;
	padding: 0 15px;
    height: 30px;
    text-decoration: none;
    line-height: 30px;
	color: #833234;
    font-weight: bold;
	background-color:#FFF;
	border-radius:3px;
	*display: inline;
	*zoom: 1;
}
#programWrapper .sqeTb td li a:hover {
	/*background-color:#FAFBF4;緑っぽい*/
	background-color:#fbf6f4;
}
#programWrapper .sqeTb td li a.now {
    background-color: #833234;
    color: #FFF;
}
#programWrapper .programTb .pgmimgR{
	float:right;
	margin-left:15px;
	font-size:12px;
	color:#666;
	text-align:right;
	 }

#programWrapper .programTb .pgmimgL{
	float:left;
	margin-right:15px;
	font-size:12px;
	color:#666;
	text-align:right;
	 }

#programWrapper .programTb .pgmimgL img,
#programWrapper .programTb .pgmimgR img{
	margin-bottom:3px;
	 }

#programWrapper .programTb .bdrTop{
	border-top:dashed #999999 1px;
	 }

#programWrapper .closeTxt{
	font-weight:bold;
	font-size:13px;
	color:red;
	display:block;
	}

@media screen and (max-width: 640px) {
#programWrapper .sqeTb th {
    display: block;
	width:auto;
	padding: 10px 10px 5px 10px;
}
#programWrapper .sqeTb td {
    display: block;
	border-bottom: 3px solid #FFF;
}
#programWrapper .programTb {
	margin:10px 0 35px 0;
	box-sizing:border-box;
	border-bottom:none;
}
/*#programWrapper .programTb div.main {
    padding: 15px 15px 0 15px;
}*/
#programWrapper .programTb td {
	border:none;
	border-bottom:2px solid #CCC;
}
#programWrapper .programTb td,
#programWrapper .programTb td.time,
#programWrapper .programTb td.id {
	display:block;
	width:auto;
}
#programWrapper .programTb td.time,
#programWrapper .programTb td.id {
	border:none;
	font-size:14px;
	font-weight:bold;
}
#programWrapper .programTb td.time {
	padding-bottom:0px;
}
#programWrapper .programTb td.id {
    padding-top: 10px;
	background:#F6F6F6;
}
#programWrapper .programTb td.id .sttsicon{
	position: relative;
    margin-top: 0;
    margin-left: 8px;
    top: -1px;
	font-size:12px;
	font-weight:normal;
}
#programWrapper .programTb .pgmDtlPhoto {
	width:90px;
}
#programWrapper .programTb h2 span.aten1 {
	display:block;
	line-height:1.3;
	margin-top:5px;
}
#programWrapper .programTb h2 {
    padding: 10px;
    font-size: 18px;
}
#programWrapper .programTb .pgmBtnBox {
    text-align: center;
}
#programWrapper .prfBox {
    line-height: 1.6;
    font-size: 12px;
}
#programWrapper .sqeTb th span{
	padding:3px 5px;
	margin-top:0;
	margin-left:3px;
}
#programWrapper .sqeTb th span:after{
border:none;

}
#programWrapper table.lmtgTb1 td {
	display:table-cell;
}
#programWrapper .programTb div.main{
	padding:10px;
	 }
#programWrapper .programTb td.id span[style] {
	position:relative;
	top:-1px;
}
#programWrapper .programTb td.id a.clipbtn {
	display: inline-block;
    margin-left: 2px;
    position: relative;
    top: -2px;
}
}
@media screen and (max-width: 420px) {
#programWrapper .programTb .pgmBtnBox a {
	display:block;
	margin:2px auto;
	width:200px;
	height:40px;
	line-height:40px;
}
#programWrapper .programTb .pgmimgR,
#programWrapper .programTb .pgmimgL {
    float: none;
	clear:both;
    margin: 5px auto 10px auto;
    text-align: center;
}
#programWrapper .programTb .pgmimgR img,
#programWrapper .programTb .pgmimgL img {
	width:90%;
}
}
/* ---------------------------------------------------------
previous page
--------------------------------------------------------- */

.previousText{
	line-height:1.5em;
	font-size:14px;
}

.previousTb{
	margin-left:auto;
	margin-right:auto;
}

.previousTb td{
	padding-right:2px;
	padding-bottom:4px;
	padding-left: 2px;
}


/* ---------------------------------------------------------
outline page
--------------------------------------------------------- */

#outlineText{
	margin:0 0 30px 0;
}

#outlineText .imgRight{
	float:right;
	margin-left:20px;
	font-size:11px;
	text-align:right;
	line-height:1.8em;
}

#outlineText p{
	line-height:1.7em;
	margin-bottom:20px;
	font-size:16px;
}

.outlineTb{
	border-collapse: collapse;
	width:100%;
}

.outlineTb caption{
	text-align:left;
	font-size:15px;
	font-weight:bold;
	padding-bottom:12px;
}

.outlineTb td,
.outlineTb th{
	border-collapse: collapse;
	border-bottom: 1px #CCC dotted;
	text-align:left;
	line-height:1.7em;
	padding:20px 15px;
	font-size:14px;
}

.outlineTb th{
	width:100px;
	background-color:#F2F2F2;
	font-weight:bold;
	vertical-align: top;
}

.outlineTb .topbdr{
	border-top : 1px #CCC dotted;
	}

.attention {
	font-size:12px;
}

.attention dt{
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
}

.attention dd{
	line-height:1.3em;
	margin-bottom:5px;
}
#map_canvas {
	width: 870px;
    height: 560px;
    margin: 20px 0 5px 0;
}

#map_canvas img {
	max-width: none;
}

.outlineTb .btnArea{
	margin-left:auto;
	margin-right:auto;
	padding:15px 0 0 0;
}
@media screen and (max-width: 640px) {
	.outlineTb th,
	.outlineTb td {
		display: block;
		width: 96%;
		padding: 2%;
	}
	.outlineTb {
		margin-bottom:15px;
	}
	#map_canvas {
		width: auto;
		height: 35vh;
	}
	.outlineTb .btnArea{
		width: auto;
	}
}


/* ---------------------------------------------------------
entry page
--------------------------------------------------------- */

#entryText{
	margin:20px 0 0 0;
	line-height:1.6em;
	margin-bottom:15px;
}

#thanksBox{
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
}


/* ---------------------------------------------------------
download page
--------------------------------------------------------- */

#downloadWrapper{
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#downloadWrapper p.lead{
	font-size:16px;
	lien-heigt:1.5em;
	line-height: 1.7em;
}

#downloadWrapper dl{
	margin-left:10px;
	margin-top:20px;
	font-size:14px;
}

#downloadWrapper dt{
	font-weight:bold;
	margin-bottom:5px;
}

#downloadWrapper dd{
	margin-bottom:5px;
	line-height:1.4em;
}

#downloadWrapper ul{
	margin-left:15px;
	padding-left:15px;
}

#downloadWrapper li{
	margin-bottom:5px;
	line-heigth:1.3em;
}


#downloadWrapper .logoimageBox{
	padding:0 20px;
}

#downloadWrapper .logoimageBox img{
	margin-bottom:5px;
}

#downloadWrapper .logoimageBox span{
	font-size:12px;
}

/* ---------------------------------------------------------
hrc clip function
--------------------------------------------------------- */
.clipbtnarea{
	margin-top:10px;
}
.entryconfbox{
position:fixed;
right:0;
bottom:0;
z-index:100;
padding:0;
border-top:1px solid #999999;
border-left:1px solid #999999;
border-bottom:1px solid #999999;
background-color:#DFE6CA;
text-align:left;
}
.boxtitle{
padding:5px;
background-color:#051302;
color:#FFFFFF;
}
.conftblwrap{
width:200px;
height:200px;
font-size:10px;
line-height:1.3em;
overflow:auto;
margin:5px 8px 5px 10px;
border:1px solid #CCCCCC;
padding-top:5px;
background-color:#FFFFFF;
}
.conftbl{
margin-left:3px;
margin-right:3px;
margin-bottom:5px;
padding-bottom:5px;
border-bottom:1px dashed #999999;
}
.entrynotice{
width:200px;
margin:5px 10px 20px 10px;
font-size:10px;
line-height:1.3em;
color:#333333;
}
#entrycount{
	color:#333333;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:2px;
	margin:2px;
}
.dupletbl{
	background-color:#FFDEDE;
}
.entrydupnotice{
width:200px;
margin:5px 10px 0 10px;
font-size:10px;
line-height:1.3em;
color:#CC0000;
}

.entryconfshowhidebtn{
	display:block;
}
@media screen and (max-width: 640px) {
.clipbtnarea{
	margin-top:0;
	display:inline-block;
	margin-left:5px;
}
.clipbtnarea img {
	vertical-align:middle;
}
}
/* ---------------------------------------------------------
open space page
--------------------------------------------------------- */

.loungePhotoBox{ position:relative; }
.loungePhotoBox .title{
	position:absolute;
	top: 15px;
	left: 4px;
	 }

.loungePhotoBox .mainbox{
	padding:70px 20px 20px 20px;
	background:#F2F2F2;
	overflow:hidden;
	margin:0 10px;
	}

.loungePhotoBox .mainbox .photoTb td{
	vertical-align:top;
	padding: 0 3px;
	padding-bottom: 10px;
	font-size:12px;
	color:#333;
	line-height:1.3em;
	text-align:center;
	}

.loungePhotoBox .mainbox .photoTb td img{
	margin-bottom:5px;
	}
@media screen and (max-width: 640px) {
.loungePhotoBox .title{
	 top: 10px;
    left: -4px;
    width: 220px;
	 }
.loungePhotoBox .mainbox{
	padding:50px 5px 5px 10px;
	margin:0 0;
	}
.loungePhotoBox .mainbox .photoTb {
	width:100%;
}
.loungePhotoBox .mainbox .photoTb td img{
	width:99%
	}
}

/*2016春リンクトインさんイレギュラー対応のため*/
@media screen and (max-width: 640px) {
#program_D1 table.lmtgTb1 {
	margin-bottom:20px;
}
}

/* ---------------------------------------------------------
プログラムのゼロ件表示
--------------------------------------------------------- */
.zeroken {
	background-color:#e5e6d9;
	padding: 25px 60px;
	font-size:16px;
}
.zeroken p {
	margin-bottom:15px;
}
.zeroken a.zerolink {
	display: inline-block;
	padding:10px 0;
	margin-right:5px;
	width:150px;
    background: #FFF;
    color: #690;
	text-decoration:none;
	text-align:center;
	border-radius: 5px;
	font-size:14px;
	font-weight:bold;
}
.zeroken a.zerolink:hover {
	color: #658A1C;
	text-decoration:underline;
}
@media screen and (max-width: 640px) {
	.zeroken {
		padding: 10px;
	}
	.zeroken a.zerolink {
		display: block;
		width:100%;
		padding:10px 0;
		margin-bottom:5px;
	}
}