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

.skd_month{
	width: 49%;
	float: left;
	margin-right: 2%;
}

.skd_month:last-child{
	margin-right: 0;
}

.skd_month p{
	padding: 0;
	margin: 0;
}

p.skd_month_name{
	font-size: 24px;
	text-align: center;
	color: #b68d20;
	display: block;
}

.skd_smalltx{
	font-size: 0.8em;
}

.skd_month ul,.skd_month li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	clear: both;
}

.skd_month li a:hover{
	opacity: 0.7;
	color: #b68d20;
}

.skd_month li{
	font-size: 12px;
	height: auto;
	padding: 0 1em;
	margin-bottom: 0.5em;
	display: flow-root;
}

.skd_month li:nth-child(even){
	background-color: #F0F0F0;
}

.skd_month li:first-of-type{
	border-bottom: solid 1px #cccccc;
	color: #b68d20;
}

p.skd_tittle{
	width: 60%;
	float: left;
	line-height: 1.4em;
	margin-top: 1.2em;
	padding-bottom: 1.2em;
}

p.skd_pre,p.skd_gen{
	width: 20%;
	text-align: center;
	line-height: 1.1em;
	float: left;
	margin-top: 1.4em;
	position: relative;
}

p.skd_pre .skd_headline,
p.skd_gen .skd_headline{
	width: 100%;
	font-size: 12px;
	position: absolute;
	top: -0.7em;
	left:0;
}

@media screen and (max-width:767px) {
	.skd_month{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 2.5em;
	}

	.skd_month:last-child{
		margin-bottom: 0;
	}
	
	.skd_month li{
		font-size: 12px;
	}
	
	p.skd_tittle{
		width: 50%;
	}
	
	p.skd_pre,p.skd_gen{
		width: 25%;
	}

	
	p.skd_pre .skd_headline,
	p.skd_gen .skd_headline{
		font-size: 0.7em;
	}

}