@charset "utf-8";
/**
 * Digimart
 * @Copyright: 2007 Rittor Music Inc., a company of Impress Group. All right reserved.
*/


h1 {
  width: 94px;
  height: 18px;
  margin-bottom: 0.4em;
  background: url(/img/title_regist.gif) no-repeat;
}
h1 span {
  display: none;
}
div.mainColumn {
  font-size:75%;
  line-height: 1.5em;
}

/* メンバー登録をしてもっと便利に
------------------------------------------*/
#signup {
  border:1px solid #8697B7;
  padding:5px 10px 30px 10px;
}
#signup h2{
  height: 189px;
  margin-bottom: 0.4em;
  background: url(/img/signup_top.gif) no-repeat;
}
#signup h2 span{
  display:none;
}
#signup p{
  margin:0;
}
#signup table{
  padding-bottom: 30px;
}
#signup table td{
  padding:10px;
}


/* 無料 */
#free {
  width:48%;
  float:left;
}

/* 便利 */
#contentsRight {
  float: left;
  width: 48%;
}

.signup_content{
  padding-left: 25px;
}
#caution{
  color:#f00;
}

/*登録フロー
------------------------------------------*/
#flow_regist{
  margin:20px 0;
  /*width:100%;*/
}

#flow_regist h2{
  width: 136px;
  height: 22px;
  margin-bottom: 0.4em;
  background: url(/img/signup_sbtitle_registflow.gif) no-repeat;
}
#flow_regist h2 span{
  display:none;
}

#flow_regist .stepBox{
  background:#ddd;
  margin-right:-3px;
  padding:5px;
  float:left;
  width:27%;
  height:200px;
}

#flow_regist .stepBox h3{
  background:#ff6600;
  padding:3px;
  color:#fff;
  font-size:100%;
}

#flow_regist .arrowBox{
  text-align:center;
  padding-top:50px;
  float:left;
  width:7%;
}

/*利用規約
------------------------------------------*/
#regist_rule{
  clear:both;
  padding:20px 0;
}
#regist_rule textarea{
  width:98%;
  height:400px;
  font-size:98%;
  font-family:Osaka,Verdana,Arial;
}

/*登録ボタン
------------------------------------------*/
#regist_button{
  margin:20px 0;
  text-align:center;
}

/*下部インフォメーションﾖｾ
------------------------------------------*/
#under_info{
  text-align:center;
  margin-top:10px;
}
#under_info p{
  margin:0;
}

