@charset "utf-8";
#contents main select {
	border: 1px solid #333;
	padding: 5px;
}
#contents main input[type="submit"],
#contents main input[type="button"]
{
	border: 1px solid #333;
	padding: 5px;
	cursor: pointer;
}

#contents .main{
	padding: 0 0.6em 0.6em;;
}
#contents .detail_link{
	text-align: center;
	margin-top: 2em;
}
#contents .detail_link li{
	display: inline-block;
	margin-bottom: 0.5em;
}

#trend #contents .main{
	font-size: 80%;
}
#trend #contents div.switching{
	text-align: right;
	margin: 0.8em 0;
}
#trend #contents ul.nav{
	margin-bottom: 0.5em;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
#trend #contents ul.nav:nth-of-type(2){
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#trend #contents table.calendar{
	width: 100%;
	border-collapse: collapse;
}
#trend #contents table.calendar th,
#trend #contents table.calendar td{
	border: 1px solid #ccc;
	vertical-align: top;
	padding: 0.5em;
}
#trend #contents table.calendar th{
	background: #e3ecec;
	text-align: center;
	width: 14%;
	font-size: 1.2em;
}
#trend #contents table.calendar td{
	vertical-align: top;
	height: 100px;
}
#trend #contents table.calendar td span{
	font-size: 1.2em;
}
#trend #contents table.calendar .red{
	color: red;
	width: 15%;
}
#trend #contents table.calendar .blue{
	color: blue;
	width: 15%;
}
#trend #contents table.calendar td.sun{
	color: #e43030;
	background: #f5f5f5;
}
#trend #contents table.calendar td.sat{
	color: #2794eb;
	background: #e5f4f5;
}
#trend #contents table.calendar td ul{
	clear: both;
}
#trend #contents table.calendar td ul li{
	margin-top: 0.3em;
	padding-top: 0.3em;
	border-top: 1px dotted #ccc;
}
#trend #contents div.back{
	text-align: center;
}

#detail #contents div.box{
	margin: 0 auto 20px;
	padding: 1em;
	border: 1px solid #ccc;
	background-color: #fff;
}
#detail #contents div.date{
	color: #690;
	text-align: right;
	margin-bottom: 10px;
	font-size: 80%;
}
#detail #contents dl.form{
	padding: 0.8em;
	margin-top: 1em;
	background: #eee;
	font-size: 90%;
}
#detail dl.form dd.btn{
	margin: 0.3em 0;
	text-align: center;
}
#detail #contents div.back{
	text-align: center;
	margin-bottom: 2em;
}

@media screen and (max-width: 1024px){
	#contents h3 span{
		font-size: 5vw;
	}
	#contents .detail_link li{
		width: 100%;
		display: block;
	}
	#contents .detail_link img{
		width: 75%;
	}
	#detail #contents dl.form input[type="text"],
	#detail #contents dl.form textarea{
		width: 100%;
	}
	#trend #contents table.calendar{
		font-size: 50%;
	}
	#trend #contents ul.nav{
		font-size: 80%;
	}
}