@charset "UTF-8";
html {
	background: #fff;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	overflow-y: scroll;
}
body {
	color:#000;
	min-width: 320px;
	min-height: 100%;
	height: auto;
	text-align: left;
	-webkit-overflow-scrolling: touch;
}

ul, ol { list-style-type: none; }

img {
	vertical-align: bottom;
	border: none;
}

a:focus, *:focus { outline:none; }

#wrapper-s {
	background: #fff;
	padding: 0 0 0 0;
	overflow: hidden;
	min-width: 320px;
	width:100%;
}

#content {
	width: 100%;
	padding: 20px 0 40px 0;
}
#content-inner {
	width: 100%;
	margin: 0 auto;
}

/*デフォルトリンクカラー*/
a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

/* ▼▼▼ Clear Fix ▼▼▼ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height:0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hides from IE-mac \*/
/* ▲▲▲ Clear Fix ▲▲▲ */