@charset "UTF-8";
/* Clearfix
=================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from Mac IE \*/

.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

p, li {
	line-height: 1.5;
}
a {
	color:#0066FF;
	text-decoration: none;
}
a:hover {
	color:#999;
	text-decoration:underline;
}
strong{ font-weight:bold; color:#ff0000; }

html {
	-webkit-text-size-adjust: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000;
	background: #FFF;
}
#container{
	position:relative;
	width:100%;
	min-height: 1000px;
}

img{
	width: 100%;
	height: auto;
}
/*for Analytics*/
img#_ullogimgltr{width: 1px; height: 1px;}

/* page-top ------------------------------------*/
#page-top img{
	width:50%;
	height:auto;
}
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background:#000;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.hide {display:none;}