@charset "UTF-8";
/* CSS Document */


/* フォーム全体を括るラッパー				
----------------------------------------------------------- */

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:100%;
}


attentionboad {
margin-bottom:20px;
display:block;
}

/* フォームを囲うテーブル				
----------------------------------------------------------- */

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:none;
	margin-top:9px;
	margin-bottom:9px;
}
table.formTable th{
	width:25%;
	padding-left:10px;
	font-weight:bold;
	text-align:left;
}

table.formTable td{
	width:75%;
	font-weight:normal;
	text-align:left;
	padding-top:9px;
	padding-bottom:9px;
}


.othercolor{
	background-color:#F5F5F5;
}

.checkbox {
	position:relative;
    bottom:2px;
}


/* 入力フォームに対する要素			
----------------------------------------------------------- */

input{
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);

}

fieldset {
	border:none;

}

fieldset input {
	margin-top:1px;
	margin-bottom:1px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);

}

textarea{
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);

}

select{
	height:20px;
}

/* 必須って書いてあるアレ				
----------------------------------------------------------- */

.label-important,.badge-important{
background-color:#b94a48;
}
	
.label-important[href],.badge-important[href]{
background-color:#953b39;
}

.label,.badge{
display:inline-block;
margin-left:5px;
padding:2px 4px;
font-size:10px;
font-weight:bold;
line-height:14px;
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
white-space:nowrap;
vertical-align:baseline;
background-color: #AA070A
}

.label{
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}

.attentionboad {
margin-bottom:20px;
}
	
	



