@import url("reset.css");

* {margin: 0; padding: 0; outline: 0;}


body {
    margin: 0px;
    padding: 0px;
	color:#414042;
	background-color: #393939;
	zoom:1;
}

#top {
	width:100%;
	margin: 0 auto;
	display:table;
}

.web {
	display:none;
}

.pad {
	display:block;
}

.mobile {
	display:none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
	background-image:url(../img/web_content_top_bg.gif);
	background-repeat: repeat-x;
}

.header {
	width: 100%;
	margin: 0 auto;
	position:relative;
}

.logo {
	position: absolute;
	padding-top:2%;
	right: 2%;
	width: 14%;
	z-index:50;
}

.top_title {
	position: absolute;
	padding-top:9%;
	right: 2%;
	width: 50%;
}


#menu_box {
	display: block;
	width: 100%;
	background-color: #4f4b4c;
	overflow:hidden;
	z-index:50;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #45bbb1;
}

#menu {
	width: 100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	float:right;
}

#menu ul {
	margin: 0px auto;
	padding: 0px;
}

#menu ul li {
	margin: 0px auto;
	padding: 0px;
	width:100%;
	list-style-type:none;
}


#menu ul li.m00 a {
	display:block;
	float:left;
	width:16%;
}

#menu ul li.m00 a:hover {
	background-color: #017cc0;
}

#menu ul li.m01 a {
	display:block;
	float:left;
	width:16%;
}

#menu ul li.m01 a:hover {
	background-color: #017cc0;
}

#menu ul li.m02 a {
	display:block;
	float:left;
	width:16%;
}

#menu ul li.m02 a:hover {
	background-color: #017cc0;
}

#menu ul li.m03 a {
	display:block;
	float:left;
	width:16%;
}

#menu ul li.m03 a:hover {
	background-color: #017cc0;
}

#menu ul li.m04 a {
	display:block;
	float:left;
	width:16%;
}

#menu ul li.m04 a:hover {
	background-color: #017cc0;
}

#menu ul li.m05 a {
	display:block;
	float:left;
	width:16%;
}

#menu ul li.m05 a:hover {
	background-color: #017cc0;
}

#menu ul li.space_left {
	display:block;
	float:left;
	width:2%;
}

#menu ul li.space_right {
	display:block;
	float:left;
	width:2%;
}

.main_box {
	width:100%;
	padding:30px 0 20px 0;
	margin:0 auto;
	background-color:#d4d4d4;
	overflow:hidden;
}

.content {
	width: 88%;
	margin: 0 auto;
	padding: 5% 4% 4% 4%;
	background-color: #FFF;
	border: 1px solid #999;
	overflow:hidden;
}

h1 {
	font-size: 24px;
	color: #35918A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3b3736;
	line-height: 1.8em;
	margin-bottom: 30px;
	font-weight: normal;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #3b3736;
	padding-left: 16px;
}

.sub_menu:after {
	content:".";
	display:block;
	height: 0;
	visibility: hidden;
	clear: both
}

.sub_menu {
	float: left;
	width: 30%;
}

.sub_menu ul {
	padding-top: 25px;
}

.sub_menu li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	width: 70%;
	line-height: 1.5em;
}

.sub_menu li a {
	font-size: 20px;
	font-weight: normal;
	color: #494949;
	text-decoration: none;

}

.sub_menu li a:hover {
	color: #24a895;
}

.sub_menu li.on a {
	font-size: 20px;
	font-weight: normal;
	color: #24a895;
	text-decoration: none;
}

.content_w {
	float: right;
	width:70%;
}

.content_w ul {}
.content_w li {
	list-style-type: none;
}

.content_wo {
	margin:0 auto;
	width:90%;
}

.content_wo ul {}
.content_wo li {
	list-style-type: none;
}

.content_main {
	width:96%;
	margin:0 auto;
}
.content_main ul {}
.content_main li {
	list-style-type: none;
}

.map {
	width: 96%;
	margin: 0 auto;
	height: 300px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
	padding-top:30px;
}

.speakers_odd {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	overflow:hidden;
}

.speakers_event {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	overflow:hidden;
}

.speaker_mane_odd {
	background-color:#2d4f73;
	color:#FFF;
	font-size:14px;
	padding:10px;
	margin-bottom:16px;
}

.speaker_mane_event {
	background-color:#017cc0;
	color:#FFF;
	font-size:14px;
	padding:10px;
	margin-bottom:16px;
}

.speaker_mane_S {
	color:#45bbb1;
	font-size:20px;
}

.speakers_odd IMG {
	float:left;
	width:160px;
	margin-left: 10px;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbbbbb;
	padding-right:20px;
	margin-bottom:20px;
}

.speakers_event IMG {
	float:left;
	width:160px;
	margin-left: 10px;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbbbbb;
	padding-right:20px;
	margin-bottom:20px;
}

.speaker_info {
	font-size:13px;
	line-height:1.4em;
	margin-right:1%;
}

.speaker_info p {
	line-height:1em;
}

.form {
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
	padding-top:30px;
}

.form_o {
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
	padding-top:30px;
}

#footer{
	clear:both;
	margin:0 auto;
	text-align: center;
	background-color: #393939;
	padding: 20px 0 15px 0;
}

#footer img {
	width:90%;
}

.table1
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4%;
	padding-left: 0px;
}

.table1 ul {
}

.table1 li
{
	font: Arial, Helvetica, sans-serif;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	display:block;
	padding-top:8px;
}
.bgC1 {
	background-color:#FFC;
}
.bgC2 {
	background-color:#f7f7f7;
}
.bgC3 {
	background-color:#d6e7f1;
}
.bgC4 {
	background-color:#f7f7f7;
}
.bgC5 {
	background-color:#d4d4d4;
}
.title1 {
	color: #2d4f73;
	font-size: 1.2em;
	line-height: 1.5em;
}
.title2 {
	color:#5e5e5e;
	font-size:0.8em;
}
.name {
	color:#017cbf;
}
.table_b
{
	display: block;
	width: 19%;
	text-align: right;
	float: left;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 1%;
	padding-left: 4%;
	list-style: none !important;

}

.table_text
{
	display: block;
	width: 64%;
	float: left;
	margin-bottom: 8px;
	list-style: none !important;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 1%;
	padding-left: 4%;
	text-align: left;
}
.traffic {
	color:#ef7c1a;
	font-size:1.2em;
	line-height:1.5em;
}
.location {
	color:#2d4f73;
	font-size:1.2em;
	line-height:1.5em;
	}