/* ------base framework-----------------------------------------------*/

body , html {  
    height: 100%;
    margin:0;
    padding:0;
}
 
#wrap {
	width: 90%;
    margin: 0 auto;
    }
 

#contents {
    padding-bottom: 100px;
    padding-top: 180px;
}
#footer {
background-color: rgb(0, 0, 0);
    height: 2em;
    padding-top: 0.5em;
    width: 100%;
    }

/* ------reset-----------------------------------------------*/


a {
    font-weight: 900;
    letter-spacing: 0em;
    text-decoration: none;
}



ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

hr {
    border: 0 none;
    height: 0;
    margin: 0;
    padding: 0;
}
/* ------common-----------------------------------------------*/
.box {
    margin-right: 1px;
    /*width: 140px;*/
}

.paddingl {
    padding-left: 5%;
}
/* ------ nav -----------------------------------------------*/



nav {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid;
    position: relative;
    top: 0;
    width: 100%;
    left: 0px;
}
nav a:hover {
    background-color: rgb(119, 119, 119);
    color: rgb(255, 255, 255);
}



nav a{
    display: block;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    color: rgb(0, 0, 0);
    /*width: 120px;*/
}

nav ul li {
    float: left;
}
/* ------ footer -----------------------------------------------*/

#footer a{
    color: rgb(255, 255, 255);
}
#footer ul{
	text-align: center;
	font-size: 10px;
	}

/* ------ contents common-----------------------------------------------*/
.txtbold {
	font-weight: bold;
	}


/* ------ contents top-----------------------------------------------*/
#toppic {
}

#toplogo {
    margin-top: 112px;
}



#tlogo01 {
    bottom: 0px;
    left: 0px;
    position: relative;
}

#tlogo02 {
    bottom: 127px;
    left: 209px;
    position: relative;
}



#tlogo03 {
    bottom: 126px;
    left: 257px;
    position: relative;
}
/* ------ contents profile-----------------------------------------------*/
#profilepic {
	width: 44%;
    max-width: 600px;
    position: absolute;
    left: 50%;    }

#contxt a{
	font-weight: initial;
	letter-spacing: 0.1em;
	}

#gallarynav {
    margin-top: 81px;
}

nav ul {
margin-left: 7%;
}


/* ------ contents news-----------------------------------------------*/

/* ------ contents gallery----------------------------------------------*/
#gallarynav .box a {
    font-size: 11px;
    height: 26px;
    padding-top: 15px;
}


.tmb {
    margin: 1px 1px 0 0;
    padding: 0;
    width: 140px;
}

.example-image-link{
	vertical-align: top;
}

.gallery_title {
    background-color: rgb(85, 85, 85);
    color: rgb(255, 255, 255);
    font-size: 15px;
    height: 28px;
    line-height: 27px;
    padding-left: 159px;
    padding-top: 120px;
}


.gallery_end {
    clear: both;
}

.gallery_end {
    clear: both;
    margin-bottom: 132px;
}


#btn_adv {
    background-color: rgb(0, 0, 0);
    border-radius: 9px;
    color: rgb(255, 255, 255);
    display: block;
    height: 16px;
    margin-bottom: 100px;
    margin-left: 146px;
    margin-top: 23px;
    padding: 13px;
    width: 277px;
}

#btn_adv:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border:1px solid;
}

.fixed{
position: fixed !important;
}


.image-row {
    max-width: 2064px;
}
/* ----------gallery-------------------------------------------------------------------------- */

.gallery{
  margin-top: -100px;
  padding-top: 100px;
}

/* ----------youtube-------------------------------------------------------------------------- */

.youtube__padding-top {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube__padding-top iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.opusexp {
	font-weight: 100;
	font-size: 80%;
}

/* ----------etc-------------------------------------------------------------------------- */
.br::before {
	content: "\A" ;
	white-space: pre ;
}

/* ----------MediaScreen-------------------------------------------------------------------------- */

@media screen and (orientation: portrait) {

nav a {

}
}