﻿@charset "utf-8";

/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
	color:#d58b0e;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}


/*----------------------
  Original CSS
----------------------*/
body{
	color:#444;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

h2{
	margin-bottom:10px;
	font-weight:bold;
	font-size:140%;
}

h2 span{
	padding:0 10px;
	font-weight:bold;
}

h3{
	margin:10px 0 5px;
}

a{
	color:#ce411c;
	font-weight:bold;
}

a:hover{
	color:#ce411c;
}

span a{
	font-weight:normal;
}

.paragraph{
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #ce411c;
}

ul.summary li{
	line-height:1.5em;
	text-indent:-3em;
	padding-left:3em;
}

ul.summary li:last-child{
	line-height:1.3em;
}

ul.summary span{
	font-weight:bold;
}

/*めがね*/
#smartglass{
	margin:10px auto;
	width:400px;
}

#future{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*タイムテーブル*/
.time{
	margin:0 0 5px;
}

.time .col-md-2{
	padding:15px;
	font-weight:bold;
	line-height:1em;
}

.time .col-md-10{
	padding:15px;
	border-bottom:1px dotted #e46d1e;
	background:#fff;
	line-height:1.3em;
}

#timeSchedule dl{
	margin-bottom:7px;
}

#timeSchedule dt{
	display:inline-block;
	width:100px;
	font-weight:bold;
	vertical-align:top;
}

#timeSchedule dd{
	display:inline-block;
}

.timeParallel{
-webkit-background-size: 22px 22px;
-moz-background-size: 22px 22px;
background-size: 22px 22px;
background-color: #e76d18;
background-image: -webkit-gradient(linear, 0 100%, 100% 0,
            color-stop(.25, #ffa618), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffa618),
            color-stop(.75, #ffa618), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(45deg, #ffa618 25%, transparent 25%,
          transparent 50%, #ffa618 50%, #ffa618 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, #ffa618 25%, transparent 25%,
          transparent 50%, #ffa618 50%, #ffa618 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, #ffa618 25%, transparent 25%,
          transparent 50%, #ffa618 50%, #ffa618 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, #ffa618 25%, transparent 25%,
          transparent 50%, #ffa618 50%, #ffa618 75%,
          transparent 75%, transparent);
background-image: linear-gradient(45deg, #ffa618 25%, transparent 25%,
          transparent 50%, #ffa618 50%, #ffa618 75%,
          transparent 75%, transparent);
}

.timeParallel .col-md-2{
	color:#444;
	text-shadow:1px 1px 0px #fff;
}

.timeParallel2{
-webkit-background-size: 22px 22px;
-moz-background-size: 22px 22px;
background-size: 22px 22px;
background-color: #555;
background-image: -webkit-gradient(linear, 0 100%, 100% 0,
            color-stop(.25, #333), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #333),
            color-stop(.75, #333), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(45deg, #333 25%, transparent 25%,
          transparent 50%, #333 50%, #333 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, #333 25%, transparent 25%,
          transparent 50%, #333 50%, #333 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, #333 25%, transparent 25%,
          transparent 50%, #333 50%, #333 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, #333 25%, transparent 25%,
          transparent 50%, #333 50%, #333 75%,
          transparent 75%, transparent);
background-image: linear-gradient(45deg, #333 25%, transparent 25%,
          transparent 50%, #333 50%, #333 75%,
          transparent 75%, transparent);
}

.timeParallel2 .col-md-2{
	color:#fff;
	text-shadow:1px 1px 0px #000;
}

.timeParallel2 .col-md-10{
	border-bottom:1px dotted #ce411c;
}

/*表彰*/
ul.prize li span{
	display:inline-block;
	width:130px;
}

ul.speaker li{
	line-height:1.5em;
	font-weight:bold;
}

ul.speaker li span{
	padding-left:5px;
	font-weight:normal;
	font-size:80%;
}

#map{
	margin-top:20px;
}

#footer{
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}

#footer a{
	display:inline-block;
	margin-right:15px;
	font-weight:normal;
}

#footer #shuyaku{
	margin-bottom:15px;
	font-size:85%;
}

/*Social Button*/
#socialButton{
	position:absolute;
	top:10px;
	right:10px;
	width:100%;
}

.fb_iframe_widget{
	float:right;
}

#twitter-widget-0{
	float:right;
	width:100px;
	margin:2px 0 0 10px;
}





/*パネリスト*/
ul.panelist li{
	width:100%;
	margin:0 10px 10px 0;
	padding:10px;
	min-height:246px;
	background:#efefef;
	/*box-shadow:rgba(0, 0, 0, 0.298039) 0 0 3px;*/
}

ul.panelist li:hover{
	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}

/*写真
ul.panelist li dt{
	width:150px;
	height:150px;
}
*/
img.img-responsive{
	margin:0 auto;
	width:100%;
}

/*名前*/
ul.panelist li dd{
	padding-top:5px;
	font-size:115%;
	font-weight:bold;
}

ul.panelist li span.shi{
	padding-left:3px;
	font-size:70%;
}

ul.panelist li p.post{
	margin:5px 0 0 0;
	font-size:70%;
	font-weight:normal;
	line-height:1.2em;
}


li.moderator{
	position:relative;
	overflow: hidden;
}

li.moderator p.ribon{
	display: inline;
}

li.moderator p.ribon span{
    color:#fff;
    font-weight:bold;
    font-size:60%;
    position: absolute;
    display: inline-block;
    right: -23px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 12px;
    background: #d93131;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

/*プロフィール詳細（ポップアップ）*/
a.fancybox{
	color:#333;
}

.profileDetail{
	display:none;
	padding:10px;
	max-width:600px;
}

.profileDetail dt{
	float:left;
	width:150px;
	height:150px;
}

.profileDetail dd{
	padding:5px 0 0 170px;
	font-size:150%;
	font-weight:bold;
}

.profileDetail span.shi{
	padding-left:3px;
	font-size:70%;
}

.profileDetail p.post{
	margin:0;
	font-size:60%;
	font-weight:normal;
}

.profileDetail dd.career{
	font-size:85%;
	font-weight:normal;
	line-height:1.3em;
}

/*fancybox*/
.fancybox-inner{
	overflow:hidden !important;
}