* {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body {
	background-color: #eee;
}

#wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
	background-color: #fff;
}

#headerTitle {
	color: #336600;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	text-indent: 20px;
	margin-left: 5px;
}
#logo {
	height: 40px;
	background-image: url("/common/images/Human.png");
	background-repeat: no-repeat;
	background-position: 20px 0px;
	background-size: auto 40px;
}
.contents {
	margin: 20px;
}

select {
	padding: 5px;
}

.contents h3 {
  background: rgba(0, 0, 0, 0) url("/common/images/page3_title.png") no-repeat scroll 0 0;
  color: #996633;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 65px;
  padding-bottom: 0;
  text-align: left;
  text-indent: 10px;
}

.contents h4 {
	height: 30px;
	background-image: url("/common/images/midasi_bg_l.gif");
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: 300;
	padding: 5px 0px 0px 20px;
}

.tableClass {
	margin-left: 70px;
	margin-right: 70px;
}
table.boshu {
  background-color: #ffffff;
  border-collapse: collapse;
  border-left: 1px solid #999;
  border-spacing: 0;
  border-top: 1px solid #999;
  empty-cells: show;
  width: 100%;
}

.boshu th {
  background-color: #eee;
  background-position: left top;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  color: #111111;
  font-size: 12px;
  padding: 0.3em 1em;
  width: 140px;
  white-space: nowrap;
}

.boshu td {
  background-color: #fff;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  color: #333333;
  font-size: 12px;
  padding: 0.3em 1em;
  text-align: left;
  line-height: 28px;
}

.colorRed {
	color: red;
}

.fontSmall {
	font-size: 10px;
}

input[type='text']{
	padding:3px;
}

.nextButton, .submitButton, .chooseButton, .backButton, .chooseFormLoginButton, .logoutButton {
	background: linear-gradient(to bottom, #0095cc 0%,#00678e 100%);
	color: #d9eef7 !important;
	border: solid 1px #0076a3;
	min-width: 100px;
	display: inline-block;
	zoom: 1;
	display: inline;
	vertical-align: baseline;
	margin: 3px 0 3px 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font: bold 13px/100% 'MS Gothic';
	font-size: 1.3rem !important;
	font-weight: bold;
	font-family: 'MS Gothic';
	position: relative;
	white-space: nowrap;
	padding: 9px 14px;
}
#footer {
	background: #000056 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	font-size: 12px;
	padding: 15px 0px 0px;
	text-align: center;
	height: 35px;
}
.sp {
	display: none;
}

/* 以下、スマホ対策 */
@media (max-width: 640px) {
	#wrapper {
		width: 100%;
		box-shadow: none;
	}
	.contents {
		margin: 20px 2px;
	}
	.contents h3 {
		margin-left: 0px;
	}
	.tableClass {
		margin: 0px;
	}
	.boshu th {
		width: 80px;
		white-space: normal;
	}
	select {
		width: 250px;
	}
	.sp {
		display: block;
	}
}