@charset "utf-8";

.wrap_left h2{
	font-weight: bold;
	color:#33475D;
	font-size: 1.125em;
	padding: 0.5em 0;
}

.wrap_left h2:before{
	content:"【";
}

.wrap_left h2:after{
	content:"】";
}

.d_head{
  color:#003086;
  font-size:0.965em;
  font-weight: bold;
  margin-left:-1em;
}

.d_photo figure{
width:100%;
text-align:center;
margin:0 !important;
}

.d_photo img{
display:block;
margin:8px auto 0;
width:90% !important;
max-width:300px !important;
height:auto;
}

.d_photo figcaption{
font-size:0.875em;
line-height:1.25;
margin-bottom:2em;
	max-width: 80%;
	margin: 0 auto;
}