@charset "UTF-8";

/*
*	Title: ZYYX - 印刷用CSS
*	URI: 
*	Last Modified: 2010-06-04
*	Description: 印刷向けに各要素のスタイルを再定義します
*/

/*========================================
	1. 
========================================*/
#wrapper {
	min-width: 810px;
	background: #ffffff;
}

#wrapper2 {
	min-width: 810px;
	background: #ffffff;
}

/*========================================
	1. 
========================================*/
#header {
	border-bottom: 1px solid #000000;
	background: #ffffff;
}

#logoWrap h1 a {
	background: none;
	text-indent: 0;
}

#logoWrap h2 {
	display: none;
}

#logoWrap .goHome {
	display: none;
}

#subNav {
	display: none;
}

#globalNav {
	position: static;
	display: none !important;
}

#zyyxClock {
	visibility: hidden;
	display: none;
}

/*========================================
	1. 
========================================*/
#wrapper #main {
	margin-top: 0;
	background: none;
}

#main .frame {
	padding: 0 10px 10px !important;
	background: #ffffff !important;
	color: #000000;
}

#main .frame .frameNav {
	position: static;
	margin: 0 0 10px;
}

#main .frame header h1 {
	position: static;
	margin-top: 15px;
	margin-bottom: 10px;
}

#main .frame .link {
	display: none;
}

#main .footer {
	background: none;
}

#footer {
	border-top: 1px solid #000000;
	padding: 15px 0 0;
	height: auto;
}

#copyright {
	position: static;
	width: auto;
}

#copyright small {
	text-align: left;
}


/*========================================
	1. 
========================================*/
#android .sampleApps section .point {
	width: 780px !important;
}

#android .sampleApps section dl {
	width: 450px !important;
}

#android .sampleApps section figure {
	width: 300px !important;
}

/*========================================
	1. 
========================================*/
#access #mapFrame {
	display: none;
}

#access #dumyMap {
	display: block;
	text-justify: auto !important;
	text-align: left !important;
}

#access #dumyMap figcaption {
	margin: 20px 0;
	text-justify: auto !important;
	text-align: left !important;
	font-size: 200%;
	font-weight: bold;
}

#access #dumyMap img {
	margin-top: 10px;
}

#access .information nav {
	display: none;
}

#access .information .pdf {
	display: none;
}

#access .information p,
#access .information ul li {
	font-size: 116.7%;
	color: #000000;
}


