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

/*-------------------------------
	共通
--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	max-height: 9999999px; 
}
body {
	color:#000;
	font-size:14px;
	font-family:"Noto Sans JP", "Yu Gothic", YuGothic, "メイリオ", Miryo, sans-serif;
	font-weight:400;
	text-align:left;
	-webkit-text-size-adjust:100%;
}
p,li,dt,dl {
	line-height:1.6;
}
a {
	color:#009AC9;
	transition: background-color 0.4s;
}



.top-info-box {
	padding-bottom:20px;
	margin:20px;
	border-bottom:dashed 1px #333;
}
.top-info-day {
	color:#FFF;
	font-size:14px;
	line-height:28px;
	padding:0 10px;
	margin-bottom:5px;
	display:inline-block;
	border-radius:14px;
	background-color:#AFDDDA;
}
.top-info-ttl a {
	font-size:16px;
	font-weight:600;
	text-decoration:none;
}
.top-info-ttl a:hover {
	text-decoration:underline;
}
.top-info-txt {
	font-size:14px;
}
@media only screen and (max-width:600px){
body {
	font-size:14px;
}
.top-info-box {
	padding-bottom:20px;
	margin:20px;
	border-bottom:dashed 1px #333;
}
.top-info-day {
	color:#FFF;
	font-size:13px;
	line-height:28px;
	padding:0 10px;
	margin-bottom:5px;
	display:inline-block;
	border-radius:14px;
	background-color:#AFDDDA;
}
.top-info-ttl a {
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
.top-info-txt {
	font-size:14px;
}
}