body {
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #ffffff;
	padding-top: 32px;
}

body, h1 { margin: 0 0 0 10px }
body, h2 {
	background:#ffffff;
	color: #000;
	font-size: 16px;
	text-align: center;
}
body, h3 {
	background:#ffffff;
	color: #000;
	font-size: 14px;
	text-align: right;
}
#menu {
    width:700px;
    padding:0;
	margin:0;
	list-style-type: none;
}
#menu li {
	width:33%;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}
#menu li a {
	width:auto;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-shadow:0 -1px 0px #333,0 1px 0px #555;
	padding:10px 0;
	text-decoration:none;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
}

#menu li a:hover {
    background:#555;
	background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}






.item form p{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
}
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}
table th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
  font-size: 10px;
}
table td {
  padding: 10px;
  vertical-align: top;
  font-size: 10px;
}
tr:nth-child(even) {
  background: #dcdcdc;
}
table td a{
  color: #000;
}
.nr table tr:nth-child(2n+1) {
	background-color:#dcdcdc;
}
.nr table tr:nth-child(2n+0) {
	background-color:maroon;
}
.nr table td a{
  color: #000;
}
.nr table, th, td {
  border-collapse: collapse;
  border: 1px solid #000;
  line-height: 1.5;
}
.nr table th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: green;
  color: #FFF;
}
.nr table td {
  padding: 10px;
  vertical-align: top;
  color: #000;
}
.nr tr:nth-child(even) {
  background: #000;
}
.nr table td a{
  color: #000;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.textbtn{
	display: block;
	width: 140px;
	height: 45px;
	font-size: 12px;
	color: #284481;
	text-align: center;
	line-height: 45px;
	border: solid 2px #284481;
	overflow: hidden;
	position: relative;
}
.textbtn > .btnbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 80px;
	background-color: #284481;
	overflow: hidden;
}
.textbtn > .btnbg > span {
	position: absolute;
	top:0;
	left: 0;
	width: 140px;
	height: 45px;
}
input[type="submit"]{
	font-size: 12px;
	color: #FFF;
}
input[type="text"]{
	font-size: 12px;
	width: 370px;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
input[type="text"]:focus{
	border-bottom: solid 1px #284481;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.select{
	width: 380px;
	display: flex;
	justify-content: center;
  	align-items: center;
  	margin-left: -34px;
}
.selectbox{
	width: 175px;
	display: flex;
	justify-content: center;
  	align-items: center;
  	margin-left: 12px;
  	position: relative;
 }
select{
	width: 175px;
	height: 45px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding-left: 12px;
	font-size: 12px;
	color: #888;
	z-index: 5;
}
.selectbtn{
	display: block;
	width: 26px;
	height: 45px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 45px;
	background-color: #ccc;
	position: absolute;
	right: 0;
}



@media (max-width: 760px){

.item{
	width: 100%;
	margin-bottom: 30px;
}
.item form{
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	flex-direction: column;
	width: 100%;
}
input[type="text"]{
	margin-bottom: 20px;
	width: 80%;
}
.select{
	padding: 28px 0;
	margin-bottom: 20px;
}

}
@media (max-width: 568px){

.select{
  	flex-direction: column;
  	margin-left: -15px;
}
.selectbox{
	margin-bottom: 80px;
}
.selectbox:last-child{
	margin-bottom: 0px;
}

}

/* =============== IE調整 =============== */
@media all and (-ms-high-contrast:none){
  .selectbtn {
    display: none;
  }
}

.nr_bt a{
	width:160px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-shadow:0 -1px 0px #333,0 1px 0px #555;
	padding:10px 0;
	text-decoration:none;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
}

