@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
		margin: 0;
		padding: 0;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

fieldset, img {
		border: 0;
}

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

li {
		list-style: none;
}

caption, th {
		text-align: left;
}

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

q:before, q:after {
		content: "";
}

abbr, acronym {
		border: 0;
		font-variant: normal;
}

sup {
		vertical-align: text-top;
}

sub {
		vertical-align: text-bottom;
}

input, textarea, select {
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
}

legend {
		color: #000000;
}

.sp-only {
	display: block;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMONlayout_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.bg-black {
		background-color: #000;
}

html {
		font-size: 62.5%;
}

body {
		background-color: #000000;
		color: #4e340c;
		font-size: 1.4rem;
		line-height: 2.3rem;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: center;
		-webkit-text-size-adjust: 100%;
}

.bg-all {
		width: 100%;
		height: 100%;
		background: url("/esports-player/assets/img/common/sp_mss_jp_bg.jpg") top center no-repeat;
		background-size: cover;
		opacity: 0.5;
}

a:hover {
		text-decoration: underline;
}

a {
		text-decoration: none;
}

object {
		outline: none;
}

.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}

.clearfix {
		min-height: 1px;
}

.cf {
		clear: both;
		height: 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMONlayout_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
MAINlayout_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*------contentwrapper------*/

#contentwrapper {
		position: relative;
		width: 375px;
		margin: 0 auto;
		font-size: 1.2rem;
		line-height: 1.7rem;
}


/*------footer------*/

#footer {
		width: 100%;
		height: auto;
		background: url("/esports-player/assets/img/common/sp_mss_jp_footer.png") top center no-repeat;
		background-size: 100%;
		position: relative;
		padding: 10px 0 30px;
}

#footer ul {
		width: 100%;
		text-align: center;
		overflow: hidden;
		position: relative;
		top: 50px;
}

#footer li {
		display: inline-block;
		background: #4a5187;
		margin: 0 2px;
		padding: 4px 0.5rem 2px 0.5rem;
		border-radius: 11px;
		box-shadow: 1px 1px #edeef4;
}

#footer li a {
		color: #ffffff;
		font-size: 1rem;
}

#footer small {
		display: block;
		color: #ffffff;
		font-size: 12px;
		font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
}

.symboll-area {
		width: 100%;
		height: 100%;
}

#footer .symbollogo {
		width: 52px;
		height: 60px;
		margin: 72px auto 20px;
}

#footer .symbollogo a {
		width: 52px;
		height: 60px;
		display: block;
		background: url(//mixi.co.jp/app/themes/mixi/assets/img/logo-main_black.svg) center center no-repeat;
		background-size: 100%;
		text-indent: -9999px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
MAINlayout_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
