/* =======================================================================
	Element
======================================================================= */
	html {
		position: relative;
		min-height: 100%;
	}

	body {
		margin-bottom: 100px;
	}

	p {
		margin: 5px 0;
		line-height: 1.2em;
	}

	img {
		max-width: 100%;
		height: auto !important;
		-ms-interpolation-mode: bicubic !important;
	}

	a:link, 
	a:visited, 
	a:hover,
	a:active {
		color: #333;
		text-decoration: none;
	}

	ul li {
		list-style: none;
	}

/* =======================================================================
	Common
======================================================================= */
	#Modal_popup, #Modal_alert {
		width: 100%;
		overflow: hidden;
	}

	.sortable {
		list-style: none;
        padding-left: 0px;
	}

	.list-group-item-sm {
		height: 40px;
		padding: 10px 15px;
	}

/* =======================================================================
	Layout
======================================================================= */
	.guide_line {
		border: 1px solid red;
	}

/* =======================================================================
	Main
======================================================================= */
	.main-title {
		font-family: 'Comic Sans MS', 'Helvetica', 'Arial';
	}

/* =======================================================================
	Footer
======================================================================= */
	footer {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 80px;
		padding: 25px 0;
		text-align: center;
		color: rgba(255, 255, 255, 0.3);
		background-color: #222222;
	}

	footer p {
		font-size: 0.9em;
		margin: 0;
	}

	footer ul {
		margin-bottom: 0;
	}

	footer ul li a {
		font-size: 0.9em;
		color: rgba(255, 255, 255, 0.3);
	}

	footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
		text-decoration: none;
	}

/* =======================================================================
	Loading Bar
======================================================================= */
	#loading {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.7;
		background-color: #000;
		text-align: center;
		z-index: 9999;
	}

	#loading .content {
		display: inline-block;
		vertical-align: middle;
		z-index: 9999;
	}

	#loading .blank {
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle
	}

/* =======================================================================
	Note
======================================================================= */
