@charset "utf-8";
/*
**********************************************
reset
**********************************************
*/
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
	line-height: 1.5em;
	/*width:100%;*/
}

img {
	width: 100%;
	height: auto;
	border:0;
	vertical-align:middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

a {
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
}

/*
**********************************************
common
**********************************************
*/

/* body */
body{
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}

/* color */
body{
	color: #ffffff;
}
a:link,a:visited {
	color: #ffffff;
}
a:hover,a:active{
	color:#cccccc;
	text-decoration: underline;
}

/* responsive */
.sp{
	display: none;
}
@media screen and (max-width:540px){
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
