/* about.php */
.about {
    margin: 0 auto;
    max-width: 800px;
}
.about p {
    color: #000;
    font-size: 16pt;
}
/* profile.php */
.profile {
    margin: 0 auto;
    position: relative;
}
.profiletable {
    margin: 0 auto;
    position: center;
    margin-top: 25px;
    border-collapse: collapse;
    max-width: 640px;
}
.profiletable td {
    padding: 30px 20px;
    border-bottom: 1px solid #3399CC;
}
@media (max-width: 1000px) {
    .prof {
        display: block;
    }
    .profile {
        margin: 0 auto;
    }
    .profile img {
        width: 100%;
    }
}
/* discography.php */
.disul {
    padding: 0;
    text-align: center;
}
.disul li {
    background: #fff;
	display: inline;
	font-weight: bold;
	padding: 0 5px 0;
}
.disul li:not(:last-child) {
    border-right: 1px solid #3399CC;
}
.divpic {
    position: relative;
}
.divpic img {
    position: absolute;
    right: 0px;
    width: 512px;
    z-index: -100;
}
.archcredits {
    text-align: right;
}
.archcreditsspan {
    color: #555;
    background: #eee;
}
.divdesc {
    width: 60vw;
}
.divshadow {
    text-shadow: 0 0 5px #fff;
}
.discoline{
    width: 80%;
    color: #3399CC;
    margin:0 auto;
    border-bottom: 1px solid;
}
@media (max-width: 1000px) {
    .divpic img {
        opacity: 0.5;
    }
    .divdesc {
        width: 100%;
    }
}
.divlink {
    width: 100%;
}
.yticon {
    display: flex;
    font-size: 25px;
}
.yticon img {
    width: 256px;
    height: 256px;
}
.p1 {
    margin-top: 63px;
}
.p2 {
    display: flex;
    font-size: 18px;
    margin-left: 20px;
    color: #3399CC;
}
.p3 {
    margin-left: 20px;
}
.divlink {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.p4 {
    width: 125px;
    height: 10px;
    font-weight: 600;   
    color: #fff;
    background: #3399CC;
    border: 1px solid #3399CC;
    display: inline-block;
    line-height: normal;
    border-radius: 25px;
    padding: 20px 40px 35px 40px;
    margin: 50px 0;
}
.p4:active {
    color:#000;
}
.line {
    min-width: 0px;
	max-width: 1920px;
	margin: 0 auto;
    margin-top: 80px;
    padding: 3px 15px;
    border-top: 1px solid #3399CC;
    text-align: center;
}
.backcolor {
    margin: 50px 0;
    max-width: 100%;
    background: #fff;
}
@media (max-width: 1000px) {
    .backcolor {
        margin: 0;
    }
}
.table {
    color: #3399CC;
    font-weight: bold;
    font-size: 20px;
}
/* link.php */
.splink {
    position: absolute;
    padding: 15px 15px;
}
.splinkspan {
    display: inline-block;
    font-size: 10pt;
    padding: 15px 50px;
    border: 1px solid #3399CC;
    background: linear-gradient(to bottom, #eee7 0%, #eee0 100%);
}
.linkcontainer {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
}

.linkcontainer > div {
    width: 300px;
    padding: 50px 0;
}
.linkcontainer > div .linkimg {
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.linkcontainer > div img {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.link2 {
    max-width: 600px;
}
.lccolor {
    font-size: 20px;
    font-weight: bold;
    color: #3399CC;
}
.lcfooter {
    padding: 0;
}
.lcfooter div {
    padding: 0;
    width: 300px;
    max-width: 500px;
}
.lcfooter > div img {
    position: relative;
}
@media (max-width: 1000px) {
    .linkcontainer {
        display: block;
    }
    .linkcontainer > div {
        margin: 0 auto;
    }
    .splink {
        right: 0;
        text-align: center;
        position: relative;
        padding: 10px 10px;
    }
    .splinkspan {
        font-size: 16pt;
        padding: 15px 15px;
    }
}
/* board.php */
.fontboard {
    font-size: 20px;
    text-align:center;
}
.fontboard2 {
    font-size: 20px;
}
/* sitemap.php */
.nobold ul li {
    font-weight: bold;
}
.nobold ul li ul li {
    font-weight: normal;
}
