﻿/* ----------------------------------------------------
	Common
---------------------------------------------------- */
.txt15 { font-size:15px !important; }
.inbox {
	margin-bottom:40px;
}
.inbox .boxinside {
	margin:10px 0 0 20px;
}
.contents .news {
	padding:10px;
	border:1px solid #bfbfbf;
}
.contents .news:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
*html .contents .news {
	height: 1%;
}
.contents .news {
	zoom: 100%;
	min-height: 1%;
}
.contents .news dl {
	margin-left:20px;
}
.contents .news dt {
	width:8em;
	float:left;
	clear:both;
}
.contents .news dd{
	padding-left:9em;
}

/* tableStyle1 */
.tableStyle1 {
	border:1px solid #555;
	width:100%;
	margin:10px auto 0;
}
.tableStyle1 th ,
.tableStyle1 td {
	padding:5px;
	vertical-align:middle;
	border:1px solid #555;
}
.tableStyle1 th {
	background:#efefef;
}
.tableStyle1 td {
}
/* tableStyle2 */
.tableStyle2 th {
	font-weight:normal;
}
.tableStyle2 th,
.tableStyle2 td {
	padding:5px 3px;
	vertical-align:middle;
}
.tableStyle2 td img{
	vertical-align:bottom;
}

.opBox caption {
	font-weight:bold;
	margin-bottom:5px;
	border-left:5px solid #7aa800;
	padding-left:10px;
}
.notelist {
	margin-top:5px;
}
.notelist li {
	padding-left:1.3em;
	text-indent:-1.3em;
}

/* dlStyle1 */
.dlStyle1 dt{
	float:left;
	clear:both;
	width:80px;
}
.dlStyle1 dd{
	padding-left:80px;
}
.w130{
	width:130px;
}
.dis_inline{ display:inline;}

.borderBox_1 {
	padding:20px;
	border:1px solid #555;
}
/* ソフトウェア使用許諾条件 */
.dlBox {
	border:1px solid #999;
}
.dlBox h4 {
	background:#efefef;
	padding:5px;
}
.dlBoxTxt {
	padding:10px;
	line-height:1.5em;
	height:300px;
	overflow-y:scroll;
}
.introTxt {
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}
.dlBox ol {
	margin-left:35px;
	list-style-type:decimal;
}
.dlBox li {
	margin:10px 0 10px 0;
}
/* 同意しますか？ボタン */
.agreeBox {
	text-align:center;
	margin:40px auto 80px auto;
}
.agreeBox ul {
	width:806px;
	margin:10px auto 0 auto;
}
.agreeBox ul li,
.agreeBox .dlBtn {
	width:383px;
	background:url("/support/images/btn_dl02.gif") no-repeat 0 0;
}
.agreeBox ul li {
	margin:0 !important;
}
.agreeBox .dlBtn {
	margin:10px auto 0 auto;
}
.agreeBox a {
	display:block;
	height:20px;
	padding:11px 0 9px 0;
	color: #000;
}
.agreeBox a:visited {
	color: #000;
}
.agreeBox a:hover,
.agreeBox a:hover span {
	color: #FF6633;
}
.agreeBox .fntSmall {
	font-size:0.8em;
}

/* アップデートソフトダウンロード系 */
#updateWrap {
	padding: 0 40px 20px 40px;
}
#updateWrap #update {
	margin:20px 30px 0;
}
#updateWrap h3{
	padding: 0 15px 10px 15px;
	font-size: 1.1em;
	font-weight: bold;
	border: 0;
	border-bottom: 2px solid #ccc;
}
#updateWrap.download h3{
	padding:10px;
	background: #f0f0f0;
	border:none;
}
.txtIndent4em{
	padding-left:4em;
	text-indent:-4em;
}

td.softHis ul,
p.icoDot2 {
	margin-left:15px;
}

td.softHis .listDot2 {
	padding-top: 0px;
	margin-bottom: 15px;
}
td.softHis .listDot2:last-child {
	margin-bottom: 0;
}
td.softHis .listDot2 li {
	padding-bottom: 0;
}

td.softHis .listFlow3 {
	padding-top: 0px;
	padding-left: 15px;
	margin-bottom: 15px;
}
td.softHis .listFlow3:last-child {
	margin-bottom: 0;
}
td.softHis .listFlow3 li {
	padding-bottom: 3px;
}

/* ボタン装飾 */
.btnList li {
	width:50%;
	padding:1px;
	margin:30px auto 0;
	text-align:center;
	border:1px solid #ccc;
	border-radius:3px;
}
.btnList a {
	height:50px;
	line-height:50px;
	display:block;
	background:#f4f4f4 url(/support/images/ico_arrow_g.gif) no-repeat 97% 50%;
	text-align:center;
}
.btnList a:hover {
	background:#e7efd3 url(/support/images/ico_arrow_g.gif) no-repeat 97% 50%;
}