@charset "utf-8";

/* ****************************************************************************************************
   * body
**************************************************************************************************** */

body { margin:0; padding:0; font:13px/1.5 "メイリオ",Meiryo,sans-serif; }

/* ****************************************************************************************************
   * link
**************************************************************************************************** */

a { text-decoration:underline; outline:none; }

a:hover { text-decoration:none; }

a:hover img { opacity:0.8; }

/* ****************************************************************************************************
   * title
**************************************************************************************************** */

h1, h2, h3, h4, h5, h6, small, address { margin:0; padding:0; font-size:100%; font-weight:normal; font-style:normal; }

/* ****************************************************************************************************
   * text
**************************************************************************************************** */

p { margin:0; padding:0; }

p + * { margin-top:1em; }

* + p { margin-top:1em; }

/* ****************************************************************************************************
   * image
**************************************************************************************************** */

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

/* ****************************************************************************************************
   * table
**************************************************************************************************** */

table {
    font-size:inherit;
    font:100%;
    empty-cells:show;
    font-size: 21px;
}

/* ****************************************************************************************************
   * form
**************************************************************************************************** */

form { margin:0; padding:0; }

form button:hover,
form input[type="submit"]:hover,
form input[type="image"]:hover { opacity:0.8; }

input,
textarea,
select,
button { font-size:inherit; vertical-align:middle; }
