@charset "utf-8";

*, *:before, *:after {
	margin:0;
	padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y:scroll;
	word-break:break-all;
	line-height: 1em;
}

/* h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
} */

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	
}

img {
	border:0;
	vertical-align:bottom;
}

address {
	font-style:normal;
}

/*-------------------------------------------------------------------------
	Setup
/*-----------------------------------------------------------------------*/
#container {
	color:#3c3c3c;
	font-size:80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
}
body.tablet,
body.wiiu {
	width: 1024px;
	overflow: hidden;
}
p, li, dt, dl {
	line-height:1.6;
	letter-spacing:0.5px;
}

strong {
	font-weight:bold;
}

/*-------------------------------------------------------------------------
	Anchor
/*-----------------------------------------------------------------------*/
a:link {
	color:#3c3c3c;
	text-decoration:none;
}

a:visited {
	color:#3c3c3c;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:none;
}

/*-------------------------------------------------------------------------
	Clearfix
/*-----------------------------------------------------------------------*/

.cf:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}