@charset "utf-8";

	#mainContent a {
		color: #0060b0;
		text-decoration: underline;
	}
	#mainContent a:hover {
		text-decoration: none;
	}

	.cap, .caption{
		font-size:11px;
	}


/* 2016/09 heading START */

/*	.titleA {
		padding-left: 0;
		border-left: none;
	}*/

	.titleBox {
		overflow: hidden;
		margin-bottom: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ccc;
	}
	.titleBox span,
	.titleBox .titleC {
		display: inline-block;
		vertical-align: middle;
	}
	.titleBox span {
		color: #fff;
		font-size: 10px;
		margin-right: 10px;
		padding: 3px 10px;
		background-color: #0060B0;
	}
	.titleBox .titleC {
		font-size: 10px;
		font-weight: normal;
		line-height: 1.4;
	}
	.titleBox .titleC strong {
		display: block;
		color: #0060B0;
		font-size: 13px;
		font-weight: bold;
	}

/* 2016/09 heading END */



