@charset "utf-8";

/*   
Theme Name: asC2 base CSS
Version: 1.2_2007-08
*/


/* import
------------------------------  */

@import url("reset.css");
@import url("navigation.css");/* gNav, hNav, sNav  */
@import url("side.css");/* side etc */
@import url("style.css");/* main etc */
@import url("adjust.css");/* clearfix hack etc */
@import url("layout.css");/* layout, header, footer etc */

#top #containerWrap #container #contentWrap #content #main .adjust .member strong {
	font-weight: normal;
}

#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 1rem;
  right: 1rem;
  width: 50px;
  padding: 10px;
	margin:0px;
  background: rgba(150,150,150,.7);
  color: #fff;
  text-align: center;
  text-decoration: none; 
	border-radius:50%;
   font-size: 0.7rem;
   line-height:1.5;
}


#page-top:hover{
  background: rgba(100,100,100,.8);
}

a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/Adobe_PDF_file_icon_24x24.png) no-repeat;
}