/*
Theme Name: オンライン教室 オリジナルデザイン
Theme URI: amagi-soroban.com
Author: Bow's Design
Author URI: bows-design.com
Description: 天城そろばん教室オンライン教室のオリジナルデザイン
*/


html {font-size: 62.5%;height:100%;}

body 
{
color: #000;
margin: 0;
padding: 0;
text-align: center;
font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
font-size: 16px; font-size: 1.6rem;
letter-spacing: 3px;
line-height: 185%;
background: #edcd4a url(img/background.png) top center;
}

/****** BASE STYLE *******/

div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
list-style: none;
margin:0;
padding:0;
}

img 
{
border:0;
vertical-align:bottom;
}

a {color: #000;}
a:hover {color: #999;}

.login h1 
{
	
}
.login h1 a 
{
	width: 320px;
	height:100px;
	padding: 15px 0;
	display: block;
	background: url(https://www.amagi-soroban.com/genius-club/wp-content/themes/genius-club/img/logo.png) no-repeat center center;
	background-size: contain;
}

.login form 
{
	padding: 26px 24px 26px 24px;
}

.wp-core-ui .button-primary 
{
	background: #000;
	border-color: #000;
}

.login label {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    display: inline-block;
    margin-bottom: 3px;
}

/******** CLEARFIX *********/
.clearfix:after { content:""; display:block; clear:both; height:0; }
* html .clearfix  { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix { zoom: 1; }  /* IE7 */