@charset "utf-8";
/*============================================================

	◆お役立ち情報

============================================================*/


/* グローバルナビ */

#gNav > ul > li:nth-of-type(5) > a {
	background: #333;
	color: #fff100;
}
#gNav > ul > li:nth-of-type(5) > a span {
	color: #fff;
}

#gNav > ul > li:nth-of-type(5) > a:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	content: "";
	display: block;
	background: #1d9fe2;
}


/* コンテンツ */

#title:before ,
#title .inner {
	background-image: url(../images/info/title.jpg);
}


.content section {
	margin-bottom: 0;
}


.content table {
	border: none;
}

.content table td {
	padding: 0;
	border: none;
	font-size: inherit;
}



/* MyKomonのCSSを上書きして初期化 */

#contents {
	font-size: inherit;
	line-height: inherit;
}
#contents table {
	font-size: inherit;
	line-height: inherit;
}
#mkcontents {
	font-size: inherit;
	line-height: inherit;
}
#mkcontents table {
	font-size: inherit;
	line-height: inherit;
}

#mkcontents dl.content-news, #mkcontents dl.news-top {
	word-break: break-all;
	margin: 0;
	padding: 0;
}
#mkcontents dl.content-news dt, #mkcontents dl.news-top dt {
	display: table;
}
#mkcontents dl.content-news dt .news-title, #mkcontents dl.news-top dt .news-title {
	display: table-cell;
}
#mkcontents dl.content-news dt .news-date, #mkcontents dl.news-top dt .news-date {
	display: table-cell;
	padding-left: 12px;
	white-space: nowrap;
	color: #999;
}


/* 不要な要素を非表示＆余白調整 */

#mkcontents section > div > div {
	display: none;
}

#mkcontents section > div > div.article {
	display: block;
}

#mkcontents section > div > div.article table tbody {
	background: #fff;
}

n#sec4 {
	margin-bottom: 20px;
}

#sec2 h2 {
	margin-bottom: -50px;
}

#sec4 h2 {
	margin-bottom: -5px;
}

#sec5 h2 {
	margin-bottom: -20px;
}

#sec2 table ,
#sec4 table ,
#sec5 table {
	text-indent: -1em;
}


/* TKC */

.tkc {
	margin-bottom: 40px;
	}
	.tkc:after {
		display: block; 
		clear: both; 
		height: 0; 
		content: "."; 
		visibility: hidden;
		overflow: hidden;
		font-size: 0.1em;
		line-height: 0;
	}

.tkc li {
	float: left;
	margin: 0 15px 10px 0;
	height: 53px;
}
.tkc li:last-child {
	margin: 0 0 10px 0;
}
/*
.tkc li {
	float: left;
	margin: 0 15px 10px 0;
	height: 43px;
	line-height: 43px;
}
*/
.tkc li img {
	vertical-align: middle;
}
