@charset "UTF-8";
/*----------------------------------------------------
ページタイトル
----------------------------------------------------*/
.pageTitle {
	margin: 11px 0 13px 0;
}

/*----------------------------------------------------
見出し
----------------------------------------------------*/
.subtitle {
	background: url(../img/common/sub-title.gif) no-repeat;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	font-size: 167%;
	padding-left: 20px;
	margin: 0 0 15px 0;
}
.itemTitle {
	background: url(../img/common/Item-back.gif) no-repeat;
	color: #53D3C7;
	height: 34px;
	line-height: 34px;
	font-size: 138.5%;
	margin: 0 0 10px 0;
}

/*----------------------------------------------------
テキストボックス
----------------------------------------------------*/
.txtBox {
	margin: 0 auto 45px;
	width: 675px;
}
.txtBox p,
.sshTxtBox p {
	margin-bottom: 1em;
}
/*----------------------------------------------------
イメージボックス
----------------------------------------------------*/
.imgBoxR {
	float: right;
	width: 250px;
	margin: 0 0 25px 25px;
}
/*----------------------------------------------------
リストスタイル
----------------------------------------------------*/
/* 黒丸 */
.txtBox ul.disc {
	padding-left: 2em;
	list-style: disc;
}
/* 数字 */
.txtBox ol.num {
	padding-left: 2.5em;
	list-style: decimal;
}
/* ローマ数字（大） */
.txtBox ol.roman {
	padding-left: 2.5em;
	list-style: upper-roman;
}

/*----------------------------------------------------
間
----------------------------------------------------*/
.btm1 {
	margin-bottom: 1em;
}

/*----------------------------------------------------
テーブル
----------------------------------------------------*/
.tableL {
	border-collapse: collapse;
}
.tableL th {
	padding: 5px;
	border: 1px solid #999;
	background: #E8F7F3;
	text-align: center;
}
.tableL td {
	padding: 5px;
	border: 1px solid #999;
}

/* ====================================================
開星SSHとは
==================================================== */
.sshMark {
	width: 173px;
	float: left;
}
.sshRead {
	font-size: 116%;
	margin-left: 193px;
}
.sshPhoto {
	width: 300px;
	float: left;
}
.sshTxtBox {
	margin: 0 auto 20px;
	width: 675px;
}
.sshTxt {
	margin-left: 300px;
}
.sshTxtTop {
	margin-left: 300px;
	margin-top: 20px;
}

/* ====================================================
全体概要
==================================================== */
.olProTable {
	border-collapse: collapse;
}
.olProTable th {
	padding: 5px;
	border: 1px solid #999;
}
.olProTable th.tTop {
	background: #E8F7F3;
	text-align: center;
}
.olProTable th.tLeft {
	background: #D5F5EE;
	text-align: left;
}
.olProTable td {
	padding: 5px;
	border: 1px solid #999;
}
.olProTable th.tNone {
	border: none;
}

/* ====================================================
SSH通信
==================================================== */
.sshnewsImgBox {
	margin-bottom: 20px;
	display: block;
}
