@charset "utf-8";

#contents { width: 100%; height: 100%; margin: 0 auto; position: relative; padding: 0 0 150px 0; }

#largePanel { width: 996px; float: left; }
#largePanel h1 { width: 465px; height: 50px; margin: 0; }
#smallPanel { width: 332px; float: right; }
#smallPanel h1 { width: 300px; height: 50px; margin: 0; }
#infoPanel, #wsPanel { width: 465px; margin: 5px; padding: 10px; border: 1px solid #dedede; border-radius: 5px; box-shadow:2px 2px 5px #eaeaea; }
#infoPanel { float: left; }
#wsPanel { float: right; }
#infoPanel #postLists dt { width: 465px; height: 22px; margin: 0; padding: 5px 0 0 0; color: #999; border-top: 1px dotted #c1c1c1; }
#infoPanel #postLists dt:first-child { border-top: none; }
#infoPanel #postLists dd.category { float: left; }
#infoPanel #postLists dd.title { line-height: 1.5em; margin: 0; padding: 0 0 5px 0; }
#wsPanel .ws-list-header, #wsPanel .em-pagination, #wsPanel .ws-list .ws-holding-time, #wsPanel .ws-list .ws-location { display: none; }
#wsPanel .ws-list { margin: 0; border-bottom: none; }
#wsPanel .ws-list dt { width: 465px; height: 22px; margin: 0; padding: 5px 0 0 0; float: none; background: none; min-height: 1em; border-top: 1px dotted #c1c1c1;  border-right: none; }
#wsPanel .ws-list dt:first-child { border-top: none; }
#wsPanel .ws-list dd { width: 465px; min-height: 1.5em; margin: 0; padding: 0 0 5px 0; float: none; border-top: none; border-left: none; }

@media screen and (min-width: 2324px) {
	#info_wrap { width: 1328px!important; margin: 3em auto 0; }
	#topics { width: 2324px; margin: 0 auto; }
}
@media screen and (max-width: 2323px) and (min-width: 1992px) {
	#info_wrap { width: 1328px; margin: 3em auto 0; }
	#topics { width: 1992px; margin: 0 auto; }
}
@media screen and (max-width: 1991px) and (min-width: 1660px) {
	#info_wrap { width: 1328px; margin: 3em auto 0; }
	#topics { width: 1660px; margin: 0 auto; }
}
@media screen and (max-width: 1659px) and (min-width: 1328px) {
	#info_wrap { width: 1328px; margin: 3em auto 0; }
	#topics { width: 1328px; margin: 0 auto; }
}
@media screen and (max-width: 1327px) and (min-width: 996px) {
	#info_wrap { width: 996px; margin: 3em auto 0; }
	#smallPanel, #topics { width: 996px; margin: 0 auto; }
	.topic_Hfree { width: 465px; }
	#ws-reg { float: left; }
	#pc-fa { float: right; }
	#smallPanel h1 { width: 465px; }
	#pc-fa h1 { background: url("img/toppage/pc-fa.png") 0 0 no-repeat; }
}
@media screen and (max-width: 995px) and (min-width: 750px) {

	#info_wrap  { width: 664px!important; margin: 3em auto 0; }
	#largePanel, #smallPanel { width: 664px!important; margin: 0 auto; }
	#largePanel h1 { width: 632px; }
	#infoPanel, #wsPanel { width: 632px; }
	#infoPanel #postLists dl, #infoPanel #postLists dt { width: 632px; }
	#ws-reg { float: left; }
	#pc-fa { float: right; }
	#infoPanel,	#wsPanel { float: none; }
	#topics { width: 664px; margin: 0 auto; }
}