@charset "UTF-8";

/*
	Theme Name: Simple Theme
	Description: 
*/

/*********************************************************
 Copyright (C) Watanabe Lab.
 All Rights Reserved.

 グローバル設定
*********************************************************/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:100%;
}

h1, h2, h3, h4, h5, .center {
	text-align:center;
}

body.custom-background {
	background-size: 100%;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    -moz-transform-origin: right bottom;
    -moz-transform: scale( 1.3 , 1.3 );
    -webkit-transform-origin: right bottom;
    -webkit-transform: scale( 1.3 , 1.3 );
}

input[type=radio] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    -moz-transform-origin: right bottom;
    -moz-transform: scale( 1.3 , 1.3 );
    -webkit-transform-origin: right bottom;
    -webkit-transform: scale( 1.3 , 1.3 );
}

input[type=range] {
  width: 300px;
  height: 5px;
  background: #eee;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

label.radio-inline{
    padding-left: 25px !important;
}

div.checkbox {
    padding-left: 5px !important;
}

/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}

a {
	border-right: 1px solid #eee;
}

#header {
    background-image:
        url("https://wtclab.tech/typing/wp-content/uploads/title2-e1513849580346.png"), 
        url("https://wtclab.tech/typing/wp-content/uploads/header2-1-e1513847439477.png");
	background-position:  10% 30%,left top;
	background-size: auto;
	background-repeat: no-repeat,repeat-x;
	text-shadow: black 2px -2px 2px, black 2px 0px 2px, black 2px 2px 2px, black -2px -2px 2px, black -2px 0px 2px, black -2px 2px 2px, black 0px -2px 2px, black 0px 0px 2px, black 0px 2px 2px;
	color: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 30px,0px;
    padding-top: 0px;
    height: 120px;
}

#main {
    padding: 1em;
}

#ok {
    color: red;
}

#ng {
    color: black;
}

#remain, #message {
    color: red;
}

#uname, #money {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
	text-shadow: black 2px -2px 2px, black 2px 0px 2px, black 2px 2px 2px, black -2px -2px 2px, black -2px 0px 2px, black -2px 2px 2px, black 0px -2px 2px, black 0px 0px 2px, black 0px 2px 2px;
}

#typing_btn, #ranking_btn, #option_btn, #help_btn {
    padding: 1em;
    font-size: 20px;
}

.footer {
  width: 100%;
  background-color: #f5f5f5;
}

#mychara_logo {
    position: absolute;
    right: 2em;
    top: 0px;
    display: none;
}

#mychara_logo img {
    width: 200px;
}

#chara_cmt {
    position: absolute;
    right: 1em;
    bottom: 0.5em;
    z-index: 10;
}

#typing_chara {
    position: absolute;
    right: 0em;
    top: 0em;
}

#typing_fukidashi {
    position: absolute;
    right: 120px;
    top: 30px;
    width: 220px;
    height: 5em;
    padding: 0.7em 3em 0.7em 0.7em;
    background-image: url(https://wtclab.tech/typing/wp-content/uploads/fukidashi.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: none;
}

.panel {
    margin: 0px;
}

.panel-body, #textinput {
    padding: 10px;
}

.navbar {
    margin: 0px;    
}

.nav-tabs a {
    padding: 5px !important;
}

.bold {
    font-weight: bold;
}

.fs1 {
    font-size: 100%;
}

.fs2 {
    font-size: 200%;
}

.fs3 {
    font-size: 300%;
}

.name_plate {
    position: absolute;
    top: 0px;
    right: 200px;
    width: 300px;
    height: 80px;
    /*background-image: url("http://star.groundnode.com/typing/wp-content/uploads/2017/12/plate.png");
    */
    background-size: cover;
    color: white;
    text-align: center;
    display: table;
}

.money_plate {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 300px;
    height: 80px;
    /*background-image: url("http://star.groundnode.com/typing/wp-content/uploads/2017/12/plate.png");
    */
    background-size: cover;
    color: white;
    text-align: center;
    display: table;
}

.disk {
    margin-left: 1em;
}

.disk li {
    list-style-type: disc;
    padding-bottom: 1.0em;
}
/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

.mt10 {
    margin-top: 1em;
}

.mb10 {
    margin-bottom: 1em;
}

.mr10 {
    margin-right: 1em;
}

.ml10 {
    margin-left: 1em;
}

.red {
    color: red;
}