/* ------------------------------------------ CSS Information
 File Name:      initialize.css
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, 
div, 
dl, dt, dd, 
ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
header, footer, section, article, nav,
pre, form, fieldset, 
input, button, textarea, p, blockquote, 
table, tr, th, td, aside, a, label
{
	margin: 0;	padding: 0;
	text-align: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2em;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
}
li	{
	list-style-type: none;
}
p, dd, blockquote {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ----------------------- Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #555;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ----------------------- A Style */
a:link	{
	text-decoration: none;
	color: #00F;
}

a:visited	{
	text-decoration: none;
	color: #00F;
}

a:hover	{
	text-decoration: none;
	color: #00F;
}

a:active	{
	text-decoration: none;
	color: #00F;
}

/* ----------------------- Basic Style */

.clearfix {
	zoom:1;
}
.clearfix:after {
    content: "";    display: block;     clear: both;}

.clearL {
	clear: left;} 
.clearR {
	clear: right;} 


/* ----------------------- Mobile Initialization */

img {
	width : auto}   /* IE8 */
img {
	max-width : 100%;	height : auto;}

video, object {
	max-width: 100%;	height: auto;	width: 100%\9; /* IE8のみ適用 */
}
