/* <system section="theme" selected="11696248318753189917"> */
body {
    width: 100%;
	height: 100%;
	font-family: 'Segoe UI','Meiryo UI', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 700;
	color: rgb(252,223,43);
	background-color: #000;
	background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/v/vinton/20130506/20130506182119.gif?1367832104);
}

#globalheader-container {
    background: #333;
    background: rgba(0,0,0,0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88333333,endColorstr=#88333333);
    color:#fff;
}

#blog-description {
    position: relative;
	width: 16em;
	font-size: 300%;
	font-weight: 400;
	margin: 20% auto;
	color: rgb(75,213,238);
	opacity: 0;
	z-index: 1;
	-webkit-animation: intro 2s ease-out;
	-moz-animation: intro 2s ease-out;
	-ms-animation: intro 2s ease-out;
	-o-animation: intro 2s ease-out;
	animation: intro 2s ease-out;
}

#blog-description a {
    text-decoration: none;
	color: rgb(75,213,238);
}

@-webkit-keyframes intro {
    0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

@-moz-keyframes intro {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

@-ms-keyframes intro {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

@-o-keyframes intro {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes intro {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
}

#title {
    position: absolute;
	width: 10em;
    left: 0;
	top: 25%;
	font-size: 10em;
	text-align: center;
	margin-left: -1.3em;
	line-height: 0.8em;
	text-shadow: -2px -2px 0 #ff6, 2px -2px 0 #ff6, -2px 2px 0 #ff6, 2px 2px 0 #ff6;
	opacity: 0;
	z-index: 1;
	-webkit-animation: logo 5s ease-out 2.5s;
	-moz-animation: logo 5s ease-out 2.5s;
	-ms-animation: logo 5s ease-out 2.5s;
	-o-animation: logo 5s ease-out 2.5s;
	animation: logo 5s ease-out 2.5s;
}

#title a {
    color: #000;
    text-decoration: none;
}


@-webkit-keyframes logo {
    0% { -webkit-transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { -webkit-transform: scale(0.1); opacity: 0; }
}

@-moz-keyframes logo {
	0% { -moz-transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { -moz-transform: scale(0.1); opacity: 0; }
}

@-ms-keyframes logo {
	0% { -ms-transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { -ms-transform: scale(0.1); opacity: 0; }
}

@-o-keyframes logo {
	0% { -o-transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { -o-transform: scale(0.1); opacity: 0; }
}

@keyframes logo {
	0% { transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { transform: scale(0.1); opacity: 0; }
}

@keyframes logo {
	0% { transform: scale(1); opacity: 1; }
	50% { opacity: 1; }
	100% { transform: scale(0.1); opacity: 0; }
}

.entry-title-link {
    color: rgb(252,223,43);
    text-decoration: none;
}

.date.first a {
    color: rgb(252,223,43);
    text-decoration: none;
}

#main {
    position: absolute;
	width: 18em;
	height: 60em;
    min-height: 30em;
	bottom: 0;
	left: 50%;
	margin-left: -9em;
	font-size: 350%;
	text-align: justify;
	overflow: hidden;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: perspective(300px) rotateX(25deg);
	-moz-transform: perspective(300px) rotateX(25deg);
	-ms-transform: perspective(300px) rotateX(25deg);
	-o-transform: perspective(300px) rotateX(25deg);
	transform: perspective(300px) rotateX(25deg);
}

#main:after {
	position: absolute;
	content: ' ';
	left: 0;
	right: 0;
	top: 0;
	bottom: 60%;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%);
	background-image: linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%);
	pointer-events: none;
}


#main-inner {
    position: absolute;
	top: 100%;
	-webkit-animation: scroll 100s linear 5s infinite;
	-moz-animation: scroll 100s linear 5s infinite;
	-ms-animation: scroll 100s linear 5s infinite;
	-o-animation: scroll 100s linear 5s infinite;
	animation: scroll 100s linear 5s infinite;
}

@-webkit-keyframes scroll {
	0% { top: 100%; }
	100% { top: -170%; }
}

@-moz-keyframes scroll {
	0% { top: 100%; }
	100% { top: -170%; }
}

@-ms-keyframes scroll {
	0% { top: 100%; }
	100% { top: -170%; }
}

@-o-keyframes scroll {
	0% { top: 100%; }
	100% { top: -170%; }
}

@keyframes scroll {
	0% { top: 100%; }
	100% { top: -170%; }
}

.section {
    width:18em;
}
ul, ol {
margin-left: 40px;
}

#footer {
position: absolute;
top: 50px;
left: 15px;
color: #fff;
}
address a {
color: #fff;
text-decoration: none;
}
.services a {
color: #fff;
text-decoration: none;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    }
#box2 {
    display:none;
}
/* </system> */