/* =====================================================================
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: 40px;
	font-weight: bold;
	letter-spacing: 0.2em;
	top: 36%;
	position: relative;
	text-align:center;
}

#waku h3{
	position: relative;
	top: 45%;
	letter-spacing: 0.1em;
}

/* ==========================================================================
link
========================================================================== */
#link {
	width: 100%;
	margin: 0 auto;
}

#link ul#lside{
	float: left;
	width: 48%;
}

#link ul#rside{
	float: right;
	width: 48%;
}

#link ul li{
	padding: 5px;
	border-bottom: solid 1px #333;
	width: 100%;
	height: 100px;
	line-height: 100px;
}

#link ul li img{
	vertical-align: middle;
}

#link ul li span{
	display: block;
}

#link ul li span.banner{
	float: left;
}

#link ul li span.title{
	float: right;
}

#bnr{
	margin-top: 30px;
	text-align:center;
}

/* ==========================================================================
スマホ
========================================================================== */
@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;
	}

	#link ul#lside{
		float: none;
		width: 100%;
	}

	#link ul#rside{
		float: none;
		width: 100%;
	}

	#link ul li{
		padding: 5px;
		width: 100%;
	}

}