@charset "UTF-8";
/* -------------------------------------------------- Initialization of the browser style */
html { overflow-y: scroll; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ol,
ul,
li,
dl,
dt,
dd,
pre,
blockquote,
address,
hr,
table,
tr,
th,
td,
form,
fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

/* --------------------------------------------------body */
body {
	font-family: /*"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,*/ "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	line-height: 1.4;
}




@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
       font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, Helvetica, Arial, sans-serif, "ＭＳ Ｐゴシック"; 
    }
}


body:nth-of-type(1) body {
	 font-family: /*"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,*/ "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif; 
    }




/* -------------------------------------------------- font elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
address { color: #000; }

h1,
h2,
h3,
h4,
h5,
h6 { line-height: 1.1; }

ol li,
ul li { list-style: none; }

li p,
li li,
li li li,
dd p,
dd li,
dd dd,
th p,
td p,
td li,
td dt,
td dd { font-size: 100%; }

/* -------------------------------------------------- text elements */
em {
	font-style: normal;
	color: #FF0000;
}

strong { font-weight: bold; }

/* -------------------------------------------------- Table elements */
table,
th,
td { border-collapse: collapse; }

/* -------------------------------------------------- Form elements */
input,
select,
textarea { }
/*
p input,
p select,
p textarea,
li input,
dd input,
li select,
dd select { font-size: 100%; }*/

/* -------------------------------------------------- etc */
a,
img,
hr { border: 0; }

img { vertical-align: middle; }

*:first-child+html img { vertical-align: bottom; }

* html img { vertical-align: bottom; }

input { vertical-align: top; }

*:first-child+html input { vertical-align: middle; }

* html input { vertical-align: middle; }

/* -------------------------------------------------- link elements */
a,
a:link,
a:active{
	color:#039;
	text-decoration: none;
}
a:visited {
	color:#369;
	text-decoration: none;
}

a:hover {
	color: #06C;
	text-decoration: underline;
}

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }