@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 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
}
#content #mapCanvas iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content .pageList {
	float: none;
	width: auto;
}

#content .pageList h2 {
	background: #E08978;
	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;
	color:#FFF;
	padding: 24px 20px 24px 64px;
}

#content .pageList .pageListItem {
	overflow: hidden;
	zoom: 1;

}

#content .pageList .pageListItem ul li {
	margin-bottom: 7px;
	padding: 10px 11px;
	background-image: url(../../../common/std/img/pc/page/ico_arrow_lg_r.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	display: block;
	border: 2px dotted #f0f0f0;
}

#content .pageList .subListItem ul li {
	font-size: 80%;
	margin-left: 11px;
	margin-bottom: 7px;
	padding: 13px 11px;
	background-image: url(../../../common/std/img/pc/page/ico_arrow_lg_r.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	display: block;
	border: 2px solid #f0f0f0;

}


/* # Sidebar
---------------------------------------------------------------------------- */
#sidebar {
	display: block;
	margin-bottom: 17px;
}

#siteFtNav {
	display: none;
}
