@charset "UTF-8";

body, textarea { font-family:"ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
/*input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif }*/
body {
	margin: 0;
	color: #333;
	/*font-size:14px;*/
	/*background-color: #eee;*/

	/*-webkit-font-smoothing: antialiased;*/
	line-height: 1.2;
	/*height:100%;*/
}

#wrapper{
	position:relative;
	width:100%;
	
	/*
	height:100%;
	min-height:100%;
	*/
}


body#time,
body#entry {
	background-image:none;
	background:#fff;
}

body#public {
	background:#f7f7f7;
}


body > div#wrapper {
  height: auto;
}

.header {
	width:1100px;
	margin:0 auto;
}

#container {
	width:950px;
	margin:20px auto 0;
}

body#list #container {
	width:1400px;
	margin:20px auto 0;
}


.formArea {
	width:1100px;
	margin:20px auto;
}
.formArea h1 {
	width:1100px;
}
.formArea .innerBg {
	width:1100px;
	background:#fff;
	padding:20px 0;
}

body#detail .formArea .innerBg {
	width:800px;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #333;
	margin:0 5px;
}


/* hdNav 
-----------------------------------------------------------------*/
/*
.hdTitle {
	width:1100px;
	margin:10px auto 20px;
	position:relative;
}

body#entry .hdTitle {
	width:1100px;
}


.hdTitle {
	font-size:18px;
	font-weight:bold;
	background:#c00;
	margin-bottom:20px;
	color:#fff;
	padding:8px 0;
	text-align:center;
}
*/



ul.flow {
	width:1100px;
	margin:0 auto 20px;
}
body#entry ul.flow {
	width:1100px;
}

ul.flow li {
	float:left;
	margin-right:20px;
}

ul.flow li span.flowArr {
	background:url(../images/arr_flow.png) no-repeat center left;
	width:32px;
	padding:10px 0;
	display:inline-block;
	text-indent:-9999px;
	text-align:center;
}

ul.flow li span {
	display:inline-block;
	background:#ccc;
	color:#fff;
	padding:10px 0;
	width:180px;
	text-align:center;
}
ul.flow li span.current {
	background:#000;
	color:#fff;

}

.alertTxt {
	width:920px;
	margin:0 auto;
}



/* formArea 
-----------------------------------------------------------------*/
.formArea {
	width:1100px;
	margin:20px auto;
}
.formArea textarea {
	/*border:solid 1px #ccc;*/
}
.formArea input[type=checkbox]:focus,
.formArea input[type=text]:focus,
.formArea textarea:focus,
.formArea select:focus {
	background-color: #FFFFAA!important;
}
.formArea input[type=checkbox] {
	margin:5px 5px 5px 0px;
}
.formArea input[type=button],
.formArea input[type=submit] {
	padding:5px 10px;
}
.contentsLine {
	width: 920px;
	height: 5px;
	margin: 0 auto 0 auto;
	background: url(../images/contents_line.jpg) no-repeat;
}

.formArea .btn2Col {
	width:506px;
	margin:10px auto;
	padding-bottom:20px;
}
.formArea .btn2Col li.left {
	float:left;
	margin-right:2px;
}
.formArea .btn2Col li.right {
	float:right;
}
.formArea .btn2Col input{
}

.formArea .btn2Col:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input.btnNext2,
.formArea .btn2Col input.btnNext {
	padding:15px 0;
	background:#1875ba;
	background:#175C90;
	color:#fff;
	width:350px;

}
.formArea .btn2Col input.btnBack {
	margin-top:12px;
	background:#eee;
	width:180px;
}



.formArea .changeNumBtn {
	width:202px;
	margin:10px auto;
}

.formArea .changeNumBtn li.left {
	float:left;
}
.formArea .changeNumBtn li.right {
	float:right;
}
.formArea .changeNumBtn input{
	width:100px;
}


.formArea table.tblSemi,
.formArea table.tblForm,
.formArea table.tblEnq {
	width:1100px;
	margin:0 auto;
}

.formArea table.tblSemi {
	margin-bottom:20px;
}


.formArea table.tblSemi th,
.formArea table.tblSemi td,
.formArea table.tblForm th,
.formArea table.tblForm td,
.formArea table.tblEnq th,
.formArea table.tblEnq td {
	border:solid 1px #ccc;
	vertical-align:middle;
	padding:10px;
	word-break: break-all;
}
.formArea table.tblSemi td,
.formArea table.tblForm td,
.formArea table.tblEnq td {
	background:#fff;
}
.formArea table.tblForm th,
.formArea table.tblEnq th {
	width: 200px;
	text-align:center;
	font-weight: bold;
	background:#ddd;
}

.formArea table.tblSemi th {
	text-align:center;
	background:#666;
	color:#fff;
}

.formArea table.tblSemi th.col01,
.formArea table.tblSemi td.col01 {
	width:150px;
	text-align:center;
}
.formArea table.tblSemi th.col02,
.formArea table.tblSemi td.col02 {
	width:80px;
	text-align:center;
}
.formArea table.tblSemi th.col03,
.formArea table.tblSemi td.col03 {
	width:700px;
}



.formArea table.tblSemi th.ttlDate {
	background:#c00;
	color:#fff;
}


.formArea table.tblSemi th.caption,
.formArea table.tblForm th.caption,
.formArea table.tblEnq th.caption {
	background:#000;
	color:#fff;
}


.formArea table.tblAddress {
	width:600px;
}
.formArea table.tblAddress {
	width:550px;
}

.formArea table.tblAddress th,
.formArea table.tblAddress td {
	border:0!important;
	padding:5px!important;
	background:#fff!important;
	vertical-align:middle!important;
	font-weight:normal!important;
}

