
/****************************************************


               「  CODES BY POHRORO  」
                @ http://pohroro.com
	          Modified CSS Base
             v1.2.0 | Updated: 06/02/17
      Source: github.com/necolas/normalize.css
      Do not use this file outside of my themes.
 

****************************************************/

html {
    font-family: sans-serif;
    line-height: 1.7;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

article, figure, footer, main, menu, nav, section {
    display: block;
}

audio, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
}

button, optgroup {
    cursor: pointer;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="search"] {
    -webkit-appearance: textfield
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:active, a:hover {
    outline: 0;
}

b, strong {
    font-weight: 700;
}

h1 {
    margin: 0;
}

small, sub, sup {
    font-size: 100%;
}

img {
    border: 0;
}

hr {
    border: 0;
    border-top: 1px solid;
    box-sizing: content-box;
    height: 0;
}

pre {
    white-space: normal;
}

code {
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

#padding {
    font: 7px/4px Arial;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 55px;
    height: 18px;
    right: 8px;
    bottom: 10px;
    display: block;
    padding: 10px 3px;
    border-radius: 3px;
    position: fixed;
    z-index: 999999999999999 !important;
}

#padding a {
    font: italic bold 15px/17px Times New Roman;
    text-transform: lowercase;
    letter-spacing: -1px;
}