@charset "utf-8";

/* Universal reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

html {
	overflow-y: scroll;
}


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

caption {
	text-align: left;
}

th {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

td {
	text-align: left;
	vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

a img {
	border: none;
}

li {
	list-style: none;
}

input {
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 6px 10px;
	vertical-align: middle;
}

textarea {
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 6px 10px;
}


/* Body setting
----------------------------------------------------------- */
body {
	color: #333;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 62.5%;
	text-align: left;
	line-height: 1.6;
}






/* Link setting
----------------------------------------------------------- */

a {
	color: #333;
	text-decoration: none;
}

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


a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* HTML5 tag {display:block;}
----------------------------------------------------------- */
header,
footer,
nav,
section,
article,
figure,
aside {
　display:block;
}

.sp{
	display: none;
}