@charset "UTF-8";
.modal-content {
	width: 50%;
	margin: 0 ;
	padding: 10px 20px ;
	border: 1px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
.modal-content a{
	color: rgba(32,96,224,1);
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
.button-link {
	color: rgba(32,96,224,1);
	text-decoration: none;
}
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}
#modal-close{
    float:right;
}
/*=========== PHOTO ==============*/
.epiphoto{
  width: 100%;
  margin: 20px;
  overflow: hidden;
}
.epiphoto img {
  width: 100%;
  border: 1px solid #CCCCCC;
}
.epiphoto dl {
  float: left;
  padding-right: 2px;
  text-align: center;
}
.epiphoto dd {
  margin-left: 0px;
  width: 280px;
}
.epiphoto dt {
  float: left;
  clear: left;
  width: 100%;
  height: 1.6em;
  background-color: #ffffff;
  font-weight: bold;
}

/*
  * スマホ用 メディアクエリ--------------------------------------------------------------------
*/
/*---- スマホの時だけ改行 ----*/
@media only screen and (min-width: 640px){
 h2 br{ display:none;}
 h5 br{ display:none;}
}
@media screen and (max-width: 640px) {
.epiphoto dl.pc { display: none;}

.modal-content {
	width: 90%;
    height: 90%;
	margin: 50px 0 ;
	padding: 50px 20px ;
	border: 0px solid #aaa ;
	background: #fff ;
	position: fixed;
	display: none ;
	z-index: 2 ;
    font-size: 12px;
}
.modal-content a{
	color: rgba(32,96,224,1);
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
.button-link {
	color: rgba(32,96,224,1);
	text-decoration: none;
}
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}
#modal-close{
    float:right;
}
/*=========== PHOTO ==============*/
.epiphoto{
  width: 100%;
  margin: 0px;
  overfrow:scroll;
}
.epiphoto img {
  width: 100%;
  border: 1px solid #CCCCCC;
}
.epiphoto dl {
  float: none;
  text-align: center;
}
.epiphoto dd {
  margin: 0px auto;
  display: block;
  width: 280px;
}
.epiphoto dt {
  float: left;
  clear: left;
  width: 100%;
  height: 1.6em;
  background-color: #ffffff;
  font-weight: bold;
}

}