@charset "UTF-8";

/*  Universal selector */
*{
	margin: 0;
	padding: 0;

	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
* {}

/* Structure Module */
body {
	background: #ffffff;
	text-align: center;
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", osaka, "ＭＳ Ｐゴシック", sans-serif;
	_line-height:1.3;
}

/*  Hypertext Module */
a {
	color: #333333;
	font-size: 100%;
	text-decoration: none;
}

a:hover {
	color: #ef9c00;
	text-decoration: underline;
}

/* Text Module */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: nomal;
	margin: 0;
	padding: 0;
}

/*  List Module */
ul,li {
	list-style: none;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
  font-size: 100%;
}

/*  Form Module */
form {
  margin: 0 auto;
}

/* Image Module */
img {
	vertical-align: bottom;
	border: 0;
}

/*  Object Module */
object,
embed {
  margin: 0 auto;
}

/* ------------------------
   space
------------------------ */
.space5{line-height:5px;clear: both;}
.space10{line-height:10px;clear: both;}
.space20{line-height:20px;clear: both;}
.space40{line-height:40px;clear: both;}
.space50{line-height:50px;clear: both;}

/* ------------------------
   clearfix
------------------------ */
.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.cl{display:inline-block;}
/* Hides from IE-mac \*/
* html .cl{height:1%;}
.cl {display:block;}
/* End hide from IE-mac */

