﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    font-family: :"sans-serif";
}
section{   
    width: 900px;
    margin:0 auto;
    text-decoration:none;
}
h2{
  width:80%;
  font-size:125%;
  font-weight:bold;
  text-align:center;
   position: relative;
  padding: 0.5em 3.8em;
  border-top: solid 2px #696969;
  border-bottom: solid 2px #696969;
  margin:50px auto;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #696969;
}
h2:before {
  left: 7px;
}
h2:after {
  right: 7px;
}
p{
	font-size:90%;
}
.kyocho{
	color:#dc143c;
	font-weight:bold;
}
section a{
	text-decoration:none;
	color:#484848;
}
section a:hover{
	color:#808080;
}
/*  */
.cf{
	clear:both;
} 

.board_setsumei{
	font-size:100%;
	margin:10px auto;
	color:#4682B4;
}
 
h3{
  display:inline-block;
  font-size:110%;
  color:#191970;
  margin-top:30px;
  margin-bottom:20px;
  border-bottom:1px solid #191970;
  padding-bottom:20px;
  position: relative;
}

h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #191970, #191970 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #191970, #191970 2px, #fff 2px, #fff 4px);
}
.ranking0{
margin-bottom:-25px;
	width:75px;
	margin-right:30px;
}
.ranking1{
font-size:110%;
margin:10px auto;
font-weight:bold;
}
.ranking_img1{
	width:50px;
	margin-bottom:-5px;
} 
.ranking2{
font-size:110%;
margin:10px auto;
font-weight:bold;
}
.ranking_img2{
	width:50px;
	margin-bottom:-5px;
} 

.ranking3{
font-size:110%;
margin:10px auto;
font-weight:bold;
}
.ranking_img3{
	width:50px;
	margin-bottom:-5px;
} 

.ranking{
font-size:90%;
font-weight:bold;
margin:10px auto 10px 5px;
}
 
p a{
	color:#00437C;

}
.photo3 img{
	width:100%;
}
