@charset "UTF-8";

/*スタイル初期化
---------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*基本スタイルここから
---------------------------------------------------------*/
body{
	/*	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
--*/
	color: #333;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-decoration: none;
	padding: 0px;
}

/*IE以外にフォントサイズを上書き
-----------------------------------*/
html>body{
	font-size: 90%;
}

h1{
	height: 316px;
	display: block;
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 2;
	top: 82px;
	left: 297px;
}

h2{
	height: 254px;
	background: no-repeat;
	text-indent: -9999px;
	line-height: 0px;
}

h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

/*micro clearfix
---------------------------------------------------------*/
.cf:before,.cf:after{
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*コンテナー
---------------------------------------------------------*/
#container{
	width: 890px;
	font-size: 15px;
	line-height: 28px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

img{border:none;}

/*mainArea
---------------------------------------------------------*/
.main{
	width: 890px;
	height: 600px;
	margin: 30px 0 0;
}

/*formArea
---------------------------------------------------------*/
form{float: left;}

dl{
	width: 422px;
}

dd{
	margin-bottom: 10px;
	padding: 0 10px 3px 0;
}
dd.line{
	border: 1px solid #EEE;
	margin-bottom: 20px;
	padding: 10px 10px 6px;
}

dl#confirm dt{color: #AAA;}

dl#confirm dd#comments{
	height: 226px;
	overflow-y: scroll;
}

input, select, textarea {
    margin: 3px 0px 8px;
    padding: 6px 10px;
}

.r_space{margin-right: 6px;}

#privacy{
	width: 388px;
	margin-left: 80px;
	float: left;
}

#privacy #pp{
	height: 729px;
	font-size: 13px;
	line-height: 24px;
	border: 1px solid #CCC;
	padding: 15px 20px;
	overflow-y: scroll;
}

#privacy #pp dl{
	width: auto;
}

#privacy #pp dt{
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#privacy #pp ul{
	margin-left: 30px;
}

.advance{
	text-align: right;
	margin-top: 30px;
	clear: both;
	padding-top: 10px;
	padding-right: 67px;
	padding-left: 67px;
}

#thankyou{
	width: 422px;
	margin: 0 auto;
	padding: 180px 0;
	text-align: center;
	background: url(../img/thankyou.png) center center no-repeat;
}

/*フォームの長さ
---------------------------------------------------- */
.short {
  width: 60px;
}

.medium {
  width: 120px;
}

.long {
  width: 400px;
}

textarea {
	width: 400px;
}

/*フォームの装飾
---------------------------------------------------- */
input, select, textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
  vertical-align: middle;
  color: #696969;
  background: #f1f1ed;
}

input.req1, select.req1 {
  border-style: solid;
  border-width: 2px;
  border-color: #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}

input:focus, select:focus, textarea:focus {
  background: #ffffff;
}


table#formArea table.ageTable {
	width: 190px;
	margin-bottom: 5px;
	padding:0;
	border:1px solid #CCCCCC;
}
table#formArea table.ageTable th{
	padding: 0px 0px 0px 2px;
	text-align:left;
	vertical-align:top;
	border:1px solid #CCCCCC;
	height: 30px;
}

table#formArea table.ageTable td{
	padding: 0px 5px;
	vertical-align:middle;
	border:1px solid #CCCCCC;
	text-align:left;
	height: 30px;
}

.required{
	font-size: 10px;
	color: #CC0000;
}

.b_inp{padding: 20px 42px;}

/*以下今回は使用しない*/

/* フォーム
---------------------------------------------------- */
/*

fieldset {
  margin: 0;
  padding: 0.5em 0 1.3em 0;
  border-width: 1px;
  border-color: #726d6b;
  border-style: none none dotted none;
}
fieldset#last {
  border-bottom: none;
}
.label {
	clear: left;
	display: block;
	padding-top: 0.8em;
	padding-left: 10px;
	float: left;
	width: 120px;
	line-height: 2em;
	font-size: 83%;
}
.control {
	display: block;
	margin: 0 0 0 130px;
	padding-top: 0.8em;
	line-height: 2em;
	font-size: 75%;
}
input, select, textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
  vertical-align: middle;
  color: #696969;
  background: #f1f1ed;
}
input.radio {
  border-style: none;
  color: #000000;
  background: transparent;
}

.label-m {
	clear: left;
	display: none;
	padding-top: 0.8em;
	padding-left: 12px;
	float: left;
	width: 120px;
	line-height: 2em;
	background: url(../images/mark.gif) no-repeat 0px 1.5em;
	font-size: 83%;
}
input.req1, select.req1 {
  border-style: solid;
  border-width: 2px;
  border-color: #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}
input.req2 {
  border-style: dashed;
  border-width: 2px;
  border-color: #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}

#kiyakutext {
  width: 350px;
  height:150px;
  overflow:auto;
  display: block;
  margin: 15px 0 0 0;
  padding: 5px;
  font-size: 10px;
  line-height: 1.5em;
  background: #f6f6fc;
}
html>body #kiyakutext {
  padding: 15px;
}

input:focus, select:focus, textarea:focus {
  background: #ffffff;
}
*/
/* 入力部品の幅設定
---------------------------------------------------- */
/*
#mail1, #mail2, #city, #number, #bldg, #comment {
  width: 290px;
}
#pass1, #pass2 {
  width: 180px;
}
#name1, #name2, #name3, #name4, #year, #month, #day {
  width: 70px;
}
#post1, #post2 {
  width: 60px;
}
#state {
  width: 120px;
}
#tel1, #tel2, #tel3, #fax1, #fax2, #fax3 {
  width: 60px;
}
*/
/* 送信ボタン
---------------------------------------------------- */
/*
#submit input {
  margin-left: 0.5em;
  border-width: 2px;
  border-color: #ffb87c #d26000 #d26000 #ffb87c;
  width: 6em;
  vertical-align: middle;
  color: #ffffff;
  background: #ff7400;
}
#submit {
  margin-top: 1em;
  color: #444444;
  background: url(../form/images/bg-submit1.gif) no-repeat;
}
#submit p.postext {
  margin: 0;
  padding: 10px;
  text-align: right;
  background: url(../form/images/bg-submit2.gif) no-repeat left bottom;
}
#submit button {
  width: 140px;
  height: 50px;
  padding: 4px 0 0 0;
  color: #ffffff;
  background: url(../form/images/button.gif) no-repeat;
  border-width: 0px;
}
#submit p.posted {
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 0;
}
#submit span {
  font-size: 10px;
}

*/
