@charset "utf-8";

/*
---------------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  font-size: small;
   font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana
,"ＭＳ Ｐゴシック",sans-serif;
  color: #333;
  background-color:		rgba(255,255,200,0.5);
}

h1, h2, h3, h4, h5, h6, h7 {
  color: #222;
}



h1 {
    color: #08088A;
    font-size: xx-large;
}


h2 {
    font-size: medium;
    color: #1C1C1C;
}


h3 {
      font-size: x-large;

}


h4 {
    font-size: large;
    color: #0174DF;
}


h5 {
    font-size: x-large;
    color: #0101DF;
}


h6 {
    font-size: large;
    color: #DF7401;
}  


h8 {
  font-size: small;
  color: #585858;
}

a:link, a:visited {
  color: #37c; 
}

section, article, nav, header, main, footer {
  display: block;
}

/*
---------------------------------------------------- */
#page {
  margin: 0 auto;
  width: 1200px;
}

#site-box {
          width :1200px;
          padding: 10px 15px 15px 20px;
}
/*padding 上　下　右　左*/

#a-box {
          
          clear: both;
          float: left;
          width: 1170px;
}


#a-1box {
          padding: 0px 0px 0px 0px;
          float: left;
          width: 765px;
}

#a-2box {
          padding: 0px 0px 0px 15px;
          float: left;
          width: 360px;
}

#b-box {
          padding: 0px 10px 10px 0px;
          float: left;
          width: 600px;
}

#c-box {
          padding: 80px 10px 10px 0px;
       
          float: left;
          width: 580px;
}

#d-box {
          padding: 0px 10px 10px 0px;
          clear: both;
          float: left;
          width: 600px;
}

#e-box {
          padding: 0px 10px 10px 0px;
          clear: both;
          float: left;
          width: 600px;
}


#f-box {
          padding: 80px 10px 10px 0px;
          float: left;
          width: 580px;
}


#g-box {
          padding: 40px 0px 0px 0px;
          float: left;
          width: 585px;
}


#h-box {
          padding: 40px 0px 0px 0px;         
          float: left;
          width: 585px;
}


#gh-box {
                   
          float: left;
          width: 1170px;
}


#z-box {
          clear: both;
          float: left;
          width: 700px;
}

p {
  line-height: 1.7;
}

p2{
   line-height: 1.0
}


a:link, a:visited {
  color: #37c; 
}



#copyright {
  clear: both;
}

/*
---------------------------------------------------- */
header img {
  display: block;
}
#logo {
  margin: 20px 0;
}



/*
---------------------------------------------------- */
nav ul {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 #fff, 1px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 1.0;
  background: url(/~nakajima/cybathlon/images/p_pt_0012_l_pt_00125.jpg) repeat-x bottom;
} 

nav li, nav a {
  display: block;
}

nav li {
  float: left;
  border-right: 1px solid #ddd;
}


nav a {
  padding: 15px 25px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
}

nav a:hover {
  background: url(/~nakajima/cybathlon/images/p_pt_0012_l_pt_00125.jpg) repeat-x bottom;
}
nav #current a {
  color: #333;
  background: url(/~nakajima/cybathlon/images/p_pt_0012_l_pt_00120.jpg) repeat-x bottom;
}


/*
---------------------------------------------------- */
footer {
  border-top: 1px solid #ccc;
}

#copyright {
  padding-top: 20px;
  text-align: center;
  color: #999;
}

/*ページトップボタン*/

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

////////////////////////////////////////
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 400px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    //display: inline;    
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ffba47;
    font-weight: bold;
    background: #fff2cc;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
/*
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}
*/

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
/*
.cssacc:checked + label:before {
    content: '\f078';
}
*/