.formArea table.tblAddress th {
	width:100px;
	text-align:right;
}
.formArea table.tblAddress dd {
	width:440px;
}

.formArea table.tblNum {
	width:880px;
	margin:0;
}

.formArea table.tblNum th,
.formArea table.tblNum td {
	border:0!important;
	padding:5px!important;
	background:#fff!important;
	vertical-align:top!important;
	font-weight:normal!important;
}

.formArea table.tblNum th {
	width:15px;
	text-align:left;
	white-space:nowrap;
}
.formArea table.tblNum dd {
	width:865px;
}





.formArea input.time,
.formArea input.xsht,
.formArea input.sht,
.formArea input.date,
.formArea input.smid,
.formArea input.mid,
.formArea input.lng,
.formArea input.xlng,
.formArea input.xxlng {
	width:30px;
	padding:3px;
	background:#F9F9F9;
	border:solid 1px #ccc;
}

.formArea input.time,
.formArea input.sht,
.formArea input.date {
	width:80px;
}

.formArea input.smid {
	width:100px;
}

.formArea input.mid {
	width:250px;
}

.formArea input.lng {
	width:300px;
}
.formArea input.xlng {
	width:600px;
}

.formArea .tblHandOut th.sht,
.formArea .tblHandOut th.num,
.formArea .tblHandOut td.sht {
	width:50px;
}



.formArea select.sht,
.formArea select.sht2,
.formArea select.mid,
.formArea select.lng {
	width:160px;
	height:30px;
	padding:3px;
	background:#F9F9F9;
	border:solid 1px #ccc;
}
.formArea select.sht {
	width:80px;
}
.formArea select.sht2 {
	width:130px;
}

.formArea select.lng {
	width:340px;
}
.formArea textarea.mid,
.formArea textarea.lng,
.formArea textarea.xlng,
.formArea textarea.xxlng {
	width:99%;
	height:100px;
	padding:3px;
	background:#F9F9F9;
	border:solid 1px #ccc;
}

.formArea textarea.lng {
	height:120px;
}
.formArea textarea.xxlng {
	width:99%;
	height:100px;
}
.formArea textarea.xxlng {
	height:120px;
	width:99%;
}
.err-fld {
	background:#FCAEAE!important;
}



.err {
	width:1030px;
	border: 1px solid #f00;
	background: #FCAEAE;
	padding: 10px;
	margin:20px auto;
	line-height:120%;
	margin:0 auto 10px;
}
body#entry .err {
	width:1028px;
}


.err div.inner {
	padding: 10px 20px 10px 70px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	min-height: 40px;
	background: #FFFFFF url("../images/icon_yeild.gif") no-repeat 15px 15px;
}

.err div.inner h5 {
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	display: block;
	padding: 0;
	line-height:1.3;
	border: none;
	color:#f00;
}



.formArea .delTd {
	text-align:center;
	background:#fdedf2!important;
}

#privacyInfo {
	border: 3px solid #f5a6a6;
	margin-bottom: 20px;
	padding: 10px;
	color: #515151;
}

#policyArea {
	width:980px;
	width:1030px;
	background:#333;
	padding:10px;
	margin-bottom:20px;
}
#policyArea .inner {
	background:#fff;
	padding:20px;
}

#policyArea .inner .agreeArea {
	background:#666;
	background:#f66;
	
	width:600px;
	padding:20px 0;
	margin:10px auto;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}



.button {
	padding:5px 20px;
}

/* MODAL */
.modal {
	width:750px;
	margin:20px auto;
}

.modal .tblSubNum {
	margin-bottom:20px;
}
.modal .tblSubNum td {
	border:0;
	padding:5px 10px 5px 0;
	vertical-align:middle;
}

.modal .tblSubNum span.boothSubNm {
	display:inline-block;
	background:#c00;
	color:#fff;
	padding:5px 20px;
}

.modal .tblSubNum span.boothTime {

}


.modal h3 {

}

.modal h4.ttlCircle {
	background:url(../images/arr_blue.png) no-repeat center left;
	padding:5px 0 5px 25px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:2px #06c solid;
	width:670px;
}


.modal p {
	line-height:1.5;
}

.modal .section {
	margin-bottom:20px;
}

.modal .spkList {
	border-bottom:1px dotted #ccc;
	width:750px;
	padding-bottom:15px;
	margin-bottom:20px;
}
.modal .spkLayout {
	clear:both;
	margin-bottom:15px;
}
.modal .spkLayout li.spkPict {
	float:left;
	width:120px;
	margin-right:20px;
}
.modal .spkLayout li.spkPict img {
	width:120px;
}

.modal .spkLayout li.spkBlock {
	float:left;
	width:560px;
	line-height:1.5;
}

.modal .spkLayout li.spkBlock .spkComp {
	display:block;
	font-size:14px;
	margin-bottom:10px;

}
.modal .spkLayout li.spkBlock .spkTitle {
	display:block;
	font-size:12px;
	margin-bottom:5px;

}
.modal .spkLayout li.spkBlock .spkPosit {
	display:block;
	font-size:12px;
	margin-bottom:5px;

}
.modal .spkLayout li.spkBlock .spkName {
	display:block;
	font-weight:bold;
	font-size:14px;

}



/* successArea
-----------------------------------------------------------------*/
.successArea {
	width:870px;
	margin:0px auto 20px;
	padding: 10px 0;
}
.successArea p {
	padding:15px 0;
	text-align: center;
}

