@charset "utf-8";
/*
Theme Name: Sample
Theme URI: http://laboratory01/wordpress03/
Description: sample theme.
Version: 1.5
Author: hosoe
*/




html,body {
    height: 100%;
}

div#container_line {
    min-height: 100%;
    position: relative;
}

* html div#container_line {
    height:100%;
}

body > #container_line {
	height: auto;
}

div#page {
	padding-bottom: 96px; /* footerの高さ+footerとの余白 */
}

#footer {
	position: absolute;
    bottom: 0px;
}
