@charset "UTF-8";

/* Micro clearfix */
div,ul,dl,section,article { zoom: 1; }
div:before,div:after, ul:before,ul:after, dl:before,dl:after, section:before,section:after, article:before,article:after { content: ""; display: table; }
div:after,ul:after,dl:after,nav:after,section:after,article:after { clear: both; }


/* 必要要素の初期設定 */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,th,td,article,aside,
figure,footer,header,hgroup,menu,nav,
section {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-weight: normal;
    line-height: 1.8;
}
html {
	overflow-y:scroll;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body {
	width: 100%;
	height:100%;
	margin: 0 0 1em;
	padding: 0;
	color:#888;
	background: #fff;
	/*font-family: 'Lato', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	/*font-family: 'Lato', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',Helvetica,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
	/*font-family: 'Lato','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック','MS PGothic', Helvetica, sans-serif;
	font-family: 'Lato','メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic', Helvetica, sans-serif;*/
	font-size: 100%;
}
a {
	color: #888;
	text-decoration:none;
}
li {
	list-style: none;
}



/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */


::-moz-selection {
    background: #FFFFFF;
    color: #666666;
    text-shadow: none;
}

::selection {
    background: #FFFFFF;
    color: #666666;
    text-shadow: none;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

