@charset "UTF-8";

/* 親 */

#seibun {
width: 800px;
max-width: 800px;
height: auto;
margin: 0 auto;
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 16px;
line-height: 1.7em;
}

/*見出し*/

#seibun h1 {
font-size: 30px;
padding: 10px;
margin: 40px 0;
text-align: center;
font-weight: normal;
}

#seibun h2 {
    /*font-family: hiragino kaku gothic pro,ヒラギノ角ゴ pro,yu gothic medium,游ゴシック medium,YuGothic,游ゴシック体,メイリオ,sans-serif;*/
    font-size: 16px;
    line-height: 1.5em;
    margin: 20px 25px 40px;
    font-weight: normal;

}

/*
#seibun h2 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 100px 0;
}
*/
/*
#seibun h2:before {
 content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
*/

#seibun h3 {
	margin: 3rem 0 0;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size: 1.5rem;
}

#seibun h4 {
  padding: 0.5rem 1rem;
  margin: 2rem 0 0;
  font-size: 1.1rem;
  border-bottom: 3px solid #000;
  background: #f4f4f4;
}

#seibun h5 {
  padding: 0.5rem 1rem;
  margin: 2rem 0 0;
  font-size: 1rem;
　font-weight: bold;  
  border-bottom: 2px dotted #000;
}

/*table*/

.list {
width: 800px;
}

.list table {
width: 750px;
font-size: 16px;
}

.list td{
	line-height: 1.5em;
}

/*リンク*/

#seibun a{
color: #0000ff;
}

/*幅＆高さ*/

.wd100 {
width: 100%;
}
.wd90 {
width: 90%;
}
.wd80 {
width: 80%;
}
.wd70 {
width: 70%;
}
.wd60 {
width: 60%;
}
.wd50 {
width: 50%;
}
.wd40 {
width: 40%;
}
.wd30 {
width: 30%;
}
.wd20 {
width: 20%;
}
.wd10 {
width: 10%;
}
.wd9 {
width: 9%;
}
.wd8 {
width: 8%;
}
.wd7 {
width: 7%;
}
.wd6 {
width: 6%;
}
.wd5 {
width: 5%;
}
.wd4 {
width: 4%;
}
.wd3 {
width: 3%;
}
.wd2 {
width: 2%;
}

/*margin＆padding*/

.pa10 {
padding: 10px;
}

/*ぱんくず*/

.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-size: 0.7rem;
  margin: 0.7rem 0 0;
}
 
.breadcrumb li {
  float: left;
  margin-right: 0.7rem;
}
 
.breadcrumb li a {
  text-decoration: underline;
  color: #1b1b1b;
}

