body{
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-contents{
  width: 800px;
  margin: 0 auto;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
}
header{
  position: relative;
  height: 85px;
}
header .logo{
  background: url(../../_img/contents_bar.gif) no-repeat;
}
header .top-return{
  position: absolute;
  top: 33px;
  right: 0;
  font-size: 12px;
}
footer{
  width: 800px;
  margin: 0 auto;
  padding: 10px 0 30px;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  font-size: 12px;
  font-family: sans-serif !important;
  text-align: center;
}
#main-contents .outer{
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
#main-contents .outer .nav li{
  height: 40px;
}
#main-contents .outer .nav a:nth-of-type(1){
  background: url(../../_img/menu_a_r1_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(1):hover{
  background: url(../../_img/menu_b_r1_c1.jpg) no-repeat;
}

#main-contents .outer .nav a:nth-of-type(2){
  background: url(../../_img/menu_a_r2_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(2):hover{
  background: url(../../_img/menu_b_r2_c1.jpg) no-repeat;
}

#main-contents .outer .nav a:nth-of-type(3){
  background: url(../../_img/menu_a_r4_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(3):hover{
  background: url(../../_img/menu_b_r4_c1.jpg) no-repeat;
}

#main-contents .outer .nav a:nth-of-type(4){
  background: url(../../_img/menu_a_r5_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(4):hover{
  background: url(../../_img/menu_b_r5_c1.jpg) no-repeat;
}

#main-contents .outer .nav a:nth-of-type(5){
  background: url(../../_img/menu_a_r6_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(5):hover{
  background: url(../../_img/menu_b_r6_c1.jpg) no-repeat;
}

#main-contents .outer .nav a:nth-of-type(6){
  background: url(../../_img/menu_a_r7_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(6):hover{
  background: url(../../_img/menu_b_r7_c1.jpg) no-repeat;
}

#main-contents .outer .nav a:nth-of-type(7){
  background: url(../../_img/menu_a_r8_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(7):hover{
  background: url(../../_img/menu_b_r8_c1.jpg) no-repeat;
}

#main-contents .outer .nav a:nth-of-type(9){
  background: url(../../_img/menu_a_r10_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(9):hover{
  background: url(../../_img/menu_b_r10_c1.jpg) no-repeat;
}

#main-contents .outer .nav a:nth-of-type(10){
  background: url(../../_img/menu_a_r11_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(10):hover{
  background: url(../../_img/menu_b_r11_c1.jpg) no-repeat;
}

#main-contents .outer .nav a:nth-of-type(11){
  background: url(../../_img/menu_a_r13_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(11):hover{
  background: url(../../_img/menu_b_r13_c1.jpg) no-repeat;
}
#main-contents .outer .nav a:nth-of-type(12){
  background: url(../../_img/menu_a_r12_c1.jpg) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
}
#main-contents .outer .nav a:nth-of-type(12):hover{
  background: url(../../_img/menu_b_r12_c1.jpg) no-repeat;
}
.tbl_tou {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  font-family: sans-serif !important;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.tbl_tou td, .tbl_tou th {
  border:1px solid #ccc;
  padding: 3px;

}
.tbl_tou tr:nth-of-type(1) { background: #eee; }

.election .title-bar{
  background: url(../../_img/title_bar.gif) no-repeat;
  background-size: contain;
  height: 34px;
  padding: 6px 0 0px 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
}

.election .inner{
  width: 590px;
}

.election h2{
  margin: 0;
  font-size: 14px;
}
.election h3{
  margin: 0;
  font-size: 10px;
  font-weight: 300;
}
.link-list{
  margin-bottom: 5px;
}
.link-list ul{
  display: flex;
  justify-content: end;
  list-style: none;
}
.link-list ul li{
  font-size: 10px;
}
.link-list ul li a{
  padding: 0 2px;
}
.election .inner .flex-justify{
  margin: 0 0 7px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.election .inner .constant{
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.election .inner .result{
  margin-bottom: 20px;
}
.election .inner .result .midashi{
  background: #eee;
  text-align: center;
}
.election .inner .result .midashi dd{
  text-align: center !important;
}
.election .inner .result dl{
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  border-left: 1px solid #ccc;
}
.election .inner .result dl:first-of-type{
  border-top: 1px solid #ccc;
}
.election .inner .result dl dt{
  width: 40px;
  padding: 4px 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.election .inner .result dl dd{
  width: 180px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.election .inner .result dl dd:nth-of-type(2){
  width: 40px;
  text-align: center;
}
.election .inner .result dl dd:nth-of-type(3),
.election .inner .result dl dd:nth-of-type(5){
  width: 130px;
  text-align: center;
}
.election .inner .result dl dd:nth-of-type(4){
  width: 105px;
  text-align: right;
}
.election .inner .result .caution{
  margin: 5px 0 0;
  font-size: 12px;
  text-align: right;
}

.election .inner .result .tousen{
  background: #FFFDEC;
}
.election .inner .result .tousen dt{
  color: #FF0000;
  text-align: center;
}
.election .inner .result .tousen .mutouhyo{
  text-align: center;
}
.election .inner .top-link{
  font-size: 10px;
  text-align: right;
  margin: -10px 0 10px;
}