@charset "utf-8";
/* base */
#container {position:relative;clear:both;width:100%;margin-top:25px;}

/* favorite */
p#favorite {position:absolute;top:0;right:4px;width:171px;}
p#favorite a{width:171px;height:25px;}
p#favorite a:hover{background-position:0px -25px;}

/* main */
#main {
  position:relative;
  margin:0 185px 4px 235px;
	padding-top:260px;
	min-height:1603px;  
	height: auto !important;
	height: 1603px;
}
#c-girl {
	position:absolute;
	top:0;
	width:565px;
	height:250px;
}

/* m > blogrss */
#news_rss {position:absolute;top:22px;right:8px;display:block;text-indent:-9999px;width:30px;height:30px;overflow:hidden;z-index:3;background:url(../img/news.gif) #fff 38px 500px;}
#rss-load {width:100%;height:100%;text-align:center;}
#rss-load img {padding-top:50%;margin-top:-12px;}

/* m > topics */
#main dl#topics {
	width:563px;
	height:180px;
	border:1px solid #ff67cd;
	margin:10px 0;
	padding-bottom:10px;
	overflow:auto;
	background-image:url(../img/news_bg.gif);
}
#main dl#topics img {width:54px;height:81px;}
#main dl#topics dt {
	clear:both;
	width:auto;
	height:auto;
	margin-bottom:5px;
	padding:10px 0 0;
	text-indent:85px;
}
#main dl#topics dd.photo {
	float:left;
	width:51px;
	margin:-29px 0 10px 5px;
	text-align:center;
	height: auto;
}
#main dl#topics dd.topic {
	float:left;
	width:440px;
	padding:0 0 0 10px;
	height: auto;
	margin:0;
	font-size:0.9em;
	line-height:1.5;
}

/* left&right */
#left {top:0px;}
#right {top:34px;}


/* left > recruit */
a#recruit-t{width:565px;height:250px;background-image:url(../img/recruit.jpg);}
a#recruit-t:hover{background-position:0 -250px;}

@media (max-width: 768px) {
img{width: 99% !important;height:auto !important;}
#container{}
#main {padding-top: 0;min-height:0;}
#main h3{display:none;}

#main dl#topics{display: none;width: auto;overflow: scroll;}
#c-girl {display: none;}
p#favorite {display:none;}
}

