@charset "UTF-8";

body{
	margin:0px;
	width: 414px;
	padding: 0px;
	height: 100%;
}

ul {
	list-style-type: none;
	margin-right: 30px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-color: #1b2538;
	position: fixed;
	width: 100%;
	
}
li {
	float: right;
	border-right: 1px solid #bbbbbb;
}
li:first-child {
	border-right: none;
	float: left;
	margin-left: 0px;
}

li:not(:last-child){
	border-right: none;
}

li a {
	display: block;
	padding-top: 14px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 3px;
	color: white;
	text-align: center;
	text-decoration: none;
}
li a:hover:not(.active){
	background-color: #a9bce2;
}
.active {
	background-color: #da3c41;
}
div#inner{
	overflow: hidden;
}

p.maegaki{
	text-align: center;
	font-size: 80%;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
    padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
}

img.title{
	margin-bottom: 0px;
	vertical-align: bottom;
	line-height: 1.0em;
}

h1{
    font-family: "Osaka-mono", "MS Gothic", "monospace";
	margin-left: 70px;
	margin-top: 100px;
	font-size: 130%;
}

p.setsumei{
	text-align: center;
	margin-bottom: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

p.nedan{
	text-align: right;
	font-size: 90%;
	margin-right: 30px;
	margin-bottom: 70px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

h2{
	text-align: center;
	font-size: 130%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

img.tyousyo{
	margin-left: 20px;
}

.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-family: Hiragino Maru Gothic ProN W4,"Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 4rem;
  text-decoration: none;
  color: #FFF;
  background-color: #E37E85;
  transition: .4s;
  text-align: center;
  border-radius: 0.5rem;
  margin-left: 60px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.btn-flat-logo:hover {
  background: #1b2538;
}

p.ettusais{
	text-align: center;
	margin-top: 100px;
	color: #4D4D4D;
}



