@charset "UTF-8";

/*全ページの初期化*/
*{
	margin: 0;
	padding: 0;
}

/*全ページの色指定*/
body {
      background-color: #ffefef;
      margin-left: 45px;
}

h1 {
     text-align: center;
     margin: 30px 0 30px 0;
}
h2 {
      color: #a0522d;
      margin-left: 40px;
}
h4 {
      text-align: center;
}
h6 {
	  text-align: center;
}

a:link {
      color: #000000;
}
a:visited {
      color: #777777;
}
a:hover {
      color: #ff367f;
}
#banner {
      text-align: center;
}      
li {
      list-style-type: none;
}

/*indexページの体裁*/

#koushou {
      text-align: center;
      padding: 0 0 0 0;
}
#bukeneko {
      text-align: center;
      padding; 0 0 0 0;
}

#kousha {
      margin-top: -450px;
      text-align: center;
}
#add {
      text-align: center;
      padding: 0 0 0 0;
}
/*#kashi {
      padding: -300px 250px 0px 20px;
}
#gakuhu {
      padding: 30px 60px 0px 450px;
}*/      

.pdf {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.pdf iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
#hosoku {
	text-align: center;
}
/*校歌のページ*/
.kouka_block {
    overflow: hidden;
    zoom: 1;
}
.kouka_left {
    float: left;
    width: 48%;
    margin-left: 4%;
}    
.kouka_right {
    float: left;
    width: 48%;
}
.kouka:first-child {
    margin-left: 0;
}
.kouka:after {
    content: "";
    display: block;
    clear: both;
}

/*以下スマホの場合*/
@media screen and (max-width:560px) {
.kouka_block {
    overflow: hidden;
    zoom: 1;
}
.kouka_left {
    float: left;
    width: 48%;
    margin-left: 4%;
}    
.kouka_right {
    float: left;
    width: 48%;
}
.kouka:first-child {
    margin-left: 0;
}
.kouka:after {
    content: "";
    display: block;
    clear: both;
}
#koushou {
      text-align: center;
      padding-top: 0px;
}
#kousha {
      margin-top: 0px;
      text-align: center;
}
#add {
      text-align: center;
      padding: 0 0 0 0;
}
#bukeneko {
      width: 150px;
      height: 100ox;
}      
#kashi {
      text-align: center;
}
#gakuhu {
      text-align: center;
}      
}
