@charset "Shift_JIS";
/********************************************************************************************

 top

********************************************************************************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	background-color:#F8F8F8;;
}
#header{
	width:1000px;
	margin:0 auto;
	position:relative;
	height:70px;
	}
header{
	width:300px;
	height:65px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#FFF;
	position: absolute;
	top:-5px;
	left:0;
	box-shadow: 0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 5px #cccccc;
	-ms-box-shadow: 0px 0px 5px #cccccc;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0, strength=1, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=90, strength=1, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180, strength=1, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=270, strength=1, enabled=true);

}
header img{
	padding:10px 0 0 20px;
}

#wrap{
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	background:#FFF;
	box-shadow: 0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 5px #cccccc;
	-ms-box-shadow: 0px 0px 5px #cccccc;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0, strength=1, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=90, strength=1, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180, strength=1, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=270, strength=1, enabled=true);
	}
#wrap li{
	padding-bottom: 0px;
}
#wrap li:last-child{
	padding-bottom: 0px;
}
footer{
	width:100%;
	padding-top:10px;
	color:#666;
	text-align:center;
}
.nonborder{
  border:none;
  outline:none;
}
img {
  vertical-align: bottom !important;
}
.page-top
{
	margin: 0 ;
	padding: 0 ;

}

.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}

.move-page-top
{
	display: block ;
	background: #808080 ;
	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 ;
}