@charset "utf-8";

/* アップデータページ用css */

/* 不要なグローバルナビを非表示 ***************************/
/*
#global-country-select,
#global-menu2,
#global-search {
	display: none;
}
*/

/* 不要なサイドバーを非表示 ****************************/
#right-col {
	display: none;
}
#lower-area {
	width: 100%;
}


/* コンテンツ ******************************************/

div#lower-area h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}

/* ファイル情報部分 */
div#lower-area dl{
	margin-bottom:0em;
	margin-top:0.2em;
}
div#lower-area dl dt{
	font-weight:bold;
}
div#lower-area dl dd{
	margin-top:-1.5em;
}
div#lower-area dl dd.product{
	margin-left:3em;
}
div#lower-area dl dd.product2{
	margin-left:5em;
}
div#lower-area dl dd.version{
	margin-left:6em;
}
div#lower-area dl dd.filesize{
	margin-left:8em;
}
div#lower-area dl dd.requirements{
	margin-left:5em;
	margin-bottom: 2em;
}


div#lower-area p {
	margin-top: 1em;
	margin-bottom: 1em;
}

div#lower-area h4 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: -1em;
}


/* リスト部分 */
div#lower-area li {
	margin-left: 20px;
}
div#lower-area ul li {
	list-style-type: disc;
}
div#lower-area ul li ul li {
	list-style-type: circle;
}

div#lower-area ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
div#lower-area ul ul {
	margin-top: 0.5em;
}

/* win.html, osx.html, mac.html */
.contents-list h4 {
	padding-bottom: 1em;
}
.contents-list h1 {
	padding-top: 1em;
	line-height: 1.4;
}
#sub-nav {
	display: none;
}
.contents-list #sub-nav {
	display: block;
}
