@charset "utf-8";
/* CSS Document */

body{
    font-family: "Yu Mincho", "YuMincho";
	color: #040723;
	padding-bottom: 108px;
	display: none;

}

section {
	text-align: center;
	font-size: 16px;
}

h1{
	width: 16%;
	margin:108px auto 0;
}

h1 img{
	margin-bottom:22px;
}

h1 span{
	font-weight: normal;
}

.inner {
}

dl{
	margin-top:108px;
	line-height: 2.8em;
}

dl dd.mail{
margin-top: 108px;
	}

dl dd.mail a {
	color: #040723;
text-decoration: underline;}

dl dd.mail a:hover {text-decoration: none;}

small{
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 1.8em;
    padding: 5px 0;
    background: #fff;
}

::selection {
    background: #040723;
    color: #fff;
}

::-moz-selection {
    background: #040723;
    color: #fff;
}


@media only screen and (max-width: 750px) {
	
	
section {
	font-size: 85%;
}

h1{
	width:32%;
	margin:72px auto 0;
}

dl,dl dd.mail{
	margin-top:48px;
}
	small{
		font-size:50%;
	}
}