@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	color: #000000;
	background-color: #f6f6f6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.5;
	text-align: left;
	height: 100%;
	-webkit-text-size-adjust: none;
}

body > #container { height: auto; }

a:link { color: #0000cc; text-decoration: underline; }
a:visited { color: #0000cc; text-decoration: underline; }
a:active { color: #0000cc; text-decoration: underline; }
a:hover { color: #ff6600; text-decoration: underline; }

ul, ol { list-style: none; }

img {
	vertical-align: baseline;
	border: 0;
}

#container {
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
}

/* ナビスキップ */
p.skip_nav a {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
p.skip_nav a:focus, p.skipnav a:active {
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 0 0.5em;
	background-color: #ffffff;
}

/*------------ ヘッダー ------------*/
#header { padding-top: 10px; }
#header:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* キヤノンロゴ */
#header div.logo {
	padding: 0 5px 5px 5px;
}

/* ナビ */
#header div.nav {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #cccccc;
}
#header div.nav:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* アプリに戻る */
#header ul.js_appback {
	display: none;
	margin-left: 3%;
	list-style-image: url(common/back_arrow.gif);
}
#header ul.js_appback li { margin-left: 20px; }
#header ul.js_appback li a { color: #555555; text-decoration: none; }
#header ul.js_appback li a:hover { color: #ff6600; }

/* ナビリスト */
#header ul.nav_list {
	margin-left: 3%;
	list-style-image: url(common/arrow.gif);
}
#header ul.nav_list li { margin-left: 20px; }
#header ul.nav_list li a { color: #555555; text-decoration: none; }
#header ul.nav_list li a:hover { color: #ff6600; }

/* パンくずリスト */
#header ol.topic_path { display: none; }

/* 検索ブロック */
#header div.search_wrap { margin: 0 3% 0.5em 3%; }
#header div.search_wrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* 検索のヒント */
#header ul.hint {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 3px;
}
#header ul.hint a { color: #000000; text-decoration: none; }
#header ul.hint a:hover { color: #ff6600; }
#header ul.hint img { vertical-align: middle; }

/* 言語選択ボックス */
#header form.lang_select {
	text-align: right;
	margin: 0 3% 0.5em 3%;
	display: none;
}
#header form.lang_select select { font-size: 12px; }

/* 検索番号 */
#header p.search_num {
	float: left;
	margin-left: 3%;
	padding: 0 0.5em;
	border: 1px solid #000000;
}
#header p.search_num + p.search_num { margin-left: 5px; }

/* アプリ名 */
#header p.app_name {
	clear: both;
	float: left;
	margin-left: 3%;
	padding: 0 1em;
	border: 1px solid #000000;
}
#header p.search_num + p.app_name { margin-top: 0.5em; }

/* 各ソフトガイドページ用ダウンロードボタン（ヘッダー用） */
#header div.soft_dl_button {		/* 余白大 */
	padding: 0.5em 1.4em;
}
#header div.soft_dl_button_alt {	/* 余白小 */
	padding: 0.5em 0.7em;
}
#header p.software_dl_button a {
	display: inline-block;
	padding: 0.5em 1.3em;
	color: #686868;
	text-decoration: none;
	background-color: #f0f0f0;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #808080;
}
#header p.software_dl_button a img {
	vertical-align: middle;
	padding-right: 0.3em;
	max-width: 30px;
}
#header p.software_dl_button a:hover {
	background-color: #e6e6e6;
}

/* 各ソフトガイドページ用OS選択ボックス */
#header div.soft_select_os {
	text-align: right;
	margin: 0 3% 0.5em 3%;
}

/*------------ コンテンツ ------------*/
#contents {
	width: 94%;
	margin: 0 auto;
	padding-top: 1.5em;
}

/* メインブロック */
#main { margin-bottom: 2em; }

/* サブブロック */
#sub { margin-bottom: 2em; }

/*------------ フッター ------------*/
/* ナビ */
#footer div.nav { border-bottom: 1px solid #cccccc; }
#footer div.nav:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* ページ遷移（次へ、前へ）ボタン */
#footer ul.page_transition {
	clear: both;
	margin-bottom: 2em;
	text-align:center;
}
#footer ul.page_transition li {
	display: inline;
	padding: 0 5px;
}

