@import url(featured_slide.css);
@charset "utf-8"; 

/*----------------------------------------- General Style -------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,textarea{ 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
body{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; /*フォントの種類指定(左から優先順位)*/
	font-size: 15px; /* フォントサイズ指定(%はブラウザに設定した標準文字サイズ(通常16px)に対する値)*/
	color: #fff; /*文字色指定*/
	background-color: #000;
}

.container, .content{
	position:relative;
}

a{
	outline:none;
	text-decoration:none;
	color:#7fff00;
}

a:hover	{
	color:#bfff7f;
	text-decoration: underline;
}

.clr{
	clear: both;
}

h1 {
	color:#7fff00;
	font-size: 40px;
	vertical-align: baseline;
}

h2{
	font-size:16px;
	color:#333333;
	font-weight:bolder;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	background: #f3f3f3; /* Old browsers */
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);

}

h3{
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #6e6e6e; /* Old browsers */
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	text-align: left;

}

h3 a{
	color:#fff;
}

h3 a:hover{
	color:#7fff00;	
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	line-height: normal;
	color:#fff;
}

.indent {
	padding-left: 20px;
	padding-right: 6px;
	font-size: 90%;
	line-height: 2;
	color:#fff;
	margin-bottom: 40px;
}

ul.fBox li{
	float:left;
	display:inline;
	padding: 5px;
	width: 120px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 10px;
	margin-right: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: center;
	color:#fff;
}

.fBox a {
	display: block;
	color: #fff; /*文字色指定*/
}

.fBox a:hover {
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
	color: #7fff00; /*文字色指定*/
	cursor: pointer; /*マウスカーソルの形状を指定(pointerはリンクカーソル)*/
}


ol, ul {
	list-style: none; /*リストマーカーの種類指定(noneはなし)*/
}


/* ----------------------------------------------Header-------------------------------------*/
#header{
	position:relative;
	display:block;
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;	
	margin-left: auto;
	width: 960px;
	}

.title{
	position:relative;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.fl_left{
	float:left;
	padding-top: 14px;
	padding-left: 20px;
	}

.fl_right{
	float:right;
	padding-top: 14px;
	padding-right: 30px;
	text-align: right;
	//font-family: 'Poller One', cursive; /*Webフォントの種類指定*/
	color: #fff; /*文字色指定*/
}

.fl_right a {
	color: #fff; /*文字色指定*/
}

.fl_right a:hover {
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
	color: #7fff00; /*文字色指定*/
	cursor: pointer; /*マウスカーソルの形状を指定(pointerはリンクカーソル)*/
}


/*-------------------------------------------wrapper---------------------------------------*/
.wrapper{
}

.wrapperall{
	padding-top: 5px;
	padding-right: 15;
	padding-left: 15;
	position:relative;
	display:block;
	width:960px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* -----------------------------------------navi--------------------------------- */
.navi{
	display:block;
	float:left;
	width:200px;
	padding-left: 20px;
	//font-family: 'Poller One', cursive; /*Webフォントの種類指定*/
	font-size:14px;
	line-height: 2;
}
	
div#sideNavi {
	float: left;
	width: 200px;/*180px*/
}

div#sideNavi li{
	padding: 5px 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: -1px;
	width: 190px;
}

div#sideNavi li a {
	width: 190px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	position: relative;
	color: #fff;
}

div#sideNavi li a:hover {
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
	color: #7fff00; /*文字色指定*/
	cursor: pointer; /*マウスカーソルの形状を指定(pointerはリンクカーソル)*/
}

a.current {
	color: #7fff00 !important; /*文字色指定*/
}


/* ----------------------------------------- contents-------------------------------------*/
.main{
	display:block;
	float:right;
	width:700px;
	margin-right: 20px;
	min-height:100%;
　	_height:100%;
}

.main .contents{
	display:block;
	padding-right:0px;
	padding-left:70px;
	border: none;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	

/* ----------------------------------------- contents anchor -------------------------------------*/

.anchor li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-top: -1px;
	margin-right: 10px;
	float: left;
	text-align: center;
	font-size: large;
	width: 200px;
}

.anchor li a {
	display: block;
	color: #fff; /*文字色指定*/
}

.anchor li a:hover {
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
	color: #d9333f; /*文字色指定*/
	cursor: pointer; /*マウスカーソルの形状を指定(pointerはリンクカーソル)*/
}


/* ----------------------------------------- contents registration -------------------------------------*/

.registration li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background: #6e6e6e; /* Old browsers */
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	margin-top: -1px;
	margin-right: 10px;
	float: left;
	text-align: center;
	font-size: large;
	width: 454px;
}

.registration li a {
	color:#fff;
}

.registration li a:hover {
	color:#7fff00;	
	text-decoration: none;
}


