/*--------------------------------------------------------------------------
contentLayout

_00. common

_01. basic			//
_02. individual		//
_03. design			//

--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
_00. common
--------------------------------------------------------------------------*/
@import url(./base.css);
@import url(./content.css);
/*--------------------------------------------------------------------------
_01. basic
--------------------------------------------------------------------------*/
input, select, textarea {
  font-size: 1em;
}

.mini {
  font-size: 10px;
}

.required {
  margin-left: 12px;
}

.name_info_top {
  color: #999;
}

.item_dot {
  color: #272B58;
}

optgroup {
  background-color: #efefef;
  color: #454545;
  font-style: normal;
  font-weight: normal;
}

option, select {
  background-color: #ffffff;
  color: #333333;
}

.attention, .required {
  color: #F00;
}

/*--------------------------------------------------------------------------
_02. individual
--------------------------------------------------------------------------*/
#last_name, #first_name, #last_kana, #first_kana, #company_position {
  width: 150px;
  margin-right: 5px;
}

#address1, #address2, #tel {
  width: 200px;
}

#company_name, #company_post, #company_position, #Email_to {
  width: 250px;
}

#zipcode {
  width: 100px;
}

textarea {
  width: 670px;
  height: 100px;
}

/*button
----------------------------------------------------------------------------------------*/
#filed_submit {
  margin: 0;
  padding: 0;
  border: 0px none;
  text-align: center;
}
#filed_submit input {
  height: 34px;
}
#filed_submit img {
  vertical-align: top;
}
