@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align:baseline;
	background:transparent;
}

body {
	margin:auto;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a:link {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#04c;
}
a:hover {
	color:#37F;
}
a:visited {
	color:#4e6593;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
    vertical-align:middle;
}

.clear {
	clear:both;
}

i {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

body {
	background: linear-gradient(270deg, #4eb49a, #f6d460);
	background-size: 400% 400%;
	-webkit-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

header {
	display:block;
	width:70%;
	margin:auto;
	color:#ffffff;
	text-shadow:#222 1px 1px 4px;
	padding-top:50px;
}
#escription {
	font-size:100%;
	line-height:145%;
}
header h1 {
	margin-top:-20px;
	font-size:250%;
	line-height:280%;
}
section {
	display:block;
	width:70%;
	margin:auto;
}
pre {
	display:block;
	width:70%;
	margin:10px 10px 10px 30px;
	background:#F1F6F9;
	padding:8px 12px;
	font-size:91%;
	line-height:124%;
	font-family:"Courier New", Courier, monospace;
	color:#122e59;
	border:#DDDDDD solid 1px;
	overflow:auto;
}

footer {
	margin:100px 0;
	text-align:right;
}
/* link button */
.css_btn_class {
	clear:both;
	font-size:12px !important;
	border-radius:5px;
	border:1px solid #dcdcdc !important;
	padding:10px 20px 6px !important;
	text-decoration:none;
	background:-webkit-linear-gradient(#ededed 5%, #dfdfdf 100% ) !important;
	background:linear-gradient(#ededed 5%, #dfdfdf 100% ) !important;
	background-color:#ededed !important;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff !important;
 	box-shadow:inset 1px 1px 0px 0px #ffffff !important;
	transition: all 0.3s ease-in-out;
}
.css_btn_class:hover {
	background:-webkit-linear-gradient(#dfdfdf 5%, #ededed 100% ) !important;
	background:linear-gradient(#dfdfdf 5%, #ededed 100% ) !important;
	background-color:#dfdfdf !important;
	transition: all 0.3s ease-in-out;
}
.css_btn_class:active {
	position:relative;
	top:1px;
}
