@charset "shift-jis";
/* BASE CSS Document */


/* RESET ===================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

img {
	vertical-align: bottom;
}

body {
	overflow-x: hidden;	
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
.cf{
	overflow: hidden;
}

/* LINK ===================================================== */
a {
    color: #333;
    text-decoration: none;
}
a:hover {
	opacity: 0.8;
}


/* animation */
a,
a:hover,
a img:hover {
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