/* アプリに戻るボタン */
#footer ul.js_appback {
	clear: both;
	display: none;
	margin: 0 3% 2em 3%;
}
#footer ul.js_appback li a {
	display: block;
	padding: 0.5em 2em;
	color: #555555;
	text-decoration: none;
	text-align: center;
	background: #ffffff; /* IE8, IE9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(49%, #f9f9f9), color-stop(50%, #f0f0f0), to(#f9f9f9)); /* Android2.3, Safari5.1 */
	background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 49%, #f0f0f0 50%, #f9f9f9 100%);
	border: 1px solid #999999;
	border-radius: 0.5em;
	-webkit-box-shadow: 3px 3px 3px #666666; /* Android2.3 */
	box-shadow: 3px 3px 3px #666666;
}
#footer ul.js_appback li a:hover {
	color: #ff6600;
	border-color: #ff6600;
	border-radius: 0.5em;
}

/* 閉じるボタン */
#footer ul.close_button {
	clear: both;
	display: none;
	margin: 0 3% 2em 3%;
	padding-top: 2em;
	border-top: 1px solid #cccccc;
}
#footer ul.close_button li a {
	clear: both;
	display: block;
	width: 10em;
	margin: 0 auto;
	padding: 0.5em 1em;
	color: #555555;
	text-decoration: none;
	text-align: center;
	background-color: #e0e0e0;
	border: 1px solid #999999;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 2px #a9a9a9; /* Android2.3 */
	box-shadow: 2px 2px 2px #a9a9a9;
}
#footer ul.close_button li a:hover {
	color: #ff6600;
	background-color: #cccccc;
	-webkit-box-shadow: 0 0 1px #808080; /* Android2.3 */
	box-shadow: 0 0 1px #808080;
}

/* ページの先頭へ */
#footer p.gototop {
	clear: both;
	float: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-right: 3%;
	padding: 0.5em 1em;
}
#footer p.gototop a { color: #555555; text-decoration: none; }
#footer p.gototop a:hover { color: #ff6600; }

/* パンくずリスト */
#footer ol.topic_path {
	clear: both;
	margin: 0 auto;
	padding: 0.5em 3%;
	border-top: 1px solid #cccccc;
}
#footer ol.topic_path li { display: inline; }
#footer ol.topic_path li + li:before {
	padding-right: 5px;
	content: ">";
}

/* コピーライト */
#footer p.copyright {
	font-size: 0.9em;
	color: #cccccc;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (min-width: 480px) {
	body { font-size: 87.5%; }

	/*------------ ヘッダー ------------*/
	/* アプリに戻る */
	#header ul.js_appback {
		float: left;
	}

	/* ナビリスト */
	#header ul.nav_list {
		float: right;
		margin-right: 3%;
	}
	#header ul.nav_list li {
		float: left;
		margin-left: 30px;
	}

	/* パンくずリスト */
	#header ol.topic_path {
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 0.5em 3%;
		border-top: 1px solid #cccccc;
	}
	#header ol.topic_path li { display: inline; }
	#header ol.topic_path li + li:before {
		padding-right: 5px;
		content: ">";
	}

	/*------------ フッター ------------*/
	/* アプリに戻るボタン */
	#footer ul.js_appback li {
		text-align: center;
	}
	#footer ul.js_appback li a {
		display: inline-block;
		min-width: 20em;
	}
}

@media screen and (min-width: 800px) {
	body { font-size: 100%; }

	/*------------ ヘッダー ------------*/
	/* アプリ名 */
	#header p.app_name {
		clear: none;
		float: right;
		margin-left: 0;
		margin-right: 3%;
	}
	#header p.search_num + p.app_name { margin-top: 0; }

	/*------------ コンテンツ ------------*/
	#contents {
 		width: 752px;
	}
}

@media screen and (min-width: 1024px) {
	/* コンテナブロック */
	#container {
		width: 1000px;
		margin: 0 auto;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
}

@media print {
	body {
		font-size: 100%;
		background-color: #ffffff;
	}

	/* ヘッダー */
	#header div.search_wrap { display: none; }
	#header div.nav { display: none; }
	#header ol.topic_path { display: none; }
	#header form.lang_select { display: none !important; }
	#header p.search_num { display: none; }
	#header p.app_name { display: none; }

	/* コンテンツ */
	#contents { padding-top: 0; }

	/* フッター */
	#footer div.nav { display: none; }
}
