* {
	font-family:      'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}
html,
body {
  height: 100%;
  /* background-color: #efefef; */
}
h1, h2, h3, h4, h5, h6 {
	font-weight:      bold;
}
h1 {
	font-size:        46px;
	line-height:      50px;
	margin-bottom:    14px;
}

.form-control {
	color: #333;
}
form{
	margin-bottom:50px;
	}
	
/* テーブル */
table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
	width:100%;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
	
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
	width:30%;
}
table.form td {
	background: #f0f0f0;
	width:60%;
}

form {
	padding-bootom: 30px;
}
input {
	margin-bootom: 30px;
}
	
/* 
body {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.jumbotron {
	color: #333;
}

*/