﻿@charset "UTF-8";

html
   {
   background-color: #FFFFFF;
   image-rendering: -moz-crisp-edges;
   image-rendering: pixelated;
   }

body
   {
   font-size: 11px;
   font-family: メイリオ, 'MS UI Gothic', 'ＭＳ Ｐゴシック', sans-serif;
   color: #000000;
   white-space: nowrap;
   line-height: 17px;
   cursor: default;
   }

input[type="text"]
   {
   font-size: 11px;
   font-family: メイリオ, 'MS UI Gothic', 'ＭＳ Ｐゴシック', sans-serif;
   color: #000000;
   margin: 0;
   border: 1px solid transparent;
   padding: 0;
   background-color: transparent;
   outline: 0px none transparent;
   border-radius: 0;
   }

input[type="text"]:focus
   {
   font-size: 11px;
   font-family: メイリオ, 'MS UI Gothic', 'ＭＳ Ｐゴシック', sans-serif;
   color: #000000;
   margin: 0;
   border: 1px solid #000000;
   padding: 0;
   background-color: #FFFFFF;
   outline: 0px none transparent;
   border-radius: 0;
   }