#greeting p{
	text-indent: 1em;	
}

/*　ギャラリーボックスカスタマイズ================*/
.upts_gallerybox_imagebox {
	width:20%;
}

.unit_gallerybox {
	width:calc(100% - 66px);
    margin-bottom: 100px;
    padding: 30px;
    box-shadow: 0px 2px 16px -6px rgb(0 0 0 / 60%);
    border-radius: 0 0 30px 0;
}
.upts_gallerybox_overviewbox {
	color:#333;
}
.upts_gallerybox_titlebox span{
	font-size:0.6em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color:#B5B5B5;
	padding-left: 20px;
}
@media (max-width: 599px){
.upts_gallerybox_imagebox {
    float: none;
    margin: 0 auto;
    width: 50%;
     max-height: 100%; 
     overflow:auto; 
}
.upts_gallerybox_titlebox,.upts_gallerybox_overviewbox {
	text-align: center;
}	
}

#staff p{
	text-align: right;
	margin-top: 0;
}
#staff a {
  border-width: 0px;
  color: #111;
  transition: .4s;
	border-bottom: 1px dotted #111;
	border-radius: 0;
}
#staff a:visited {
  color: #111;
}
#staff a:hover {
	border-bottom: 1px solid #111;
}

.upts_gallerybox_titlebox span {
    font-size: 0.6em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #B5B5B5;
    padding-left: 20px;
}
@media (max-width: 599px) {
    .upts_gallerybox_imagebox {
        float: none;
        margin: 0 auto;
        width: 50%;
        max-height: 100%;
        overflow: auto;
    }
    .upts_gallerybox_titlebox, .upts_gallerybox_overviewbox {
        text-align: center;
    }
.upts_gallerybox_titlebox span {
    padding-left: 0;
}	
}
