/*
date : 2012-2

+ Text
+ List
+ Anchor
+ Table
+ Form
+ Others
*/
/*----------------------------------------
	font-size
------------------------------------------
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/
/*----------------------------------------
	General
----------------------------------------*/
html {
  height: 100%; }

body {
  height: 100%;
  background: url(../images/back.jpg) no-repeat center top; }

input[type=text],
textarea {
  margin: 0 0 20px;
  padding: 10px;
  width: 60%;
  font-size: 1.3em;
  color: #666;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

textarea {
  width: 90%;
  height: 300px; }

input[type=text]:focus,
textarea:focus {
  outline: none;
  border: solid 1px #EEA34A; }

h2 {
  margin-bottom: 30px; }

section {
  margin-bottom: 100px;
  width: 100%;
  text-align: center; }

/*----------------------------------------
	#gHeader
----------------------------------------*/
#gHeader {
  margin-bottom: 400px;
  padding-top: 250px;
  width: 100%;
  text-align: center; }

/*----------------------------------------
	#about
----------------------------------------*/
#about .contents {
  padding: 80px 0 20px;
  background: #e3007f; }
#about .inner {
  margin: 0 auto;
  width: 960px;
  min-height: 380px;
  text-align: left;
  position: relative; }
#about .txt {
  position: absolute;
  z-index: 2; }
#about p {
  margin-bottom: 60px; }
#about .img {
  position: absolute;
  top: -70px;
  right: -120px;
  z-index: 1; }

/*----------------------------------------
	#service
----------------------------------------*/
/*----------------------------------------
	#company
----------------------------------------*/
#company .contents {
  padding: 100px 0;
  background: url(../images/back_company.jpg) no-repeat center top; }
#company .inner {
  margin: 0 auto;
  padding: 60px;
  width: 830px;
  background: rgba(0, 0, 0, 0.6); }
#company dl {
  margin-bottom: 20px;
  overflow: hidden; }
#company dt {
  margin-right: 20px;
  float: left; }
#company dd {
  float: left; }

/*----------------------------------------
	#recruit
----------------------------------------*/
#recruit .inner {
  margin: 0 auto;
  width: 960px;
  min-height: 380px;
  text-align: left; }
#recruit .txt {
  padding-top: 30px;
  float: left; }
#recruit p {
  margin-bottom: 30px; }
#recruit .img {
  float: right; }

/*----------------------------------------
	#contact
----------------------------------------*/
#contact .contents {
  padding: 50px 0;
  background: #ffc217; }
#contact #contactForm {
  margin: 0 auto;
  padding: 30px;
  width: 740px;
  background: #fff; }
  #contact #contactForm dl {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid #ccc; }
  #contact #contactForm dt {
    width: 30%;
    font-size: 124%;
    float: left; }
    #contact #contactForm dt span {
      margin-right: 10px;
      padding: 6px 5px 5px;
      font-size: 77%;
      color: #fff;
      display: inline-block;
      background: #f00; }
  #contact #contactForm dd {
    width: 70%;
    float: right; }
  #contact #contactForm p {
    text-align: center; }
  #contact #contactForm button {
    width: 300px;
    height: 60px;
    font-size: 154%;
    color: #fff;
    font-weight: bold;
    background: #ffc217;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer; }
  #contact #contactForm button:hover {
    background: #900; }

/*----------------------------------------
	thankyou.html
----------------------------------------*/
#thankyou {
  padding-top: 200px;
  text-align: center; }
  #thankyou h1 {
    margin-bottom: 50px;
    font-size: 270%;
    font-weight: bold;
    line-height: 160%; }
  #thankyou p {
    margin-bottom: 50px;
    font-size: 139%;
    line-height: 160%; }

/*----------------------------------------
	#gFooter
----------------------------------------*/
#gFooter {
  padding: 30px 0; }
  #gFooter p {
    font-size: 100%;
    color: #ccc;
    text-align: center; }
