@charset "Shift_JIS";
/* ---------------------------------------------------
	dir: /audio/update/
	filename: update_others.css
	style info: For Update Other Pages
		1. Basic Layout
		2. Text Element
		3. Table
		4. Common Module
		5. Settings on each page
--------------------------------------------------- */
/* ---------------------------------------------------
	1. Basic Layout
--------------------------------------------------- */
/* Layout Element */
.contentArea {
    padding: 30px 50px 0;
}
.section {
    margin-bottom: 2em;
}
.inner {
    padding: 0 13px;
}
.indentLv1 {
    padding-left: 20px;
}

/* 2Column Layout */
.boxL,
.boxR {
    display: table-cell;
    vertical-align: top;
}
/* for IE6 */
* html .boxL,
* html .boxR {
    display: inline;
    zoom: 1;
}

/* for IE7 */
*:first-child+html .boxL,
*:first-child+html .boxR {
    display: inline;
    zoom: 1;
}

/* To Update Index Page */
.toHomeBtn {margin-left: 10px;}
.toHomeBtn a{
    color:#333;
    font-size:90%;
    padding-left:11px;
    background:url('../images/btn_top.gif') no-repeat left 0.4em;
}
.toHomeBtn a:hover{
    color:#999;
    background:url('../images/btn_top_on.gif') no-repeat left 0.4em;
    text-decoration: none;
}

/* ---------------------------------------------------
	2. Text Element
--------------------------------------------------- */
h1 {
    margin-bottom: 20px;
}
.contentArea h2 {
    margin-bottom: 15px;
}
.contentArea h3 {
    margin-bottom: 5px;
}
.contentArea h4 {
    margin-bottom: 2px;
}
.contentArea h5,
.contentArea h6 {
    margin-bottom: 2px;
    font-weight: normal;
}
.contentArea p {
    margin-bottom: 1em;
}
.contentArea ol {
    padding-left:20px;
}
.contentArea ol li {
    list-style-type: decimal;
    padding-left: 0;
    text-indent: 0;
}

/* ---------------------------------------------------
	3. Table
--------------------------------------------------- */
.contentArea table {
    border-left: 1px solid #9b9b9b;
    border-top: 1px solid #9b9b9b;
    width: 100%;
}
.contentArea table th,
.contentArea table td {
    border-right: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    padding: 5px 10px;
}
.contentArea table th {
    background: #f3f3f3;
    line-height: 1.4;
    text-align: center;
}


/* ---------------------------------------------------
	4. Common Module
--------------------------------------------------- */
/* Text-indent */
.list li {
    padding-left: 1.6em;
    text-indent: -1.6em;
}
.listDisc {
    padding-left: 1em;
}
.listDisc li {
    list-style-type: disc;
    /* padding-left: 1em;
    text-indent: -1em; */
}
.attention {
    padding-left: 3em;
    text-indent: -3em;
}
p.indent2em {
    padding-left: 2em;
    text-indent: -2em;
}

/* Notes */
.notes li {
    padding-left: 1em;
    text-indent: -1em;
}

/* Q&A */
.qa dt,
.qa dd {
    padding-left: 2em;
    text-indent: -2em;
}
.qa dd {
    margin-bottom: 1.5em;
}
.qa dd p.indent0 {
    text-indent: 0;
}

/* License Agreement */
.licenseAgreement {
    overflow: auto;
    height: 150px;
    padding: 20px;
    border: 1px solid #ccc;
}

/* Link Decoration */
.arrow {
    padding-left: 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.3em;
}

/* Margin */
.mb0 {margin-bottom: 0 ! important;}
.mb5 {margin-bottom: 5px ! important;}
.mb1em {margin-bottom: 1em ! important;}
.mb1_5em {margin-bottom: 1.5em ! important;}
.mb2em {margin-bottom: 2em ! important;}
.mb3em {margin-bottom: 3em ! important;}
.mb4em {margin-bottom: 4em ! important;}
.nml2em{margin-left:-2em ! important;}
.ml80{margin-left:80px ! important;}

/* Padding */
.pt1_5em {padding-top: 1.5em ! important;}

/* Text-align */
.alignCenter {text-align: center ! important;}
.alignRight {text-align: right! important;}

/* Font */
.bold { font-weight : bold;}

/* ---------------------------------------------------
	5. Settings on each page
--------------------------------------------------- */
.contentArea h2 {
    font-size:112%;
    margin-bottom:2em;
}
.contentArea h3{font-size:112%;}
.contentArea p {
    line-height:1.6;
    margin-bottom:2em;
}
.contentArea ul.listDisc li{margin-bottom:6px;}

#info .contentArea .contact {
    width:380px;
    margin:0 auto;
}

#version .contentArea p {
    margin-bottom:0.5em;
    text-indent:-3em;
    padding-left:3em;
}

#version .section img{
    vertical-align: top;
    padding-top:2px;
}