@charset "utf-8";
/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
}
#juniorgolf{
	width: 100%;
	margin: 0 auto;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #feffe7;
}
#juniorgolf .sewrap{
	background-image: url("../images/main_bg.jpg");
	padding-top: 117.4%;
	margin: 0 auto;
	font-size:14px;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#juniorgolf .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
	top: 0;
}
#juniorgolf .contents_wrap{
	width:95%;
	margin:0 auto;
	padding-bottom:5%;
}
#juniorgolf .result_title{
	background-color:#1b784b;
	color:#ffffff;
	margin:0 auto;
	padding:0.5%;
	text-align:center;
	font-size: 1rem;
	font-weight:bold;
}
#juniorgolf .result_title+p{
	margin:0 auto;
	padding:1% 2% 2%;
	font-size:1rem;
	font-weight:bold;
	color:#1b784b;
}
#juniorgolf .class_title{
	background-color:#d8f1d3;
	color:#1b784b;
	margin:4% auto 1.5%;
	padding:0.5% 1.5%;
	font-size:1.2rem;
	border-left: 5px solid #1b784b;
}
#juniorgolf .class_pdf{
	padding-left: 2%;
	font-size:3.1vw;
}
