@charset "utf-8";
/* ==========================================================
  @STAFF / スタッフ
========================================================== */
.inner {
	width: 860px;
	margin: 0 auto;
}
.box-detail {
	width: 420px;
	-webkit-box-shadow: 0px 0px 5px #ffc7dc;
	-moz-box-shadow: 0px 0px 5px #ffc7dc;
	box-shadow: 0px 0px 5px #ffc7dc;
	border: #fff3fe;
	background-color: #fff3fe;
	border: 1px solid #ffc7dc \9;
	text-align: center;
}
.box-detail h3 {
	color: #fff;
	background: #c7a2ff;
	font-size: 16px;
	padding: 7px 0;
}
.box-detail h4 {
    font-size: 20px;
    color: #7851e2;
    padding: 20px 0 30px;
    background: url(../images/staff/line_h4.gif) no-repeat center bottom;
}
.box-detail h4 span {
	font-size: 18px;
}
.box-detail dl {
	padding: 20px;
}
.box-detail dt {
    float: left;
    clear: left;
    width: 135px;
    margin-bottom: 10px;

    text-align: center;
    -webkit-border-radius: 15px 15px;
    -moz-border-radius: 15px 15px;
    -ms-border-radius: 15px 15px;
    -o-border-radius: 15px 15px;
    border-radius: 15px 15px;
    background-color: #feb1e1;
    font-size: 12px;
    height:19px;
    padding:2px 0;
}
.box-detail dl.w200 dt {
	width: 200px;
}
.box-detail dd {
    font-size: 15px;
    padding:2px 0;
	margin-bottom:2px;
    margin-left: 145px;
    text-align: left;
line-height:1.5em;
    margin-bottom: 10px;

}

.box-detail dd span.line3{line-height:1.9em;margin:-7px 0;display:block;}

.box-detail dl.w200 dd {
	margin-left: 210px;
}

span.catch{font-size:0.785em;display:block;color:#6A3618;}

 @media screen and (max-width: 670px) {
.inner {
	width: auto;
	padding-top: 30px;
}
.box-detail {
	width: auto;
	margin-left: 0;
	margin-bottom: 40px;
	float: none;
}
.box-detail h4 {
	font-size: 17px;
}

.box-detail h4 span.catch{font-size:0.785em;display:block;color:#6A3618;}


.box-detail dt {
	float: none;
	width: 100%;
}
.box-detail dd {
	margin: 0 0 10px;
	text-align: center;
	padding: 2px 0;
}
	.box-detail dl.w200 dt {
		width: 100%;
	}
	.box-detail dl.w200 dd {
		margin: 0 0 10px;
	}

}
