@charset "Shift_JIS";
/* CSS Document */
html{
  scroll-behavior: smooth;
}

a {
text-decoration: none;
color:#000;
}

.style_box {
	margin: 3% auto;
}

.img_round {
  width: 120px;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
	margin-bottom: 5px;
	border: solid 0px #cb9445;
	box-sizing: border-box;
}

.img_round_s {
  width: 60px !important;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
	margin-bottom: 5px;
	border: solid 0px #cb9445;
	box-sizing: border-box;
}
.img_round_main {
  width: 70px !important;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
	margin-bottom: 5px;
	border: solid 2px #cb9445;
	box-sizing: border-box;
}

.staffinfo {
    width: 200px;
    padding: 8px;
    overflow: hidden;
}

.staffinfo p {
    overflow: hidden;
    text-align: left;

}
.staffinfoImg {
    float: left;
    margin: 0 10px 5px 0;

}


.t_P_sale {
	text-align:left;
	font-weight: 500;
	font-size:12px;
	word-break : break-all;
	line-height: 1.2rem;
}


.style_box_s {
	width: 70%;
	margin: 2% auto;
	font-size: 12px;
	margin-top:14%;
}

.style_box_s img {
	float: left;
	margin-right: 10px;
	width: 80%;
}

.style_box_s .thumb {
	width: 22%;
	margin: 0 1.5% 3%;
	float: left;
	box-sizing: border-box;
}

.style_box_s .name {
	font-size: 12px;
	line-height: 1.3em;
	padding-top: 13px;
}
.style_box_s .name2 {
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	font-weight: 500;
	padding-top: 3px;
	margin-right:15%; 
}


.style_box_s .t_P {
	font-size: 10px;
    line-height: 1.4em;
}


@media only screen and (max-width: 750px) {
	
	.Staff_l {
		width: 90%;
		margin: 1% auto 0;
		font-size: 12px;
	}
	
	.Staff_s {
		text-align: center;
	}
	
	.Staff_s img {
		float: none;
		margin: 3% auto 1%;
	}
	
	.Staff_s .name {
		font-size: 11px;
		padding: 0;
	}
	
	.Staff_s .name2 {
		font-size: 11px;
		padding: 0;
			text-align: center;
	}
	
	
	.Staff_s .t_P {
		font-size: 9px;
		line-height: 1.2em;
		text-align: center;
	}
	
	.style_box {
		margin: 6% auto 3%;
	}

	.img_round {
  	width: 120px;
  	border-radius: 90px;
  	-webkit-border-radius: 90px;
  	-moz-border-radius: 90px;
	}
	.img_round_main {
  	width: 40px;
  	border-radius: 90px;
  	-webkit-border-radius: 90px;
  	-moz-border-radius: 90px;
	}

	.img_round_s {
	/*width: 50px;
  	border-radius: 50px;
  	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;*/
	display: none;
	}
	
	
	.staffinfo {
	width: 160px;
	font-size:11px;
    padding: 3px 2px;
	}
	
	.t_P_sale {
	width: 45%;
	text-align:left;
	font-weight: 500;
	font-size:10px;
	word-break : break-all;
	margin-top: -2%;
}
	
	.Sml_l {
		font-size: 11px;
	}
	
}


@media only screen and (max-width:374px){
	
	.img_round {
		width: 70px;
		border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
	}
	
	.FL {
		width: 27%;
	}
	.FR {
		padding: 10px 0 0;
	}

}
