@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++
　HTML5の新要素へのDisplay Types
+++++++++++++++++++++++++++++++++++++++++++++*/

article, aside, figure, figcaption, details, footer, header, hgroup, nav, section, summary {
	display:block; /* デフォルト:インライン要素 ⇒ ブロック要素に指定 */
	margin: 0px;
	padding: 0px;
	border: 0;
}

/*
[hidden], menu[type=context], ,rp, ,source, track {
    display: none;
}

colgroup[hidden], col[hidden], thead[hidden], tbody[hidden], tfoot[hidden], tr[hidden], td[hidden], th[hidden], {
    visibility: collapse;
}

ruby {display: ruby;
}

rt {display: ruby-text;
}
*/
