@charset "utf-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";
@import "../ext_ci/ci.css";
/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		min-width: 1200px;
		color: #454545;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.17em;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	img {
		max-width: 100%;
		height: auto;
	}


/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #0000ff;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}



/**
 * 4. Layout
 */

/* header */
	body #gHeader {}
	#gHeader .mainVisual {
		position: relative;
	}
	#gHeader .mainVisual .main {
		display: block;
	}
	#gHeader .mainVisual .main_sp {
		display: none;
	}

	#gHeader .mainVisual .siteTitle,
	#gHeader .mainVisual .caption {
		position: absolute;
	}
	#gHeader .mainVisual .siteTitle {
		bottom: 0;
		left: 4.166666666666666%;
	}
	#gHeader .mainVisual .siteTitle img.sp {
		display: none;
	}
	#gHeader .mainVisual .caption {
		bottom: 10px;
		right: 10px;
		color: #fff;
	}




/* common */
	body #container {
		text-align: left;
		border-bottom: 1px solid #ebebeb;
	}
	.wrap {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	    padding: 0 20px;
	    box-sizing: border-box;
	}




/* footer */
	body #gFooter {
		padding: 20px 0;
		border-top: 1px solid #ebebeb;
	}

	#gFooter .ftr_logo {
		float: left;
	}

	#fNav {
		float: right;
	}
	#fNav li {
		float: left;
	}

	#gFooter .copyright {
		color: #1f73b9;
		font-size: 10px;
		letter-spacing: 0.1em;
		-webkit-font-smoothing: antialiased;
	}

