@charset "utf-8";
/* CSS Document */
.store_title{
	height:44px;
	line-height:44px;
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	font-size:22px;
	font-weight: bold;
	color:#018ef1;
	text-align:center;
	width:980px;
	margin:0 auto;
}
/*スタッフ*/
#staff {
	margin:30px auto;
}
#staff li {
	width:150px;
	display:inline-block;
	margin-right: 9px;
	margin-bottom:20px;
}
#staff li.last {
	margin-right:0;
}
.images {
	width:150px;
	height:150px;
	overflow:hidden;
	border-radius:100%;
}
.images a{
	width: 150px;
	height: 150px;
	display: block;
	background-repeat: no-repeat; background-position: center;
	background-size: cover;
}
#staff li dl {
	text-align:center;
	margin:10px auto;
}

/*詳細ページ*/
.staff_detail {
	top:200px;
	width:880px !important;
	padding:10px;
	background-image: url(../images/staff_2.png);
	border-radius:6px;
	z-index:999;
	left: 0;
	right: 0;	
}
.back {
	background-color:#FFF;
	margin:0 auto;
	border-radius:6px;
}
.left {
	width:480px;
	overflow:hidden;
	float:left;
	margin:10px;
}
.left img{ width: 100%;}
.right {
	float: left;
    width: 370px;
    position: relative;
    margin-right: 10px;
}
.right h3 {
	font-size:20px;
	font-weight:bold;
	background-image:url(../../common/images/border.png);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:2.0;
	padding-left:10px;
}
table {
	margin-top:10px;
	width:100%;
}
th,td {
	border-bottom:1px dotted #f0c6c6;
	padding:10px 0;
}
th {
	width:80px;
}
td {
	padding-left:10px;
}
.blue {
	background-color:#c8e8fb;
	border-radius:5px;
	padding:3px 0 3px 5px;
}
.box_close {
	position:absolute;
	top:-5px;
	right:-10px;
}
#coment {
	padding:5px 5px 5px 3px;
	box-sizing:border-box;
}
#title {
	width:70px;
	font-weight:bold;
	margin-bottom:10px;
}

#cboxClose{ display: none;}


