@charset "utf-8";
/**
 * base.css 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 *
 */
/**
 * 1. import
 */

/* pop*/
	.pop .page { min-width: 620px; }
	.pop .wrapper {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.pop #Header {
		background: url("../imgs/pop/bg-top.gif") repeat-x center top;
	}
	.pop .hdrBtn {
		float: right;
	}
	.pop .ftrBtn {
		text-align: center;
		padding-bottom: 30px;
	}
	.pop #Footer {
		background: url("../imgs/pop/bg-contact.gif") repeat-x center top;
	}
	.pop #FooterContact {
		margin-bottom: 15px;
	}
	.pop #FooterContact .wrapper {
		position: relative;
		width: 600px;
	}
	.pop #FooterContact #address {
		position: absolute;
		top: 62px;
		left: 72px;
		font-size: 10px;
	}
	.pop #FooterContact .holiday {
		top: 66px;
		right: 115px;
		}
	.pop .photo .wrapper {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
