@charset "UTF-8";


section h2{
margin:2em 0 0.5em;
}

section h2:first-child{
margin:0 0 0.5em;
}

.staff{
margin:0 auto;
padding:1em;
text-align:center;
background-color:#F7FEF3;
}

.staff .text{
margin-top:2em;
padding:1em;
text-align:left;
background-color:#FFF;
border:1px solid #CCC; 
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}

.staff .photo img{
max-width:80%;
height:auto;
margin:1em 0;
}







#map{
clear:both;
padding-top:1em;
}

#map dt{
max-width:140px;
margin:5px auto;
text-align:center;
font-size:120%;
background-color:#333;
color:#FFF;
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
}

#map dt i{
color:#8DCF3F;
}

#map dd{
text-align:center;
}

#map dd.big-map{
padding:5px;
font-size:140%;
}

#canvas_wrapper{
clear:both;
max-width:90%;
min-width:280px;
padding:4px;
border:1px solid #CCC;  
margin:auto;
}
 
#canvas_wrapper img {
max-width:none;
}
 
#map-canvas {
width:100%;
height:300px;
}

dl.list{
clear:left;
border-bottom:#CCC solid 1px;
margin:10px auto;
padding:10px;
}

dl.list dt{
text-align:left;	
clear:left;
float:left;
width:6em;
font-weight:bold;
border-top:#CCC solid 1px;	
padding:10px;	
}

dl.list dd{
margin-left:8em;
margin-bottom:5px;
zoom:1;	
border-top:#CCC solid 1px;	
padding:10px;
}

dl.list dd li{
padding-left:12px;
background:url(../images/common/maru-orange.png) left 4px no-repeat;
}




@media all and (min-width:700px) {
	
.staff{
display:flex;
justify-content:space-between;
}

.staff .photo{
flex:30%;
}

.staff .text{
flex:60%;
margin-top:1em;
}

.staff .text p{
line-height:2;
margin-bottom:1em;
}

.staff .photo img{
max-width:70%;
height:auto;
}


#map-canvas{
height:400px;
}

dl.list{
width:80%;
}

}


@media all and (min-width:960px) {

#map-canvas{
height:500px;
}


}