.successArea a:link {
	color: #00F;
	text-decoration: underline;
}
.successArea a:visited {
	color: #00F;
	text-decoration: underline;
}
.successArea a:hover {
	color: #00F;
	text-decoration: none;
}
.successArea a:active {
	color: #00F;
	text-decoration: none;
}

.successLink {
	margin-bottom:30px;
}
.successLink h3 {
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}


ul.linkArea {
	width:80%;
	margin:0 auto;
}
ul.linkArea li {
	padding:5px 0;
}
ul.linkArea li a {
	background:url(../images/arr_link.png) right center no-repeat;
	padding:0 18px 0 0;
}



.btnLayout {
	width:392px;
	margin:10px auto;
}

.btnLayout .ulBtn {
	width:392px;
}
.btnLayout .ulBtn li.left {
	float:left;
	padding:2px;
}
.btnLayout .ulBtn li.right {
	float:right;
	padding:2px;
}


.btnLayout_top {
	width:800px;
	margin:10px auto;
	position: relative;
}
.btnLayout_top .ulBtn_top {
	width:800px;
}
.btnLayout_top .ulBtn_top li.btnStage_p {
	position: absolute;
	top:0;
	right:0;
}



/* timeArea 
-----------------------------------------------------------------*/
#timeArea {
	width:1100px;
	margin:0px auto 20px;
}


.timeSche {
	width:1100px;
	margin-bottom:20px;
}

.timeSche th,
.timeSche td {
	padding:0;
	/*border:solid 1px #ccc;*/
}

table.timeSche {
	border-collapse: separate;
	*border-collapse:collapse; /* for IE6,7 */
	border-spacing:0;
	empty-cells:show;
	border-top:1px solid #ccc;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #ccc;
	
	margin-top:20px;
}
.timeSche th,
.timeSche td {
	border-top:none;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:none;
}
.timeSche td {
	vertical-align:top;
}

.timeSche th {
	font-size:12px;
}


.timeSche th.time {
	background:#333;
	color:#fff;
}

.timeSche .time {
	width:110px;
	text-align:center;
	vertical-align:middle;
	padding:8px 0;
	font-size:12px;
}
.timeSche td.time {
	background:#eee;
}




ul.timeLayout {
	width:1100px;
}



ul.timeLayout li.hallW,
ul.timeLayout li.hallN,
ul.timeLayout li.hallB {
	float:left;
	margin-right:25px;
	margin-right:15px;
	width:100%;
}
ul.timeLayout li:last-child {
	margin-right:0;
}

ul.timeLayout li.hallW {
	background:#ec6089;
}
ul.timeLayout li.hallN {
	background:#36c;
}
ul.timeLayout li.hallB {
	background:#060;
}

ul.timeLayout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.timeLayout .hallW h3,
.timeLayout .hallN h3,
.timeLayout .hallB h3 {
	text-align:center;
	padding:5px 0;
	color:#fff;
	/*width:220px;*/
	/*display:table-cell;*/
	vertical-align:middle;

}

.timeLayout .hallW h3.hallTtl {
	background:#ec6089;
}
.timeLayout .hallN h3.hallTtl {
	background:#36c;
}
.timeLayout .hallB h3.hallTtl {
	background:#060;
}

ul.timeLayout li.hallW .timeInner,
ul.timeLayout li.hallN .timeInner,
ul.timeLayout li.hallB .timeInner {
	position:relative;

}

.time0thArea,
.time1thArea,
.time2thArea,
.time3thArea,
.time4thArea,
.time5thArea,
.time6thArea,
.time7thArea,
.time8thArea,
.time9thArea,
.time10thArea,
.time11thArea,
.time12thArea,
.time13thArea,
.time14thArea,
.time15thArea,
.time16thArea,
.time17thArea {
	word-break: break-all;
	/*background:#f0f5fe;*/
	padding:5px;
}

.time0thArea.bgW,
.time1thArea.bgW,
.time2thArea.bgW,
.time3thArea.bgW,
.time4thArea.bgW,
.time5thArea.bgW,
.time6thArea.bgW,
.time7thArea.bgW,
.time8thArea.bgW,
.time9thArea.bgW,
.time10thArea.bgW,
.time11thArea.bgW,
.time12thArea.bgW,
.time13thArea.bgW,
.time14thArea.bgW,
.time15thArea.bgW,
.time16thArea.bgW,
.time17thArea.bgW {
	background:#fff8fa;

}
.time0thArea.bgN,
.time1thArea.bgN,
.time2thArea.bgN,
.time3thArea.bgN,
.time4thArea.bgN,
.time5thArea.bgN,
.time6thArea.bgN,
.time7thArea.bgN,
.time8thArea.bgN,
.time9thArea.bgN,
.time10thArea.bgN,
.time11thArea.bgN,
.time12thArea.bgN,
.time13thArea.bgN,
.time14thArea.bgN,
.time15thArea.bgN,
.time16thArea.bgN,
.time17thArea.bgN {
	background:#e9effd;
}
.time0thArea.bgB,
.time1thArea.bgB,
.time2thArea.bgB,
.time3thArea.bgB,
.time4thArea.bgB,
.time5thArea.bgB,
.time6thArea.bgB,
.time7thArea.bgB,
.time8thArea.bgB,
.time9thArea.bgB,
.time10thArea.bgB,
.time11thArea.bgB,
.time12thArea.bgB,
.time13thArea.bgB,
.time14thArea.bgB,
.time15thArea.bgB,
.time16thArea.bgB,
.time17thArea.bgB {
	background:#fafdf7;
}


.timeLayout .time{
	display:block;
	margin-bottom:5px;
	background:#333;
	color:#fff;
	padding:2px;
}



