﻿@charset "UTF-8";

/* 問い合わせ
----------------------------- */

#mainContents table {
	margin-bottom: 1em;
	border-collapse: separate;
	border-right: none;
	border-top: 1px solid #ccc;
	border-spacing: 0;
}
#mainContents th,
#mainContents td {
	padding: 6px 8px;
	background: #fff;
	border-left: none;
	border-bottom: 1px solid #ccc;
}
#mainContents th { background: #f6f1e9; text-align: left;}


.indexLink { margin: 0 0 30px -5px; padding: 0;}
.indexLink li { list-style: none; float: left; margin: 0 0 0 5px; padding: 0;}

* html .indexLink { margin-left: -10px;}



/* clearfix
----------------------------- */
.indexLink { clear: both; display:inline-block;}
.indexLink:after { content:"."; display:block; clear:both; height:0; visibility:hidden;}
/* Hides from IE-mac \*/
* html .indexLink { height:1px;}
.indexLink { display:block; }
/* End hide from IE-mac */
