@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   0000.00.00
Style Info:     Reset & Base css
------------------------------------------------------------------------ */  

/* ----------------------------------------------------------------clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear_both {
	clear:both;
}
   
/* ----------------------------------------------------------------reset */  
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p, b, em{
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	text-justify:distribute;
}
/*others*/
table {
	border-spacing: 0;
  border-collapse: collapse;
}
* html table {
	border-collapse: collapse;
}
*:first-child+html table {
	border-collapse: collapse;
}
table, th, td, tr, img {
	border: none;
}
th {
text-align:center;
font-weight:normal;
}
td {
	vertical-align: middle;
	border-collapse: collapse;
}
img {
	vertical-align: bottom;
}
input {
	vertical-align: middle;
}
q:before, q:after {
	content:'';
}
ul {
	list-style: none;
}
strong {
	font-weight:normal;
}
a {
	background:none;
}
/* ----------------------------------------------------------------base */
html {
	font-size:62.5%;
} 
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.56;
	font-size:158%;
	color:#474747;
}
a:link {
	color:#1f2c5c;
}
a:visited {
	color:#1f2c5c;
}
a:hover {
	color:#9aa2c2;
}
a:active {
	color:#1f2c5c;
}
table, th, td, tr {
  border-color: #d3d3d3;
  line-height:1.375;
}
