/* =====================================================================
page.css
================================================================== */

/* ==========================================================================
punkuzu
========================================================================== */
#punkuzu {
	font-size: 12px;
}

#punkuzu a{
	text-decoration: underline;
}


/* ==========================================================================
waku
========================================================================== */
#waku {
	width: 549px;
	height: 236px;
	background: url('../images/waku.png') no-repeat;
	margin: 0 auto;
	text-align:center;
	position: relative;
	margin-top: 50px;
}

#waku h2{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	top: 36%;
	position: relative;
	text-align:center;
}

#waku h3{
	position: relative;
	top: 45%;
	letter-spacing: 0.1em;
}

/* ==========================================================================
appeal
========================================================================== */
#appeal h3{
	margin-top: 30px;
	font-size: 22px;
	border-bottom: dashed 1px #f1f1f1;
	padding: 5px 0;
}

#appeal h4{
	margin-top: 20px;
	font-size: 18px;
	border-bottom: dotted 1px #f1f1f1;
	padding: 5px 0;
}

#appeal h3 span{
	font-size: 32px;
}

#appeal p{
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
}

#appeal p a{
	color: #00d9e2;
}

#appeal p strong{
	font-size: 18px;
}

#appeal ul#animal_list li{
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0;
}

#appeal ul#animal_list li .blue{
	color: #2da5ff;
	font-size: 18px;
}

/* ==========================================================================
スマホ
========================================================================== */
@media only screen and (max-width: 738px){
	#waku {
		background:none;
		height: 60px;
		line-height: 60px;
		width: 100%;
		margin-top: 0;
	}

	#waku h2{
		font-size: 24px;
		position: static;
		text-align:center;
		width: 100%;
	}

	#waku h3{
		display: none;
	}
}