@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
outline:none;
}
html{
height:100%;
}
#main2{
font-size:75%;
font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
color:#000;
letter-spacing:1px;
line-height:1;
}
img{
border:none;
vertical-align:bottom;
}
ol,ul{
list-style:none;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*テキスト*/

.t26b{font-size:216%; line-height:1.5em; font-weight:bold;}
.t26{font-size:216%; line-height:1.5em;}
.t24b{font-size:200%; line-height:1.5em; font-weight:bold;}
.t24{font-size:200%; line-height:1.5em;}
.t22b{font-size:183%; line-height:1.5em; font-weight:bold;}
.t22{font-size:183%; line-height:1.5em;}
.t20b{font-size:166%; line-height:1.5em; font-weight:bold;}
.t20{font-size:166%; line-height:1.5em;}
.t18b{font-size:150%; line-height:1.5em; font-weight:bold;}
.t18{font-size:150%; line-height:1.5em;}
.t16b{font-size:130%; line-height:1.5em; font-weight:bold;}
.t16{font-size:130%; line-height:1.5em;}
.t14b{font-size:116%; line-height:1.5em; font-weight:bold;}
.t14{font-size:116%; line-height:1.5em;}
.t12b{line-height:1.5em; font-weight:bold;}
.t12{line-height:1.5em;}
.t10b{font-size:83%; line-height:1.2em; font-weight:bold;}
.t10{font-size:83%; line-height:1.2em;}

a{color:#ff7800; text-decoration:none;}
a:active{color:#ffba00; text-decoration:underline;}
a:visited{color:#ff7800;text-decoration:none;}
a:hover{color:#ffba00; text-decoration:underline;}

a.bl{color:#000000; text-decoration:none;}
a.bl:active{color:#9c9c9c; text-decoration:underline;}
a.bl:visited{color:#000000;text-decoration:none;}
a.bl:hover{color:#9c9c9c; text-decoration:underline;}

a.mat{font-size:116%; line-height:1.5em; font-weight:bold; color:#ff7800; text-decoration:underline;}
a.mat:active{font-size:116%; line-height:1.5em; font-weight:bold; color:#ffba00; text-decoration:underline;}
a.mat:visited{font-size:116%; line-height:1.5em; font-weight:bold; color:#ff7800;text-decoration:underline;}
a.mat:hover{font-size:116%; line-height:1.5em; font-weight:bold; color:#ffba00; text-decoration:underline;}

.t22b_b{font-size:183%; line-height:1.5em; font-weight:bold; color:#0075be}
.t20b_w{font-size:166%; line-height:1.5em; font-weight:bold; color:#fff}
.t18b_b{font-size:150%; line-height:1.5em; font-weight:bold; color:#0075be}
.t18b_o{font-size:150%; line-height:1.5em; font-weight:bold; color:#ff6600}
.t14b_w{font-size:116%; line-height:1.5em; font-weight:bold; color:#fff}
.t12b_w{line-height:1.5em; font-weight:bold; color:#fff}
.t10b_w{font-size:83%; line-height:1.2em; font-weight:bold; color:#fff}

/*その他*/

.t_ma5{margin:5px 0 0 0;}
.t_ma10{margin:10px 0 0 0;}
.t_ma15{margin:15px 0 0 0;}
.t_ma20{margin:20px 0 0 0;}
.t_ma25{margin:25px 0 0 0;}
.t_ma30{margin:30px 0 0 0;}
.t_ma40{margin:40px 0 0 0;}
.t_ma50{margin:50px 0 0 0;}
.t_ma60{margin:60px 0 0 0;}
.t_ma70{margin:70px 0 0 0;}
.t_ma80{margin:80px 0 0 0;}

.t_pa10{padding:10px 0 0 0;}
.t_pa20{padding:20px 0 0 0;}
.t_pa30{padding:30px 0 0 0;}
.t_pa40{padding:40px 0 0 0;}
.t_pa50{padding:50px 0 0 0;}
.t_pa60{padding:60px 0 0 0;}
.t_pa70{padding:70px 0 0 0;}
.t_pa80{padding:80px 0 0 0;}

.b_ma40{margin:0 0 40px 0;}

#bottom_banner { text-align: center; padding-bottom: 80px; }

.mainimage_title {
	margin: 0;
}


/*---------------------------------

パンくず修正
自由研究配下のbase.cssを上書く

---------------------------------*/
@media (min-width: 741px) {
  /* PC */
  .breadcrumb {
    max-width: 960px;
    width: 100%;
    margin: 20px auto 20px;

    color: #333333;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;

    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .breadcrumb a {
    color: #0088cc;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  /* SP */
  .breadcrumb a {
    color: #0088cc;
  }
}


/*---------------------------------

広告設置対応

---------------------------------*/
@media (min-width: 741px) {
  /* PC */
  .KJS_SP {
    display: none;
  }
}
@media (max-width: 740px) {
  /* SP */
  .article-body {
    overflow: hidden;
  }
}