@charset "utf-8";
/*	claris_enter.css
	Version: 1.0
---------------------------------------------------------*/
/* 	html,body,wrapper
---------------------------------------------------------*/
body {
  background: none #fde5e5;
}
#wrapper {
  min-width: 980px;
  background: url(../images/enter/bg.jpg) no-repeat top center;
  margin: 0px auto;
  min-height: 1200px;
}
#wrapper_inner {
  width: 690px;
  margin: 0px auto;
  padding: 200px 100px 0px 180px;
/*  padding: 140px 100px 0px 180px; */
}
/* 	header
---------------------------------------------------------*/
h1 {
  width: 690px;
  margin: 0 auto 10px auto;
}
/* 	enter_content
---------------------------------------------------------*/
#enter_content {
  width: 690px;
  margin: 0 auto;
}
#menu1 {
  text-align: left;
  width: 756px;
  margin: 0 auto 10px auto;
  position: relative;
  display: block;
}
#menu1>li {
  width: 345px;
  height: 85px;
  float: left;
}
#menu1>li.btn_download {
  width: 345px;
  height: 85px;
  cursor: pointer;
}
#menu1 ul.btn_download_list {
  background: url(../images/common/download/bg_balloon.png) top center no-repeat;
  width: 329px;
  height: 74px;
  position: absolute;
  top: 56px;
  left: 10px;
  cursor: pointer;
  display: none;
}
#menu1 ul.btn_download_list>li {
  width: 85px;
  height: 32px;
  float: left;
  margin-left: 10px;
  margin-top: 25px;
}
#menu1 ul.btn_download_list>li:first-child {
  margin-left: 30px;
}
#menu1>li.btn_twitter {
}
/* 	footer
---------------------------------------------------------*/
.fotter {
  width: 256px;
  /* margin: 0 auto 60px auto; */
  margin: 40px auto 35px auto;
}
.copy {
  text-align: center;
  font-size: 14px;
  font-family: 'Kite One', sans-serif;
  color: #666666;
}
