@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
address,em,strong,th {
font-style: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
border: 0;
}

li {
list-style-type: none;
}

a {
	text-decoration:none;
	color:black;
}
a:hover{
	color:silver;
}

p {
	line-height: 120%;
	font-size:16px;
	margin-top:5px;
}

b{
	font-weight:bold;
}

/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
/*	font-family:
	"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
	"メイリオ","Meiryo UI","Meiryo",
	verdana,Osaka,
	"ＭＳゴシック", "MSGothic",
	Sans-Serif;*/
	font-family: 
		-apple-system, BlinkMacSystemFont,"Helvetica Neue",
		"Segoe UI",
		Hiragino Kaku Gothic ProN,
		"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 
		Verdana, 
		"メイリオ", "Meiryo",
		sans-serif;

}
html>/**/body {
	font-size: 12px; /* Except IE */
	color: #444466;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, "メイリオ", Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana,"メイリオ", Meiryo, sans-serif;
  }
}

/* clearfix
------------------------------------------------------------*/
/*.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}*/
.clearfix {
zoom: 1;
}

/* float
------------------------------------------------------------*/
.floatL{float:left}
.floatR{float:right}
