@charset "utf-8";
/* CSS Document */

.box_photo {
    margin-bottom: 50px;
}
.box_photo dl {
    float: left;
    margin: 0 7px 15px 0;
}
.box_photo dt {
    overflow: hidden;
    width: 137px;
    height: 90px;
    position: relative;
}
.box_photo dt img {
  position: absolute;
  width: 100%;
  height: auto;
}
.box_photo dd {
    float: right;
	font-family: 'VT323', monospace;
	color: #EDB96C;
}


.box_other2 {
	width: 20%;
	float: left;
}
.box_other2 p {
	text-align: right;
	letter-spacing: 0.1em;
}
.box_other3 {
	width: 70%;
	float: right;
	padding-left: 5%;
	border-left: 1px solid #e6e6e6;
	margin-bottom: 70px;

}
.box_other3 dt{
	font-weight: bold;
	line-height: 1.5em;
	margin: 15px 0;
}
.box_other3 dd {
	font-size: 75%;
	line-height: 1.7em;
}

