@import "contents.css";

/* default tags */
body {
  font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ','MS P Gothic','ＭＳ Ｐゴシック',sans-serif;
	background:white;
}
html,h1,h2,h3,h4,h5,h6,p,div,form,ul,ol,dl,dt,dd {
	font-size:13px;
	color:#333;
	line-height:130%;
	font-weight:normal;
	margin:0;
	padding:0;
}
ul,li {
	display:inline;
}
li {
	list-style: none;
}
img {
	border:none;
}

/* default class */
.clear {
	clear:both;
}
.red {
	color:red;
}
.blue {
	color:blue;
}
.end {
	border:none !important;
	margin-bottom:0 !important;
}
.left {
	float:left;
}
.right {
	float:right;
}
.point {
	color:red;
	font-weight:bold;
}
.line-height1 {
	line-height:1px;
}
.bigtext{
  font-size:14px;
  line-height:130%;
}
.icon{
  margin-right:5px;
}
.icon2{
  margin-left:5px;
}
.end{
  padding:0px !important;
}
table,tr,td{
  vertical-align:top;
}
.center{
  text-align:center;
}