@charset "UTF-8";

/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

/*主な要素のリセット*/
html, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;/*文字サイズの自動調整の無効化*/
}

/*HTML5の新要素をブロックレベルにする*/
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

/*画像のリセット*/
img {
 border: 0;
 vertical-align: bottom;
}

/*リストのリセット*/
ul, ol {
 list-style: none;
}

/*表のリセット*/
table {
 border-spacing: 0;
 empty-cells: show;
}

hr {
	clear:both; /* 回り込み解除予備 */
}

.divide{
	clear:both;
	height:1px;
}

.divide hr{
	display:none;
}

.clear{
	clear:both;
}

.dn{
display:none;
}

/*===============================================
●smart.css  画面の横幅が739pxまで
===============================================*/
@media only screen and (min-width:0px) and (max-width:739px) {
body {
  width: 100%;
  margin: 0;
  padding: 0;
  /*background-color:#EEEEEE;*/
  color:#232323;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
  line-height:1.6;
  font-size:14px;
  background-image:url(/images/map.gif);
  background-size:100%;
  background-position:50% 70px;
  background-repeat:no-repeat;
}

div#andots-map{
display:none;
}

ul#andot-list{
width:190px;
margin:50px auto 0 auto;
}

	ul#andot-list li{
	width:190px;
	height:98px;
	margin-bottom:20px;
	}
	
	ul#andot-list li a{
	width:190px;
	height:98px;
	}
	
	ul#andot-list li img{
	width:190px;
	height:98px;
	}

}