/* =============================================================================
   HTML5 element display　
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio[controls],
canvas,
video {
	display: inline-block;
}

address{
	font-style: normal;
}


/* =============================================================================
   Base
   ========================================================================== */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	text-align: left;
	margin: 0;
	font-size: 1rem;
	line-height: 1;
	color: #2b1e09;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}



button,
input,
select,
textarea {
	color: #2b1e09;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* =============================================================================
   Typography
   ========================================================================== */
b,
strong {
	font-weight: bold;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

small {
	font-size: 1rem;
}

sub,
sup {
	font-size: 1rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5rem;
}

sub {
	bottom: -0.25rem;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

svg:not(:root) {
	overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
	margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

button,
input,
select,
textarea {
	margin: 0;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{

	vertical-align: top;
}

th{
	font-weight: normal;
}



/* =============================================================================
   text
   ========================================================================== */
em{
	color: #C00;
	font-style: normal;
}

.bold{
	font-weight: bold;
}

/* =============================================================================
   Heading
   ========================================================================== */
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	line-height: 1.1;
}

/* =============================================================================
   Grouping
   ========================================================================== */
p{
	margin-top: 0;
	margin-bottom: 0;
}

pre{
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #D5D5D5;
	text-indent: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol,
dl {
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

dd {
	margin: 0;
}

ol li{
	list-style-position: inside;
	list-style-type: decimal;

}

li img{
	vertical-align: text-bottom;
}

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.clearfix:after,
.cf:after {
	clear: both;
}

.clearfix,
.cf {
	zoom: 1;
}
