html,
body {
	width: 100%;
	font-family: Arial,"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
}

#container {
	display: none;
	position: relative;
	width: 100%;
	-webkit-text-size-adjust: none;
}
#container h1 {
	margin: 120px auto 90px auto;
	width: 160px;
	height: 141px;
}
#container h2 {
	margin-bottom: 18px;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-align: center;
}
#container p {
	margin-bottom: 15px;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-align: center;
}
#container a {
	color: #111;
	text-decoration: none;
	border-bottom: solid 1px #111;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
#container a:hover {
	border-bottom: solid 1px #FFF;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
#container p#url_new {
	margin-bottom: 60px;
	font-size: 18px;
}

/*** Socials ***/

.socials {
	position: relative;
	margin-bottom: 45px;
	overflow: hidden;
}
.socials ul {
	position: relative;
	float: left;
	left: 50%;
}
.socials li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 9px;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.socials li a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/social_icons.png) no-repeat;
	overflow: hidden;
		-o-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
}
.socials li.socials_twitter a {
	background-position: 0 0;
}
.socials li.socials_facebook a {
	background-position: -40px 0;
}
.socials li.socials_pinterest a {
	background-position: -80px 0;
}
.socials li.socials_youtube a {
	background-position: -120px 0;
}
.socials li.socials_instagram a {
	background-position: -160px 0;
}
.socials li.socials_amazon a {
	background-position: -200px 0;
}
.socials li a:hover {
}
