﻿@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

#eln_body #main_eln .vtr1 h1{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:25px;
	text-align:center;
	color:green;

}

#eln_body #main_eln .vtr1 h2{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin:20px 0px 15px 0px;

}


#eln_body #main_eln .vtr2 p{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	margin:0 auto;
	line-height:30px;
}

/*.vtr2 p a{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid orangered;
	transition: 0.3s;
}
*/

/*a:hover {
	background-color: coral;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
}*/


#eln_body #main_eln .vtr3{
	display:inline-block;
	width:300px;
	margin:20px 0px 20px 140px;
}


#eln_body #main_eln .vtr3 p{
	text-align:lefte;
	line-height:30px;
	color:black;
}

#eln_body #main_eln .vtr3 a{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid green;
	transition: 0.3s;
}

#eln_body #main_eln .vtr3 a:hover {
	background-color: #A9F5A9;
	color: #21610B;
	font-weight: bold;
	border-bottom: none;
}


.vtr3 br{
		display:none;
}

footer{
	margin-top:27px;
	height:100%;
}

/*　　スマフォ対応　　*/
@media (max-width: 567px) {

	.line {
		display:none;
	}


	.vtr1 h1{
		font-size:140%;
	}

	.vtr1 h2{
		font-size:140%;
	}


	.vtr2{
		width:100%;
		margin:none;

	}

	.vtr3 br{
		display:block;

	.vtr3 br{
		display:block;
}


}
