@charset "utf-8";
/* CSS Document（guest/index.html用） */

/*--- 黒色→緑リンクテキスト --*/
#section01 a:link{color: #000000;text-decoration: none;}
#section01 a:visited{color: #000000;text-decoration: none;} 
#section01 a:hover{color: #41B5B1;text-decoration:underline;}
#section01 a:active{color: #000000;text-decoration: none;}

/*--- 白色→黄リンクテキスト --*/
/*--- 白→黄色リンクテキスト --*/
#section01 a.link01:link{color: #ffffff;text-decoration: none;}
#section01 a.link01:visited{color: #ffffff;text-decoration: none;} 
#section01 a.link01:hover{color: #FFFC03;text-decoration: none;}
#section01 a.link01:active{color: #ffffff;text-decoration: none;}


#section01{
  margin:0px auto;
  height:1400px;
	width:100%;
  overflow:hidden;
  background:url(img/bg01.jpg) repeat center;
	background-size: cover;
}

/*ゲストサムネイル枠*/
#guestlist_box{
	width:800px;
  font-size:11px;
	margin: 10px auto;
  text-align:center;
}

#guestlist_box li{
	float:left;
	font-size:12px;
	margin-right:5px;
  margin-bottom:10px;
	text-align:center;
}

#guestdetail_box img{
	margin-bottom:5px;
}


#header{z-index:3;}

.base{position:relative;}
  
  
/*-----------フキダシ（通常）↓↓↓-----------*/
.frm_prof{
  display: none;
  position: absolute;  
	z-index: 1;
	width:500px;
	padding:5px;
	margin: 10px;
	border:solid 1px #b9b9b8;
  background-color:#3a1b0d;
  color:#FFFFFF;
  text-align:left;
  line-height:1.4;
}

.frm_prof:after {
  position: absolute;
	z-index: 1;
  bottom: 100%;
  left: 5%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #3a1b0d;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

/*-----------フキダシ↑↑↑-----------*/



/*-----------フキダシ↓↓↓-----------*/
.frm_prof02{
  display: none;
  position:absolute;
	z-index: 2;
	width:500px;
	padding:5px;
	margin: 10px;
	border:solid 1px #b9b9b8;
  background-color:#3a1b0d;
  color:#FFFFFF;
  text-align:left;
  line-height:1.4;
  right:5%;
}

.frm_prof02:after {
  position: absolute;
	z-index: 2;  
  bottom: 100%;
  right: 5%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #3a1b0d;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

/*-----------フキダシ↑↑↑-----------*/


.prof_left{
	float:left;
	width: 140px;
	text-align:center;
}

.prof_right p{
  text-align:left;
}

.mg_ifover{
  margin-left:65px;
}

.mg_ifover02{
  margin-left:90px;
}

.bg_name{
	background-color:#41B5B1;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	padding-top: 7px;
	padding-left: 5px;
  margin-bottom:10px;
}



