﻿#eln_body {
	width:70%;
	margin:0 auto;
	padding-top:160px;
	margin-right: auto;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:17px;
}

h1{
	color:blue;
	text-align:center;
	margin-top:50px;
}


h2{
	text-align:center;
	margin:20px;
}


h4{
	font-weight:normal;
	line-height:30px;
}

#eln_body ul li{
	line-height:30px;
}



.line2 {
	width:90%;
	margin:0 auto;
   	border-bottom: 1px solid gray;
	padding-bottom: 15px; 
}


.H28{
	font-size:24px;
	text-align:center;
	margin-top:2em;
	margin-bottom:1em;
	line-height: 2em;
	font-weight:bold;
}

.u_line{
	font-size:24px;
	font-weight:bold;
	background: linear-gradient(transparent 90%, red 0%);
	line-height: 1em;
}

.u_line_red{
	background: linear-gradient(transparent 90%, red 0%);
	line-height: 1em;
}


.u_black{
	text-decoration:underline;
}




main p{
	color:#fff;
	background:royalblue;
}

li{
	padding-left:1em;
	text-indent:-1em;

}

#3rd_e{
	color:red;
}

#3rd_e:hover{
		color:#FFF;
		background:deepskyblue;

}


table.joukyo{
	margin:30px auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-spacing:0;
}


table.joukyo tr th,table.joukyo tr td {　/*「,（カンマ）」で区切って複数のセレクタを指定しています*/
	font-size: 12px;
	text-align:center;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 7px;
	vertical-align:middle;

}


table.joukyo tr th {
	background: #E6EAFF;
}


table.joukyo tr td {
	background: #EFEFFB;
}

.txt_s{
	font-size: 12px;
}


.graph1{
	display: inline-block;
	width:30%;
	margin:10%;
}

.graph2{
	display: inline-block;
	width:30%;
	margin-left:10%;
}



.graph{
	width:100%;
}

.que{
	display: inline-block;
	width:40%;
	height:80%;
	vertical-align:middle;
	line-height:25px;
	padding-left:1em;
	text-indent:-1em;

}

.que_graph{
	display: inline-block;
	width:50%;
	vertical-align:middle;
}

@media (max-width: 767px) {

	h1{
		margin-top:-130px;
	}


}
