﻿/* ***********************************
    sitename:AXLボーカルソング集第三弾『Flat out』
    fileinfo:サイト初期設定
************************************ */

@charset "UTF-8";

@import url("http://yui.yahooapis.com/3.4.1/build/cssfonts/cssfonts-min.css");
@import url("css/html5reset.css");
@import url("css/style.css");

body {
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}

/* jquery.maximage.js */
img.bgmaximage {
	position: fixed !important;
	display: none;
}

/* height100% */
html , body {
	height: 100%;
}
div#wrapper {
	height: 100%;
	min-height: 100%;
}
body > div#wrapper {
	height: auto;
}

/* ハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.hidden {
	display: none;
}
