@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://
 * File name: theme.css
 * Summary:   テーマ（色味）用スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    structures
 *       =1-1    header
 *       =1-2    contents
 *                 - main contents
 *                 - navigation
 *       =1-3    footer
 *
 * ===============================================================
*/



/** =1
 * ========================================
 * structures
 * ========================================
 */

body {
	background: url(/otodama/15/src/pc/image/teaser/bg.png) repeat-x 50% 0;
}

.l-container {
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 735px) {
		body {
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 736px) {
		body {
		}
	}


	/** =1-1
	 * header
	 * ----------------------------------
	 */

	.l-header {
		background: url(/otodama/15/src/pc/image/teaser/bg_header.png) no-repeat 50% 50%;
	}


	/** =1-2
	 * contents
	 * ----------------------------------
	 */

		/* [ main contents ]
		------------------------------ */
		.l-main {
		}


	/** =1-3
	 * footer
	 * ----------------------------------
	 */

	.l-footer {
		background: #475e62 url(/otodama/15/src/pc/image/teaser/footer-stone.png) repeat-x 50% 0;
	}
	.l-footer .l-inner {
		color: #FFFFFF;
	}



/** =2
 * ========================================
 * modules
 * ========================================
 */

.navList > li {
	border-color: #CCC;
}

.navToggle {
	background: #DDD;
}

.item {
	border-color: #AAA;
	background: #FFF;
}

.articleCategory {
	background: #DDD;
}

.formField {
	border-color: #CCC;
}