@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/* -- Reset Css -- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* -- Reset Css End-- */

html {
  font-size: 62.5%;
}

body {
	font-size: 100%;
	/*font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-family: "arial";
	color: #000;
	background-color: #FFF;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
	outline: none;
}

a:hover, .active {
	text-decoration: none;
	opacity: .75;
}

/* -- header -- */

header {
	position: fixed;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 99;
}

.header, .inner {
	height: 80px;
}

.inner {
	position: relative;
}

.inner {
	margin: 0 auto;
	max-width: 900px;
}

.contents {
	margin: 0 auto;
	width: 75%;
	max-width: 675px;
}

h1 {
	position: absolute;
	top: 20px;
	font-size: 2rem;
}

h1 a {
	color: #000;
}

h2 a {
	color: #000;
}
/* グロナビ */
/* PC用 */

nav.gnav {
	position: absolute;
	top: 23px;
	right: 0px;
}

nav.gnav ul li {
	display: inline-block;
	font-size: 1.5rem;
	padding: 0 0 0 50px;
	list-style: none;
}

nav.gnav ul li a {
	color: #000;
}

/* スマホ用 */
@media screen and (max-width:550px) {
	h1 {
	position: absolute;
	top: 15px;
	font-size: 1.7rem;
	}

	nav.gnav {
		position: absolute;
		top: 40px;
		left: 0px;
	}
	
	nav.gnav ul li {
		display: inline-block;
		font-size: 1.2rem;
		padding: 0 20px 0 0;
		list-style: none;
	}
}

/* contents */
.contents {
	margin-top: 75px;
	margin-bottom: 60px;
}

.wn h2 {
	padding: 5px 0 30px 0;
	font-size: 1.5rem;
}

/* PageTop */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #222;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#infscr-loading {width:100%; height:30px; clear:both; padding:30px 0; display:block; position:relative; text-align:center;}

#infscr-loading img {width:30px; height:30px; margin:0 auto; display:inline-block; position:relative;}

.navigation {text-align:center; font-size: 1.5rem;}
.navigation a {border:1px solid #000; background:#; color:#222; padding:15px 40px 15px 40px; border-radius:4px;}
.navigation a:hover {border:1px solid #000; background:#fff; color:#000;}