@charset "UTF-8";

/*////////////////////////////////////////////////////

	印刷設定

////////////////////////////////////////////////////*/

html,body {
	width: 100%;
	background: none;
}
* html body { zoom: 0.8; }

#wrapper { background: none; }
#content { width: 760px; }

.box,
.box02 {
	width: 760px;
	margin: 10px 20px 10px 0;
}
.box .image { display: table-cell; }
.box .contents { display: table-cell; }

/* 告知テキスト（新イルカ館）
--------------------------------------------------------------------*/
* html p.information {
	width: 750px;
}

/*========================================================================================
 	グローバルナビ
=======================================================================================*/

* html ul#global-navi li#guide { width: 134px; }
*:first-child+html ul#global-navi li#guide { width: 134px; }


/*========================================================================================
 	フッタ
=======================================================================================*/

#pagetop-button {
	display: none;
}
#footer {
	clear: both;
	margin-top: 10px;
	color: black;
	background: none;
	border-top: 1px solid #aaa;
}
#footer ul {
	display: none;
}
#footer ul li a img {
	display: none;
}
#footer p#copyright {
	background: none;
}

/*========================================================================================
 	見出し
=======================================================================================*/
.m2 {
	display: inline-block;
	height: 1%;
}


/*========================================================================================
 	リンク
=======================================================================================*/

* html a.link {
	display: inline-block;
	height: 1%;
}
* html a.exLink {
	display: inline-block;
	height: 1%;
}

* html a.page {
	display: inline-block;
	height: 1%;
}
* html a.pdf {
	display: inline-block;
	height: 1%;
}

/*========================================================================================
 	Ｑ＆Ａ
=======================================================================================*/

* html dl.faq dt {
	display: inline-block;
	height: 1%;
}
* html dl.faq dd {
	display: inline-block;
	height: 1%;
}

/*========================================================================================
  	動物の詳細
========================================================================================*/

/* 動物Q&A */
* html dl.aq dt {
	display: inline-block;
}
* html dl.aq dd {
	display: inline-block;
}

* html .info-box {
	width: 100%;
}


/*========================================================================================
 	プール/遊園地
=======================================================================================*/

.box {
	width: 760px;
}
* html .box {
	width: 760px;
}

/*========================================================================================
 	おすすめ情報
=======================================================================================*/

* html .info-title h2 {
	width: 720px;
}

/*========================================================================================
 	モデルコース紹介
=======================================================================================*/

* html #iruka p {
	margin-left: 360px;
	padding-left: 0;
}
* html #toudai p {
	margin-left: 360px;
	padding-left: 0;
}





