﻿/*-----------------------------------------------------

    Title :  MMO News
    Usage :  common styles
    Edited:  2017-04-21 20:45

-------------------------------------------------------

    1. reset
    2. font
    3. typography
    4. default
    5. container

-------------------------------------------------------*/



/*  1. reset
-------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}

body {
	font-size: 62.5%;
	line-height: 1.2;
	-webkit-text-size-adjust: none;
	}

h1, h2, h3, h4, h5, h6,
input, select, button, textarea,
small {
	font-size: 100%;
	}

li {
	list-style: none;
	}

strong {
	font-weight: 700;
	}

img {
	vertical-align: top;
	}

img, abbr, fieldset, iframe {
	border: none;
	}

abbr {
	text-decoration: none;
	}

img, video {
	max-width: 100%;
	height: auto;
	}

iframe {
	max-width: 100%;
	}

object {
	outline: none;
	}

dfn {
	font-style: normal;
	}

mark {
	background: none;
	}

sup, sub {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	}

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

kbd, samp,
input, select, textarea, button {
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	outline: none;
	box-shadow: none;
	}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	}

input[type="text"],
input[type="email"],
input[type="tel"] {
	-webkit-appearance: none;
	border-radius: 0;
	}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	}

input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	}

input[type="search"]::-ms-clear {
	display: none;
	}

textarea {
	vertical-align: top;
	overflow: auto;
	}

[placeholder]::-webkit-input-placeholder {
	color: inherit;
	}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
	}

[placeholder]::-moz-placeholder {
	opacity: 1;
	}

[placeholder]:focus:-moz-placeholder {
	color: transparent;
	}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
	}

button {
	cursor: pointer;
	overflow: visible;
	}

button::-moz-focus-inner {
	padding: 0;
	border: none;
	}



/*  2. font
-------------------------------------------------------*/

@font-face { /* Font Awesome */
	font-style: normal;
	font-weight: 400;
	font-family: "Font Awesome";
	src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2) format('woff2'),
	     url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff) format('woff'),
	     url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf) format("truetype");
	}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: IcoMoon;
	src: url(../font/icomoon.ttf?yzt03i) format("truetype"),
	     url(../font/icomoon.woff?yzt03i) format("woff");
	}



/*  3. typography
-------------------------------------------------------*/

body {
	font-family: sans-serif;
	}

a {
	color: inherit;
	text-decoration: none;
	}

a:hover,
a:focus {
	text-decoration: underline;
	background-color: transparent;
	}



/*  4. default
-------------------------------------------------------*/










/*  5. container
-------------------------------------------------------*/

html {
	height: 100%;
	}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	min-height: 100%;
	background: linear-gradient(to right, rgb(86, 204, 242), rgb(47, 128, 237));
	}

@media (-ms-high-contrast: none) {

body {
	height: 100%;
	}

}

@-moz-document url-prefix() {

body {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAABCAIAAACwiyRiAAABLElEQVR42tWYQRbCMAgFk0t6ak/jBXBRq+YB4QdImnbBptFO6xcmrY/nq2gHlVLVSlTqUY2FZ/2uZ7VZCh4mFchm8sSo5Lt2PTHhBPhNDIKIKq+lUgFq+ynsRzXYZB4XlcqTSwWy7Uh1xhm8rBl56+bwzGdSWT1na6ouG9ifESqwPzMqIVdY44OS3+k2o5lPoQI7IUIF9ue5VIxtaHaEqezMu6c/T77bSa6kGmFLoUqxuCYOMYuzqIYzH/Ql2Z0GTUm1phhVisWplnJTqp73Jnp4dI8QNBNoK7AnFcgGjkeYKsXiPpMuZib/mXebkuBOGVTu6a+63GIqi+1SKmwMevcIbidZSgWyTaNKsTho+RQqO/NuM+HJD+0OJlClWNzPB25KBXqv/0+16E3vG/Gz2+lt1soMAAAAAElFTkSuQmCC) no-repeat;
	background-size: 100% 1000%;
	}

}