@charset "utf-8";

/*@import url("./global.css");
@import url("./component.css");*/

/**
 * Portal
 * 
 * @media screen
 * @require default.css
 * @require component.css
 * @version 1.0
 */
/*
----------------------------------------------------------------------
	Background
----------------------------------------------------------------------
*/
/*override*/
/*body {
	background: url(../img/portal/background.gif) repeat-x #ebf6fd;
}*/

/*override*/
/*body #PageTop {
	background-image: url(../img/portal/nav_global.png);
}*/


/**
 * About
 */
/*
----------------------------------------------------------------------
	Menu
----------------------------------------------------------------------
*/
ul.aboutmenu a,
ul.aboutmenu em {
	width: 334px;
}

ul.aboutmenu,
ul.aboutmenu em,
ul.aboutmenu a:hover { background: url(../img/portal/about_menu.gif) no-repeat; }
ul.aboutmenu em.about,
ul.aboutmenu a.about:hover { background-position: 0px -32px;}
ul.aboutmenu em.scheme,
ul.aboutmenu a.scheme:hover { background-position: -334px -32px; }


/*
----------------------------------------------------------------------
	Content
----------------------------------------------------------------------
*/
.about div.roundrect {
	padding: 40px 30px;
	width: 610px;
}

.about div.roundrect h3 {
	margin-bottom: 25px;
}

/* intro */
.about div.intro {
	margin-top: 2px;
	margin-bottom: 28px;
	color: #001038;
	line-height: 1.8;
}

.about div.intro h3 {
	margin-bottom: 30px;
}

/* feat */
.about div.feat {
	margin-bottom: 25px;
	padding-bottom:20px;
	width: 610px;
	background: url(../../about/img/bg_feat.gif) no-repeat bottom;
}

.about div.feat h4 {
	margin-bottom: -7px;
}

.about div.feat h5 {
	margin: 22px 15px 5px;
	color: #008ecf;
	font-size: 110%;
	font-weight: bold;
}

.about div.feat p {
	margin-left: 15px;
	margin-right: 15px;
}

/* usecase */
.about div.usecase {
	position: relative;
	margin-top: 20px;
}

.about div.usecase div {
	float: right;
}

.about div.usecase h4 {
	margin-bottom: 13px;
}

.about div.usecase p {
	margin-left: 13px;
	margin-bottom: 20px;
	width: 370px;
}

/* section */
.about div.section {
	margin-top: 25px;
}

.about div.section h4,
.about div.section p {
	margin-bottom: 15px;
}

.about div.section div.text {
	float: left;
	width: 380px;
}

.about div.section div.image {
	float: right;
}

/* table */
.about table.scheme,
.about table.dataformat {
	width: 100%;
}

.about table.scheme tbody th {
	width: 140px;
}

/* dataformat */
.about table.dataformat,
.about table.dataformat th,
.about table.dataformat td {
	border: 1px solid #7ac5e6;
}

.about table.dataformat th,
.about table.dataformat td {
	padding: 6px 10px 3px;
}

.about table.dataformat thead td,
.about table.dataformat thead th {
	background: url(../img/frame/spec_cell_1.gif) no-repeat #9ad3ec;
	font-weight: bold;
}

.about table.dataformat tbody th,
.about table.dataformat tbody tr.stripe td {
	background: url(../img/frame/spec_cell_3.gif) no-repeat #f2f9fd;
}

.about table.dataformat tbody tr.stripe th {
	background: url(../../img/frame/spec_cell_3.gif) no-repeat #e6f4fb;
}

/**
 * Case
 */
/*
----------------------------------------------------------------------
	Menu
----------------------------------------------------------------------
*/
ul.casemenu a,
ul.casemenu em {
	width: 112px;
}

ul.casemenu .ele,
ul.casemenu .electronics {
	width: 110px;
}

ul.casemenu,
ul.casemenu em,
ul.casemenu a:hover { background: url(../img/portal/case_menu.gif) no-repeat; }
ul.casemenu em.ticket,
ul.casemenu a.ticket:hover { background-position: 0px -32px;}
ul.casemenu em.emoney,
ul.casemenu a.emoney:hover { background-position: -112px -32px; }
ul.casemenu em.idcard,
ul.casemenu a.idcard:hover { background-position: -224px -32px; }
ul.casemenu em.eticket,
ul.casemenu a.eticket:hover { background-position: -336px -32px; }
ul.casemenu em.healthcare,
ul.casemenu a.healthcare:hover { background-position: -448px -32px; }
ul.casemenu em.electronics,
ul.casemenu a.electronics:hover { background-position: -560px -32px; }


