@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-size: 85%;

}
@media screen and (min-width:760px) {
#container{
width:90%;
margin:20px auto 0 auto;
font-size:16px;
}

h1{
margin:30px auto 30px auto;
text-align: center;
font-family: "blakely", sans-serif;
font-weight: 300;
font-style: normal;
font-size:200px;
}

h2{
margin:30px auto 30px auto;
text-align: center;
font-family: "blakely", sans-serif;
font-weight: 300;
font-style: normal;
font-size:100px;
}
}





@media screen and (max-width:759px) {
#container{
width:96%;
margin:20px auto 0 auto;
font-size:16px;
}

h1{
margin:30px auto 30px auto;
text-align: center;
font-family: "blakely", sans-serif;
font-weight: 300;
font-style: normal;
font-size:100px;
}

h2{
margin:30px auto 30px auto;
text-align: center;
font-family: "blakely", sans-serif;
font-weight: 300;
font-style: normal;
font-size:50px;
}
}


.contents{
text-align:center;
}

.error{
text-align:center;
color:#ff3300;
}

.contents a.download-btn{
width:60%;
max-width:500px;
font-family: 'Noto Sans Japanese', sans-serif;
padding:20px 20px 20px 20px;
margin:20px 0 20px 0;
background:#000000;
border-radius: 6px;
color:#FFFFFF;
font-size:16px;
display:inline-block;
}

#pwinput{
width:60%;
max-width:500px;
margin:0 auto;
display:block;
}

#pwinput label{
font-family: 'Noto Sans Japanese', sans-serif;
display:inline-block;
margin:10px 0 10px 0;
font-size:14px;
}

.c-form-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size:20px;
}

.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.input-btn{
    font-family: 'Noto Sans Japanese', sans-serif;
    padding:10px 20px 10px 20px;
    display:block;
    margin:20px auto;
    text-align: center;
    font-size:14px;
}


nav{
text-align: center;
display:block;
}
nav ul{
margin: 0 ;
padding: 0 ;

}
nav li{
list-style: none;
display:inline-block;
padding:5px 10px;
}
nav li:not(:last-child){
}
nav a{
text-decoration: none;
color: #333;
}
nav a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
