@charset "UTF-8";
body{
	padding-bottom: 100px;
}
#contents{
	width:1000px;
	margin:0 auto;
	padding-top: 15px;
	padding-bottom: 80px;
	font-family:"Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'メイリオ', Meiryo, Verdana, Arial, sans-serif;
}

h1{
	color: #000;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 30px;
	/* display: inline-block; */
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3",'Hiragino Mincho ProN',"HGS明朝B","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
	}
	
	h2{
	color: #000;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 30px;
	display: inline-block;
	font-family: "ヒラギノ明朝 ProN W3",'Hiragino Mincho ProN',"HGS明朝B","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
	}
	
h3{
	font-size: 18px;
	margin-bottom: 5px;
	font-family: "ヒラギノ明朝 ProN W3",'Hiragino Mincho ProN',"HGS明朝B","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
}

section{
	width: 980px;
	margin: 0 auto;
	font-size: 14px;
}

@media screen and (min-width: 780px){  
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 780px){  
  .pc { display:none; }
  .sp { display:block; }
}


.speaker-title{
    margin-bottom:2px;
        }

.sub-title{
    text-align:center;

}

figure{
    text-align:center;
    margin-top: 50px;
    }
figcaption{
    margin-top:30px;
    }

figure img{
    border: 1px solid #cccccc;
    padding:15px;
}

.coment{
	width: 980px;
	margin: 0 auto;
	font-size: 14px;
}
span.pc_out{
	display: none;
	}
	
a{
	text-decoration: none;
	}
	
	

#google{
	width:1000px; 
	display:block; 
	margin-bottom:20px;
}


