@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}


body{
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	}

p {
	font-size: 100%;
	line-height: 160%;
	color: #333;
}
a		{ color:#427FC1; }
a:hover {text-decoration:none;}

img 	{ border:none; }

/*p	{ margin-bottom:10px;}*/



.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}



	
/*コンテンツ部*/
#container{
	width:900px;
	height:auto;
	margin:19px auto 0 auto;
	text-align:left;
}

#container:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
} 


/*ヘッダ*/
#header{
	width: 100%;
	height: 50px;
	background-image: url(../images/bg_head2.gif);
	/*background-image: url(bg_head2.gif);*/
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

#header h1{
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 9px 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/*フッタ*/
#footer{
	wdith:100%;
	height:147px;
	/*background:url(../images/bg_footer_base.gif) repeat-x bottom;*/
	background:url(../images/bg_footer.gif) repeat-x bottom;
	margin-top:40px;
	clear:both;
	}

#footer div#footer_c{
	width:910px;
	height:147px;
	margin:0 auto;
	background:url(../images/bg_footer.gif) no-repeat center bottom;
	position:relative;
	text-align:left;

	}

div.pagetop{
	width:144px;
	height:35px;
	position:relative;
	left:766px;
	top:0;
	}
	
div.pagetop a{
	display:block;
	height:35px;
	text-indent: -9999px;

	}

div#add{
	text-align:left;
	margin:15px 0 0 0;
	}

div#add p.title_add{
	width:530px;
	/*border-bottom:1px #E5E5E5 solid;*/
	border:0px;
	padding-bottom:8px;
	margin:0;
	}

div#add p.text_add{
	width:530px;
	border-top:1px #FFF solid;
	padding-top:8px;
	margin:0;
	}

/*共通パーツ*/
.title {
	margin-bottom: 27px;
	border: 1px solid #DDDBE0;
}

#container{
	width: 900px;
	height: auto;
	margin: 19px auto 0 auto;
	font-size: 100%;
	text-align: left;
}

	p.submit {
	padding-top: 2em;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
/*	.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	color: #FFFFFF;
	border: solid 3px #F10001;
	background: #F10001;
	background: -webkit-gradient(linear, left top, left bottom, from(#F10001), to(#E70001));
	background: -moz-linear-gradient(top,  #F10001,  #E70001);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F10001', endColorstr='#E70001');
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.55em;
	padding-left: 2em;
	}
	.button:hover {
		text-decoration: none;
		background: #FFFFFF;
		background: -webkit-gradient(linear, left top, left bottom, from(#ff3f3f), to(#F10001));
		background: -moz-linear-gradient(top,  #ff3f3f,  #F10001);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f', endColorstr='#F10001');
	}
	.button:active {
		position: relative;
		top: 1px;
		color: #FFFFFF;
		background: -webkit-gradient(linear, left top, left bottom, from(#ff3f3f), to(#F10001));
		background: -moz-linear-gradient(top,  #ff3f3f,  #F10001);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f', endColorstr='#F10001');

	.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -15px #d70001, 1px 1px 2px #990000;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	color: #FFFFFF;
	border: solid 1px #F10001;
	background: #F10001;
	background: -webkit-gradient(linear, left top, left bottom, from(#F40000), to(#F10001));
	background: -moz-linear-gradient(top,  #F40000,  #F10001);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F40000', endColorstr='#F10001');
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.55em;
	padding-left: 2em;
	}
	.button:hover {
		text-decoration: none;
		background: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -15px #F40000, 1px 1px 2px #990000;
		background: -webkit-gradient(linear, left top, left bottom, from(#ff0c0c), to(#ff3f3f));
		background: -moz-linear-gradient(top,  #ff0c0c,  #ff3f3f);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0c0c', endColorstr='#ff3f3f');
	}
	.button:active {
		position: relative;
		top: 1px;
		color: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -15px #F40000, 1px 1px 2px #990000;
		background: -webkit-gradient(linear, left top, left bottom, from(#ff0c0c), to(#F10001));
		background: -moz-linear-gradient(top,  #ff0c0c,  #F10001);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0c0c', endColorstr='#F10001');
	}
	}*/
/*	
	
	.button {
  position: relative;
  
  
  background-color: #000080;
  border-radius: 4px;
  
  color: #fff;
  margin-top: 20px;
	margin-bottom: 20px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #0e8c73;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  padding-right: 2em;
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.button:hover {
  background-color: #0000FF;
  box-shadow: 0 3px 0 #23a188;
}
.button:active {
  top: 3px;
  box-shadow: none;
}
*/

.button {
 display       : inline-block;
  border-radius : 10px;  /*         角丸       */
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #0060B0;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  /*box-shadow    : 6px 6px 3px #666666;   影の設定 */
  /*border        : 2px solid #000066;     枠の指定 */
}

.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
 /* color         : #488DBF;     文字色      */
   background    : #488DBF;    /* 背景色     */
}
	
