body{
	background-color: black;
	color: white;
}

	#header {
		background: black;
		z-index: 10;
		top: 0;
		left: 0;
		padding: 5px 40px;
		color: white;
	}

	#header a{
		color: white;
		font-size: 12px;
		text-decoration: none;
	}

	#header a:hover{
		opacity: 0.8;
	}

	#title,
	#infomation{
		padding: 20px 40px;
		background: rgba(0, 0, 0, 0.53);
		width: 490px;
		margin-top: 50px;
		border-radius: 0 10px 10px 0;
		overflow: hidden;
	}

		#h1_name{
			margin: 0;
			font-size: 15px;
			text-decoration: none;
			font-weight: normal;
		}

		#h2_name{
			font-family: Arial, sans-serif;
			font-weight: bold;
			font-size: 70px;
			margin: 0;
			margin-top: 20px;
		}

		#link_info{
			margin-bottom: 60px;
		}

		#link_info .link{
			background: #CF0000;
			color: white;
			text-decoration: none;
			padding: 4px 8px;
			display: block;
			width: 70px;
			text-align: center;
			border-radius: 5px;
			margin-top: 10px;
			font-size: 12px;
			float: left;
			margin-right: 10px;
		}

		#link_info .link:hover{
			background: #E90000;
		}

		#info_1st{
			margin: 0;
			font-size: 12px;
			font-family: "Lucida Console";
		}
		#info_2nd{
			margin: 0 0 20px 0;
			font-size: 12px;
			font-family: "Lucida Console";
		}
		#info_3rd{
			margin: 0;
			font-size: 12px;
			font-family: "Lucida Console";
		}

#sns_share {
	margin: 30px 0 0 0;
	display: block;
}
#sns_share img {
	width: 50px;
	height: 50px;
}
#sns_share ul {
	overflow: hidden;
	_zoom: 1;
	margin: 0 15px;
}
#sns_share li {
	display: inline-block;
	width: 50px;
	float: left;
	margin-left: 10px;
	position: relative;
	height: 90px;
}
#sns_share li:first-child {
	margin-left: 0;
}
#sns_share li a {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
}

.arrowBox {
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: black;
	text-align: center;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrowBox:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}
.arrowBox span{
	font-size: 13px;
}

@media (max-width: 1000px) {
	#title,
	#infomation{
		padding: 20px 40px;
		background: rgba(0, 0, 0, 0.53);
		width: 100%;
		border-radius: 0 10px 10px 0;
		overflow: hidden;
		margin-top: 50px;
	}

		#h1_name{
			margin: 0;
			font-size: 30px;
			text-decoration: none;
			font-weight: normal;
		}

		#h2_name{
			font-family: Arial, sans-serif;
			font-weight: bold;
			font-size: 110px;
			margin: 0;
			margin-top: 20px;
		}

		#link_info{
			margin-bottom: 90px;
		}

		#link_info .link{
			background: #CF0000;
			color: white;
			text-decoration: none;
			padding: 4px 8px;
			display: block;
			width: 160px;
			text-align: center;
			border-radius: 5px;
			margin-top: 10px;
			font-size: 27px;
			float: left;
			margin-right: 10px;
		}

		#link_info .link:hover{
			background: #E90000;
		}

		#infomation p{
			margin: 0;
			padding: 0;
		}
		#info_1st{
			margin: 0;
			font-size: 30px;
			font-family: "Lucida Console";
		}
		#info_2nd{
			visibility: hidden;
		}
		#info_3rd{
			margin: 0;
			font-size: 30px;
			font-family: "Lucida Console";
		}

#sns_share {
	margin: 30px 0 500px 0;
	display: block;
}
#sns_share img {
	width: 85px;
	height: 85px;
}
#sns_share ul {
	overflow: hidden;
	_zoom: 1;
	margin: 0 15px;
}
#sns_share li {
	display: inline-block;
	width: 85px;
	float: left;
	margin-left: 20px;
	position: relative;
	height: 150px;
}
#sns_share li:first-child {
	margin-left: 0;
}
#sns_share li a {
	display: block;
	width: 85px;
	height: 85px;
	position: absolute;
	bottom: 0;
}

.arrowBox {
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: black;
	text-align: center;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrowBox:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}

.arrowBox span{
	font-size: 25px;
}
}
