@charset "Shift_JIS";

/*駅探エクスプレス init.css*/

*{
	margin: 0;
	padding: 0;
	zoom: 1;
}

body{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
}

/*
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; 
}

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; 
} 

q:before, q:after{ 
	content:''; 
} 

abbr, acronym{ 
	border: none; 
}

p{
	font-weight: normal;
	font-size: 88%;
}

a:link    { color : #00f ; text-decoration : none ; }
a:visited { color : #369 ; text-decoration : none ; }
a:hover   { color : #f00 ; text-decoration : underline ; }
a:active  { color : #f60 ; text-decoration : underline ; }

/*
a:hover{
	color: #C00;
	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;
}

/*----------------------------------
△絶対に消さないこと！△
----------------------------------*/