/*
 * default.csc
 */
*{ padding:0; margin:0; text-decoration:none; list-style:none; font-style:normal; }
html{ height:100%; overflow-y:scroll; overflow-x:hidden; }
body{
	font-family:
		'Helvetica',
		'Arial',
		'Roboto',
		'游ゴシック Medium',
		'Yu Gothic Medium',
		'游ゴシック体',
		'YuGothic',
		'Meiryo UI',
		'メイリオ',
		'Meiryo',
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'Osaka',
		'ＭＳ Ｐゴシック',
		'MS P Gothic',
		sans-serif;
	-webkit-text-size-adjust:none;
}
header, footer, hgroup, section, article, aside, nav, figure, figcaption,
h1, h2, h3, h4, h5, h6, p, blockquote, div, ul, ol, li, dl, dt, dd,table ,tr ,th ,td , label{ color:#333; font-size:100%; font-weight:normal; line-height:1.0; }
header, footer, hgroup, section, article, aside, nav, figure, figcaption, canvas, details, menu, summary{ display:block; }
img{ border:0; vertical-align:middle; }
table{ border:0; border-spacing:0; border-collapse:collapse; }
form { margin:0; }
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], textarea, select{ outline:none; }
button, input, select, textarea{ margin:0; font-size:100%; vertical-align:baseline; *vertical-align:middle; }
button, input{ line-height:normal; *overflow:visible; }
button, input[type="button"], input[type="reset"], input[type="submit"]{ cursor:pointer; -webkit-appearance:button; }
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; }
input[type="search"]{ -webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
input[type="search"]::-webkit-search-decoration{ -webkit-appearance:none; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
textarea{ overflow:auto; vertical-align:top; }

/*-- Clearfix --*/
.clearfix:after{ content:" "; display:block; height:0.1px; clear:both; visibility:hidden; font-size:0.1em; line-height:0; }
.clearfix{ display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */
