@charset "utf-8";
/* CSS Document */

/* normarize
---------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
html{font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0;}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre{margin:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
ul,ol{padding:0;}
a{background:transparent;text-decoration:none}
a:active,a:hover{outline:0}
b,strong{font-weight:bold}
small{font-size:80%;}
p,li,dt,dd,th,td,pre{-ms-line-break:strict;line-break:strict;-ms-word-break:break-strict;word-break:break-strict;}
li{list-style: none;}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
figure,body{margin:0}
audio,canvas,progress,video { display: inline-block;vertical-align: baseline;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto;}
input[type="search"] {-webkit-appearance: textfield; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}


/*----------------------------------------------
 module
---------------------------------------------- */

/* link */
a {}
a:hover {}
.clickable {cursor: pointer;}

/* layout */
*{ box-sizing: border-box;}

/* clearfix */
.clearfix{ zoom:100%;	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*---------------------------------------------
 base
---------------------------------------------- */
body {
	font-size:16px;
	color:#333;
	text-align:left;
	line-height: 1.6;
}

.test li {
 width: 60px;
 float: left;
 margin-right: 10px;
 background: #eee; 
}