/*
----------------------------------------------------------------------
	Content
----------------------------------------------------------------------
*/
.casestady div.roundrect {
	padding: 15px 10px;
	width: 650px;
}

.casestady div.roundrect h3 {
	margin-bottom: 25px;
}

/* case */
.casestady div.case {
	margin-top: 20px;
	padding-top: 20px;
	background: url(../img/dotline.gif) no-repeat;
	line-height: 1.6;
}

h3 + .casestady div.case {
	margin-top: 0;
	padding-top: 0;
	background: none;
}

* html div.first {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
	
	* html .casestady div.case {
		behavior: expression(
			this.className += (this.previousSibling.tagName == "H3") ? " first" : "",
			this.style.behavior = "none"
		);
	}
	
.casestady div.case div.image {
	float: left;
	width: 220px;
	text-align: center;
}

.casestady div.case div.text {
	margin-left: 220px;
	margin-right: 20px;
}

.casestady div.case h4 {
	margin-bottom: 5px;
	font-weight: bold;
}

.casestady div.case p,
.casestady div.case ul {
	margin-bottom: 0.8em;
	font-size: 90%;
}

.casestady div.case ul a {
	padding-left: 8px;
	background: url(../img/icon_arrow.gif) no-repeat 0px 4px;
}

.casestady div.pickup {
	margin-top: 20px;
	padding-top: 20px;
	background: url(../img/dotline.gif) no-repeat;
	font-size: 90%;
	line-height: 1.6;
}

.casestady div.pickup .frame {
	padding: 14px 19px;
	border: 1px solid #d7efff;
	background: #f2faff;
	zoom: 1;
}

.casestady div.pickup .image {
	float: right;
	margin-left: 20px;
}

.casestady div.pickup ul a {
	padding-left: 8px;
	background: url(../img/icon_arrow.gif) no-repeat 0px 4px;
}

.casestady div.pickup h4 {
	margin-top: 10px;
}

.casestady div.pickup p {
	margin-top: 10px;
}


/**
 * Link
 */
/*
----------------------------------------------------------------------
	Content
----------------------------------------------------------------------
*/
.link div.roundrect {
	padding: 20px 30px 15px;
	width: 610px;
}

.link h3 {
	margin-bottom: 20px;
}

.link .item {
	margin-bottom: 18px;
	padding-bottom: 13px;
	background: url(../img/dotline.gif) no-repeat bottom;
	font-size: 90%;
	line-height: 1.3;
}

.link .item dt {
	float: left;
	width: 200px;
}

.link .item dd {
	margin-left: 200px;
	width: 405px;
}

.link .item dd h4 {
	margin-bottom: 6px;
	font-size: 115%;
	font-weight: bold;
}

.link .item dd h4 a {
	padding-left: 13px;
	background: url(../img/icon_link_2.gif) no-repeat 0px 4px;
	color: #333;
}

.link .item dd h4 span {
	display: block;
	margin-left: 13px;
	font-size: 90%;
	font-weight: normal;
}




/*
----------------------------------------------------------------------
	Sitemap
----------------------------------------------------------------------
*/
#Sitemap {
	padding: 35px 30px;
	width: 610px;
}

#Sitemap div.section {
	margin-bottom: 18px;
	padding-bottom: 13px;
	background: url(../img/dotline.gif) no-repeat bottom;
	line-height: 1.3;
}

#Sitemap div.section a {
	padding-left: 13px;
	background: url(../img/icon_link_2.gif) no-repeat 0px 4px;
}

#Sitemap div.section h3 a {
	padding-left: 18px;
	background: url(../img/icon_link_1.gif) no-repeat 0px 1px;
}

#Sitemap div.section h4 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 2px solid #ebebeb;
	font-size: 90%;
	font-weight: bold;
}

#Sitemap div.section h5 {
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
}

#Sitemap div.section div.category {
	margin-left: 15px;
	font-size: 95%;
}

