@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0; }

body {
  font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

fieldset,
img {
  border: 0; max-width: 100%; }

li {
  list-style: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  outline: 0; }

button {
  -webkit-appearance: none;
  border: 0;
  background: none; }

a {
  -webkit-touch-callout: none;color: #85A9FA;
  text-decoration: none; }

:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

em, i {
  font-style: normal; }
	
.clear{zoom:1}  
.clear:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fl {
		float: left;
}
.fr {
		float: right;
}
.txt-underline {
	text-decoration: underline;
}
/*======================*/
.wrap-contract {
	padding: 1.5rem;
}
.contract-name {
	padding: 0 0 2rem 0;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}
.indent {
	text-indent: 2.5rem;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.mt20 {
	margin-top: 2rem;
}
.mb20 {
	margin-bottom: 2rem;
}
.signs {
	padding: 0 8rem 0 0;
	text-align: right;
}
.bline {
	width: 80px;
	border: 0 none;
	border-bottom: 1px solid #000;
	text-align: center;
}

.list ,
.listq {
	overflow: hidden;
}
.listq li {
	float: left;
	width: 50%;
}
.deco {
	text-decoration: underline;
}
.tablecomm {
	width: 100%;
}
.tablecomm  td {
	border: 1px solid #000;
	padding: 5px;
}
.gray {
	background-color: #ccc;
	width: 50%;
}
.contract-list {
	padding: 4rem 0 0 0;
}
.contract-list li {
	border-bottom: 1px solid #ccc;
}
.contract-list li a {
	display:block;
	position: relative;
	padding: 10px 25px 10px 0;
	color: #000;
}
.contract-list li a:after {
	position: absolute;
	right: 3px;
	top: 50%;
    transform: translate(0, -50%); 
	content:">"
}
.txt-tip {
	margin-top: 4rem;
	font-size: 1.2rem;
	color: #ccc;
}
.txt_underline {
    text-decoration: underline;
}