@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 {
	vertical-align: top;
	font-weight: normal;
}

td {
	vertical-align: top;
}


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

a,
area {
	outline: none;
}

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

a img {
	border: none;
}

li {
	list-style: none;
}

hr {
	border: none;
	border-top: 1px solid #d7d3c5;
}
hr.dotted {
	border-top: 1px dotted #d7d3c5;
}



/* Body setting
----------------------------------------------------------- */
body {
	color: #4b4b4b;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'gothic', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 62.5%;
	text-align: left;
	line-height: 1.7;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	min-width: 1060px;
}

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

a {
	color: #4b4b4b;
	text-decoration: none;
}

a:hover {
	color: #4b4b4b;
	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;
}
