@charset "UTF-8";

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

	動物園

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

ul#global-navi li#zoo a { background: url(../../images/common/gnavi.gif) no-repeat -135px -44px; }

#link-box:after {
	content: " ";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
#link-box { display: inline-block; }
/* ¥*/
* html #link-box { height: 1%; }
#link-box { display: block; }
/* */



/* ページ内リンクボタン
-----------------------------------------------------------*/
ul#category-menu {
	float: left;
	width: 508px;
	margin-top: 16px;
}
ul#category-menu li {
	float: left;
	padding-left: 30px;
}
a.banner {
	float: right;
}



/* 動物写真
-----------------------------------------------------------*/
table.album {
	width: 760px;
	padding: 0;
	border: none;
	background: none;
}
table.album td {
	width: 190px;
	padding: 5px 0;
	background: none;
	border: none;
	text-align: center;
}


/* 動物取扱業に関する表示
---------------------------------------------------------------------*/
.attention-zoo {
	margin: 40px 0 0 0;
	padding: 10px;
	border: 1px solid #cdcdcd;
	font-size: 93%;
	clear:both;
}
.attention-zoo p{
	font-size:100%;
}


/*=========================================================================================================================
	動物タグ 
=========================================================================================================================*/

.animal-box {
	width: 740px;
	margin: 0 auto;
	background: #fff3c7 url(../images/animal_box_head.gif) no-repeat 0 0;
	vertical-align: bottom;
}
.animal-box img {
	vertical-align: bottom;
}

/* 動物写真
---------------------------------------------------------------------*/
.animal-box h2 {
	float: left;
	width: 374px;
	margin: 0;
	padding: 0;
}

/* 右カラム
---------------------------------------------------------------------*/
.animal-box dl {
	float: right;
	display: inline;
	width: 336px;
	padding-left: 30px;
	background: url(../images/border.gif) no-repeat 30px 100%;
}
.animal-box dl:after {
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
.animal-box dl { display: inline-block; }
/* ¥*/
* html .animal-box dl { height: 1%; }
.animal-box dl { display: block; }
/* */

/* 共通設定 */
.animal-box dl dt {
	float: left;
	padding: 0.5em 0;
	padding-right: 10px;
}
.animal-box dl dd {
	float: right;
	width: 260px;
	padding: 0.5em 0;
	font-size: 123.1%;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

/* 名称 */
dl.name {
	padding-top: 20px;
}

/* 特徴 */
dl.tokucho {
	background: url(../images/animal_box_back.gif) no-repeat 98% 100%;
}
dl.tokucho dt {
	float: none;
	clear: left;
}
dl.tokucho dd {
	float: none;
	width: 310px;
	margin-right: 0;
	padding-bottom: 0px;
	font-size: 93%;
	font-weight: normal;
	letter-spacing: 0;
	background: none;
	text-align: left;
}

/* 見出し
---------------------------------------------------------------------*/
.m1 {
	height: 50px;
	margin: 0;
	padding-top: 26px;
	padding-left: 60px;
	background: url(../images/midashi_zoo.gif) no-repeat 0 50%;
	font-size: 123.1%;
}

/* 記事 ！base.cssにも記述
---------------------------------------------------------------------*/
.document-box {
	width: 700px;
	margin: auto;
	background: none;
}
.document-box img {
	float: left;
	margin-right: 40px;
}
.document-box p {
	float: right;
	width: 410px;
	margin-right: 0px;
	padding-top: 10px;
}
/* 写真なし */
p.txt {
	margin: 0 20px 20px;
}

dl.aq {
	width: 650px;
	margin: 0 auto 15px;
	background: url(../../images/common/answer_back.gif) repeat-y 0 0;
}
dl.aq dt{
	padding-top: 20px;
	padding-left: 70px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 108%;
	background: #fff url(../images/icon_q.gif) no-repeat 0 0;
}
dl.aq dd {
	padding: 0px;
	background: url(../../images/common/answer_bottom.gif) no-repeat 100% 100%;
}
dl.aq dd p {
	padding: 5px 10px 10px;
}


