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

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  	border: 0;
	outline: 0;
 }



h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
}
     
table {border-spacing:0;}
    * html table {border-collapse:collapse;}
    *:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}


html {
	font-size: 62.5%;
}

body {
    color: #333;
    background: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
    line-height: 1.7;
    text-align: center;
}
     
    /* --- link --- */
     
a {
    color: #3C25A1;
    outline: none;
}
a:visited {
    color: #3C25A1;
    text-decoration: none;
}
a:hover {
    color: #66f;
    text-decoration: underline;
    }
     
    /* --- general --- */
     

h1 {
    margin: 0 0 1rem 0;
    font-size: 2rem;
}

h2 {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
}

h3 {
    margin: 0 0 1em 0;
    color: #333;
    font-size: 1.2rem;
}
     
p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
     
ul {
    padding: 0 0 1.5rem 2rem;
    font-size: 1.2rem;
}
ol {}
     
table {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
}



.clr{
	clear: both;
}

.page-top
{
	margin: 0 ;
	padding: 0 ;
	display: none ;
}
 
.page-top p
{
	font-size:2rem;
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.page-top p a {
	text-decoration:none;
}

.page-top p a:hover {
	color:#FF0;
}
 
.move-page-top
{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover
{
	opacity: 0.85 ;
}