/* 2015.12.20 - 2015.12.20 */
@charset "utf-8";

/**-----------------------------------------------
	terms
-----------------------------------------------**/

.h1, .h2, .h3, h1, h2, h3 { margin: 0; padding: 0; font-weight: normal; font-size: 100%; }

ul li { list-style-type:none; }

#mainWcontent{
	margin:0px auto 150px auto;
	width: 100%;
	max-width:980px;
	padding-top: 40px;
}

#mainWcontent #termsContent{
	padding:0px 50px;
	margin-top: 90px;
  line-height: 1.8;
}

#mainContent #headerNav {
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom:8px;
  padding-top: 60px;
  border-bottom: solid 1px black;
  position: fixed;
  width: 100%;
  background-color: white;
}

#mainContent #headerNav ul{
  margin:0 0 2px 0;
  padding:0;
  list-style-type:none;
}

#mainContent #headerNav li {
  font-size:0.8em;
  display:inline;
  margin-right:35px;
}

#mainContent #headerNav li a{
  text-decoration:none;
  color: black;
}

#mainContent #headerNav li a:hover{
  color: #666;
}

#mainContent #headerNav li.current a {
  color: #666;
}

#mainWcontent #termsContent h2{
	padding-top: 80px;
	margin-bottom:45px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	color:#666;
	font-size:28px;
}

#mainWcontent #termsContent h3,
#mainWcontent #termsContent p,
#mainWcontent #termsContent dt,
#mainWcontent #termsContent dd,
#mainWcontent #termsContent table{
	color:#666;
}

#mainWcontent #termsContent h3 {
	font-size: 20px;
	line-height: 1.0;
	color: #666;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 20px;
}

#mainWcontent #termsContent .text {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

#mainWcontent #termsContent .title {
	margin-top: 40px;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

#mainWcontent #termsContent ul {
    line-height: 1.8;
    list-style-type: decimal;
    padding-left: 20px;
    color: #666;
}
 
#mainWcontent #termsContent li {
	list-style-type: decimal;
  margin-bottom: 5px;
  color: #666666;
}

#mainWcontent #termsContent ul.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
  margin-left:1em;
  color: #666;
}
 
#mainWcontent #termsContent ul.list_parentheses > li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  text-indent:-1.5em;
}

#mainWcontent #termsContent ul.list_parentheses > li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

#mainWcontent #termsContent ul.dot-list li {
  list-style-type: disc;
  margin-bottom: 0;
  text-indent: 0;
}

#mainWcontent #termsContent.acquireContent ul.dot-list {
  padding-left: 2.5em !important;
}

tr.header {
	text-align: center;
}

td.head {
	width: 30%;
	vertical-align: top;
}

td {
	line-height: 1.6;
}

p.indent {
  text-indent: 1em;
  margin-bottom: 5px;
}

p.padding {
  padding-left: 1em;
}

.toTopBpx {
	text-align: center;
	margin-top: 30px;
}

body.spbody #mainWcontent{
	margin:100px auto 130px auto;
	width:100%;
}

body.spbody #mainWcontent h2 img{
	max-width:498px;
	width:100%;
	height:auto;
}

body.spbody #mainWcontent #termsContent{
	margin:0px 20px;	
}

.spbody #mainContent{
	padding-top: 80px; !important;
}