@charset "UTF-8";

/* user */
.userTitle {
	margin: 0 0 30px;
	padding: 0 2px;
	border-bottom: solid 2px #0F9144;
	color: #444;
	font-size: 18px;
	font-weight: bold;
}

.userDescription {
	margin: 20px 0 30px;
	font-size: 14px;
}

.userForm {
	width: 400px;
	margin: 20px auto 100px;
	padding: 20px;
	background: #EEE;
	border-radius: 5px;
	text-align: center;
}

.userForm.userForm-conf {
	margin-bottom: 400px;
}

.userForm_instruction {
	margin: 0 0 20px;
	font-size: 14px;
	text-align: left;
}

.userForm_textbox {
	display: block;
	width: 100%;
	height: 32px;
	padding: 2px 5px;
	border: solid 1px #DDD;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
}

.userForm_textbox + .userForm_textbox {
	margin-top: 5px;
}

.userForm_btn {
	display: block;
	width: 200px;
	margin: 20px auto 0;
	padding: 10px 0;
	border: solid 1px #DDD;
	border-radius: 4px;
	background: #F1BC29;
	background: -moz-linear-gradient(top, #F1BC29 0%, #EBA61F 100%);
	background: -webkit-linear-gradient(top, #F1BC29 0%,#EBA61F 100%);
	background: linear-gradient(to bottom, #F1BC29 0%,#EBA61F 100%);
	color: #6A3906;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	-webkit-box-shadow: 0 0 3px 1px #E6DEC9;
	box-shadow: 0 0 3px 1px #E6DEC9;
	text-align: center;
	cursor: pointer;
}

.userForm_btn:hover {
	opacity: .9;
}

.userForm_links {
	margin: 40px 0 0;
	text-align: center;
}

.userForm_link {
	display: inline-block;
	font-size: 13px;
	color: #6A3906;
}

.userForm_link:before {
	content: "\00bb";
	display: inline-block;
	padding: 0 3px 0 0;
}

.userForm_link.userForm_link-back:before {
	content: "\00ab";
}

.userForm_link:hover {
	text-decoration: underline;
}

.userForm_link + .userForm_link {
	margin-left: 15px;
}


.userNav {
	margin: 20px 0;
}

.userNav_ul + .userNav_ul {
	margin-top: 20px;
}

.userNav_ul > li {
	font-size: 15px;
	color: #6A3906;
}

.userNav_ul > li:before {
	content: "\00bb";
	display: inline-block;
	padding: 0 3px 0 0;
}

.userNav_ul > li + li {
	margin-top: 5px;
}

.userNav_ul > li > a:hover {
	text-decoration: underline;
}


.userError {
	margin: 10px 0;
	padding: 20px;
	background: #FCC;
}



/* slide conference */
.slideConf_title {
	position: relative;
	padding: 0 5px 5px;
	font-size: 22px;
	font-weight: bold;
}

.slideConf_title:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
	background: #C45F06;
	background: -moz-linear-gradient(left, #C45F06 0%, #FFF 100%);
	background: -webkit-linear-gradient(left, #C45F06 0%, #FFF 100%);
	background: linear-gradient(to right, #C45F06 0%, #FFF 100%);
}

.slideConf_body {
	margin: 30px 0 0;
}

.confNav {
	width: 200px;
	float: left;
}

.confNav_ul {
	border-top: solid 1px #BEB3BF;
}

.confNav_ul > li {
	border-bottom: solid 1px #BEB3BF;
}

.confNav_ul > li > a {
	display: block;
	padding: 10px 5px 8px 25px;
	font-size: 14px;
}

.confNav_ul > li > a:before {
	content: "▶︎";
	display: inline-block;
	margin: 0 5px 2px 0;
	color: #F39800;
	vertical-align: middle;
}


.slideConf_right {
	width: 480px;
	float: right;
}

.confBox {
	padding: 0 15px 15px;
	border: solid 1px #F39800;
}

.pageTop + .confBox {
	margin-top: 30px;
}

.confBox_title {
	margin: 0 -15px;
	padding: 5px 5px 5px 10px;
	background: #F39800;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 5px;
	text-align: center;
}

.confBox_heading {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
}

.confBox_heading.confBox_heading-sq:before {
	content: "■";
	color: #F39800;
	font-size: 22px;
	font-weight: normal;
	vertical-align: middle;
}

.confBox_dl {
	position: relative;
	margin: 5px 0 10px;
	border-top: solid 1px #BEB3BF;
	font-size: 13px;
}

.confBox_dl > dt {
	padding: 5px;
	float: left;
	clear: left;
}

.confBox_dl > dt:after {
	content: "：";
}

.confBox_dl > dd {
	padding: 5px;
	float: left;
}

.confBox_dl > dd:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	margin: 0 0 1px;
	background: #BEB3BF;
}

.confEnq {
	margin: 0 -10px;
	font-size: 13px;
}

.confEnq > li {
	
	width: 90%;
	margin: 5px 5px 5px 10px;
	padding: 0 10px;
	box-sizing: border-box;
}

.confEnq > li > input[type="radio"] {
	margin: 0 0 0 10px;
}


.confEnq_other {
	display: inline-block;
	width: 200px;
	height: 22px;
	padding: 0 5px;
}

.confEnq_btn {
	display: block;
	width: 160px;
	margin: 10px auto 0;
	padding: 10px 0;
	border: solid 1px #EBA61F;
	border-radius: 19px;
	background: #F1BC29;
	background: -moz-linear-gradient(top, #F1BC29 0%, #EBA61F 100%);
	background: -webkit-linear-gradient(top, #F1BC29 0%,#EBA61F 100%);
	background: linear-gradient(to bottom, #F1BC29 0%,#EBA61F 100%);
	color: #6A3906;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	-webkit-box-shadow: 0 0 3px 1px #E6DEC9, inset 0 0 0 1px rgba(255, 255, 255, .5);
	box-shadow: 0 0 3px 1px #E6DEC9, inset 0 0 0 1px rgba(255, 255, 255, .5);
	text-align: center;
	cursor: pointer;
}


.confImages {
	margin: 20px 0;
}

.confImages_img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*override bx-css*/
.bx-wrapper {
	margin: 0 0 10px;
}

.bx-wrapper .bx-viewport {
	border: 0;
	left: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bx-wrapper .bx-loading {
	background: none;
}

.bxPager > a {
	cursor: pointer;
}


.pageTop {
	margin: 10px 0 0;
	text-align: right;
	font-size: 12px;
}

.pageTop_btn:hover {
	text-decoration: underline;
}


.downloadPage {
	margin: 20px 50px;
}

.downloadPage > a {
	font-size: 16px;
	font-weight: bold;
}

.downloadPage > a:hover {
	text-decoration: underline;
}
