﻿@charset "utf-8";

h1{
    color: #F90;
    text-align: center;
    font-family: 'Dela Gothic One', cursive;
}
.serchBox1{
	text-align: center;
}
.serchBox2{
    text-align: center;
}
.textbox{
    text-align: center;	
}
a{
	margin-left: 14px;
}
p{
	margin-bottom: 8px;
}
.list li{
	margin-bottom: 24px;
}
.background{
	background-image: url("../拝啓.gif");
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
	background-position: center center;
	background-attachment: fixed;
}
.navbar{
	background-color: aqua;
	background-image: url("../太陽.gif");
	background-repeat: no-repeat;
}
.navbar-brand{
	margin-left: 70px;
	background-image: url("../雲.gif");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
}


