/* CSS Document */

#StoreDisp{
}
.OrangeTxt{
	font-size:14px;
	font-weight:bold;
	color:#ff8604;
}
.Storetxt{
	margin:0px 0 0 5px;
	width:460px;
	float:left;
}
.Storetxt table{
	width:100%;
	border:1px solid #c6c6c6;
	border-collapse:collapse;
	margin:5px 0 0 0;
}
.Storetxt table th{
	border:1px solid #c6c6c6;
	background-color:#fcf4e8;
	width:80px;
	text-align:center;
	padding:5px;
}
.Storetxt table td{
	border:1px solid #c6c6c6;
	background-color:#FFF;
	padding:5px;
}

.StoreImg{
	border:2px solid #c6c6c6;
	width:164px;
	height:122px;
	float:right;
	margin:0px 10px 0 0;
}



/**********************************
　　各コンテンツ
***********************************/
.StoreIn{
	background-color:#FFF;
	padding:10px;
}
/*********/
#introTT{
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px;
	font-weight:bold;
	color:#ff8604;
}
#Store_pict{
	width:100%;
}
#Store_pict td{
	width:33%;
}
/*********/
#Disp2,#Disp3{display:none;}

#Disp2 #Map{
	border:5px solid #c6c6c6;
	height:350px;
}
.Access{
	background-color:#dad1bf;
	padding:10px 10px 5px;
	border-radius: 5px;  
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;
	margin:10px 0 0 0;
}
.Access dt{
	background-image:url(../images/detail/access_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
	color:#fa6e19;
	font-weight:bold;
	font-size:14px;
}
.Access dd{
	margin:5px 0;
}



/**************************************************
                 　スタッフ
***************************************************/
.StaffList{
}
.StaffList li{
	float:left;
	margin:0 11px 7px 0;
}
.StaffBt{
	border:3px solid #8ad8ef;
	width:200px;
	height:220px;
	display:block;
	background-color:#FFF;
}
.StaffBt img {
position: absolute;
clip: rect(0px 200px 200px 0px);
}
.StaffBt p {
padding-top:195px;
}
.StaffDisp{
	background-image: url(../images/staff/popupBck.png);
	background-repeat:no-repeat;
	width:677px;
	height:555px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-292px;
	margin-left:-349px;
	z-index:9999;
	padding:15px 10px 15px 10px;
	display:none;
}
.StaffIn{
	position:relative;
}
.upBt{
	position:absolute;
	right:-20px;
	top:-30px;
	position:999;
}
.Img1{
	background-color:#e3e3e3;
	padding:5px;
	width:350px;
	height:263px;
	float:left;
}
.Img1 img {
position: absolute;
clip: rect(0px 350px 262px 0px);
}
/******/
.StaffInfo{
	float:right;
	margin:0 0 0 10px;
	border-collapse:collapse;
}
.StaffInfo th{
	border-bottom:1px dotted #c6c6c6;
	padding:5px 0;
	width:87px;
	vertical-align:top;
	line-height:1.8em;
}
.StaffInfo td{
	border-bottom:1px dotted #c6c6c6;
	padding:5px 0px 5px 5px;
	line-height:1.8em;
}
.StaffInfo th span{
	background-color:#def1f7;
	display:block;
	padding:5px 0 5px 5px;
}
/******/
.StaffPlfNM{
	font-size:24px;
	font-weight:bold;
	color:#2599dc;
}
/******/
.Comment{
	margin:15px 0 0 5px;
}
.Comment h3{
	border-bottom:1px dotted #c6c6c6;
	padding:5px 0;
	vertical-align:top;
	line-height:1.8em;
}
.Comment h3 span{
	background-color:#def1f7;
	display:block;
	padding:5px 0 5px 10px;
}

.Comment p{
	height:80px;
	line-height:20px;
	padding:0 2px;
	overflow-y: scroll;
}

.prof{
	border:1px solid #a6a6a6;
	border-collapse:collapse;
	margin:15px 0 0 0;
}
.prof th{
	border:1px solid #a6a6a6;
	background-image: url(/store/images/TH.png);
	background-position:left 1px;
	background-repeat:repeat-y;
	width:114px;
	padding:10px 0;
}
.prof td{
	border:1px solid #a6a6a6;
	padding:10px 0 10px 15px;
}
