@charset "UTF-8";

/* 
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/



/* --------------------------------------------------
  HOME GENERAL
-------------------------------------------------- */

body {
    margin:0px;
    font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	height: 100%;
    color:#333;
    font-size:13px;
    background:url(../pc/background_img01.jpg) no-repeat;
}

#header {
  position: relative;
  width: 100%;
  height: 260px;
  display: block;
  overflow: hidden;
  margin-top:100px;
}

/** LOGO **/

h1{
    margin:0px 0px 0px 0px;
    padding:0px;
 }

h1 img{
  position: absolute;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  display: block;
  max-width:70%;
 }


html #sidr{
	display:none;
}

#menu_icon img{
	display:none;
}

#smartphone_gate{
	display:none;
}


#info_box {
  position: relative;
  width: 100%;
  height: 360px;
  display: block;
  overflow: hidden;
  margin-top:30px;
}

#info_box img{
  position: absolute;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  display: block;
  max-width:100%;
 }
 
 
#footer_pc{
    margin:0 auto0;
	width:100%;
}

address {
  text-align:center;
  margin-top:30px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;
  font-size:60%;
  color:#FFFFFF;
}


/*** END ***/

