@charset "UTF-8";

/* =================================================
	Reset
================================================= */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	outline:0;
	border:0;
	list-style:none;
}

html {
	overflow-y:scroll;
	font-size:62.5%;
}

body {
	background:#FFF;
	color:#535353;
	font-weight:500;
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

table {
	border-collapse:collapse;
	empty-cells:show;
	border-spacing:0;
}

table th,table td {
	font-size:100%;
}

a:link {
	color:#535353;
	text-decoration:none;
}

a:visited {
	color:#868686;
	text-decoration:none;
}

a:hover {
	color:#535353;
	text-decoration:underline;
}

a:active {
	color:#535353;
	text-decoration:underline;
}

a img {
	border:none;
	text-decoration:none;
}

img {
	vertical-align:bottom;
}

hr {
	display:block;
	margin:20px 0;
	padding:0;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
}

textarea,input[type="text"],input[type="password"],input[type="button"],input[type="submit"] {
	border:none;
	border-radius:0;
	font-size:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

*,:before,:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}


a:visited.kakomon {
	color:#ffffff;
	text-decoration:none;
}


