@charset "utf-8";
/* CSS Document */
.sponly { display:none; }

/* 共通 */
body {
	background: #000;
	background-size: 100% auto;
}
div#contents {
}
div#bgbox {
	width:100%;
	padding-top: 97px;
	/*
	background: url(../images/cmn/bgcastle.png) no-repeat, url(../images/cmn/bgmoon.png) no-repeat,  url(../images/cmn/bggreen.png) repeat-x, url(../images/cmn/bg.jpg) no-repeat;
	background-position: left bottom 250px, left top,  center bottom;
	background-size: auto auto, auto auto, auto auto, 100% auto;
	
	background: url(../images/cmn/bgcastle2.png) no-repeat, 
		url(../images/cmn/bgmoon2.png) no-repeat, 
		url(../images/cmn/bg2.jpg) ;
	background-position: left -45px bottom 180px, 
		left -20px bottom 250px;
	background-size: auto auto, 
		auto auto, 
		auto auto, 
		auto auto;
	*/
	background: url(../images/cmn/bg2.jpg);
	background-position: center top;
}
/* ヘッダー */
div.pcmenu {
	width:100%;
	min-width: 1132px;
	height:51px;
	background: url(../images/cmn/menu2.png) no-repeat;
	background-position: center center;
	position: fixed;
	top:10px;
	padding-top: 36px;
	z-index: 50;
}
	div.pcmenu > div { 
		width:990px;
		height:20px;
		margin: 2px auto 0 auto;
		text-align: center;
	}
		div.pcmenu > div a {
			margin: 0 34px;
			text-decoration: none;
			color: #fff;
			font-size: 15px;
			letter-spacing: 1px;
		}
/* フッター */
div.pcfooter {
	width:100%;
	height:132px;
	padding-top: 70px;
	background: url(../images/cmn/footerbg02.png) no-repeat, 
		url(../images/cmn/footerbgsp01.jpg) repeat-x, 
		url(../images/cmn/footerbgsp03.jpg);
	background-size: auto auto, 
		100% 5px,
		auto 100%;
	background-position: 
		center top 0px, 
		center top, 
		left top;
}
	div.pcfooter div.infobox {
		width: 960px;
		height:92px;
		margin:  0 auto;
		position: relative;	
	}
	div.pcfooter div.infobox div.tenantinfobox {
		width:249px;
		height:72px;
		padding-left: 33px;
		float: left;
	}
		div.pcfooter div.infobox div.tenantinfobox p { color: #fff; }
		div.pcfooter div.infobox div.tenantinfobox p.name01 {
			height: 25px;
			line-height: 25px;
			font-size: 18px;
			letter-spacing: 1px;
		}
		div.pcfooter div.infobox div.tenantinfobox p.name02 {
			height: 20px;
			line-height: 20px;
			font-size: 14px;
			margin-bottom: 5px;
			letter-spacing: 2px;
			text-indent: 1px;
		}
		div.pcfooter div.infobox div.tenantinfobox p.tel {
			height: 30px;
			line-height: 30px;
			font-size: 18px;
			letter-spacing: 3px;
			font-weight: bold;
		}

	/* メニュー */
	div.pcfooter div.infobox div.menubox {
		width:416px;
		padding-top: 00px;
		height: 81px;
		float: left;
	}
div.pcfooter div.infobox div.menubox a {
	display: inline-block;
	height:27px;
	line-height: 27px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}
	/* SNS */
	div.pcfooter div.infobox div.snsbox {
		width:200px;
		margin-left: 50px;
		padding-top: 20px;
		height:48px;
		float: left;
	}
		div.pcfooter div.infobox div.snsbox a {
			display: block;
			width: 48px;
			height:33px;
			margin-right: 10px;
			float: left;
		}
			div.pcfooter div.infobox div.snsbox a img {
				display: block;
				width:48px;
				height:33px;
			}
	/* コピーライト */
	div.pcfooter div.infobox small {
		display: block;
		width:200px;
		height:20px;
		line-height: 20px;
		font-size: 10px;
		text-align: left;
		color: #000;
		letter-spacing: 1px;
		color: #fff;
		position: absolute;
		right:10px;
		bottom:0px;
	}