@charset "utf-8";
/* CSS Document */

/*  個別コンテンツ
---------------------------------------------------------- */
div.content .qa_frame{
	width:860px;
	margin:40px 0 20px;
	padding:40px 46px 22px;/*前後ボタンある時の指定　夏*/
	/*padding:40px 46px 40px;前後ボタンない時の指定　春*/
	border:4px #51ADE6 solid;
	text-align:center;
	background:#fff;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

/*チャレンジ、なぜなに 前後ボタン、もくじへもどる チャレンジ版*/
.page_nav{
	background:url(/enjoy/kids_const/encyclopedia/images/bg_enc_dotline.png) repeat-x scroll 0 0;
}


div.links{
	text-align:center;
	margin-top:50px;
	padding-top:20px;
	padding-bottom:10px;
	/*background:url(/enjoy/kids_const/encyclopedia/images/bg_enc_dotline.png) repeat-x scroll 0 0;*/
}

.go_top_button{
	text-align:center;
	margin-top:50px;
}




@media print{
div.links,
.go_top_button{
	display:none;	
}	
	
div.content .qa_frame{
	margin:0px;
	border:none;
}
}




