@charset "UTF-8";
/*====================================
	for mechanic.html
	Date of 2016.7.8
====================================*/

.mechanicIndex {
	font-size: 130%;
	margin-bottom: 5px;
}
.photo {
	position: relative;
	margin-bottom: 10px;
}
.photo img {
	display: block;
}
.name {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	padding-top: 2px;
}
.name span {
	font-size: 105%;
	color: #FFF;
	padding-left: 15px;
}
.lead {
	color: #C30C22;
	font-size: 115%;
	margin-bottom: 10px;
}
.comment {
	font-size: 90%;
}

/* 769px～ */
@media print, screen and (min-width: 769px){
.mechanicIndex {
	font-size: 150%;
	margin-bottom: 10px;
}
.photo {
	margin-bottom: 20px;
}
.lead {
	font-size: 130%;
}
.comment {
	line-height: 1.9em;
}
.name {
	padding: 4px 0 2px 0;
}
.name span {
	font-size: 120%;
}
}