@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/staff/h2PageTitle.jpg?v=250407);
}

/*コンテンツ*/

div.staffBox {
	height: auto;
	width: 700px;
	padding-bottom: 70px;
	margin: 0px auto;
}

div.staffBox h3 {
	height: 100px;
	width: 700px;
	text-indent: -9999px;
	overstaff: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h3.staffTitle01 {
	background-image: url(../img/staff/h3Title01.jpg);
}

h3.staffTitle02 {
	background-image: url(../img/staff/h3Title02.jpg);
}

h3.staffTitle03 {
	background-image: url(../img/staff/h3Title03.jpg);
}

h3.staffTitle04 {
	background-image: url(../img/staff/h3Title04.jpg);
}

h3.staffTitle05 {
	background-image: url(../img/staff/h3Title05.jpg);
}

p.staffText {
	padding: 20px 20px 15px 20px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
}

div.staffBoxLeft {
	float: left;
	display: inline;
	margin-top: 30px;
	margin-left: 15px;
}

div.staffBoxRight {
	float: right;
	display: inline;
	margin-top: 30px;
	margin-right: 15px;
}

div.staffBoxRight dl {
	height: auto;
	width: 300px;
	float: right;
}

div.staffBoxRight dl dd{
	margin-top: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	text-align: left;
}
div.gotoShop {
	height: 40px;
	width: 240px;
	margin-left: 70px;
	margin-top: 30px;
	text-align: right;
}

div.gotoShop a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}


/*-------------640以下ここから-------------*/

@media screen and (max-width: 640px){

div.staffBox {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

div.staffBox h3 {
	height: auto;
	width: 95%;
	margin: 0px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	background-color: #F5FBF9;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #F5FBF9;
}

div.staffBoxLeft {
	float: none;
	display: inline;
	margin: 10px auto;
}

div.staffBoxLeft img {
	height: auto;
	width: 100%;
	background-size: contain;
}

div.staffBoxLeft img {
	margin-top: 10px;
}

div.staffBoxRight {
	float: none;
	height: auto;
	width: 100%;
}

div.staffBoxRight dl {
	float: none;
	display: inline;
	margin: 10px auto;
	width: 90%;
}

div.staffBoxRight dl dd {
	padding: 10px;
}

div.gotoShop {
	height: auto;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

}