.semiTtl{
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}
.semiSubTtl{
	display:block;
	margin-bottom:10px;
}

.speaker{
	margin-bottom:10px;
}

.spkComp{
	display:block;
	margin-bottom:5px;
}
.spkTitle,
.spkPosit{
	display:block;
	font-size:11px;
	margin-bottom:5px;
}
.spkName{
	display:block;
}

ul.semiMark {
	margin:5px 0;
}

ul.semiMark:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.semiMark li.semiCode,
ul.semiMark li.fixAlert {
	float:left;
	white-space:nowrap;
}
ul.semiMark li.semiCode {

}
ul.semiMark li.semiKbn {
	width:130px;
	float:left;
	font-size:13px;
}



ul.semiMark li.fixAlert {
	margin-left:10px;
}



.fixAlert span {
	display:inline-block;
	background:url(../images/alert_anime.gif) center left no-repeat;
	padding:1px 0px 1px 22px;
	color:#f00;
	font-size:11px;
}

.semiCate {
	color:#c00;
	margin-bottom:5px;
}

ul.semiMark li.semiCode span {
	display:inline-block;
	padding:1px 5px;
	background:#c00;
	color:#fff;
	margin-right:0.5em;
}
ul.semiMark li.semiCate span{
	color:#c00;
	margin-left:5px;
}

.timeLayout .logoArea {
	text-align:right;
	margin-bottom:5px;
}
.timeLayout .logoArea img {
	max-width:120px;
}
.timeLayout .memoArea {
	text-align:right;
	color:#c00;
	margin-bottom:5px;
}

.actArea {
	margin:10px auto;
}

.actArea div.updBasicArea {
	color:#f60;
	font-weight:bold;
	width:100%;
	margin-bottom:3px;
}


.actArea div.updPublicArea {
	color:#33c;
	font-weight:bold;
	width:100%;
	margin-bottom:3px;
}

.actArea div.regNumArea {
	color:#c00;
	font-weight:bold;
	width:100%;
	margin-bottom:3px;
}
.actArea div.updTimeArea {
	color:#36c;
	font-weight:bold;
	width:100%;
	margin-bottom:5px;
}

.actArea div.upPdf {
	color:#ff3737;
	font-weight:bold;
	width:100%;
	margin-bottom:3px;
}

.actArea div.btn {
	margin-bottom:3px;
}
.actArea input {
	width:200px;
	width:182px;
}

/* ***********************************************************************
 margin padding
*********************************************************************** */

.mt0 { margin-top:0px!important; }
.mt5 { margin-top:5px!important; }
.mt05 { margin-top:5px!important; }
.mt10 { margin-top:10px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }

.mb0 { margin-bottom:0px!important; }
.mb5 { margin-bottom:5px!important; }
.mb05 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb50 { margin-bottom:50px!important; }
.mb60 { margin-bottom:60px!important; }
.mb70 { margin-bottom:70px!important; }
.mb80 { margin-bottom:80px!important; }
.mb90 { margin-bottom:90px!important; }
.mb100 { margin-bottom:100px!important; }
.mb150 { margin-bottom:150px!important; }
.mb200 { margin-bottom:200px!important; }

.ml20 { margin-left:20px!important;}
.ml30 { margin-left:30px!important;}
.ml40 { margin-left:40px!important;}

.mr10 {	margin-right:10px; }
.mr15 {	margin-right:15px; }

.mr25 {	margin-right:25px; }
.mr30 {	margin-right:30px; }
.mr35 {	margin-right:35px; }
.mr45 {	margin-right:45px; }
.mr55 {	margin-right:55px; }
.mr75 {	margin-right:75px; }

.pl10 {	padding-left:10px; }
.pl13 {	padding-left:13px; }
.pl15 {	padding-left:15px; }
.pl20 {	padding-left:20px; }
.pl35 {	padding-left:35px; }

.pt110 { padding-top:110px!important; }
.pt120 { padding-top:120px!important; }

.w190 { width:190px; }
.w455 { width:455px; }

.pt0 { padding-top:0px!important; }
.pt5 { padding-top:5px!important; }
.pt05 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt25 { padding-top:25px!important; }
.pt30 { padding-top:30px!important; }
.pt35 { padding-top:35px!important; }
.pt40 { padding-top:40px!important; }
.pt45 { padding-top:45px!important; }
.pt50 { padding-top:50px!important; }


