﻿@charset "UTF-8";

H1{
  color: #e85298;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}

H2{
  color: #000000;
  font-size: 14px;
  margin: 0px auto;
}

img {
    max-width: 100%;
    height: auto;
}

BODY, P, TD, DIV{
  font-size: 14px;
  font-family: Verdana, "Droid Sans", Roboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

BODY{
  color: #000000;
  background-color: #FFFFFF;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -o-text-size-adjust: 100%;
        text-size-adjust: 100%;
}

html,body{

      margin: auto;
      padding: 0 5px;

}

.red{
       color: #ff0000;
}

.size_18{
  font-size: 18px;
}

.size_18mono{
  font-size: 18px;
}

.size_14{
  font-size: 14px;
}

.size_10{
  font-size: 10px;
}

.gray{
       color: #C0C0C0;
}

A{
  color: #0E1BBB;
  text-decoration: none;
  font-weight:bold;
}

A:hover{
  color: #FF0000;
  text-decoration: underline;
}

table{
       width:100%;
       table-layout: fixed;
       border-collapse: collapse;
       border: 1px #000 solid;
}

td {
       border-collapse: collapse;
       border: 1px #000 solid;
       text-align: left;
       vertical-align: middle;
       height: 50px;
}

p.right {
       text-align: right;
}

p.center {
       text-align: center;
}

p.haba_14 {
       margin-top: 0;
       margin-left: 14px;
}

p.haba_17 {
       margin-top: 0;
       margin-left: 17px;
}

.rin {
       margin-bottom: 10px;
}

p.takasa15 {
       line-height: 1.7em
}

.kasen {
     border-bottom:1px solid;
     padding-bottom:1px;
}

.btn {
       background: #EEE;
       border: 1px solid #DDD;
       border-radius: 4px;
       -moz-border-radius: 4px;
       -webkit-border-radius: 4px;
       color: #111;
       width: 100px;
       padding: 10px;
}

.btn_link{
    width:200px;
    height:30px;
    line-height:30px;
}
.btn_link a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
    border:1px solid #0E1BBB;
    color:#0E1BBB;
    font-size:14px;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    transition: all 0.5s ease;
}
.btn_link a:hover{
    background:#0E1BBB;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
    box-shadow:none;
}

a.kakomi {
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   /* ▼角丸 */
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   /* ▼余白 */
   padding: 7px;
   margin: 0px 0.3em;
   /* ▼文字装飾 */
   text-decoration: none;
   /* ▼背景 */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
   background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
   background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
   /* ▼行高 */
   line-height: 2em;
   /* ▼空白・改行の扱い */
   white-space: nowrap;
}

.zentai {
    color: #0E1BBB;
    position: relative;
}
.zentai a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}