@charset "utf-8";
/* CSS Document */

html,
body {
	height: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

strong {
	font-weight: bold;
}


img {vertical-align: bottom;}

ol,
ul {
	margin: 0;
	padding: 0;
}

ol li,
ul li {
	margin: 0.5em 1em 0.5em 2em;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: disc;
}



.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}


.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