#Sitemap div.section ul {
	margin-left: 195px;
	margin-bottom: 25px;
	zoom: 1;
}

	#Sitemap div.section ul:after {
		content: "."; display: block;
		height: 0; clear: both;
		line-height: 0; visibility: hidden;
	}

#Sitemap div.section li {
	float: left;
	margin-bottom: 5px;
	padding-right: 5px;
	width: 200px;
	font-size: 95%;
}

#Sitemap div.section li a {
	display: block;
}

/* category */
#Sitemap div.section .category {
	float: none;
	margin: 0;
	width: auto;
}

#Sitemap div.section .category h5 {
	margin-left: 0;
	font-size: 90%;
}

#Sitemap div.section .category ul {
	margin-left: 15px;
}

#Sitemap div.section .category li {
	width: 190px;
}


/*
----------------------------------------------------------------------
	Attention
----------------------------------------------------------------------
*/
.attention {
	background:none;
	margin:0;
	padding:0;
}

.attention div.roundrect {
	padding: 15px 10px 15px;
	width: 650px;
}

.attention h3 {
	margin-bottom:25px;
}

.attention h4 {
	margin-bottom:18px;
}

.attention .section {
	margin:0 20px 25px 20px;
	font-size:85%;
}

.attention .section ul {
	margin-bottom:25px;
}

.attention .section ul.disc li {
	margin-left:13px;
	list-style:disc;
}

.attention .section ul.kome li {
	margin-left:14px;
	text-indent:-10px;
}

/**
 * NFC
 */
/*
----------------------------------------------------------------------
	Menu
----------------------------------------------------------------------
*/
ul.nfcmenu a,
ul.nfcmenu em {
	width: 224px;
}

ul.nfcmenu .relation {
	width: 222px;
}

ul.nfcmenu,
ul.nfcmenu em,
ul.nfcmenu a:hover { background: url(../img/portal/nfc_menu.gif) no-repeat; }
ul.nfcmenu a.definition em,
ul.nfcmenu a.definition:hover { background-position: 0px -32px;}
ul.nfcmenu a.forum em,
ul.nfcmenu a.forum:hover { background-position: -224px -32px; }
ul.nfcmenu a.relation em,
ul.nfcmenu a.relation:hover { background-position: -448px -32px; }


/*
----------------------------------------------------------------------
	Content
----------------------------------------------------------------------
*/
.nfc div.roundrect {
	padding: 40px 30px;
	width: 610px;
}

.nfc div.roundrect h3 {
	margin-bottom: 25px;
}

.nfc div.roundrect p {
	margin-bottom:15px;
}

.nfc div.roundrect .images {
	margin-bottom:15px;
}


/* section */
.nfc div.section {
	margin-top: 25px;
}

.nfc div.section h4,
.nfc div.section p {
	margin-bottom: 15px;
}

.nfc div.section div.text {
	float: left;
	width: 380px;
}

.nfc div.section div.image {
	float: right;
}

.nfc ul.list {
	margin-left: 1em;
	margin-bottom: 1em;
}

.nfc ul.list li {
	list-style: disc;
}

/*
----------------------------------------------------------------------
	Events
----------------------------------------------------------------------
*/
.events {}

.events .roundrect {
	/*margin-bottom: 20px;*/
	margin: 0 auto 20px;
	padding: 40px 30px 30px;
	width: 608px;
}

.events .roundrect h3 {
	margin-bottom: 30px;
	margin-left: -20px;
	margin-top: -25px;
}

.events .roundrect.mod h3 {
	margin: -20px 0 30px -10px;
	padding-bottom: 5px;
	width: 628px;
	border-bottom: 2px solid #0f8cc6;
	font-size: 137.5%;
	line-height: 1.3;
	color: #00479d;
}
.events .roundrect.mod h3 .sub {
	display: block;
	margin-top: 8px;
	font-size: 75.0%;
	line-height: 1.2;
}

.events .roundrect h4 {
	border-bottom: 2px solid #D9D9D9;
	color: #00479D;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 28px;
	padding-bottom: 3px;
	padding-top:20px;
}

.events .roundrect h5 {
	border-left: 5px solid #00479D;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	margin: 35px 1px 13px;
	padding-left: 5px;
	padding-top: 1px;
}

.events .roundrect p {
	margin-bottom: 1em;
}
