*{
  color: #222222;
  font-family:  sans-serif;
}

html{
  width: 100%;
  height: 100%;
}

body{
  margin: 10px;
  padding: 9px;
  /* width: auto; */
  max-width: 610px;
  background: #dcd3b2;
  margin-left:auto;margin-right:auto;
}
table{
  border-spacing: 10px;
}
td{
    border-style: none;
    vertical-align: top;
}

a {
  text-decoration: none;
  color: #4468B0;
}

a:hover {
  text-decoration: underline;
}


header{
    width: 100%;
}

.sitename{
    font-size: 2.7em;
    font-weight: bold;
}
.sitename a{
  text-decoration: none;
}

main{
  padding-bottom:50px;
}
footer{
    text-align: center;
    height: 15px;
}
.content{
    font-size: 1.1em;
}

.logo{
    background-color: #4468B0;
    border-radius: 10px 10px 10px 10px;
    padding: .23em .5em .23em .1em;
    letter-spacing: -0.18em;
    color: #dcd3b2;
    margin-right: 0.1em;
    font-family: monospace;
}
/* for Menu bar */
/* http://wwx.jp/css-navigation-menu */
.globalNav {
  list-style: none;
  font-weight: bold;
  overflow: hidden; 
  padding-left: 0;
  width: 100%;
}
.globalNav li {
    float: left; 
    border-right: 1px solid #DDD;
    /* background: #4467B0; */
    background:linear-gradient(#6785A4, #4468B0);
}
.globalNav li a {
    color:#fff;
    display: block;
    padding: 0.7em 1em; 
    text-align: center; 
}

.globalNav li a:hover{
    background:linear-gradient(#ECF3ED, #A9C1FA);
}

li.menubar {
  width: 100px;
}

/* for blog*/
p.indent {
  text-indent: 1em; 
  margin-bottom: 2em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}

.menuopen{
  display: none;
}

.menuclose{
  display: none;
}

@media screen and (max-width:629px) {
  .globalNav{
    display: none;
  }
  .menuopen{
    display: block;
    position: relative;
    background:linear-gradient(#6785A4, #4468B0);
    color: #ffffff;
    padding: 1.1em 1.2em;
    margin-top: 1em;
    text-align: center;
  }

  #menu:target .menuopen{
    display: none;
  }  
  #menu:target .menuclose{
    display: block;
    position: relative;
    background:linear-gradient(#6785A4, #4468B0);
    color: #ffffff;
    padding: 1.1em 1.2em;
    margin-top: 1em;
    margin-bottom: 0;
    text-align: center;
  }  
  #menu:target .globalNav{
    display: block;
    position: relative;
    list-style: none;
    font-weight: bold;
    overflow: hidden; 
    opacity: 0.96;
    margin-top: 0;
  }
  #menu:target .globalNav li {
    background:linear-gradient(#6785A4, #4468B0);
    float: none;
    width: 100%;
  }
  #menu:target .globalNav li a {
    color:#fff;
    display: block;
    padding: 1em 1em; 
    text-align: center; 
  }

  #menu:target .globalNav li a:hover{
    background:linear-gradient(#ECF3ED, #A9C1FA);
  }
}