@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
}
#juniorgolf{
    max-width: 1280px;
    margin: 0 auto;
    background: #feffe7;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#juniorgolf .sewrap{
	background: url("../images/main_bg.jpg") no-repeat top center;
	background-size: cover;
	width: 100%;
	padding-top: 117.4%;
	margin: 0 auto;
	font-size:14px;
	position:relative;
	line-height:1.5;
}
#juniorgolf .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#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:1.8rem;
	font-weight: bold;
}
#juniorgolf .result_title+p{
	margin:0 auto;
	padding:0.5%;
	text-align:center;
	font-size:1.3rem;
	font-weight:bold;
	color:#1b784b;
}
#juniorgolf .class_title{
	background-color:#d8f1d3;
	color:#1b784b;
	margin:2% auto 0.5%;
	padding: 0.5%;
	font-size:1.4rem;
	border-left: 5px solid #1b784b;
}
#juniorgolf .class_pdf{
	padding-left: 1%;
	font-size:1.2rem;
}
#juniorgolf .pc_none{
	display: none;
}
