@charset "utf-8";

body {
  margin: 0px 0px 0px 0px;
  padding: 0;
  color: #555555;
}
body { 
  font-family: "游明朝","ヒラギノ明朝 Pro W3";
  font-size: 12px;
}
a { text-decoration: none; }
a:link { color:#555555; }
a:visited { color: #555555; }

a:hover {
  color: #a8a8a8;
  font-weight: none;
  text-decoration: none;
}
header {
  width: 960px;
  height: 90px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
#global_navi {
  position: relative;
  width: 960px;
  height: 90px;
  margin: auto;
}
#global_navi ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#global_navi .title {
  float: left;
  margin: 55px 0px 0px 30px;
}
#global_navi .repeat {
  float: right;
  margin: 65px 30px 0px 0px;
}
#breadcrumb { 
  font-size: smaller;
    width: 470px;
    height: 20px;
}
#breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumb ol li { display: inline; }
#breadcrumb ol li:after {
  content: ">";
  padding-left: 0px;
}
#breadcrumb ol li:last-child:after { content: none; }
#breadcrumb {
  position: relative;
  top: 5px;
  left: 30px;
}
#wrapper {
  width: 960px;
  margin: auto;
  overflow: hidden;
}
#main {
  width: 490px;
  height: 600px;
  float: left;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}
#main ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#mainpicture {
  width: 490px;
  height: 400px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#mainpicture .large {
  width: 380px;
  height: 380px;
  margin: 40px 0px 0px 50px;
  padding: 0px;
  border: 0px;
}
#sidebar {
  width: 420px;
  height: 120px;
  margin: 20px 0px 0px 50px;
  padding: 0px 0px 0px 0px;
  border: 0px;
}
#sidebar ul li {
  width: 80px;
  height: 80px;
  margin: 0px 20px 0px 0px;
  float: left;
}
#main02 {
  width: 470px;
  height: 600px;
  padding: 0px 0px 0px 0px;
  float: right;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}
#main02 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#article {
  width: 470px;
  height: 100px;
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 10px 0px;    
  border: 0px;
}
#article ul li {
  margin-top: 6px;
  margin-left: 20px;
}
#article .title {
  font-weight: bold;  
}
#gallery {
  width: 470px;
  height: 440px;
  margin-left: 20px;
}
#gallery ul li {
  width: 120px;
  height: 120px;
  margin: 0px 20px 20px 0px;
  float: left;
}
footer {
  width: 960px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: right;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .credit {
  float: right;
  margin-top: 5px;
  margin-right: 30px;
}
footer .copyright {
  float: left;
  margin-top: 5px;
  margin-left: 30px;
}
a:hover img { opacity: 0.3; }





@media screen and (max-width : 767px){
  
  body {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }   
  img {
    max-width: 100%;
  }
  header,
  #global_navi,
  #wrapper,
  #main,
  #breadcrumb,
  footer,
  #footer_nav { 
    width: 100%;
  }
  body {
    width: 100%;
    height: auto;
  }
  header {
    width: 100%;
    height: 60px;
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;
  }
  #global_navi {
    width: 100%;
    height: 40px;
    float: none;
    margin: 60px 0px 0px 0px;
    padding: 0px;
    border: 0px;
  }
  #global_navi ul li {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  #global_navi .title {
    float: none;
    text-align: center;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    border: 0px;    
  }
  #global_navi .repeat {
    float: none;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;  
  }
  #breadcrumb { 
    display: none;
    height: 0px;
  }
  #main {
    width: 100%;
    height: auto;
    float: none;
    margin: 0px;
    padding: 0px;
    border-bottom: none;
  }
  #main ul {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
  }
  #mainpicture {
    width: 100%;
    height: auto;
    margin: 20px auto 20px auto;
    }
  #mainpicture .large {
    width: auto;
    float: none;
    text-align: center;
    margin: 0px auto;
    padding: 10px;
  }
  #sidebar {
    width: 360px;
    height: auto;
    margin: 0px auto;
    padding: 0px;
  }
    #sidebar ul {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  #sidebar ul li {
    margin: 0px auto;
    padding: 0px 10px 0px 0px;
  } 
  #main02 {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    border-top: none; 
  }
  #article {
    height: 0px;
    display: none;
  }
  #gallery {
    width: 360px;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;    
  }
  #gallery ul {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 0px 10px;
  }
  #gallery img {
    width: 75%;
    height: 75%;
    margin: 0px auto;
    padding: 0px;
  }
  #gallery ul li {
    margin: 0px;
    padding: 0px;
  }
  #gallery ul li:nth-child(3n) {
    margin-right: 0px;
  }
  footer {
    width: 100%;
    height: auto;
  }
  footer .copyright {
    float: left;
  }
  #footer_nav .credit {
    display: none;
  }
}