body{
	padding: 10px 0 70px;
	background:#f1d9d9;
}

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

@media screen and (min-width: 1024px){
.spNone { display: none;}
}

p.kugirisen {
border-bottom: thin #DFDDDD solid;
}

ul {
padding: 0;
margin: 0;
}

li {
margin: 0;
padding: 0;
list-style-position:outside;
}

h1
{ 
font-size:130%
} 

h2
{ 
font-size:120%
} 

h3 
{ 
font-size:120%
} 

.highlight {
		background-color:lawngreen;
}

.page_top {
    position: fixed;
    bottom: 240px;
    right: 10px;
    padding: 10px;
    background: #D8D8D8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

