@charset "utf-8";

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",　sans-serif;
  -webkit-text-size-adjust: 100%;
}


#header{
	border-bottom:none;
}

h2,h3,h4{
	margin:30px 0 20px 0;
}

/* 960px幅リセット
----------------------------------------------------*/
div#pagetop{
	padding-bottom:5px!important;
}

div#body{
	width:100%;
}



/* 960px幅
-----------------------------------------------------*/

div.content{
	width:960px;
	margin:0px auto;
	padding:10px 0 10px;
}

div.content_main{
	width:960px;
	margin:0px auto;
	padding:0 0;
}

/* header logo
---------------------------------------------------------- */
/*div#header{
	height:70px;
	position:relative;
}

div#header #kids_header{
	position:absolute;
	top:0;
	left:160px;
	width:800px;
	height:56px;
	background:url(/enjoy/kids_common/images/header_navi/bg_header.png) no-repeat left top;
}

p#logo{
	margin-bottom:0;
}

div#header #kids_header p#kka_logo{
	position:absolute;
	top:17px;
	left:21px;
	width:197px;
}

div#header #kids_header ul{
	position:absolute;
	top:7px;
	left:243px;
	width:551px;
}

div#header #kids_header ul li{
	float:left;
	margin-right:7px;
}

div#header #kids_header ul li.last{
	margin-right:0px;
}*/

div#kids_header{
	height:70px;
	position:relative;
}

#kids_header #pagetop{
	position: relative;
    margin: 0 auto;
    text-align: left;
    line-height: 1.7;
	width: 100%;
	min-width: 960px;
	max-width: 1160px;
	padding: 10px 0 0 0;
}

p#logo{
	/* margin-bottom:0; */
	float: left;
	width: 100px;
	padding-bottom: 10px;
	margin: 0;
}




/*↓const_archi common style.cssに同じ記述あり 修正時注意*/
p#kka_logo{
	position:absolute;
	top:14px;
	/* left:363px; */
	left:463px; /* 1160px対応　20191225 */
	/*text-align:center;
	margin:30px 100px 0 0;
	padding:0;*/
}

p.sitemap{
	position:absolute;
	top:40px;
	right:0px;
}

/*go_pagetop common消去*/
.go_pagetop_frame p a img{ 
	display: none;
}
.go_pagetop_frame a { 
	background-color: transparent;
	box-shadow: none;
}


/*go_laboratory*/
.go_laboratory_frame {
	position:fixed;
	right:0px;
	top:50px;
	width:66px;
	height:245px;
	z-index:5;
	display:none;
}



@media print{
.go_laboratory_frame {
		display:none;
}

div#header #kids_header{
		display:none;
}

/*プリント調整*/
.large_print img {
	width:auto;
	height:1450px;
}

}
