﻿@charset "UTF-8";

/* ******************************************
 * 目次
 *
 * + CONTENT
 * + テーブル
 * + フォント
 * + 
 *
 * ******************************************
 */


/* テーブル */
.access_table	{
width:420px;
margin:10px 0px 0px 0px;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
}

.access_table td{
text-align:left;
font-size: 13px;
}

.access_table img{
text-align:right;
}


/* フォント */
.font_red	{
font-size: 14px;
color:#990000;
line-height: 1.6;
}

.font_small	{
font-size: 11px;
color:#990000;
}

