/* Smart Phone style sheet
----------------------------------------*/
#container
{
  width: 100%;
}

#header
{
  margin: 0 0 15px;
}

#content
{
  width: 100%;
  float: none;
}

#sidebar
{
  width: 100%;
  float: none;
}

img
{
  max-width: 100%;
  height: auto;
}


#container
{
  position: relative;
}

#footer
{
  
}

#site
{
  float: none;
}


/* ナビゲーションメニューのコンパクト化
----------------------------------------*/
#nav li a
{
  width: auto;
  padding: 5px 8px;
}


/* 見出しのコンパクト化
----------------------------------------*/
#site h1
{
  font-size: 26px;
}

#content h2
{
  font-size: 19px;  
}

#sidebar h3
{
  font-size: 19px;  
}

/* misc
----------------------------------------*/
span#link0 
{
  float: none; 
  margin-right: 0;
  display: block;
  text-align: center;
}  