/*
css/a_sp-globalwrapper.css
*/


/* 全ページ共通表示領域が767px以下の場合に適用するスタイル
-----------------------------------------------------------------*/
@media screen and (max-width:767px){


/* ページ全体
-----------------------------------------------------------------*/
/*トップページのみ背景あり*/
#a_globalwrapper-bg{
  background-image: none;
  height: auto;
  margin: 0 auto;
  width: auto;
}

#a_globalwrapper{
  height: auto;
  margin: 0 auto;
  width: auto;
}


/* コンテンツ格納
-----------------------------------------------------------------*/
#a_main-container{
  height: auto;
  margin: 0 auto;
  width: auto;
}


/* ヘッダーエリア
-----------------------------------------------------------------*/
#a_main-header{
  background-color: #ffffff;
  height: auto;
  width: auto;
}


/* コンテンツエリア
-----------------------------------------------------------------*/
#a_main-content{
  float: left;
  height: auto;
  width: auto;
}


/* フッダーエリア
-----------------------------------------------------------------*/
#a_main-footer{
  float: left;
  height: auto;
  width: 100%;
}


/* トップに戻るボタン
-----------------------------------------------------------------*/
#a_pagetop {
  bottom: 150px;
  position: fixed;
  right: 10px;
  width: 55px;
  height: 55px;
  z-index: 100;
}

}