﻿@charset "utf-8";

/*------------------------------------------------*/
/*  template ver1.0  */
/*------------------------------------------------*/
/*  templatename [--]  */
/*  update []  */
/*  ID [NT]  */
/*------------------------------------------------*/


/*　login　*/
/* -----------------------------------------------*/
body {
 background-color:#ffffff;
}
.login h1 a {
 background-image: none, url("../images/logo.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: auto 120px;
 display: block;
 font-size: 20px;
 height: 120px;
 line-height: 1.3em;
 margin: 0 auto 20px;
 outline: 0 none;
 padding: 0;
 text-indent: -9999px;
 width: 320px;
}
@media screen and (max-width:767px) {
.login h1 a {
 background-image: none, url("../images/logo.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: auto 90px;
 height: 90px;
 margin: 40px auto 40px;
 width: 280px;
}
}