/* 更新履歴スタイル */

/*******************************************************************/
/* 更新履歴 */
#whatsnew {
/*	font-size: 12px;*/
	font-size: 14px;
	line-height: 250%;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

@media (min-width: 768px) {
	#whatsnew {
		width: calc(100% - 300px);
/*		font-size: 12px;*/
		font-size: 14px;
		line-height: 250%;
		float: right;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		margin-bottom: 20px;
	}
}

#whatsnew h1 {
	font-size: 14px;
	line-height: 150%;
	color: #003A75;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #e7e8e8;
}

@media (min-width: 768px) {
	#whatsnew h1 {
		background: url(img/title_bar_type3_1.jpg) no-repeat;
	}
}

#whatsnew h2 {
	font-size: 14px;
	color: #003A75;
	margin-left: 10px;
}

.whatsnew_contents {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C97DE;
}

.whatsnew_date {
}

.whatsnew_link {
}

.whatsnew_description {
	margin-left: 20px;
}
/*******************************************************************/



