@charset "utf-8";


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,/*input,*/th,td{
	margin:0;
	padding:0;
	border:0;
}

img{
	border:0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

ul,ol{
	list-style:none;
}

address,em,strong,caption{
	font-style:normal;
	font-weight:normal;
}

th,caption{
	text-align:left;
}

/* テーブルのデザインをする際に必ず必要なもの */
table{
	border-collapse:collapse;
	border-spacing:0;
}

body{
	font-family: Meiryo,"MS P Gothic",sans-serif;
	color:#000;
	line-height:1.8;
}

br {
	line-height: 1;
}


/* hrタグを非表示
最近はSEOスパムになる可能性があるかもしれないといわれあまり使われなくなった

hr{display:none;}

*/

/*リンクの点線消す*/
a:focus{
	outline:none;
}
a:hover{
	/*outline:none;*/
}

/*================
特殊
================*/
/*空白バグ回避*/
/*li{
	font-size: 0; line-height: 0; vertical-align: bottom;
}*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{/zoom: 1;}

/*================
Link
================*/
/*a:link,a:active{
	text-decoration:none;
	color:#336699;
}
a:hover{
	text-decoration:none;
	color:#CC0000;
}
a:visited{
	text-decoration:none;
	color:#660033;
}


*/
/*================
reset_font
================*/

body{
	font-size:16px;
	*font-size:small;
	*font:xsmall;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

table{
	font-size:inherit;
	font-size:100%;
}

*{
	line-height:1.8;
	font-size:100%;
	font-style:normal;
	/*font-weight:normal;*/
}

img{
	border:0;
	background: url(./spacer.gif);
}

hr{display: none}

/* a
------------------------------------------------ */

/*a:link,a:active,a:visited{
	text-decoration:none;
	color:#555;
}*/
/*a:hover{
	text-decoration:underline;
	color:#555;
}*/
a.alpha:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}


.inline-block-top {
	display: inline-block;
	vertical-align: top;
	/display: inline;
	/zoom: 1;
}
.inline-block-middle {
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
.inline-block-bottom {
	display: inline-block;
	vertical-align: bottom;
	/display: inline;
	/zoom: 1;
}
