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


div.topic{
	padding:50px 20px 30px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #fff;
	background-color:#fff;

}

h2.bar01{
	margin-bottom:15px;
}

dl.topic{
	margin-bottom:10px;
	border-bottom:1px dotted #222;
}

dl.topic img{
	vertical-align:middle;
}

dl.topic a:hover{
	color:#24ab00;
	text-decoration:underline;
}

dl.topic dd.title{
	padding-bottom:0;
}

dl.topic dd.txt{
	padding-bottom:30px;
}

.entrybtn a{
	background-color:#FF6600;
	color:#fff;
	width:300px;
	border-radius:20px;
	font-size:1.2em;
	padding:10px;
	display:block;
	margin:30px 0 50px;
	text-align:center;
}


@media only screen and (max-width: 1024px){
	
	.entrybtn a{
		margin:30px 0 20px;
	}
	
}



@media screen and (max-width: 420px) {

	.entrybtn a{
		background-color:#FF6600;
		color:#fff;
		text-align:center;
		width:90%;
		border-radius:20px;
		font-size:1.2em;
		padding:10px;
		display:block;
	}

}
