@charset "UTF-8";
/* CSS Document */
p a{
	color: #fff;
	text-decoration: underline;
}
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #ffffff;
	padding-bottom: 50px;
	background: #000 url(../img/bg.jpg) top center / cover no-repeat fixed;
}  

#bg {
	background-color: rgba(0, 0, 0, 0.6 );
	height: 100vh;
	position: fixed;
	opacity: 0;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: -2;
}
#gNav {
	background-color: transparent;
	border: none;
	font-weight: bold;
}
#gNav a{
	text-decoration: none;
}
#gNav button {
	border: none;
}
#gNav .navbar-brand {
	opacity: 0;
	display: none;
}

@media (min-width: 768px) {
#gNav .navbar-brand {
	display: inline;
}
}
#gNav ul {
	background-color: #333333;
	opacity: 0.9;
}

@media (min-width: 768px) {
#gNav ul {
	background-color: transparent;
}
}
#sNav {
	background-color: rgba(34, 34, 34, 0.6 );
	border: none;
}
#sNav a {
	color: #ffffff;
}
#sNav .navbar-toggle {
	display: inherit;
}
#index {
	background-color: transparent;
	height: 100vh;
	color: #fff;
	position: relative;
}
#index #indexBox {
	margin-top: 10px;
}

@media (min-width: 768px) {
#index #indexBox {
	margin-top: 10vh;
}
}
#index #indexBox h1 {
	margin:20px 30px 30px;
}
@media (min-width: 768px) {
#index #indexBox {
	margin:20px auto 30px;
}
}

#index #indexBox #outline p {
	font-size: 18px;
}
#index #indexBox #facebook {
	margin-top: 30px;
}
#index #scroll {
	position: absolute;
	bottom: 15vh;
	width: 100%;
}
#index #scroll a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.8;
}
#fotter {
	border-top: 1px solid #fff;
	margin-top: 50px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#contents {
	min-height: 100vh;
}
.ggmap {
	position: relative;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


.articleHeader{
	margin: 20px 0 30px;
	text-align: center;
}
.articleContent{
	text-align: center;
}

h3{
	/*border: dotted 1px #fff;*/
	padding: 5px 0;
	margin-bottom: 30px;
	
}
#guestspeaker .name{
	font-size: 24px;
	margin-top: 20px;
	font-weight: bold;
}
#guestspeaker .job{
	font-size: 16px;
	font-weight: bold;
}
#guestspeaker .speaker{
	margin-bottom: 50px;
}
#schedule .date{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 40px;
}
#schedule #scheduleC{
	margin: 20px 0;
}
#schedule .time{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
#schedule .title{
	font-size: 18px;
}
#schedule .content{
	margin-bottom: 40px;
}


.supportspecialist a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border: dotted #fff 1px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	
}
.supportspecialist a:hover{

	background-color: #ccc;
	color: #000;
}