h1 {
	//border-bottom-width: 1px;
	//border-bottom-style: solid;
	//border-bottom-color: #999;
	
	color: #000080;
	/*color: #C00;*/
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 150%;
	}
h2 {
	font-size: 120%;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #C00;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-top: 20px;
	/*color: #333;*/
	color: #000080;
	}
h3 {
	font-size: 130%;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 170%;
	}
.small {
	font-size: 80%;
	}
/* ------ Table ------ */

.table{
	border-collapse: collapse;
}
.table p{
	font-size: 100%;
	line-height: 110%;
}
.white{
	font-weight: bold;
	color: #FFF;
}

.table td,
.table th{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 110%;
}
.table th{
	font-weight: bold;
}
.table thead th{
}
			table th span {
	margin-left: 0.5em;
	color: #000000;
			}
		
		table td {	
		}
		
			table td textarea {
	border: solid #ccc 3px;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-top: 3px;
	width: 60%;
			}
			table td input[type=text] {
	border: solid #ccc 1px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-top: 5px;
	width: 60%;
			}
			table td input.number {
	border: solid #ccc 2px;
	/*margin-bottom: 10px;*/
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	/*margin-top: 6px;*/
	width: 80%;
	//width: 30%;
			}
			table td input.inp_user_inf {
	border: solid #ccc 2px;
	/*margin-bottom: 10px;*/
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	/*margin-top: 6px;*/
	width: 30%;
			}
			table td input.address {
	border: solid #ccc 2px;
	/*margin-bottom: 10px;*/
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	/*margin-top: 6px;*/
	width: 60%;
			}
			
			table td input.sonota {
	border: solid #ccc 1px;
	/*margin-bottom: 10px;*/
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	/*margin-top: 6px;*/
	width: 30%;
			}
						table td input.password {
	border: solid #ccc 2px;
	/*margin-bottom: 10px;*/
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	/*margin-top: 6px;*/
	width: 80%;
			}
			
			table td input[type=radio] {
	border: solid #ccc 3px;
	margin-bottom: 9px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-top: 5px;
			}
			table td input[type=checkbox] {
	border: solid #ccc 3px;
	margin-bottom: 9px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-top: 5px;
			}
			table td select {
	border: solid #ccc 3px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-top: 6px;
			}
			table td .err {
				background: #f60;
			}
			table td .err input {
				background: #f60;
			}
			table td .after.err {
				border-color: #f60;
				background: #fff !important;
			}
			table td .after.err input {
				border-color: #f60;
				background: #fff !important;
			}
			table td label {
				margin-right: 1em;
			}
			table td label input {
				margin-right: .3em;
			}
	
ul li{
	font-size: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	list-style-type: disc;
	line-height: 160%;
}
ol li{
	font-size: 100%;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 26px;
	list-style-type: decimal;
	line-height: 160%;
}
.asterisk{
	color: #FFF;
}
.asterisk2{
	color: #930;
}
/* ------ Attention ------ */

#attention {
	width: 100%;
	margin-top: 30px;
	font-size: 100%;
}

#attention-inner {
	width: 930px;
	overflow: hidden;
	*zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.asterisk{
	color: #F60;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.money {
	text-align: left;
	font-size: 16px;
	width:50px
}