.pb0 { padding-bottom:0px!important; }
.pb2 { padding-bottom:2px!important; }
.pb3 { padding-bottom:3px!important; }
.pb5 { padding-bottom:5px!important; }
.pb05 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb12 { padding-bottom:12px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb25 { padding-bottom:25px!important; }
.pb30 { padding-bottom:30px!important; }
.pb35 { padding-bottom:35px!important; }
.pb40 { padding-bottom:40px!important; }
.pb45 { padding-bottom:45px!important; }
.pb50 { padding-bottom:50px!important; }
.pb55 { padding-bottom:55px!important; }
.pb60 { padding-bottom:60px!important; }
.pb65 { padding-bottom:65px!important; }
.pb70 { padding-bottom:70px!important; }

.pl5 { padding-left:0.5em!important; }
.pl20 { padding-left:20px!important; }
.pl25 { padding-left:25px!important; }


.pr0 { padding-right:0px!important; }
.pr10 { padding-right:10px!important; }
.pr20 { padding-right:20px!important; }
.pr30 { padding-right:30px!important; }
.pr40 { padding-right:40px!important; }

.lh150 { line-height:150%!important; }
.lh160 { line-height:160%!important; }
.lh170 { line-height:170%!important; }
.lh180 { line-height:180%!important; }
.lh190 { line-height:190%!important; }
.lh200 { line-height:200%!important; }
.lh300 { line-height:300%!important; }


.w100 { width:100px; }
.w105 { width:105px; }
.w110 { width:110px; }
.w115 { width:115px; }
.w120 { width:120px; }
.w125 { width:125px; }
.w130 { width:130px; }
.w135 { width:135px; }
.w140 { width:140px; }
.w145 { width:145px; }
.w150 { width:150px; }

.small { font-size:11px; }
label { cursor:pointer; }

/* ***********************************************************************
 Text
*********************************************************************** */

.txtIndent01 {
	text-indent: -1em;
	padding-left: 2em!important;
}

.taL { text-align:left!important; }
.taC { text-align:center!important; }
.taR { text-align:right!important; }

.fs80{font-size:80%; line-height:120%;}
.fs90{font-size:90%; line-height:140%;}
.fs110{font-size:110%; line-height:130%;}
.fs120{font-size:120%; line-height:140%;}
.fs140{font-size:140%; line-height:150%;}
.fs150{font-size:150%; line-height:160%;}
.fs200{font-size:200%; line-height:210%;}

.fs80b{font-size:80%; line-height:120%; font-weight:bold;}
.fs90b{font-size:90%; line-height:120%; font-weight:bold;}
.fs110b{font-size:110%; line-height:130%; font-weight:bold;}
.fs120b{font-size:120%; line-height:140%; font-weight:bold;}
.fs130b{font-size:130%; line-height:140%; font-weight:bold;}
.fs135b{font-size:135%; line-height:145%; font-weight:bold;}
.fs140b{font-size:140%; line-height:150%; font-weight:bold;}
.fs150b{font-size:150%; line-height:160%; font-weight:bold;}
.fs200b{font-size:200%; line-height:210%; font-weight:bold;}

.vaT { vertical-align:top!important; }
.vaM { vertical-align:middle!important; }
.vaB { vertical-align:bottom; }

strong {
	font-weight:bold;
}

.circle {
	font-family: "ＭＳ Ｐゴシック", Osaka;
}


.must {
	background:url(../images/icon_must.png) no-repeat center right;
	padding:2px 32px 2px 2px;
	line-height:150%;
}

.explain,
.explain_blc {
	font-size:13px;
}

.explain {
	color:#666;
}


.explain_blc {
	display:block;
	margin:5px 0 0 0;
}
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


.errMsg {
	color:#f00;
	font-weight:bold;
	margin:5px 0;
}
.errMsgS {
	color:#f00;
	margin:3px 0;
	font-size:12px;
}






.pagetop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 39;
}

.pagetop a {
	display: block;
	width: 68px;
	height: 68px;
	background: url(../images/pagetop.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
.pagetop a:hover {
	opacity:0.9;
}

span.addExplain {
	margin-top:5px;
	display:block;
	margin-bottom:5px;
	color:#f00;
}

.fwB{
	font-weight:bold;
}


#footer {
	padding: 35px 0 50px;
	background-color: #c00;
}
.footerTable {
	width: 970px;
	margin: 0 auto 0 auto;
	color: #fff;
}
.footerTable p {
	border: 2px solid #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
.footerTable span {
	font-size: 26px;
	font-weight: bold;
}
.footerTable a:link {
	color: #fff;
	text-decoration: none;
}
.footerTable a:visited {
	color: #fff;
	text-decoration: none;
}
.footerTable a:hover {
	color: #fff;
	text-decoration: underline;
}
.footerTable a:active {
	color: #fff;
	text-decoration: underline;
}


span.full {
	color:#fff;
	font-weight:bold;
	display:block;
}
span.soonFull {

	background:#f00;
	color:#fff;
	padding:0.2em 0.8em;
	font-size:13px;
	font-weight:bold;
}

.area2nd {
	display:none;
}

.ulenq2Col {
	width:100%;
	margin-bottom:1em;
}
.ulenq2Col li {
	float:left;
	width:48%;
}
.ulenq2Col:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.redBold {
	color:#f00;
	font-weight:bold;
	text-decoration:underline;
}

.subttl03 {
	font-weight:bold;
	margin-bottom:20px;
	font-size:15px;
}
.dtlLink {
	margin:5px auto;
	padding:3px;
}

.dtlLink a {
	display:inline-block;
	background:url(../images/arr_dtl.png) no-repeat center left;
	padding:8px 0 8px 26px;
	text-decoration:underline;
	/*color:#fff;*/
}
.dtlLink a:hover {
	text-decoration:none;
}

.actBox .atend{
	padding:10px 5px;
	background:#333;
	color:#fff;
	font-size:14px;

}

.atention {
	width:1100px;
	margin:0 auto 20px;
}

#semi1Dtl,
#semi2Dtl,
#semi3Dtl,
#semi4Dtl,
#semi5Dtl,
#semi6Dtl,
#semi7Dtl,
#semi8Dtl,
#semi9Dtl,
#semi10Dtl,
#semi11Dtl,
#semi12Dtl,
#semi13Dtl,
#semi14Dtl,
#semi15Dtl,
#semi16Dtl {
	display:none;
}


span.ttlW,
span.ttlN,
span.ttlB {
	font-size:11px;
}



span.ttlW,
.modal h3.ttlW {
	color:#ec6089;
	margin-bottom:5px;
}
span.ttlN,
.modal h3.ttlN {
	color:#36c;
	margin-bottom:5px;
}
span.ttlB,
.modal h3.ttlB {
	color:#060;
	margin-bottom:5px;
}

.modal h4 {
	font-weight:bold;
	margin-bottom:10px;
	display:inline-block;
	color:#fff;
	padding:5px 10px;
	width:730px;
	line-height:1.3;
}

.modal h4.ttlW {
	background:#ec6089;
}
.modal h4.ttlN {
	background:#36c;
}
.modal h4.ttlB {
	background:#060;
}
.modal h5.ttlW {
	background:url(../images/arr_pink.png) no-repeat center left;
	padding:5px 0 5px 20px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:2px #ec6089 solid;
	width:730px;
}
.modal h5.ttlN {
	background:url(../images/arr_blue.png) no-repeat center left;
	padding:5px 0 5px 20px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:2px #1875ba solid;
	width:730px;
}
.modal h5.ttlB {
	background:url(../images/arr_green.png) no-repeat center left;
	padding:5px 0 5px 20px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:2px #060 solid;
	width:730px;
}
.atendStop{
	padding:10px 5px;
	background:#f00;
	color:#fff;
}
.atend{
	padding:10px 5px;
	background:#666;
	color:#fff;
}


#cssmenu2 {
	text-align:center;
	margin-bottom:15px;
}
#cssmenu2 .date1 {
	display:none;
	
}
#cssmenu2 ul li a{
	display:inline-block;
	background:url(../images/icon_calendar.jpg) no-repeat center left!important;
	padding:5px 0 5px 30px!important;
}



