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

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

/* =============================================================================
   Base
   ========================================================================== */

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


html {
	font-size: 100%;
	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: center;
	margin: 0;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    /*font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
}

body,
button,
input,
select,
textarea {
	color: #333;
}

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

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

small {
	font-size: 85%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* =============================================================================
   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 {
	font-size: 100%;
	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;
}

/* =============================================================================
   links
   ========================================================================== */
a:focus {
	outline: thin dotted;
}

a {
	text-decoration: none;
}

a:link {
	color: #060;
	text-decoration: underline;
}

a:visited {
	color: #060;
	text-decoration: underline;
}
/*
a:hover {
	color: #093;
	text-decoration: underline;
}
*/
a:active {
	color: #069;
	text-decoration: underline;
}

/* =============================================================================
   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;
	font-size: 1em;
}

/* =============================================================================
   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;
}

p{
    margin-top:0;
    margin-bottom:0;
}

dd{
    margin-left:0;
}

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


.clearfix:before, .clearfix:after, .cf:before, .cf:after { content: ""; display: table; }
.clearfix:after, .cf:after { clear: both; }
.clearfix, .cf { zoom: 1; }


	#c06 #instafeed {
		margin: 20px 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	#c06 #instafeed div {
		width: 25%;
		height: 0;
		padding-bottom: 25%;
		position: relative;
		overflow: hidden;
	}
	#c06 #instafeed div a {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
	}
	#c06 #instafeed div img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}