@charset "UTF-8";

/* ****************************************************
Title: pc_news.css
Created: 2011-02-02
Last Modified: 2011-02-02
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main
# Sidebar

----------------------------------------*/


/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # 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 {
	width: 700px;
}

#content .pageList h2 {
	background: #D8CC76;
	margin-bottom: 15px;
}

#content .pageList h2 a {
	background: url(../../../common/std/img/pc/page/ico_arrow_s03.gif) no-repeat 15px center;
	display: block;
	color:#FFF;
	margin-bottom: 10px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 31px;
	margin-top: 3px;
}

#content .pageList .pageListItem {
	overflow: hidden;
	zoom: 1;
}

#content .pageList .pageListItem ul li {
	background: url(../../../common/std/img/pc/page/ico_arrow_lg_r.gif) no-repeat 0 0.5em;
	margin-bottom: 7px;
	padding-left: 11px;
}

#content .pageList .subListItem ul li {
	font-size: 80%;
	margin-left: 11px;
	margin-bottom: 7px;
	background: url(../../../common/std/img/pc/page/ico_arrow_lg_r.gif) no-repeat 0 0.5em;

	padding-left: 11px;
}


/* # Sidebar
---------------------------------------------------------------------------- */

