h3.news_midashi {
    clear: both;
    display: block;
    color: #0E3B97;
    border-bottom: 3px solid #0E3B97;
    margin: 0 0 20px 0;
    font-size: 120%;
}

h3.news_midashi_red {
    clear: both;
    display: block;
    color: #E60012;
    border-bottom: 3px solid #E60012;
    margin: 0 0 20px 0;
    font-size: 120%;
}

h3.news_midashi_red img{
	max-width: 100%;
}

.tc {
	text-align: center;
}

.phonenoarea {
    border: 5px solid #f64b00;
    padding: 20px;
    overflow: hidden;
    font-size: 1.5em;
}

/*フォトギャラリーバックナンバーカラム落ち調整*/
@media screen and (max-width: 990px) {
  #gallery .gallerybacknumber .prgItem {
    min-height: 156px;
  }
  
  #gallery .gallerybacknumber .prgItem:hover {
  background-color: #fabe00;
}
}

#gallery .gallerybacknumber .prgItem a {
    min-height: 122px;
}

/*news調整*/
#news .newsphotobox .newsphoto_one {
	height: auto !important;
	text-align: center;
}

#news .newsphotobox .newsphoto, #news .newsphotobox .newsphoto_one img{
	position: relative !important;
	max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
}

.att_txt {
	text-align: center;
}
.att_txt a{
	color: #e33814;
	text-decoration: underline;
}

.kiyaku {
	padding: 0 15px 1em;
	background-color:#e6e6e6;
	position:relative;
}

.kiyaku:after {
	border:15px solid transparent;
	border-bottom-color:#e6e6e6;
	border-top-width:0;
	top:-15px;
	content:"";
	display:block;
	left:47%;
	position:absolute;
	width:0;
}