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

* { margin: 0; padding: 0; border: 0; outline: 0; }

html {height: 100%; overflow : auto;}

body {
	background: #fff;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	width: 100%;
	font-size:12px;
	line-height:1.5em;
	color:#000;
	margin: 0px;
}

#wrap{
background: #7f7f7f;
width : 100%;
line-height:0;
}

#btnpagetop{
background: url("../images/btn_pagetop.png") no-repeat center;
background-size: contain;
position: fixed;
width:50px;
height:50px;
bottom: 10px;
right: 10px;
}

#btnpagetop:hover{
opacity: 0.7;
filter: alpha(opacity=70);  
}

#btnpagetop a{
width: 100%;
height: 100%;
display: block;
}


.imgMax{
	background-color: #fff;
	width:100%;
	text-align:center;
	margin:0 auto;
	line-height:0;
}

.lineWhite{
background: #FFFFFF;
width: 100%;
height: 1px;
}

.lineBlack{
background: #000;
width: 100%;
height: 1px;
}


/*  print
--------------------------------------*/

@media print {
	body {
	display: none !important;
}
}
