@charset "utf-8";

/* Google Fonts
========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400i);



/* layout
========================================================================== */

html {
	overflow-y: scroll;
}

body {
	padding-top: 220px;
	background: url(../img/index/texture.png) no-repeat top center;
}

#wrap {
	width: 100%;
	min-width: 1080px;
	min-height: 100%;
	font-size: 108%; /* 14px */
	position: relative;
}


/* selected text
-------------------------------------------------------------------------- */

::selection {
	background: #dddddd; /* Safari */
}
::-moz-selection {
	background: #dddddd; /* Firefox */
}



/* anchor
========================================================================== */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #ccc;
}

a:link,
a:visited,
a:active,
a:hover {
	outline: none;
}



/* header
========================================================================== */

header {
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	position: relative;
	zoom: 1;
}
header:after {
	content:"";
	display: block;
	clear: both;
}


/* header navi
-------------------------------------------------------------------------- */

#hnav {
	position: absolute;
	bottom: 0;
	right: 20px;
}

#hnav ul li {
	margin-left: 1em;
	float: left;
}

#hnav ul li a {
	display: block;
}



/* footer
========================================================================== */

footer {
	width: 100%;
	min-width: 1120px;
	padding: 50px 0 10px;
}

#footer {
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}

footer address {
	margin-bottom: 50px;
}
footer address h2 {
	margin-bottom: .5em;
	font-size: 129%; /* 18px */
	font-weight: bold;
}

footer p.sponsorship {
	margin-bottom: 50px;
}


/* banner
-------------------------------------------------------------------------- */

#bnr {
	margin-bottom: 30px;
}

#bnr img {
	margin: 0 15px;
}


/* copyright
-------------------------------------------------------------------------- */

#copyright {
	font-size: 86%; /* 12px */
}


/* page up
-------------------------------------------------------------------------- */

#pageup {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}



/* font-size (14px)
==========================================================================

72% = 10px
79% = 11px
86% = 12px
93% = 13px
100% = 14px
108% = 15px
115% = 16px
122% = 17px
129% = 18px
136% = 19px
143% = 20px
150% = 21px
158% = 22px
165% = 23px
172% = 24px
179% = 25px
186% = 26px
193% = 27px
200% = 28px

========================================================================== */