.blockBooth {
	display:inline-block;
	background:#c00;
	color:#fff;
	padding:2px 10px;
	margin-right:5px;
}

.atend input[type=checkbox]{
width: 18px;
height: 18px;
vertical-align: middle;
-moz-transform-origin: right bottom;
-moz-transform: scale(1,1);
-webkit-transform-origin: right bottom;
-webkit-transform: scale(1,1);
}

.policyComp{
	margin-bottom:20px;
}

.panelA {
	display:inline-block;
	background:#185ca9;
	padding:3px 10px;
	color:#fff;
	border-radius:3px;
	font-size:90%;
	margin-bottom:5px;
}
.panelB {
	display:inline-block;
	background:#185ca9;
	padding:3px 10px;
	color:#fff;
	border-radius:3px;
	font-size:90%;
	margin-bottom:5px;

}

.bothArea {
	/*width:260px;*/
	margin:0 auto;
	background:#f99;
}
.bothArea .bothInner {
	padding:10px;
}
.bothArea .bothInner .booth {
	color:#000;
	display: inline-block;
    padding: 1px 5px;
    background: #c00;
    color: #fff;
}
.bothArea .bothInner .exp1 {
	margin-top:10px;
	margin-bottom:20px;
	color:#fff;
	font-weight:bold;
}
.bothArea .bothInner .exp2 {
	font-size:90%;
	color:#fff;

}

td.time {
	position:relative;
}
.noReg {
	width:90%;
	background:#ccc;
	/*color:#fff;*/
	padding:8px 3px;
	color:#333;
	position:absolute;
	bottom:10px;
	left:5px;
	
}


.nonChk1th,
.nonChk2th {
    margin-bottom: 10px;
    font-size: 16px;
    background: #fadbdc;
}
.nonChk1th .inner,
.nonChk2th .inner {
    padding: 10px;
}

.nonChk1th p,
.nonChk2th p {
    font-weight: bold;
}
td.konshin .altTxt {
	margin-top:70px;

}



.noBtm {
	border-bottom:0px!important;
}
.noTop {
	border-top:0px!important;
}


.iregBth {
	margin-bottom:10px;
}
.iregBth li {
	float:left;
	margin-right:5px;
}
.iregBth li span {
	display: inline-block;
    padding: 1px 5px;
    background: #c00;
    color: #fff;
}

.subttl_date {
	width:1260px;
	margin:0 auto 10px;
	font-size:15px;
	padding:8px 10px;
	background:#333;
	color:#fff;
}


#container h1,
.formArea h1 {
	width:950px;
	margin:0px auto 10px;
	
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
}

body#list #container h1 {
	width:1200px;
}

body#detail .formArea {
	width:800px;
}

.formArea textarea {
	/*border:solid 1px #ccc;*/
}
.formArea input[type=checkbox]:focus,
.formArea input[type=text]:focus,
.formArea textarea:focus,
.formArea select:focus {
	background-color: #FFFFAA!important;
}
.formArea input[type=checkbox] {
	margin:5px 5px 5px 0px;
}
.formArea input[type=button],
.formArea input[type=submit] {
	padding:5px 10px;
}
.contentsLine {
	width: 920px;
	height: 5px;
	margin: 0 auto 0 auto;
	background: url(../images/contents_line.jpg) no-repeat;
}


.formArea .changeNumBtn {
	width:202px;
	margin:10px auto;
}

.formArea .changeNumBtn li.left {
	float:left;
}
.formArea .changeNumBtn li.right {
	float:right;
}
.formArea .changeNumBtn input{
	width:100px;
}

.formArea table.tblForm,
.formArea table.tblSpeaker,
.formArea table.tblEquip,
.formArea table.tblHandOut,
.formArea table.tblRes {
	width:920px;
	margin:0 auto;
}

body#detail {
	background:#fff;
}

body#entry .formArea table.tblSemi,
body#entry .formArea table.tblForm,
body#entry .formArea table.tblEnq {
	width:1100px;
	margin:0 auto;
}

body#detail .formArea table.tblSemi,
body#detail .formArea table.tblForm,
body#detail .formArea table.tblEnq {
	width:800px;
}


body#entry .formArea table.tblSemi {
	margin-bottom:20px;
}


