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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-size:100%;
	font-weight:normal;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
a {
	text-decoration:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr th,
table tr td {
	text-align:left;
}

/*---------------------*/
input {
	/*iOSの独自のinputタグ対策*/
	-webkit-border-radius:0;
	border-radius:0;
	padding:0;
}
input[type="image"] {
    border:none;
}

/*---------------------*/
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
    font-size: 62.5%;
}
body {
    font-family: "HelveticaNeue", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size:1.2rem;
    line-height: 1.5rem;
    color:#333333;
}



img{
 vertical-align:bottom;
}

body > img{ /* アクセス解析用imgタグ対策 */
 opacity:0;
}

#contents {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  #contents h1 {
    line-height: 0; }

header{
 width:100%;
 margin-bottom:30px;
}


footer {
 position:fixed;
 bottom:0;
  width: 100%;
  text-align:center;
  padding: 8px 0; }
  footer small {
    color: #fff;
    font-size: 1.2rem;
    opacity:0.6; }




.l2Col,
.r2Col {
	float:left;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display:block;
	clear:both;
	height:0;
	visibility: hidden;
}

