<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #cde782;
	font-weight: normal;
}

#content .pageList h2 a {
	background: #FF8000 url(../../../common/std/img/sp/page/ico_arrow05.png) no-repeat 10px center;
	display: block;
	padding: 22px 20px 19px 24px;
	color:#FFF;
}
#content .pageList h3{
	background: #ffffff url(../../../common/std/img/sp/page/ico_arrow05.png) no-repeat 10px center;
	display: block;
	padding: 22px 20px 19px 10px;
	color:#000;
	font-weight:bold;
}

#content .pageList .pageListItem {
	overflow: hidden;
	zoom: 1;

}

#content .pageList .pageListItem ul li {
	padding:15px 20px 12px 25px;
/*	height:35px;*/
	background-image: url(../../../common/std/img/sp/page/ico_arrow_lg_r.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}

#content .pageList .subListItem ul li {
	padding:15px 20px 12px 25px;
/*	height:35px;*/
	background-image: url(../../../common/std/img/sp/page/ico_arrow_lg_r.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	display: block;
	border-bottom: 1px solid #CCCCCC;

}

.col-md-4{
	display: inline-flex;
    width: 100%;
}
.mynumber_spImg{
	width: 100%;
}

/* # Sidebar
---------------------------------------------------------------------------- */
</pre></body></html>