@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, メイリオ, MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" , sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block;
}

img {
	vertical-align: top;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;


}

#container{
	text-align: center;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 30px 0;
	overflow: hidden;
}

#footer .copyright {
	margin: 0 auto;
	width: 960px;
\
	font-size: 21px;
	text-align: center;
	font-weight: bold;
}
.sp {
	display: none;
}
.pc {

	display: block;
}
