@charset "utf-8";

/* Google Fonts
========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);



/* layout
========================================================================== */

html {
	overflow-y: scroll;
}

body {
	background:#e8dabc;
	margin:20px;
}

#wrap {
	width: 100%;
	min-width: 960px;
	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;
}



/* global navi
========================================================================== */

#gnav {
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	zoom: 1;
}
#gnav:after {
	content:"";
	display: block;
	clear: both;
}

#gnav ul li {
	width: 180px;
	float: left;
}

#gnav ul li a {
	padding: 2em 0;
	display: block;
}



/* breadcrumb
========================================================================== */

#breadcrumb {
	width: 1080px;
	margin: 0 auto 1em;
	padding: 0 20px;
	text-align: left;
	zoom: 1;
}
#breadcrumb:after {
	content:"";
	display: block;
	clear: both;
}

#breadcrumb ul li {
	margin-right: .25em;
	font-size: 86%; /* 12px */
	float: left;
}

#breadcrumb ul li a {
	text-decoration: none;
}
#breadcrumb ul li a:after {
	width: 1em;
	margin-left: .25em;
	content: "\f105";
	color: #333;
	font-family: FontAwesome;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
}



/* footer
========================================================================== */

footer {
	width: 100%;
	min-width: 1120px;
	height: 150px;
	background: #f8f8f8;
	position: absolute;
	bottom: 0;
}

#footer {
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}


/* copyright
-------------------------------------------------------------------------- */

#copyright {
}


/* 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

========================================================================== */