body#entry .formArea table.tblSemi th,
body#entry .formArea table.tblSemi td,
body#entry .formArea table.tblForm th,
body#entry .formArea table.tblForm td,
body#entry .formArea table.tblEnq th,
body#entry .formArea table.tblEnq td,

body#detail .formArea table.tblSemi th,
body#detail .formArea table.tblSemi td,
body#detail .formArea table.tblForm th,
body#detail .formArea table.tblForm td,
body#detail .formArea table.tblEnq th,
body#detail .formArea table.tblEnq td {

	border:solid 1px #ccc;
	vertical-align:middle;
	padding:10px;
	word-break: break-all;
}
body#entry .formArea table.tblSemi td,
body#entry .formArea table.tblForm td,
body#entry .formArea table.tblEnq td {
	background:#fff;
}
body#entry .formArea table.tblForm th,
body#entry .formArea table.tblEnq th,
body#detail .formArea table.tblForm th,
body#detail .formArea table.tblEnq th {
	width: 200px;
	text-align:center;
	font-weight: bold;
	background:#ddd;
}

body#entry .formArea table.tblSemi th,
body#detail .formArea table.tblSemi th {
	text-align:center;
	background:#666;
	color:#fff;
}

body#entry .formArea table.tblSemi th.col01,
body#entry .formArea table.tblSemi td.col01 {
	width:150px;
	text-align:center;
}
body#entry .formArea table.tblSemi th.col02,
body#entry .formArea table.tblSemi td.col02 {
	width:80px;
	text-align:center;
}
body#entry .formArea table.tblSemi th.col03,
body#entry .formArea table.tblSemi td.col03 {
	width:500px;
}

body#entry .formArea table.tblSemi th.ttlDate,
body#detail .formArea table.tblSemi th.ttlDate {
	background:#F01B1B;
	color:#fff;
}

body#entry .formArea table.tblSemi th.caption,
body#entry .formArea table.tblForm th.caption,
body#entry .formArea table.tblEnq th.caption,

body#detail .formArea table.tblSemi th.caption,
body#detail .formArea table.tblForm th.caption,
body#detail .formArea table.tblEnq th.caption {
	background:#000;
	color:#fff;
}

.formArea table.tblForm th,
.formArea table.tblForm td,
.formArea table.tblSpeaker th,
.formArea table.tblSpeaker td,
.formArea table.tblEquip th,
.formArea table.tblEquip td,
.formArea table.tblHandOut th,
.formArea table.tblHandOut td,
.formArea table.tblRes th,
.formArea table.tblRes td {
	border:solid 1px #ccc;
	vertical-align:middle;
	padding:10px;
	word-break: break-all;
}
.formArea table.tblForm td,
.formArea table.tblSpeaker td,
.formArea table.tblEquip td,
.formArea table.tblHandOut td,
.formArea table.tblRes td {
	background:#fff;
}
.formArea table.tblForm th,
.formArea table.tblSpeaker th,
.formArea table.tblEquip th,
.formArea table.tblHandOut th,
.formArea table.tblRes th {
	width: 200px;
	text-align:center;
	font-weight: bold;
	background:#ddd;
}
.formArea table.tblForm th.caption,
.formArea table.tblSpeaker th.caption,
.formArea table.tblEquip th.caption,
.formArea table.tblHandOut th.caption,
.formArea table.tblRes th.caption {
	background:#000;
	color:#fff;
}
.formArea table.tblAddress {
	width:600px;
}

.formArea table.tblHandOut th.subTtl {
	width:100%;
	background:#c7edfc;
}


.formArea table.tblAddress th,
.formArea table.tblAddress td {
	border:0!important;
	padding:5px!important;
	background:#fff!important;
	vertical-align:middle!important;
	font-weight:normal!important;
}

.formArea table.tblAddress th {
	width:100px;
	text-align:right;
}
.formArea table.tblAddress dd {
	width:440px;
}

.formArea table.tblNum {
	width:880px;
	margin:0;
}

.formArea table.tblNum th,
.formArea table.tblNum td {
	border:0!important;
	padding:5px!important;
	background:#fff!important;
	vertical-align:top!important;
	font-weight:normal!important;
}

.formArea table.tblNum th {
	width:15px;
	text-align:left;
	white-space:nowrap;
}
.formArea table.tblNum dd {
	width:865px;
}





.formArea input.xsht,
.formArea input.sht,
.formArea input.smid,
.formArea input.mid,
.formArea input.lng,
.formArea input.xlng,
.formArea input.xxlng {
	width:30px;
	padding:3px;
	background:#F9F9F9;
	border:solid 1px #ccc;
	margin-bottom:0.2em;
}

.formArea input.sht {
	width:80px;
}

.formArea input.smid {
	width:100px;
}

.formArea input.mid {
	width:250px;
}

.formArea input.lng {
	width:300px;
}
.formArea input.xlng {
	width:600px;
}

.formArea .tblHandOut th.sht,
.formArea .tblHandOut th.num,
.formArea .tblHandOut td.sht {
	width:50px;
}



.formArea select.sht,
.formArea select.sht2,
.formArea select.mid,
.formArea select.lng {
	width:120px;
	height:30px;
	padding:3px;
	background:#F9F9F9;
	border:solid 1px #ccc;
}
.formArea select.sht {
	width:80px;
}
.formArea select.sht2 {
	width:130px;
}

.formArea select.lng {
	width:240px;
}
.formArea textarea.mid,
.formArea textarea.lng,
.formArea textarea.xxlng,
.formArea textarea.xxxlng {
	width:98%;
	height:50px;
	padding:3px;
	background:#F9F9F9;
	border:solid 1px #ccc;
}

