@charset "utf-8";
/* CSS Document */


.bg_whitecont{
	width:100%;
	height:auto;
	overflow:hidden;
		padding:96px 0;
/*	padding:12px 0 36px;*/
}
.width_thousan {
	width:1100px;
	margin: 8px auto;
	overflow: hidden;
}
@media screen and (max-width:1100px){
.width_thousan {
	width:94%;
	height:auto;
	margin: 0 auto 0;
}
}
.bg_whitecont{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:42px 0 56px;
}
 /*-----------------------------------
whatsnew 改
-------------------------------------*/
.whatsnew {
	width: 100%;
	height: 220px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
	overflow-y: auto;
/*	border-top: 2px solid #8d805e;*/
/*	border-top: 2px solid #c0b391;*/
	border-top: 2px solid #cfc3a5;
	border-bottom: 2px solid #cfc3a5;
	text-align:left;
	box-sizing: border-box;
}
.whatsnew dd {
	width: 12%;
    font-size: 16px;
	float: left;
	color: #9d9d58;
	box-sizing: border-box;
}
.whatsnew dt {
	width: 88%;
	float: left;
	color: #808080;
	box-sizing: border-box;
}
.whatsnew dt a{
color: #0e538d;
    text-decoration: none;
}
.whatsnew dt a:hover{
color:#3c7be4;
    text-decoration:underline;
}
@media only screen and (max-width:779px){
.whatsnew {
	width: 100%;
	height: 250px;
	font-size: 13px;
	overflow-y: auto;
	text-align:left;
}
.whatsnew dd {
	float: left;
	color: #9d9d58;
}
.whatsnew dt {
	width: 400px;
	float: left;
}
}
@media only screen and (max-width:480px){
.whatsnew {
	width: 100%;
	height: 150px;
	font-size: 13px;
	overflow-y: auto;
	text-align:left;
}
.whatsnew dd {
	width: 22%;
font-size:11px;
font-weight:normal;
	float: left;
	color: #9d9d58;
}
.whatsnew dt {
	width: 78%;
	float: right;
}
}
.newstopic{
	width:98%;
	margin:8px 0;
	padding: 0 0 8px 8px;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	clear:both;
}
.newstopic a:hover{
color:#3c7be4;
}
/*タイトル囲み無し*/
.whatsnewtitleB{
	width:100%;
	height:auto;
	color:#91a0a7;
	padding: 8px 0 0;
box-sizing: border-box;
}
.whatsnewtitleB p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	line-height: 200%;
	color: #21467b;
	/*color: #525252;*/
	text-align:center;
    margin-bottom: 6px;
}
@media only screen and (min-width:481px) and (max-width:800px){
.whatsnewtitleB{
	width:100%;
	height:auto;
}
}
@media only screen and (max-width:480px){
.whatsnewtitleB{
padding-top: 2px;
font-size: 16px;
	width:100%;
	height:auto;
	color:#91a0a7;
}
.whatsnewtitleB p{
	font-size: 16px;
}
}
/*タイトル囲み無し文字brwon*/
.whatsnewtitleBrwn{
	width:100%;
	height:auto;
	color:#91a0a7;
	padding: 8px 0;
box-sizing: border-box;
}
.whatsnewtitleBrwn p{
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	line-height: 200%;
	color: #c7bca3;
	text-align:center;
		padding: 8px 0 36px;
}
@media only screen and (min-width:481px) and (max-width:800px){
.whatsnewtitleBrwn{
	width:100%;
	height:auto;
}
}
@media only screen and (max-width:480px){
.whatsnewtitleBrwn{
padding-top: 2px;
font-size: 14px;
	width:100%;
	height:auto;
	color:#c7bca3;
}
.whatsnewtitleBrwn p{
	font-size: 20px;
}
}