@charset "UTF-8";

/*
########################################################
  Header
########################################################
*/
#Header{

}

/*
########################################################
  MainContent
########################################################
*/
input[type="email"]{
    outline: none;
    border: 1px solid #aaa;
    padding: 4px 2px;
    cursor: text;
}
#MainContent{
	width:900px;
	margin:0 auto;
	padding:25px;
	border:10px solid #fabe00;
}
#MainContent.entry02{
	width:100%;
	margin:0 auto;
	padding:25px;
	border: 10px solid #1bcb00;
	box-sizing: border-box;
}
#MainContent h1{
	text-align:center;
	line-height:180%;
	font-size:42px;
	font-weight:normal;
	color:#333;
	margin-top:10px;
}
#MainContent h1 img{
	width:271px;
	height:auto;
}
#MainContent h2{
	font-size:20px;
	line-height:180%;
}
#MainContent h2,
#MainContent h3{
	color:#d7000f;
}
#MainContent h2,
#MainContent h3,
#MainContent h4{
	margin-top:20px;
}
#MainContent h4{
	font-size:15px;
}
#MainContent .ErrorMsg{
	color:#ff0000;
	font-weight:bold;
	margin:20px 0 5px 0;
	padding-left:20px;
	font-size:22px;
}
#MainContent .InputError{
	color:#ff0000;
	border:5px solid #ff0000;
	background:#ffeef7;
	margin:0 0 20px 0;
	padding:15px 20px;
}
#MainContent .Step01{
	width:900px;
	height:150px;
	text-indent:-9999px;
	background:url(../img/step01.png) left top no-repeat;
}
#MainContent .Step02{
	width:900px;
	height:150px;
	text-indent:-9999px;
	background:url(../img/step02.png) left top no-repeat;
}
#MainContent .Step03{
	width:900px;
	height:150px;
	text-indent:-9999px;
	background:url(../img/step03.png) left top no-repeat;
}
#MainContent .Step01b{
	width:900px;
	height:150px;
	text-indent:-9999px;
	background:url(../img/step01b.png) left top no-repeat;
}
#MainContent .Step02b{
	width:900px;
	height:150px;
	text-indent:-9999px;
	background:url(../img/step02b.png) left top no-repeat;
}
#MainContent .Step01VR{
	width:900px;
	height:150px;
	text-indent:-9999px;
	background:url(../img/step01vr.png) left top no-repeat;
}
#MainContent .Step02VR{
	width:900px;
	height:150px;
	text-indent:-9999px;
	background:url(../img/step02vr.png) left top no-repeat;
}
#MainContent .Step03VR{
	width:900px;
	height:150px;
	text-indent:-9999px;
	background:url(../img/step03vr.png) left top no-repeat;
}
#MainContent #Merit p{
	margin-bottom:15px;
}
#MainContent #Merit table td{
	vertical-align:middle;
	height:2.5em;
	padding:5px 10px 15px 0;
	line-height:120%;
}
#MainContent .mast{
	color:#f00;
	font-size:11px;
	font-weight:normal;
}
#MainContent .BackLink a{
	padding:10px 15px;
	color:#fff;
	background:#0089ac;
}
#MainContent .BackLink a:hover{
	background:#5cb8cf;
	text-decoration:none;
}

#MainContent .Schedule .Seminar:after {
	content: "";
	display: block;
	clear: both;
}
#MainContent .Schedule .Seminar{
	zoom: 100%;
	margin:15px 0;
}
#MainContent .Schedule .Seminar .Auditing{
	display:block;
	float:left;
	width:25px;
}
#MainContent .Schedule .Seminar .Auditing input{
	position:relative;
	top:5px;
}

#MainContent .Schedule .Seminar .Overview{
	display:block;
	float:left;
	width:845px;
}
#MainContent .Schedule .Seminar .Overview .Day{
	font-weight:bold;
}
#MainContent .Schedule .SoldOut{
	color:#bbb;
}
#MainContent .Schedule .SoldOut .Auditing{
	font-size:15px;
	color:#f00;
	line-height:120%;
	position:relative;
	top:5px;
}
#MainContent .Agree02{
	padding:15px;
}
#MainContent .ToInput{
	padding:8px 30px;
}
#MainContent .Padding15{
	padding:15px;
}
#MainContent .CustomerInformation dt{
	width:250px;
	margin-bottom:7px;
	font-weight:bold;
	clear: both;
	float: left;
}
#MainContent .CustomerInformation dd{
	width:800px;
	margin-bottom:7px;
}
#MainContent .OtherInput dl{
	display: table-cell;
}
#MainContent .OtherInput dt{
	display: table;
	width:580px;
	margin-bottom:7px;
	clear: both;
	float: left;
}
#MainContent .OtherInput dd{
	display: table-cell;
	width:290px;
	margin-bottom:7px;
}
#MainContent .OtherInput dd input{
	max-width:280px;
}
.VisitorsCardNo input{
	width:15px;
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
.popup img {
    display:block;
    top:-10000px;
    left:-10000px;
    position:absolute;
    border:5px solid #666666;
}
.popup a {
    color:#0778b2;
    text-decoration:underline;
}
.popup a:hover {
    position:relative;
}
.popup a:hover img {
    top:30px;
    left:180px;
}
/*
########################################################
  entry02Table
########################################################
*/
.tableWrap{
	overflow-x: scroll;
}
.entry02Table{
	width:100%;
	min-width:920px;
	font-size:13px;
}
.entry02Table tr td input,
.entry02Table tr td select,
.entry02Table tr td input[type="email"]{
	width:95%;
	font-size:13px;
	padding: 2px;
}
.entry02Table tr td{
	width:10%;
}
.entry02Table tr td:nth-child(5){
	width:6%;
}
.entry02Table tr td:nth-child(6){
	width:5%;
}
.entry02Table tr td:nth-child(6) select{
	width:100%;
}

/*
########################################################
  Print
########################################################
*/
#StudentsVote{
	font-size:80%;
}
#StudentsVote #MainContent{
	width:680px;
	margin:25px auto;
	padding:50px;
	border:1px solid #666;
}
#StudentsVote #MainContent h1{
	text-align:center;
	line-height:160%;
	font-size:20px;
	color:#333;
}
#StudentsVote #MainContent h2{
	font-size:16px;
	color:#333;
}
#StudentsVote #MainContent .vote{
	text-align:center;
	width:300px;
	margin:0 auto 20px auto;
	padding:3px 0 0 0;
	line-height:160%;
	font-size:25px;
	color:#333;
	border:1px solid #555;
}
#StudentsVote #MainContent .notes{
	background:#555;
	color:#fff;
	padding:10px;
	font-weight:bold;
	text-align:center;
}
@media print {
#StudentsVote{
	zoom:98%;
}
#StudentsVote #MainContent{
		border:0px;
		padding:0px;
	}
}




/*
########################################################
  Footer
########################################################
*/
#Footer{
	width:970px;
	font-size:12px;
	text-align:center;
	margin:20px auto;
}
