@charset "UTF-8";

html{
	height:100%;
	background-color:#000;
}

body{
	height:100%;
	color: #fff;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ΰSVbN" , "Yu Gothic" , "ΰSVbNΜ" , "YuGothic" , "qMmpS Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "CI" , Meiryo , "lr oSVbN" , "MS PGothic" , sans-serif;
}

a{
	transition:0.3s ease-in-out;
}

a:link {
	color: #fff;
	text-shadow:0px 0px 0px transparent, 0px 0px 5px #000;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-shadow:0px 0px 0px transparent, 0px 0px 5px #000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-shadow:0px 0px 0px transparent, 0px 0px 10px #fff;
	text-decoration: none;
}


/*----wb_[--------------------------------*/
header{
	width:240px;
	height:140px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10;
}


/*----eTCgΦΜN--------------------------------*/
#site_link{
	height:100%;
	display:-webkit-flex;
	display:flex;
	/*directionvpeB*/
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	/*΅¦*/
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}

.run-site{
	width:200px;
	border:1px solid #fff;
	background-color:rgba(256,256,256,0.2);
	box-shadow:0px 0px 32px 8px rgba(0,0,0,0.5);
	padding:8px;
	margin:16px;
	z-index:11;
}

.site-win{
	width:200px;
	height:133px;
	overflow:hidden;
}

.site-win img{
	width:100%;
	height:auto;
	-webkit-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
}
.site-win img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.run-site h2{
	width:100%;
	border-top:1px dashed #fff;
	margin-top:8px;
	padding-top:8px;
	font-weight:normal;
}


/*----tb^[--------------------------------*/
footer{
	position:fixed;
	bottom:16px;
	right:16px;
}

footer p{
	font-size:88%;
	color:#fff;
	text-shadow:0px 0px 0px transparent, 0px 0px 5px #000;
}