@charset "UTF-8";
/* ---clear--- */
html, body {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
table, caption, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
hr {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
fieldset, button, optgroup, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,
ins, del, a, img, object {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
}

/* ---common--- */
ul{list-style:none;margin:0;}
strong{font-weight:bold;}
/* ---img float--- */
.picl{float:left; margin:0 10px 0 0;}
.picr{float:right; margin:0 0 0 10px;}

/* ---本文に適応--- */
strong{font-weight:bold;}
img{border:0;}

/* ---floatをクリア--- */
.clear{
	clear: both;
}
hr.clr{
	visibility: hidden;
	height: 1px;
}

/* ---基本リンク色--- */
a{overflow:hidden;}

a:link{
	color:#4ea8D9;
	text-decoration: none;
}
a:hover{
	color: #ff7f00;
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:visited{
	color:#4ea8D9;
	text-decoration: none;
}
/* ---テーブル--- */
table {
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  border-collapse:collapse;
}
th {
  margin: 0;
  border:1px solid #f5f5f5;
  padding: 7px;
  text-align:left;
  font-style: normal;
  font-weight: bold;
  background:#dcf0ff;
  color:#1a1a1a;
  font-size: 12px;
  white-space:nowrap;
}
th.grey {background:#e5e5e5;}
td {
  margin: 0;
  padding: 7px;
  border:1px solid #e5e5e5;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align:left;
}

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