@charset "UTF-8";
/* CSS Document */

.align_center{text-align: center;}
.clearfix:after { content:" "; display:block; clear:both; }

.web_seminar h1 { display:inline-block; font-size:87.5%; margin:0 0 10px; padding:5px 10px; color:#fff; background:#cb0087; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}

.web_seminar h1 img { width:100%; height:auto; }
.web_seminar h2 { margin:0 0 15px; padding:0; font-size:125%; }

.web_seminar table {
	width:96%;
	margin:0 auto;
	border:#ccc solid 1px;
	border-collapse:collapse;
}
.web_seminar table th {
	background: #f0f0f0 none repeat scroll 0 0;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 5px 10px;
	vertical-align: middle;
	width:15%;
}
.web_seminar table td {
	padding: 5px 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size:93.75%;
}

@media screen and (max-width: 480px) {
  .web_seminar table {
  }
  .web_seminar table td {
    display: block;
    text-align: left;
    border: none;
    width: 95%;
  }
  .web_seminar table th {
    display: block;
    border: none;
    width: 95%;
  }
}


.web_seminar table p{ margin:0 0 1em;}
.web_seminar .ws-info{margin:0; padding:0;}
.web_seminar .ws-img{float:left; margin:0; padding:0 10px 0 0;}
.web_seminar .ws-text{ margin:0; padding:0; }

.web_seminar a.btn_reserve  {
	display:inline-block;
	width:40%;
	background-color: #f39800;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f39800), to(#eb6100));
	background-image: -webkit-linear-gradient(top, #f39800, #eb6100);
	background-image: -moz-linear-gradient(top, #f39800, #eb6100);
	background-image: -ms-linear-gradient(top, #f39800, #eb6100);
	background-image: -o-linear-gradient(top, #f39800, #eb6100);
	background-image: linear-gradient(to bottom, #f39800, #eb6100);
	border-radius:3px;
	border:#eb6100 solid 1px;
	margin:15px auto;
	padding:10px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.web_seminar a:hover.btn_reserve  {
	background-color: #d98100;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d98100), to(#d45d00));
	background-image: -webkit-linear-gradient(top, #d98100, #d45d00);
	background-image: -moz-linear-gradient(top, #d98100, #d45d00);
	background-image: -ms-linear-gradient(top, #d98100, #d45d00);
	background-image: -o-linear-gradient(top, #d98100, #d45d00);
	background-image: linear-gradient(to bottom, #d98100, #d45d00);
	border:#d45d00 solid 1px;
}

.web_seminar a.btn_go  {
	display:inline-block;
	width:40%;
	border:1px solid #15aeec;
	background-color: #49c0f0; background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
	background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);
	border-radius:3px;
	margin:15px auto;
	padding:10px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.web_seminar a:hover.btn_go  {
	border:1px solid #1090c3;
	background-color: #1ab0ec; background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);
}

.web_seminar .md-btn {
	display:inline-block;
	width:40%;
	border:1px solid #cacaca;
	background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
	border-radius:3px;
	margin:15px auto;
	padding:10px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}

.web_seminar .btn a {
	display:block;
	width:30%;
	background-color: #f39800;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f39800), to(#eb6100));
	background-image: -webkit-linear-gradient(top, #f39800, #eb6100);
	background-image: -moz-linear-gradient(top, #f39800, #eb6100);
	background-image: -ms-linear-gradient(top, #f39800, #eb6100);
	background-image: -o-linear-gradient(top, #f39800, #eb6100);
	background-image: linear-gradient(to bottom, #f39800, #eb6100);
	border-radius:3px;
	border:#eb6100 solid 1px;
	margin:15px auto;
	padding:10px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.web_seminar .btn a:hover {
	background-color: #d98100;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d98100), to(#d45d00));
	background-image: -webkit-linear-gradient(top, #d98100, #d45d00);
	background-image: -moz-linear-gradient(top, #d98100, #d45d00);
	background-image: -ms-linear-gradient(top, #d98100, #d45d00);
	background-image: -o-linear-gradient(top, #d98100, #d45d00);
	background-image: linear-gradient(to bottom, #d98100, #d45d00);
	border:#d45d00 solid 1px;
}

.web_seminar .sbtn a {
	display:block;
	width:80%;
	background-color: #f39800;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f39800), to(#eb6100));
	background-image: -webkit-linear-gradient(top, #f39800, #eb6100);
	background-image: -moz-linear-gradient(top, #f39800, #eb6100);
	background-image: -ms-linear-gradient(top, #f39800, #eb6100);
	background-image: -o-linear-gradient(top, #f39800, #eb6100);
	background-image: linear-gradient(to bottom, #f39800, #eb6100);
	border-radius:3px;
	border:#eb6100 solid 1px;
	margin:15px auto;
	padding:10px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.web_seminar .sbtn a:hover {
	background-color: #d98100;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d98100), to(#d45d00));
	background-image: -webkit-linear-gradient(top, #d98100, #d45d00);
	background-image: -moz-linear-gradient(top, #d98100, #d45d00);
	background-image: -ms-linear-gradient(top, #d98100, #d45d00);
	background-image: -o-linear-gradient(top, #d98100, #d45d00);
	background-image: linear-gradient(to bottom, #d98100, #d45d00);
	border:#d45d00 solid 1px;
}

.web_seminar .guidebtn a{
border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);color: #FFFFFF;
 background-color: #606C88; background-image: -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
 background-image: -webkit-linear-gradient(top, #606C88, #3F4C6B);
 background-image: -moz-linear-gradient(top, #606C88, #3F4C6B);
 background-image: -ms-linear-gradient(top, #606C88, #3F4C6B);
 background-image: -o-linear-gradient(top, #606C88, #3F4C6B);
 background-image: linear-gradient(to bottom, #606C88, #3F4C6B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}

.web_seminar .guidebtn a:hover{
 border:1px solid #4B546A;
 background-color: #4B546A; background-image: -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));
 background-image: -webkit-linear-gradient(top, #4B546A, #2C354B);
 background-image: -moz-linear-gradient(top, #4B546A, #2C354B);
 background-image: -ms-linear-gradient(top, #4B546A, #2C354B);
 background-image: -o-linear-gradient(top, #4B546A, #2C354B);
 background-image: linear-gradient(to bottom, #4B546A, #2C354B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4B546A, endColorstr=#2C354B);
}

.web_seminar .image_right {
	float:left;
	margin-right:20px;
}
	
@media screen and (max-width:480px){
	.web_seminar .btn a {
		width:90%;
	}
}


/* ****************
 * Modal window
 * *************** */
.modal {
  display: none;
  position: fixed;
  top: 32%;
  left: 10%;
  width: 80%;
  height: 60%;
  overflow-y: auto;
  padding: 60px 5% 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  background-color: #333;
  text-shadow:0 1px 0 #333;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.modal h2 {
  border-bottom:1px solid;
  padding-bottom:20px;
	margin:0 0 10px;
	color:#ff0;
	font-size:125%;
}

/* Second modal window */
.modal.two {
	color:#ff0;
	font-size:100%;
}

/* Close button */
.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,.2);
  cursor:pointer;
}
.modal .close:before,
.modal .close:after{
  position:absolute;
  top:4px;
  border:1px solid #fff;
  height:30px;
  content:"";
}
.modal .close:before {
  left:19px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close:after {
  right:19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close span {
  display:none;
}

/* ****************
 * Background filter (blur)
 * *************** */
.bg-blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: url(#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}