@charset "utf-8";

/* 全てのサイズ共通 */

@media screen and (max-width:767px) { 
    /* スマートフォン用　*/

.ttlEntry {
	background:#672729;
	color:#fff;
	font-size:2.0rem;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:40px;
	}	
	
.contArea {
	padding: 5% 0;
	}	
	
.staffCont {
	margin-bottom: 10%;
	}		
	
.staffCont div.photo {
	display: none;
}
		
.staffCont p.ttl {
    text-align: left;
    font-size: 2.2rem;
    font-weight: bold;
    color: #D9B079;
}
	
.staffCont .canvasBox {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto 10%;
}

.borderRight {
	border-bottom: 1px dotted #666;
}

.staff_table {
    width: 100%;
	margin-top: 20px;
}

.staff_table dl {
	border-bottom: 1px dotted #D2D2D2;
	margin-top: -10px!important;
}

.staff_table dl dt {
	font-size: 1.8rem;
}

.staff_table dl dd {
	font-size: 1.4rem;
}

.staff_table tr td a {
	text-decoration: none;
}

}
@media screen and (min-width:768px) and ( max-width:1010px) {
    /* タブレット用　*/
	
.ttlEntry {
	background:#672729;
	color:#fff;
	font-size:2.0rem;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:40px;
	}	
	
.contArea {
	padding: 0;
	}	
	
.staffCont {
	width: 100%;
	padding-bottom: 5%;
}
	
.staffCont div.photo {
	width: 80px;
}

.staffCont div.photo img {
	width: 100%;
}

.staffCont p.ttl {
    position: absolute;
    top: 60px;
    left: 100px;
    text-align: left;
    font-size: 4rem;
    font-weight: bold;
    color: #D9B079;
}
	
.staffCont .canvasBox {
    display: block;
    height: 300px;
    margin-left: 5%;
    float: left;
}
.borderRight {
	border-bottom: 1px dotted #666;
	margin-top: 3%;
}

.staff_table {
    width: 52%;
    float: left;
	margin-top: 3%;
}
.staff_table dl {
	border-bottom: 1px dotted #D2D2D2;
	margin-top: -10px!important;
}

.staff_table dl dt {
	font-size: 1.8rem;
}

.staff_table dl dd {
	font-size: 1.4rem;
}

.staff_table tr td a {
	text-decoration: none;
}
	
.tabTop {
	margin-top: 3%;
}
	
}