.formArea textarea.lng {
	height:120px;
}
.formArea textarea.xxlng {
	height:120px;
	width:98%;
}
.formArea textarea.xxxlng {
	width:98%;
	height:300px;
}
.err-fld {
	background:#FCAEAE!important;
}


.formArea .mustErr {
	width:898px;
	border: 1px solid #1875ba;
	background: #e7f4fd;
	padding: 10px;
	margin: 0 0 20px 0;
	line-height:120%;
	margin:0 auto 10px;

}
.formArea .mustErr .inner {
	padding: 20px;
	font-size: 14px;
	text-align: left;
	min-height: 40px;
	background: #FFF;
}
.formArea .mustErr div.inner h5 {
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	display: block;
	padding: 0;
	line-height:1.3;
	border: none;
	color:#035c9e;
}



.formArea .err {
	width:898px;
	border: 1px solid #f00;
	background: #FCAEAE;
	padding: 10px;
	margin: 0 0 20px 0;
	line-height:120%;
	margin:0 auto 10px;
}

.formArea .err div.inner {
	padding: 10px 20px 10px 70px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	min-height: 40px;
	background: #FFFFFF url("../images/icon_yeild.gif") no-repeat 15px 15px;
}

.formArea .err div.inner h5 {
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	display: block;
	padding: 0;
	line-height:1.3;
	border: none;
	color:#f00;
}


body#time .err,
body#entry .err {
	width:1250px;
	border: 1px solid #f00;
	background: #FCAEAE;
	padding: 10px;
	margin:20px auto;
	line-height:120%;
	margin:0 auto 10px;
}
body#entry .err {
	width:980px;
	width:1076px;
}

body#time .err div.inner,
body#entry .err div.inner {
	padding: 10px 20px 10px 70px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	min-height: 40px;
	background: #FFFFFF url("../images/icon_yeild.gif") no-repeat 15px 15px;
}

body#time .err div.inner h5,
body#entry .err div.inner h5 {
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	display: block;
	padding: 0;
	line-height:1.3;
	border: none;
	color:#f00;
}




.formArea .delTd {
	text-align:center;
	background:#fdedf2!important;
}

#privacyInfo {
	border: 3px solid #f5a6a6;
	margin-bottom: 20px;
	padding: 10px;
	color: #515151;
}

#policyArea {
	width:1080px;
	background:#333;
	padding:10px;
	margin-bottom:20px;
}
#policyArea .inner {
	background:#fff;
	padding:20px;
}

#policyArea .inner .agreeArea {
	background:#666;
	background:#f66;
	
	width:600px;
	padding:20px 0;
	margin:10px auto;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}


#non_1st_all,
#non_2st_all {
	padding:5px 20px;
	margin-bottom:10px;
}

.col2BtnL {
	width:402px;
	margin:auto;
}

.col2BtnL li input {
	width:200px;
	padding:5px 0;
}

.col2BtnL li.left {
	float:left;
}
.col2BtnL li.right {
	float:right;
}

.tblEnq h4 {
	font-weight:bold;
	font-size:1.2em;
	margin:1em 0 0.5em;
}
span.star {
	font-weight:bold;
	color:#f00;
}
.w920 {
	width:920px!important;
	margin:auto!important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}



/* page TOP DOWN  */
#updown {

    font-size: 25px;
    color: #00a1e0;
    background: #fff;
    text-align: center;
    z-index: 1000;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 18px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;

    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;

}

#updown a {
    line-height: 36px;
    color: #00a1e0;
    display: block;
    height: 36px;
    width: 36px;
}


[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#updown .down:before {
    content: "";
    display: block;
    background: #ded6cf;
    width: 18px;
    height: 1px;
    margin: 0 auto;
}
.icon-up:before {
    content: "\e903";
}
.icon-down:before {
    content: "\e904";
}

:after, :before {
    box-sizing: border-box;
}

#topLogin {
	max-width:1140px;
	margin:0 auto 2em;
	font-size:1.5em;
	text-align:left;
}

#topLogin .topRegArea h5,
#topLogin .topLoginArea h5 {
	width:100%;
	margin:2em auto;
	font-size:1.2em;
	font-weight:bold;
	background:#f90;
	color:#fff;
	padding:0.5em;
	text-align:center;
}

.vaT { vertical-align:top!important; }
.vaM { vertical-align:middle!important; }


body.time .hdNavArea {
	width:1100px;
	margin:30px auto 5px;
}

.hdNavArea {
	position:relative;
	margin: auto;
	width:1100px;
	font-size:14px;
}

.hdNavArea .hdTime {
	position: absolute;
	right:10px;
	bottom:20px;
	color:#fff;
	z-index:5;
}
.hdNavArea .hdTime a {
	color:#fff;
}

body.time .hdNavArea .hdTime {
	width:1100px;
	position: relative;
	right:0;
	bottom:20px;
	color:#fff;
	z-index:5;
}
body.time .hdNavArea .hdTime a {
	color:#36c;
}

body#list .hdNav {
	width:1100px;
}


.hdNav {
	width:950px;
	text-align:right;
	margin:0 auto;
}

.hdNav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hdNav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hdNav ul {
	display:inline-block;
	margin:0;
}

.hdNav ul li {
	float:left;
}

.hdNav ul li:last-child {
	margin-left:20px;
}

body.admin h1.hdTitle {
	background:#000;
	color:#fff;
	width:1280px;
	margin:10px auto;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
body.admin .btnCol2 {
	font-size:15px;
	width:480px;
}
