@charset "UTF-8";

/* ****************************************************
Title: sp_news.css
Created: 2011-02-02
Last Modified: 2011-02-02
***************************************************** */


/* Table Of Contents
----------------------------------------

# Smartphne Hide Content
# Header
# Main

----------------------------------------*/


/* # Smartphone Hide Content
---------------------------------------------------------------------------- */


/* # Header
---------------------------------------------------------------------------- */



/* # Main
---------------------------------------------------------------------------- */

#content #mapCanvas {
	width: 100%;
	height: 400px;
}
  .google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .google-map iframe, .google-map object, .google-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

#content .pageList {
	float: none;
	width: auto;
}

#content .pageList h2 {
	background: #009143;
	font-weight: normal;
	margin-bottom: 15px;
}

#content .pageList h2 a {
	background: #f0f0f0 url(../../../common/std/img/sp/page/ico_arrow05.gif) no-repeat 20px center;
	display: block;
	padding: 24px 20px 24px 64px;
}

#content .pageList .pageListItem {
	overflow: hidden;
	zoom: 1;
    margin-bottom: 30px;
}

#content .pageList .pageListItem ul li {
}
#content .pageList .pageListItem ul li a {
	margin-bottom: 7px;
	padding: 10px 25px;
	background-image: url(../../../common/std/img/pc/page/ico_arrow_lg_r.gif);
	background-repeat: no-repeat;
	background-position: 10px 17px;
	display: block;
	border: 2px dotted #f0f0f0;
}

#content .pageList .subListItem ul li {
}
#content .pageList .subListItem ul li a {
	font-size: 80%;
	margin-left: 11px;
	margin-bottom: 7px;
	padding: 10px 25px;
	background-image: url(../../../common/std/img/pc/page/ico_arrow_lg_r.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	display: block;
	border: 2px solid #f0f0f0;
}


/* # Sidebar
---------------------------------------------------------------------------- */

#sidebar {
	display: block;
	margin-bottom: 17px;
}

#siteFtNav {
	display: none;
}
