@charset "utf-8";
/* CSS Document */
#title{
	background-image: url(../images/title.gif);
	padding:51px 0 0 0;
}

#sitemap td {
	width:50%;
	vertical-align:top;
}
#sitemap td ul{
	margin:0 0 10px;
}
#sitemap td .siteTT{
	border-bottom:2px solid #cfcdce;
	border-right:1px solid #cfcdce;
	background-color:#f1f1f1;
	height:33px;
	line-height:33px;
	padding:0 0 0 10px;
	font-weight:bold;
	margin:0 0 5px;
	background-image:none;
}
#sitemap td li{
	background-image: url(../../common/images/pankuzu.gif);
	padding:0 0 0 28px;
	background-repeat:no-repeat;
	background-position:10px center;
	margin:0 0 3px;
}
/*========================================
 + BLOG　POPUP
========================================*/

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #FFF;
  padding: 0 0px 0px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  border:1px solid #c1c1c1;

}
#staff_popup{
}
.popup_blogBt{
	padding:0px 0;
	margin:auto;
	background-image:url(../../staff/images/staff.jpg?20160915);
	width:704px;
	height:280px;
	position:relative;
}
#popup_staffBt1{
	position:absolute;
	bottom:20px;
	right:245px;
	background-image:url(/staff/images/store01.png);
	width:208px;
	padding:83px 0 0 0;
	height:0;
	overflow:hidden;
}
#popup_staffBt2{
	position:absolute;
	bottom:20px;
	right:10px;
	background-image: url(/staff/images/store02.png);
	width:219px;
	padding:83px 0 0 0;
	height:0;
	overflow:hidden;
}
#popup_staffBt1:hover,#popup_staffBt1.selected,#popup_staffBt2:hover,#popup_staffBt2.selected{
	background-position:0 -83px;
}

.closeBtn{
	position:absolute;
	right:10px;
	top:10px;
}
