@charset "utf-8";

html{
  background:url(../img/bg_html.png) repeat-x center top;
}

body{
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  /*font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
  font-size:14px;
  line-height:2.143em; /*14px-30px相当*/
  letter-spacing:normal;
  vertical-align:baseline;
  margin:0;   
  padding:0;   
  color:#333;
  background:url(../img/bg_body.jpg) no-repeat center top;
  min-width:960px;
}

  /* for WinIE7・8*/
	*+html body {
    font-size:0.875em; /*14px相当*/
    font-family:'メイリオ', 'ＭＳ Ｐゴシック', Meiryo, sans-serif;
    overflow:hidden;
  }

  /* for WinIE6*/
	* html body {
    font-size:0.875em; /*14px相当*/
    font-family:'ＭＳ Ｐゴシック', 'メイリオ', sans-serif;
    overflow:hidden;
  }

h1, h2, h3, h4, h5, h6,
div, p, ul, li, ol, dl, dt, dd,
pre, span, address , table, th, td {
  margin:0;
  padding:0;
  font-size: 1em;
  font-style:normal;
}

p,li,dd {	text-align:justify; }

*+html p { text-justify:inter-ideograph; }
* html p { text-justify:inter-ideograph; }
*+html dd { text-justify:inter-ideograph; }
* html dd { text-justify:inter-ideograph; }
*+html li { text-justify:inter-ideograph; }
* html li { text-justify:inter-ideograph; }

ul li { list-style-type:none; }
ol li { list-style-position:inside; }

em{
  text-decoration:none;
	font-style:normal;
  font-weight:normal;
}

img, a img { border:0; }

img {vertical-align: top; }

a{
  color:#333;
	text-decoration:none;
}

a:hover{ text-decoration:underline; }

br { letter-spacing:0; }

table {
  border-collapse: collapse;
  border-spacing:0;
}

th {
  text-align:left;
  font-weight:normal;
  font-style:normal;
}

/*form*/
form{
  display:block;
  padding:0;
  margin:0;
}

form table{
  width:100%;
  margin:0 0 30px 0;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
}

form th,
form td{
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
}

form th{
  width:11em;
  padding:15px 0 15px 20px;
  background:#ecf3f6;
}

.err{ color:#F00; }

form th span,
form td span{ padding-left:15px; }

form td{ padding:10px 10px 10px 20px; }

label{ cursor:pointer; }

form th label{
  height:2.4em;
  line-height:1.4em;
  padding:0.5em 0;
}

form td label{
  margin-left:0.25em;
  margin-right:1.5em;
}

form input,
form textarea,
form button{
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  margin:0;
  padding:0;
  vertical-align:baseline;
  overflow:auto;
}

form input{
  height:1.3em;
  padding:8px 0.5em;
  letter-spacing:normal;
  color:#333;
  border:1px solid #ccc;
  background-color:#fff;
  overflow:hidden;
}

	*+html input{
    padding:0 0.5em;
    height:2.4em;
    line-height:2.4em;
    vertical-align:middle;
	}
	
	* html input{
    padding:0 0.5em;
    height:2.4em;
    line-height:2.4em;
    vertical-align:middle;
	}

form select {
  border:1px solid #ccc;
  background-color:#fff;
  padding:8px;
}
  *+html form select { vertical-align:middle; }
  * html form select { vertical-align:middle; }

form option {
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  vertical-align:middle;
  padding-left:0.5em;
}

  *+html form option { padding:0.5em; }
  * html form option { padding:0.5em; }

form textarea{
  padding:8px 0.5em;
  line-height:1.5em;
  letter-spacing:0;
  color:#50453F;
  border:1px solid #ccc;
  background-color:#fff;
  height:200px;
  width:95%;
}

form input:hover,
form textarea:hover,
form input:focus,
form textarea:focus{
  border: 1px solid #72dbff;
}

form input.cr{
  line-height:1em;
  height:1em;
  margin:auto 5px 2px auto;
  padding:0;
  border:none;
  background:none;
  vertical-align:middle;
}

	/*safari*/
	html:not(:only-child:only-child) form input[type=checkbox],
	html:not(:only-child:only-child) form input[type=radio] {
    vertical-align:baseline;
	}

.btnbox{
  width:720px;
  height:80px;
}

button{
  float:left;
  display:inline;
  margin:0;
  padding:0;
  border:none;
  cursor:pointer;
  text-indent:-999999em;
  line-height:0%;
  font-size:0%;
  background:no-repeat left top;
  width:250px;
  height:80px;
}
button:hover{ background-position:left bottom; }
button#check,
button#send{ margin-left:80px; }
button#clear,
button#back { margin-left:60px; }
button#eback {  margin-left:235px; }

#dform button#check { background-image:url(../img/vform_btn_check.png); }
#dform button#clear { background-image:url(../img/vform_btn_clear.png); }
#dform button#eback { background-image:url(../img/vform_btn_back.png); }
#dform button#back { background-image:url(../img/vform_btn_back.png); }
#dform button#send { background-image:url(../img/vform_btn_send.png); }

/**********************************/

.full{
  width:95%;
}

.middle{
  width:70%;
}

.short{
  width:25%;
}

#address{
  margin-bottom:8px;
}

#body{
  margin-top:8px;
}

.gohome{
  text-align:center;
  padding-top:40px;
}
