@charset "utf-8";
/* CSS Document */

/*--- clear ----------*/
.clear {clear: both;}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix {
    display:inline-block;
}

/*--- margin ----------*/
.marB15 {margin-bottom: 15px;}

/*--- table ----------*/
.tbl01 {
	width: 264px;
	font-size: 11px;
}
.tbl01 th {
	width: 65px;
	padding: 4px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}
.tbl01 td {
	padding: 4px;
	vertical-align: top;
	line-height: 13px;
}

.tbl02 {
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 15px;
	font-size: 10px;
}
.tbl02 th {
	width: 131px;
	line-height: 24px;
	vertical-align: middle;
	background-color: #FF9399;
	color: #FFFFFF;
}
.tbl02 td {
	line-height: 24px;
	vertical-align: middle;
}
.tbl02 td.thead {
	background-color: #FF9399;
	color: #FFFFFF;
	font-weight: bold;
}

.tbl03 {
	width: 263px;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 15px;
}
.tbl03 th {
	width: 131px;
	line-height: 24px;
	vertical-align: middle;
	background-color: #FF9399;
	color: #FFFFFF;
}

/*--- contents_box ----------*/
.box_txtL {float: left;	width: 274px; margin-bottom: 10px;}
.box_txtR {float: right; width: 274px; margin-bottom: 10px;}
.box_imgL {float: left; width: 254px; padding-left: 10px; margin-bottom: 10px;}
.box_imgR {float: right; width: 254px; padding-right: 10px; margin-bottom: 10px;}

.box_indexL {float: left; width: 466px; }
.box_indexR {float: right; width: 80px; padding-top: 1px; padding-right: 1px;}

.box_sysL {float: left; width: 162px; padding-left: 10px; margin-bottom: 10px;}
.box_sysR {float: right; width: 366px; margin-bottom: 10px;}

.box_txtC {
	width: 528px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFE6FF;
	text-align: center;
}
/*--- others ----------*/
.sys_arrow {
	clear: both;
	width: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}