@charset "Shift_JIS";

/* --------------------------------------------------------------
tag
-------------------------------------------------------------- */

#contents a.home {
	display:block;
	background:url(/topics/images/bt_home.png) 0 0 no-repeat;
	width:274px;
	height:35px;
}

#contents a.home:hover {
	background-position:url(/topics/images/bt_home.png) 0 -35px no-repeat;
}

#contents table.commconTbl {
	width:100%/* 690px */
}
#contents table.commconTbl th {
	width: 20%;
  white-space: nowrap;
}
#contents table.commconTbl td {
	width: 80%;
}


#contents table.emTbl {
	margin-bottom: 1.5em;
}
#contents table.emTbl td {
	background: #0bc3af;
	color: #fff;
	border: none;
	padding: 15px 10px;
}
#contents table.emTbl td a {
	display: block;
	color: #fff !important;
	padding-left: 30px;
	position: relative;
	font-size: 112%;
}
#contents table.emTbl td a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 10px;
	top: 8px;
}

#contents{
	background: none;
	width: 956px;
}
#contents h2{ margin: 24px 0 24px 33px;}

#main div.flame div.flame_top div.flame_btm p {
	margin: 0;
}