@charset "utf-8";


.list{
	margin:20px auto;
	padding:0;
}

.step{
	margin:0 0 50px;
}


.textbox{
	border:5px solid #ddd;
	font-size:14px;
	padding:15px;
	margin:0 0 50px;
}
h2{
	background: #fff;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin:0 0 50px;
	font-size:30px;
}
.list table{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	text-align: left;
}

.list thead th{
	background: #f5f5f5;

}
.list th{
	width: 200px;
	border: 1px solid #a0a0a0;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	text-align: left;
	padding: 5px 0px 5px 10px;
	line-height: 2em;
	color:#fff;
	font-size:14px;
	background: #736357; /* Old browsers */
	background-repeat: no-repeat;
	background-position:  right center;
}
.list th .required{
	background: #fff;
	color: #f00;
	width:auto;
	text-indent:-0;
	display:inline-block;
	padding:1px 5px;
	margin-left:5px;
	height:18px;
	line-height:18px;
	font-size:14px;
	border-radius: 3px;
	border:1px solid #ddd;
}

.list td{
	border: 1px solid #ddd;
	padding: 5px;
	line-height: 2em;
}
.list td form{
	float: right;

}
.list td .c{
	text-align: center;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="mail"], textarea, select, .vTextField {
    border: 1px solid #CCCCCC;
}

table.head{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	text-align: left;
}
table.head h2{
	width: 400px;
}
table.head td{
	border: 1px solid #ddd;
}
table.head td strong{
 color: #FF3939;
}


.outline_error {
 background: #FFE6E6;
 color: #FF3939;
}

.outline_error p {
 background: #FFE6E6;
 color: #FF3939;
 padding: 0;
 margin: 0;
}

table.head span{
color: #FF6600;

}
#upfile .caution{
	float:right;
	margin:0 0;
	padding:5px;
	width: 420px;
	font-size:10px;
	border-radius:4px;
	line-height:1.4;
	background:rgba(255,252,218,1.00);
	border:1px solid rgba(255,242,156,1.00);
	}

#upbox{
	clear:both;
	margin:10px 0;
	}
#upbox> div{
	float:left;
	margin:10px 10px 0 0 ;
	border:1px solid #ddd;
	width:120px;
	}
#upbox> div img{
    margin-top: 10px;	width:80px;
	}

#upbox> div p{
	width:120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;	}


/* 写真+ボタン */
.file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: .5em;
	background: #4790fd ;
	clear: both;
	font-size: 16px;
	border-radius: 8px;
	color: #fff;
	height:34px;
	line-height:34px;
	margin:0 10px 0 0;
	float:left;
}
.file:hover {
	background: #2A6CFC ;
}
.disabled .file, .disabled .file:hover {
	background: #bbb ;
}

.file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
	font-size: 2em;
  width:100%;
  height:50px;
  cursor: pointer;
}
.alert {
    display: none; /* 初期状態は非表示 */
    width: 300px;
    /* 画面上部に表示 */
    position: absolute;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #c09853;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert .close {
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}

