@charset "Shift_JIS";

/***************■全体構造*********************/

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}



/*背景色の指定#fbeac1*/
#backcolor{
	background-color: #fbeac1;
	text-align: center;
}

/*タイトル*/
#titleImage{
	padding: 0px;
	margin: 0px;
	border: none;
}




#lead{
  background-color: #fff;
  width: 900px;
  padding: 15px 25px 25px 25px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}




/*作業範囲*/
#box_main{
	background-color: #fff;
	width: 900px;
	font-size: 120%;
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*イントロ*/
.box_int{
	background-color: #ffce00;
	width: 950px;
	font-size: 1.0em;
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
        color:#333; 
}

/*見出し　行*/
.midaLine{
	background-color: #e4007f;
	border-radius: 10px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	width: 760px;
	vertical-align: middle;
	padding: 5px 20px;
	text-align: cinter;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}


/*リード（本文）*/
.lead{
  background-color: #fff;
  width: 880px;
  padding: 20px 35px 35px 35px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  text-align:center;
}



.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/3);/*←画像を横に3つ並べる*/
	padding:10 10px;/*←画像の左右に2pxの余白を入れる*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border-radius: 20px;
        border: 2px #90243f dotted;/*←画像を1pxの点線で囲む*/
        margin:0.3em;
}


.line{
        color:#9b0b32;}


/*画像*/

.ph_small{
  border: 1px #ff0000 dotted;
  border-radius: 15px;
}


/*見出し*/
.midashi{
 font-size:1em;
 text-align:center;
 font-weight:bold;
 color:#cc0000;
 padding:5px 0px 10px 0px;
}


/*用意するもの*/
.things{
 font-size:0.8em; text-align:left;
 font-weight:normal;
 color:#000;
 padding:5px 100px 10px 100px;
}


/*テーブル内の画像をセンタリング*/
td { text-align:center; vertical-align:middle; }


/*--囲み枠（サイエンスエンジェル紹介）--*/
.kakomi_angel{
 width: 85%;
 text-align: left;
 margin-top: 10px;
 margin-bottom: 30px;
 margin-left: auto;
 margin-right: auto;
 background-color:#fdeff2;
 padding:10px 10px 10px 10px ;
 border-radius: 15px;
 font-size:1em;
}


/*--囲み枠--*/
.kakomi{
 width: 85%;
 text-align: left;
 margin-top: 10px;
 margin-bottom: 30px;
 margin-left: auto;
 margin-right: auto;
 background-color:#c1e4e9;
 padding:10px 10px 10px 10px ;
 border-radius: 15px;
 font-size:1em;
}




.aka{
 color:#cc0000;
}



/*文字サイズ変更*/
.up30{
	font-size: 130%;
}

.down10{
	font-size: 90%;
}

.clearBoth{
	clear:both;
}

/*パーソナリティ*/
.p_Image{
	padding: 0px;
	border: none;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
