@charset "utf-8";
/* reset
--------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,div,address,pre,a,map,form,table,textarea,input {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.3;
}

hr {
	display: none;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	line-height: 0;
	font-size: 0;
}
a img {
	display: inline;
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

.clearfix:after {
	content: url('../images/spacer.gif');
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}
a:focus{
	outline: none;
}

body {
	padding: 20px;
	color: #333;
	background-color: #fff;
	font-size: 75%;
}

html>/**/body {
	font-size: 12px;
}
/* end reset
--------------------------------------------------------------*/

h1 {
	font-size: 150%;
}

h2#kneesocks {
	margin: 10px 0;
	font-size: 300%;
}

ul {
	margin-top: 10px;
}

input#input_name {
	margin: 10px 0 5px 0;
	color: #ccc;
}

div#topsy {
	margin-top: 30px;
}

address {
	margin-top: 10px;
}

.mt1em {
	margin-top: 1em;
}