@charset "UTF-8";

/* ================================
	Base
================================ */
/*

	text-align: center;
	margin:0 auto;



*/
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    background: transparent;  
    border: 0;  
    outline: 0;  
}  
  
body{

	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
}
body,table,input,textarea,select,option {  
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
}
  
article, aside, canvas, details, figcaption, figure,div,p,
footer, header, hgroup, menu, nav, section, summary {  
    display: block;  
	word-wrap: break-word;
}  
  
ol, ul {  
    list-style: none;  
}  
  
blockquote, q {  
    quotes: none;  
}  
  
:focus {  
    outline: 0;  
}  
  
ins {  
    text-decoration: none;  
}  
  
del {  
    text-decoration: line-through;  
}  
  
a:link {  
	color:#FFFFFF;
	text-decoration:none;
}  
  
a:visited {  
	color:#EEEEEE;
	text-decoration:none;
}  
  
a:hover {  
	color:#EEEEEE;
	text-decoration:none;
	opacity:0.7;
}  
  
a:active {  
	color:#EEEEEE;
	text-decoration:none;
}

hr{
	clear:both;
	width:100%;
	color:#999999;
}

img{
	vertical-align:bottom;
}
  
/*------------------------------------------------------------ 
main
------------------------------------------------------------*/
html,body {
}
body{
	margin:0 auto 15px auto;
	padding:0 auto;
	min-width: 990px;
	/*
	background-color:#FFF;
	*/
}

h1{
	display:none;
}

#container{
	display:block;
	position:relative;
	clear:both;
	width:990px;
	height:2700px;
	background-color:#FFF;
	text-align:center;
	margin:0 auto;
}


#point_list{
	display: none;
}




#totop{
	position:fixed;
	right:30px;
	bottom:50px;
	width:50px;
	height:50px;
	background-color:transparent;
	cursor:pointer;
}




.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
