@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


#profile-main {
    padding: 10px;
}
#profile-works {
    padding: 15px;
    margin: 0;
}
#profile-favorites{
    padding: 15px;
    margin: 0;
}

.profile-comment {
    width: 95%;
    margin: 0 2.5%;
}
.profile-photo {
    width: 95%;

    /*margin: 0 10%;*/
}
footer {
    /*position:fixed !important;
    bottom: 0;*/
}
@media (max-width: 768px) {
    footer {
    position: static;
  }
}
/************************* Prev Next 2025.5.9 **************************/
#pagelink {
    /*width: 100%;*/
    display: flex;
    justify-content: space-between;
    
}
#pagelink > div > span,
#pagelink > div > a > span {
    font-size: 22px;
    /*color: #7C7C7C !important;*/
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5rem;
}

a {
	text-decoration: none;
	/*color: #555 !important;*/
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	}

a:hover {
	text-decoration: none;
	color: #1B1 !important;
	}
/*
div.th-img {
    transition: all .3s ease;
}
div.th-img:hover {
    box-shadow:rgba(17, 187, 17, 0.3) 0px 0px 3px 3px;
}
*/

.staff-profile img,
.staff-profile-nopop img {
    transition: all .3s ease;
}
.staff-profile img:hover,
.staff-profile-nopop img:hover {
    box-shadow:rgba(17, 187, 17, 0.3) 0px 0px 3px 3px;
}

img.profile-photo {
    width: 100%;
    height: 240px;
    object-fit: cover !important;
}



.clear {
	clear: both;
}

.clear hr {
	display:none;
}
