﻿@charset "UTF-8";

h1 {
	color: #ccc;
	font-size: 12px;
	margin: 0 auto;
       text-align: right;
}

h2 {
	color: #E85298;
	font-size: 17px;
       font-weight : bold;
	margin: 0px auto;
}

h3 {
       color:#000;
       font-size: 14px;
       font-weight: bold;
       background-color: #e1e1ff;
       padding-left: 5px;
}

h4 {
       color:#000;
       font-size: 14px;
       font-weight: bold;
       padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mizuiro {
       color: #5ab9ff;
}

.marker_yellow {
       background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_lime {
background: linear-gradient(transparent 60%, #66ffcc 60%);
}

.marker_water {
background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
background: linear-gradient(transparent 70%, #ffdfef 70%);
}

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

body, p, td, div {
	font-size: 15px;
	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%;
}

hr.shita {
       height: 1px;
       border: none;
       border-top: 1px #c0c0c0 solid;
       margin-bottom: 3px 0;
}

hr.ue {
       height: 1px;
       border: none;
       border-top: 1px #c0c0c0 solid;
       margin-top: 3px 0;
}

.red {
       color: #e47911;
}

.pink {
       color: #FF3366;
}

.gray {
       color: #c0c0c0;
}

.size_18 {
	font-size: 18px;
}

.size_18mono {
	font-size: 18px;
}

.size_14 {
	font-size: 14px;
}

.size_10 {
	font-size: 10px;
}

a {
	color: #000099;
	text-decoration: none;
}

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;
}

td.hidari {
       text-align: left;
}

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;
}

p.rin {
       margin: 20px 0;
}

.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; 
} 

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: 0.3em 0.9em;
   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;
}

li {
       list-style: none;
       margin-top: -1px;
       margin-left: -40px;
       padding-top: 10px;
       padding-bottom: 10px;
       padding-left: 5px;
       border-top:1px solid #CCC;
       border-bottom:1px solid #CCC;
}

/* ▼アコーディオン掲載ボックス全体の装飾(必須ではありません) */
.accordionbox { 
   margin: 5px;
   padding: 1em 0.5em;
   border: 1px dashed #ccc; }

/* ▼A:アコーディオン内の1項目の装飾 */
.accordion label {
   display: block;            /* ブロック化 */
   margin: 5px 0px;           /* 外側の余白量 */
   padding: 0.5em 1em;        /* 内側の余白量 */
   background-color: #e0e0ff; /* 背景色 */
   border-radius: 0.5em;      /* 角丸 */
   cursor: pointer;           /* マウスを指形に */
}

/* ▼B:ラジオボタンそのものを非表示にする */
.accordionbox input {
   display: none;
}

/* ▼C:チェックが入っていない項目に対するボックスは非表示にする */
.accordionbox input + label div {
   opacity: 0;        /* 不透明度(0:完全に透明) */
   padding: 0px 0px;  /* 内側の余白量 */
   height: 0px;       /* ボックスの高さ */
   font-weight: 100;  /* 文字の太さ(100:細い) */
   overflow: hidden;  /* ※アニメーション途中に文字列がはみ出ないようにするために必要 */
}

/* ▼D:チェックが入っている項目に対するボックスは表示する */
.accordionbox input:checked + label div {
   opacity: 1;        /* 不透明度(1:完全に不透明) */
   padding: 5px 0px;  /* 内側の余白量 */
   height: auto;      /* ボックスの高さ */
   font-weight: 100;  /* 文字の太さ(700:太い) */
}

/* ▼E:アニメーション効果 */
.accordionbox div {
   transition: all 0.3s ease-out 0s;   /* 各値の意味は後述 */
}  