@charset "utf-8";


	.floatBox p {
		float: left;
	}
	.floatBox p:first-of-type {
		width: 328px;
		margin-right: 24px;
	}
	.floatBox p:last-of-type {
		width: 348px;
	}

@media only screen and (max-width:599px) {
	.floatBox p {
		float: none;
	}
	.floatBox p:first-of-type,
	.floatBox p:last-of-type {
		width: 100%;
		margin-right: 0;
	}
	.floatBox p:first-of-type {
		margin-bottom: 20px;
	}
}


/* 2016/09 heading START */

/*	.titleA {
		padding-left: 0;
		border-left: none;
	}*/
	.titleA.ttl-bg-blue {
	    padding: 3px 8px;
	    margin-bottom: 5px;
	}

	.sportBox .titleD {
		/*color: #fff;*/
		font-weight: normal;
		padding: 5px 10px;
		background-color: #e0effa;
	}

/* 2016/09 heading END */