/* headerのssc */
ul {
    text-align: center; /* left */
    margin-top: 5px;
    font-size: 50pt;
}
  
li {
    display: inline-block;
    margin: 0 0px;
    width: 50%;

}
  
p {
    background-color: #9ef59e;
    border: solid 1px white;
    border-radius:80px;
    color: #000;
    display: block;
    width: 100%;
    line-height: 50px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: (0,0,0,0);
    cursor: pointer;
    margin-top: 30px;
    margin-bottom:1px;
}

	
section { font-size: 20pt; }
h1 {font-size: 1.5em; }
h2 {font-size: 3em; }
h3 {font-size: 2em; }
h4 {font-size: 1.25em; }
p  {font-size: 0.75em; }

.hover {
    background-color: #9ff;←hoverした際の色の設定
    border: solid 1px #f00;
}
