@charset "utf-8";


/*------------Header---------------------------------------------------------------*/
div#Header {
	width: 366px;
	height: 240px;
	margin: 30px auto;
	background: url(../../pc_img/top/header_logo.png) no-repeat left top;
}
div#Header * { display: none; }


/*------------instagram---------------------------------------------------------------*/
div#instagram {
	width: 40%;
	max-width: 340px;
	margin: 60px auto;
}
div#instagram a {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;
	background-color: #59c299;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}
div#instagram a:hover {
	text-decoration: none;
	color: #ff0;
}
div#instagram img {
	display: inline-block;
	width: 10%;
}

/*------------Global---------------------------------------------------------------*/
div#Global {
	width: 100%;
	margin: 0 auto;
}
div#Global ol {
	list-style: none;
	width: 966px;
	height: 156px;
	margin: 0 auto;
	overflow: hidden;
}
div#Global ol li {
	width: 138px;
	float: left;
}
div#Global ol li a {
	display: block;
	height: 156px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Global ol li a:hover { background-position: left bottom; }
div#Global ol li#GMBtn01 a { background-image: url(../../pc_img/top/gmbtn01.png); }
div#Global ol li#GMBtn02 a { background-image: url(../../pc_img/top/gmbtn02.png); }
div#Global ol li#GMBtn03 a { background-image: url(../../pc_img/top/gmbtn03.png); }
div#Global ol li#GMBtn04 a { background-image: url(../../pc_img/top/gmbtn04.png); }
div#Global ol li#GMBtn05 a { background-image: url(../../pc_img/top/gmbtn05.png); }
div#Global ol li#GMBtn06 a { background-image: url(../../pc_img/top/gmbtn06.png); }
div#Global ol li#GMBtn07 a { background-image: url(../../pc_img/top/gmbtn07.png); }
.fixed{
	width: 100%;
  position: fixed;
	background: url(../../pc_img/global_bg.png) repeat left top;
	top: 0;
	left: 0;
  z-index: 9999;
}


/*------------Contents---------------------------------------------------------------*/
div#Contents { padding: 25px 0 0; }


/*------------Footer---------------------------------------------------------------*/
div#Footer { padding: 35px 0 0; }


/*------------Top---------------------------------------------------------------*/
div#Top h2 {
	height: 45px;
	background: url(../../pc_img/top/top_txt.png) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Top p {
	width: 840px;
	margin: 25px auto 0;
	text-align: center;
	font-size: 115%;
}
div#Top div#News {
	width: 590px;
	height: 29px;
	margin: 25px auto 0;
	padding: 5px 20px 0 190px;
	background: url(../../pc_img/top/news_bg.png) no-repeat left top;
}
div#Top div#News h2 { display: none; }
div#Top div#News iframe {
	width: 100%;
	height: 21px;
	margin: 0 auto;
}
div#Top h3 {
	height: 49px;
	background: url(../../pc_img/study_quality/qual_top_txt.png) no-repeat center top;
}