@charset "utf-8";

@import url(reset.css);
@import url(normalize.css);

body {
	width: 100%;
	background: #fff;
	margin: 0 auto;
}

*/
* {
    margin:0;
    padding:0;
}
a {
	color: #000;
	text-align: justify;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration: underline;
}
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}
::selection {
background: #ff0;
}
::-moz-selection {
background: #ff0;
}
img {
	border: none;
}
img a {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #666;
	text-align: left;
	font-weight: 100;
}
.category_list {
	margin: 5px 0 5px 40px;
}
.mt10 {
	margin-top: 10px;
}
h2 {
	font-family: 'Archivo Black', sans-serif;
	font-size: 50pt;
	line-height: 0.8em;
	color: #333;
	text-shadow: 50px 50px 25px #ccc;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #666;
	text-align: left;
	font-weight: 100;
}

.error {
	background: #ff6699;
	padding: 20px;
	text-align: center;
}

#head {
	width: 100%;
	height: auto;
	padding: 100px 0;
	background: #fff;
	text-align: center;
}

#head img {
	width: 800px;
	height: 350px;
	margin: 0px;
}

#head #nav {
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	font-family: 'VT323', cursive;
	font-size: 30px;
	color: #666;
}
.open {
	cursor: pointer;
	padding:10px
}
.slideBox {
	padding: 10px;
	display:none;
}
.slideBox #copy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	margin-top: 20px;
	text-align: center;
	color: #333;
	font-weight: bold;
}


#original {
	width: 900px;
	margin: 0px auto;
	text-align: center;
	margin-top: -100px;
}

#original img {
	width: 800px;
	height: 350px;
	margin: 50px 0px;
}

#original a img {
	-webkit-box-shadow: 50px 50px 50px #bbb;
	-moz-box-shadow: 50px 50px 50px #bbb;
	box-shadow: 50px 50px 50px #bbb;
}

#original a:hover img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#collabo {
	width: 900px;
	margin: 0px auto;
	text-align: center;
}

#collabo img {
	width: 800px;
	height: 350px;
	margin: 50px 0px;
}

#collabo a img {
	-webkit-box-shadow: 50px 50px 50px #bbb;
	-moz-box-shadow: 50px 50px 50px #bbb;
	box-shadow: 50px 50px 50px #bbb;
}

#collabo a:hover img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#select {
	width: 900px;
	margin: 0px auto;
	text-align: center;
}

#select img {
	width: 800px;
	height: 350px;
	margin: 50px 0px;
}

#select a img {
	-webkit-box-shadow: 50px 50px 50px #bbb;
	-moz-box-shadow: 50px 50px 50px #bbb;
	box-shadow: 50px 50px 50px #bbb;
}

#select a:hover img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#footer {
	width: 100%;
	height: 220px;
	margin-top: 100px;
	padding: 50px 0;
	background: #000;
	text-align: center;
}

#footer p {
	font-family: 'VT323', cursive;
	font-size: 24pt;
	color: #fff;
	text-align: center;
}

#footer p a {
	color: #fff;
}