@charset "utf-8";
/*////////////// sentosa/BasicCSS Document //////////////*/

/* ===============================================
 all　
=============================================== */

#singapore {
}
#singapore img {
	vertical-align: initial;
}



/* ===============================================
 headerArea　
=============================================== */

#headerArea {
}



/* ===============================================
 gNav（ヘッダー部分のナビ）　
=============================================== */

#gNav {
	margin: -5px auto 4.7%;
}
#gNav .tabMenu {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#gNav .tabMenu li {
	padding: 9px 5px 3px 3px;
	text-align: center;
	background: url("/smp/common/img/kanto/singapore/sentosa/nav_line002.png") repeat-y 100% 50%, #0047B3 url("/smp/common/img/kanto/singapore/sentosa/nav_line001.png") repeat-x 0 2px;
	background-size: 2px 4px, 4px 2px;
	display: table-cell;
}
#gNav .tabMenu li:last-child {
	background: #0047B3 url("/smp/common/img/kanto/singapore/sentosa/nav_line001.png") repeat-x 0 2px;
	background-size: 4px 2px;
}
#gNav .tabMenu li img {
	width: 100%;
}



/* ===============================================
 mainArea　
=============================================== */

#mainArea {
	margin: 0;
}
#mainArea a {
	color: #333;
}
#mainArea section {
	margin: 0;
}


/* ===============================================
 leadArea　
=============================================== */

#leadArea {
	margin:  0 9% 0;
	padding: 0 0 20px;
}
#leadArea p span {
	margin: 0 0 8px;
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
}



/* ===============================================
 titleArea　
=============================================== */

#singapore .titleArea {
	font-size: 1.7rem;
	font-weight: bold;
}

/* titleArea.headline（ページタイトル部分）------------------*/
#singapore .titleArea.headline {
	margin: 0 0 7%;
}

/* titleArea.heading（セクションタイトル部分）------------------*/
#singapore .titleArea.heading {
	background-color: initial;
}

/* titleArea.subheading（小見出し）------------------*/
#singapore .titleArea.subheading {
	border-left: none;
}



/* ===============================================
 link　
=============================================== */

#singapore .link {
	width: 100%;
	margin: 3% 0 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.0em;
}
#singapore .link a {
	display: block;
}

/* listText（リスト型）------------------*/
#singapore .link.listText {
	width: auto;
	margin: 0;
	padding: 10px 2%;
	background: #0097DD url("/smp/common/portal/kanto/img/icon_arrow.png") no-repeat 100% 50%;
	background-size: 20px 12px;
}
#singapore .link.listText a {
	color: #FFF;
}