@charset "Shift_JIS";

/*住まいる駅探 init.css*/

*{
	margin: 0;
	padding: 0;
	zoom: 1;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #666;
}

/*
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; 
	padding:0;
} 
*/

table{ 
	border-collapse:collapse; 
	border-spacing: 0; 
}

img {
	margin: 0;
	padding: 0;
}

fieldset, img{  
	border: none; 
} 

input, textarea{
 	 font-size: 1em;
}

address, caption, cite, code, dfn, em, strong, th, var{ 
	font-style: normal; 
	font-weight: normal; 
} 

ol, ul, dl{ 
	list-style: none; 
} 

caption, th{ 
	text-align: left; 
} 

h1, h2, h3, h4, h5, h6{ 
	font-size: 100%; 
	font-weight: bold; 
	margin:0; 
	padding:0;
} 

q:before, q:after{ 
	content:''; 
} 

abbr, acronym{ 
	border: none; 
}

p{
	font-weight: normal;
	font-size: 88%;
}

a{
	color: #666666;
	text-decoration:underline;
}

a:hover{
	color: #888888;
	text-decoration:none;
}


a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}


/*----------------------------------
▼絶対に消さないこと！▼
----------------------------------*/

/*clearfix*/
.clearfix:after {

	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*ハック無しclear*/
.otherClear {
width: 100%;
height: 1px;
margin: 0 0 -1px;
clear: both;
}

/*----------------------------------
△絶対に消さないこと！△
----------------------------------*/