/* ----------------------------------------- presenters page -------------------------------------*/

.presenter li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-top: -1px;
	margin-right: 10px;
	float: left;
	text-align: center;
	font-size: large;
	width: 130px;
}

.presenter li a {
	display: block;
	color: #fff; /*文字色指定*/
}

.presenter li a:hover {
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
	color: #7fff00; /*文字色指定*/
	cursor: pointer; /*マウスカーソルの形状を指定(pointerはリンクカーソル)*/
}


/* ----------------------------------------- top page -------------------------------------*/

.toppage {
	position: absolute; /*ボックスの配置方法(fixedは固定配置)*/
	left: 440px; /*左からの距離(positionで指定している場合に適用)*/
	top: 340px; /*上からの距離(positionで指定している場合に適用)*/
	//font-family: 'Poller One', cursive; /*Webフォントの種類指定*/
	font-size: 1.2em; /* フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	//text-transform: uppercase; /*大文字と小文字の変換を指定するプロパティ(uppercaseは全ての文字を大文字に変換)*/
}

.toppage a{
	display: inline-block;
	margin: 0px 4px;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	font-size: 20px;
	border: none;
	background: #65cc00;
	color: #fff; /*文字色指定*/
}

.toppage a:hover {
	display: inline-block;
	font-size: 20px;
	margin: 0px 4px;
	color: #ffffff;
	background: #7fff00;
	padding: 10px 20px 10px 20px;
	color: #fff; /*文字色指定*/
	cursor: pointer;
}



.copyright {
	position: absolute; /*ボックスの配置方法(fixedは固定配置)*/
	tex-align: center; /*左からの距離(positionで指定している場合に適用)*/
	top: 600px; /*上からの距離(positionで指定している場合に適用)*/
	color: #666; /*文字色指定*/
}

.news {
	position: absolute; /*ボックスの配置方法(fixedは固定配置)*/
	left:61px; /*左からの距離(positionで指定している場合に適用)*/
	top: 430px; /*上からの距離(positionで指定している場合に適用)*/
	color: #666; /*文字色指定*/
	width: 861px;
}

.news p {
	top: 51px; /*上からの距離(positionで指定している場合に適用)*/

	margin: 0;
	font-size: 1em;
	width: 861px;
	left: 63px;
	line-height: 40px;
	padding-left: 20px;
	margin-top: 10px;
}

td.host{
	vertical-align: middle; 
}
	

/* ----------------------------------------- speakers -------------------------------------*/
.profileList {
	border:1px solid #ccc;
}
.profileList th,
.profileList td {
	padding:5px;
	margin-bottom:10px;
}

.profileList th img{
	height: 49px;
	width: 49px;
}

.profile h4 {
	color:#fff;
	font-size: 182%;
	font-weight:bold;
	margin-bottom: 1.3em;
	text-align:left;
}

.profile img.photo {
	border: 1px #bcbaa3 solid;
	width: 100px;
	margin-bottom: 30px;
	margin-left: 30px;
	float:right;
}

.profile td.txt{
	padding-right:25px;
}

.profile img.listBtn{
	margin-top:25px;
}


#sparkerList {
	border-left:1px solid #a4a690;
	border-right:1px solid #a4a690;
	border-bottom:1px solid #a4a690;
}

#sparkerList li{
	padding:9px 0 9px 15px;
	border-top:1px solid #a4a690;
	border-bottom:1px solid #676a5d;
	font-size:93%;
	background: url(img/arrow03.gif) no-repeat 2px 50%;
}

#sparkerList li.active {
	background: url(img/pnavi_on.gif) repeat 0 0;
	font-style:italic;
}

.speakerBtn td a{
	text-decoration:none;
}

.speakerBtn td.none {
	background-image: none;
}

/*----------------------------------------- Footer ------------------------------------------*/
.footer{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 36px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	z-index: 9999;
	text-align: center;
	margin-bottom: 20px;
}
.wrapper .wrapperall .main .contents table tr td {
	vertical-align: top;
}
.wrapper .wrapperall .main .contents table tr td .profileList tr td {
	color: #fff;
}
.wrapper .wrapperall .main .contents div {
	font-size: 13px;
}

/*--------------------------------------- application button -------------------------------------*/
.app{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:400px;
	padding-top: 10px;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Calibri;
}

.app a{
	display: inline-block;
	margin: 0px 4px;
	padding: 0px 40px 0px 40px;
	color: #ffffff;
	line-height: 80px;
	font-size: 20px;
	border: none;
	background: #58b200;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;	
	border-radius: 5px;
}

.app a:hover{
	display: inline-block;
	padding: 0px 40px 0px 40px;
	font-size: 20px;
	line-height: 80px;
	margin: 0px 4px;
	color: #ffffff;
	background: #7fff00;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;	
	border-radius: 5px;
}