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

@charset "Shift_JIS";


/* スマホ用のCSSはメディアクエリの外に記述する */

@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
    body {
      font-size: 0.85em;
      text-align: center;
      padding: 0;
      margin:auto;
      width:100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
	  font-family: "MS Pゴシック";

  }


    /* -- 見出し -- */
    h2,h4,h5,h6 {
      font-size: 1.2em;
      margin-bottom: 1em;
      padding: 5px 0 5px 5px;

    }
	
	h2.akamozi{
		color:red;
		
	}
	


    /* -- 文字 -- */
    #contents p {
      line-height: 1.6em;
    }

    /* -- パン屑リスト -- */
    #contents .topic-path {
      line-height: 1em;
      margin-bottom: 2em;
    }

    /* -- 以下 リスト関係 -- */
    #contents dl { margin: 1em 0; }

    #contents dt {
      margin-bottom: 0.5em;
      font-weight: bold;
      border-bottom: 1px dotted #666666;
    }

    #contents dd { margin-bottom: 2em; }




    .copy_btn:hover {
      background: #ffffff;
      color: #000000;
    }
    .copy_btn:hover {
        cursor: pointer;
    }

    .img {
        padding-bottom:100px;
        padding-top:100px;
        width:100%;
    }
	
	
	.box_ttl {
	background: #27acd9;
	color: #fff;
	font-size:1.5em;
	font-weight: bold;
	padding: 0.5em 1em 0.2em;
	text-align:left;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
	}
	
   .box {
	border: 1px solid #27acd9;
	background: #eaf5f9;
	padding: 1em;
	}
	



    .box1 {
        padding: 0.5em 1em;
        margin: 2em 0;
        color: #232323;
        background: #B0E3E3;
        border-left: solid 10px #69F;
    }
    .box1 p {
        margin: 0; 
        padding: 0;
        font-size:36px;
        text-align: left;
    }



    .box2 {
        padding: 0.5em 1em;
        margin: 2em 0;
        color: #232323;
        background: #FC9;
        border-left: solid 10px #F60;
    }
    .box2 p {
        margin: 0; 
        padding: 0;
        font-size:36px;
        text-align: left;
    }


    .box3 {
        padding: 0.5em 1em;
        margin: 2em 0;
        color: #232323;
        background: #F9C;
        border-left: solid 10px #F39;
    }
    .box3 p {
        margin: 0; 
        padding: 0;
        font-size:36px;
        text-align: left;
    }



    .rank1, .rank2, .rank3 {
        font-size:30px;
        line-height:40px;
        margin: 10px;
        padding: 30px 0px 30px 120px;
        border-left: none;
        border-bottom: 15px;
        border-bottom: 5px dotted #999;
    }
    .rank1 {
        background-image: url(img/f5-1.png);
        background-repeat: no-repeat;
        background-position: left center;

    }

    .rank2 {
        background-image: url(img/f5-2.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .rank3 {
        background-image: url(img/f5-3.png);
        background-repeat: no-repeat;
        background-position: left center;
    }



    /* ---------------------------------------- #footer内の指定 */
    #footer p { text-align: center; }

    /* 以下 CSSデザインサンプルクレジット部分 */
    #cds{ display: none; }

}

/*-- ここから下スマホ用の設定 --*/
body {
  font-size: 0.85em;
  text-align: center;
  padding: 0;
  margin:auto;
  width:100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "MS Pゴシック";
  
}


/* -- 見出し -- */
h2,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom:1em;
  padding: 5px 0 5px 5px;

}

	h2.akamozi{
		color:red;
		
	}

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }




.copy_btn:hover {
  background: #ffffff;
  color: #000000;
}
.copy_btn:hover {
	cursor: pointer;
}

.img {
	padding-bottom:100px;
    padding-top:100px;
    width:100%;
}


	.box_ttl {
	background: #27acd9;
	color: #fff;
	font-size:1.5em;
	font-weight: bold;
	text-align: left;
	padding: 0.5em 1em 0.2em;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
	}
	
   .box {
	border: 1px solid #27acd9;
	background: #eaf5f9;
	padding: 1em;
	}
	
	
	

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #B0E3E3;
    border-left: solid 10px #69F;
}
.box1 p {
    margin: 0; 
    padding: 0;
    font-size:1.5em;
    text-align: left
}



.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #FC9;
    border-left: solid 10px #F60;
}
.box2 p {
    margin: 0; 
    padding: 0;
    font-size:1.5em;
    text-align: left
}


.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #F9C;
    border-left: solid 10px #F39;
}
.box3 p {
    margin: 0; 
    padding: 0;
    font-size:1.5em;
    text-align: left
}


.rank1, .rank2, .rank3 {
    font-size:1em;
    line-height:1.5em;
    margin: 10px;
    padding: 10px 0px 10px 120px;
    border-left: none;
    border-bottom: 15px;
    border-bottom: 5px dotted #999;
    background-size: 25%;
}

.rank1 {
    background-image: url(img/f5-1.png);
    background-repeat: no-repeat;
    background-position: left center;

}

.rank2 {
    background-image: url(img/f5-2.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.rank3 {
    background-image: url(img/f5-3.png);
    background-repeat: no-repeat;
    background-position: left center;
}



/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }