<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
div#topimgbox01 {
	width:100%;
	height:365px;
	background:url(../images/index/topline.png) no-repeat, url(../images/menu/toptitle.png) no-repeat, url(../images/menu/topimg.jpg) no-repeat;
	background-size:100% 15px,  auto 32px, cover;
	background-position: center bottom, center top 210px, center center;
}
div#contact { background: #0F1837; }
/* メニュー */
div.menubox {
	background: #0F1837;
	padding: 50px 0 100px 0;
}
	div.menubox div.center {
		width:860px;
		margin: 0 auto;
	}
		div.menubox div.center h2 {
			text-align: center;
			font-size: 24px;
			color: #fff;
		}
		div.menubox div.center h3 {
			text-align: center;
			color: #fff;
			font-size: 20px;
			margin: 50px auto 0 auto;
		}
			div.menubox div.center h3 span { font-size: 18px;}
		
		div.menubox div.center div.textbox { margin-top: 50px;}
			div.menubox div.center div.textbox p.ptext01 {
				text-align: center;
				color: #fff;
				font-size: 20px;
				margin: 0px auto 0 auto;
				line-height: 34px;
			}
			div.menubox div.center div.textbox p.ptext02 {
				text-align: center;
				color: #fff;
				font-size: 16px;
				margin: 20px auto 0 auto;
				line-height: 25px;
			}
		div.menubox div.center div.menuimg {
			width:100%;
			height:	305px;
			background: url(../images/menu/menu.png) no-repeat;
			background-size: auto 100%;
			background-position: center center;
			margin-top: 100px;
		}</pre></body></html>