@charset "utf-8";
/* CSS Info
 FileName   : common.css
 Editor     : geocode
======================== */

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html{
	overflow-y: scroll;
}
body {
	font-family: "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 0.8em;
	color: #333;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
sup {
	color: #900;
}
/* link
----------------------------------------------------*/
a:link {
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}

/* rollover
----------------------------------------------------*/
a:hover img.hov {
	background-color: #fff;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}

/* share
----------------------------------------------------*/
.mb5{
	margin-bottom:5px;
	}
.mb30{
	margin-bottom:30px;
	}
.bold{
	font-weight:bold;
	}




/* end */
