@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:300);

body{
	background-image: url(alpha-noize.png);
	background-attachment: fixed;
	background-color: #fcfcfe;
	font-family: 'Nunito','Noto Sans Japanese',sans-serif;
	font-weight: 200;
	line-height: 150%;
	letter-spacing:0.3em;
}

@media (min-width: 1200px) {
  .container {
    max-width: 980px;
  }
}

a{
	color: #1f9db2;
}
a:hover{
	color: #87bec7;
}
dt{
	font-weight: 400;
}
dd{
	color:#b4c2c6;
	font-size: 70%;
	margin-bottom: 1.5em;
	padding-left:1em;
}
.image{
	border-radius: 5px;
	margin-bottom:5px;
}
h3{
	margin-top:60px;
}
header{
	margin-top:50px;
	margin-bottom: 50px;
}
h1{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	font-weight: 300;
	letter-spacing: 30px;
	margin-right:-30px;
	margin-top: 50px;
}

h4{
	font-weight: 200;
	margin-top: 25px;
}

.comment{
	font-size: 30%;
	color: #999;
	font-weight: 100;
	letter-spacing: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

.tumblr img{
	width:60px;
	height:60px;
	border-radius: 5px;
	margin:5px 5px;
}

.tumblr div{
	display: inline-block;
}
.tumblr li{
	list-style-type: none;
	float:left;
}
.image{
	width:auto;
	height:auto;
	max-width: 100%;
	max-height: 100%;
}


.support{
	font-size: 80%;
}
.contact{
	border:1px solid #ccc;
	border-radius: 5px;
	padding:20px;
	margin:5px;
	background-color: #fdfdfd;
}
footer{
	margin-top:100px;
	margin-bottom:20px;
	text-align: center;
	color:#666;
}