@charset "UTF-8";

/* 
 * common class
 * 2007.7.11
 *
 * Color Cordination
 * Key Color: #004097(Blue)
 * Sub Color: #0085cd(Blue)
 *
 */

/* = = = = = = = = = =
 *
 * clearfix
 *
 * = = = = = = = = = = */
div.comMultiColumnWrapper
{
    overflow: hidden;
}
div.comMultiColumnWrapper:after
{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div.comMultiColumnWrapper
{
    height: 1em;
    overflow: visible;
}
/**/

/* = = = = = = = = = =
 *
 * common class
 *
 * = = = = = = = = = = */
.notice
{
	color: #6c0;
}
ul.listmenu li
{
	margin-bottom: 3px;
	padding-left: 8px;
	background: url(../img/common/arrow_r.gif) no-repeat left center;
}
ul.listmenu li a
{
	color: #f60;
}
ul.listmenu li a:hover
{
	color: #f90;
}

/*
 * common table
 * - - - - - - - - - - */
table.comList th,
table.comList td
{
	padding: 3px;
	border: 1px solid #ccc;
}
table.comList th
{
	padding: 9px;
	background: #0092c3;
	color: #fff;
	text-align: center;
}
table.comList th.routeName
{
	width: 12em;
}
table.comList td.routeName
{
	padding: 9px;
}
table.comList table.inner td,
table.comList table.inner th
{
	padding: 0;
	border: 0;
}
table.comList table.inner td.spot
{
	font-size: 84%;
}
table.comList table.inner td.seeDetail
{
	text-align: right;
}
table.comList table.inner td.icon
{
	padding:0 3px 2px 0;
}

/* 文字がはみでて、デザインが崩れる対策 2007.11.13 saeki,kakinuma */

td{ word-wrap:break-word;}
td p.scroll{ overflow:auto; }