@charset "shift_jis";

 table {
    width: 400px;
    border: 2px solid #E97132;
    border-collapse: collapse;
    padding: 10px;
 }

 td {
   height:35px;
   padding: 10px;
   text-align: center;
   width: 50%;
   /* セルの幅を50%に指定 */
  }

#newcpn-body {
 margin-bottom: 50px;
 font-size:16px;
 line-height: 1.5;
 color:#333;
 width:830px;
 text-align: center;
}
.pp_link {
	color: #4169e1;
	text-decoration: none;
}
.pp_link:hover {
	text-decoration: underline;
}
.contents_head {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin:25px 0 10px;
	width:830px;
}

.newcpn-titile {
    margin: 50px auto 15px;
    font-weight: bold;
    padding: 7px 10px;
    font-size: 16px;
}
.newcpn-contents {
	margin:10px 80px;
	font-size: 14px;
	text-align: left;
}
.newcpn-contents-center {
	margin:10px 15px;
	text-align: center;
}
.newcpn-contents-hd {
	margin-top:30px;
	font-weight: bold;
    
}
.newcpn-contents-in {
	margin-left:1em;
}
.newcpn-cpn {
	float: left;
	width: 200px;
    margin-left: 10px;
}
.newcpn-cpnex {
	float: right;
    width: 530px;
}
.txt_num {
	font-size:28px;
	padding: 0px 2px;
}
.txt_bold {
	font-weight: bold;
}
.txt_orange {
	color: #E97132;
}
.txt_blue {
	color: #009be2;
}
.indent1 {
	padding-left:1em;
	text-indent:-1em;
}
.newcpn-txtlink {
	text-decoration: none;
    color: #555;
}
.newcpn-txtlink:hover {
	text-decoration: underline;
}
