﻿body {
	font-family:Sans-serif;
}
div#head {
	margin:2%;
	text-align:center;
}div#main {
	margin:2%;
	text-align:center;
}
div#slct{
	margin-bottom:4%;
}
div.selector{
	margin:auto;
	margin-bottom:2%;
}
select{width:240px;
}
table.title {
	text-align:center;
	table-layout:fixed;
	max-width:800px;
	margin:auto;
}
table.title td {
	vertical-align:middle !important;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 95%;
	height: 100px;
}
div#contents {
	margin:10% auto;

}
caption{
	text-align:center;
}
span.n{
	display: inline-block;
}
span.no{
	color:	#cc0000;
}


.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  header {
    position: relative;
    height: 50px;
  }

  section {
    max-width: 820px;
	padding:10px;
	margin: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
  }
  section + section {
    margin-top: 50px;
  }
  footer {
    height: 200px;
    background: #2c3e50;
  }

@media screen and (max-width:700px){
table.title td{
    padding:12px 2px !important;
}
a.anchor{
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}
}
@media screen and (min-width:701px){
  nav {
    background: #FFFFFF;
  }
a.anchor{
    display: block;
    padding-top: 45px;
    margin-top: -45px;
}
}
