@charset "utf-8";

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

.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:30px 0 60px;
	}	
	
.staffCont {
	margin-bottom:20px;
	}		
	
.staffCont div.photo{
	margin:0 0 5px;
	text-align: center;
	}
		
.staffCont p.ttl{
	background:url(../img/common_ttl_arrow.png) no-repeat 0 6px;
	padding:0 0 10px 22px;
	font-size:2.0rem;
	color:#333;
	}			
	
.staffCont .canvasBox {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0 auto 8%;
}

.borderRight {
	border-right: 1px dotted #CCC;
}

.staff_table {
	margin-bottom: 20%;
	height: 160px;
}

.staff_table dl dt {
	width: 35%;
	font-size: 1.4rem;
	float: left;
}
.staff_table dl dd {
	width: 62%;
	padding-left: 3%;
	font-size: 1.4rem;
	float: right;
}

.staff_table dl dd a {
	font-size: 1.4rem;
	text-decoration: none;
}


@media screen and (min-width:1010px) and ( max-width:1400px) {
    /* PC用　*/
}

@media screen and (min-width:1400px) {
    /* 右サイド広告がコンテンツに被らない　*/
}