@charset "utf-8";

/* Product cabinet */
/* ----------------------------------------------------- */
#subtitleGraphic {
	margin: 0 0 10px;
	width: 740px;
	height: 50px;
	background-image: url(../images/subtitle.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

h4 {
	margin: 0 0 10px;
	padding: 5px 0 5px 5px;
	border-left: 5px solid #0A67E2;
	border-bottom: 1px solid #C0C0C0; 
	font-size: 90%;
	font-weight: bold;
	color: #163A6A;
}

h5 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #163A6A;
	font-size: 80%;
}

h6 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #163A6A;
	font-size: 80%;
}

#cabinet {
	margin-top: 15px;
	width: 740px;
}

#cabinetLeft {
	width: 170px;
	float: left;
}

#cabinetLeft ul li {
	/*display: block;*/
	margin: 0;
	padding: 0 0 5px 15px;
	background-image: url(../../../../cmn/images/arrow_blue3.gif);
	background-repeat: no-repeat;
	/*background-position: 0px 3px;*/
	width: 150px;
	/*line-height: 1.4;*/
	font-size: 70%;
}

#btncabinet {
	margin-top: 15px;
	width: 146px;
	height: 55px;
	border: 1px solid #999;
}

#cabinetRight {
	margin-bottom: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 554px;
	float: right;
	border-left: 1px solid #C0C0C0;
}

#cabinetRight2 {
	margin-bottom: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 554px;
	float: right;
	border-left: 1px solid #C0C0C0;
	height: 200px;
}

#cabinetTxt {
	margin-left: 10px;
}

#cabinetRight ul.cabinetTxtlist {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 80%;
}

#cabinetRight ul.cabinetTxtlist li{
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	/*line-height: 1.4;*/
	list-style: disc;
}

#cabinetRight ul {
	margin: 0;
	padding-left: 5px;
	padding-bottom: 15px;
	font-size: 80%;
}

#cabinetRight ul li{
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	/*line-height: 1.4;*/
	list-style: disc;
}

#cabinetRight #systemList{
	/*margin-left: 10px;*/
	padding: 15px 0 0;
	/*font-size: 80%;*/
	width: 544px;
}

#cabinetRight #systemList ul {
	padding: 0;
}

#cabinetRight #systemList ul li {
	/*padding: 0 20px 10px 0;*/
	float: left;
	display: inline;
}

#cabinetRight #systemList ul li {
	padding: 0 0 10px 17px;
	background-repeat: no-repeat;
}

.listNavi01 {
	background-image: url(../images/num01.gif);
}

.listNavi02 {
	background-image: url(../images/num02.gif);
}

.listNavi03 {
	background-image: url(../images/num03.gif);
}

.listNavi04 {
	background-image: url(../images/num04.gif);
}

.listNavi05 {
	background-image: url(../images/num05.gif);
}

.listNavi06 {
	background-image: url(../images/num06.gif);
}

.listNavi07 {
	background-image: url(../images/num07.gif);
}

.listNavi08 {
	background-image: url(../images/num08.gif);
}

#cabinetRight #cabinetTxt {
	clear: both;
}

.systemDetail {
	margin: 10px 0 0 0;
	padding: 10px 0 10px;
	width: 544px;
	border-top: 1px dotted #C0C0C0;
	min-height: 1%;
}

.systemDetailleft {
	padding-top: 5px;
	float: left;
	width: 160px;
}

.systemDetailright {
	float: right;
	width: 370px;
	padding: 0 10px 0 0;
}

#cabinetContact {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.5;
}

.txtCap {
	text-align: left;
	font-size: small;
	vertical-align: top;
}

/* float Clearfix */
div:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

div {
  min-height: 1px;
		zoom:1;/*for IE 5.5-7*/
}

* html div {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Product cabinet form --------------------------------- */
form {
	margin-left: 10px;
	padding: 20px 0 0 0;
	width: 544px;
	font-size: 80%;
}

form p {
	margin-top: 20px;
	text-align: center;
}

fieldset {
	border: none;
}

input,textarea {
	padding: 0.2em;
}

input.spacerLeft {
	margin-left: 20px;
}

dt {
	margin-top: 0.2em;
	padding: 0 2em 0 0;
	float: left;
	width: 10em;
}

dd {
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #828282;
}

div#confirmTxt {
	margin-left: 10px;
	padding: 20px 0 0 0;
	width: 544px;
	font-size: 80%;
}
