@charset "UTF-8";
/* CSS Document */
div#topslide{
	width: 100%;
	display: block;
	position: relative;
	}
div#topslide:before{
	content:"";
    display: block;
    padding-top: 120%; /* 高さを幅の75%に固定 */
	}
img.topchatch{
	float: left;
	width: 40%;
	position: absolute;
	bottom: 0px;
	opacity: 0.8;
	margin: 0px;
	display: block;
	}
.img01{
	background-image: url(../image/sys/img01-sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.img02{
	background-image: url(../image/sys/img02-sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.img03{
	background-image: url(../image/sys/img03-sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
table#whatsnew_tb{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;

	}
table#whatsnew_tb th{
	text-align: left;
	color: #0075a1;
	font-size: 90%;
	padding-top: 10px;
	font-weight: 400;
	padding-left: 5px;
	}
table#whatsnew_tb td{
	text-align: left;
	margin-left: 5px;
	}
table#whatsnew_tb tr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 15px;
	line-height: 1.5em;
	
	}	
table#whatsnew_tb td, table#whatsnew_tb th, table#whatsnew_tb tr {
  display: block;
  width: 100%;
}
table#whatsnew_tb td a{
	text-decoration: underline;	
		color: #692E69;

	}



@media screen and (min-width: 730px) {
div#topslide{
	width: 85%;
	display: block;
	position: relative;
	margin-left: 15%;
	}
div#topslide:before{
	content:"";
    display: block;
    padding-top: 70%; /* 高さを幅の75%に固定 */
	}
img.topchatch{
	float: left;
	width: 30%;
	position: absolute;
	bottom: -9%;
	opacity: 1;
	left: -17%;
	}
	
.img01{
	background-image: url(../image/sys/img01-pc.png);
}
.img02{
	background-image: url(../image/sys/img02-pc.png);
}
.img03{
	background-image: url(../image/sys/img03-pc.png);
}


table#whatsnew_tb{
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	}	
table#whatsnew_tb td,table#whatsnew_tb th,table#whatsnew_tb tr{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
table#whatsnew_tb th{
	width: 170px;
	vertical-align: top;
	font-size: 95%;
	padding-top: 15px;
	padding-left: 10px;
}
table#whatsnew_tb td{
	width: calc( 100% - 180px );
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
table#whatsnew_tb tr{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}




}
