@charset "UTF-8";

.maincontents{
	width:900px;
	margin:0 auto;
	font-size:16px;
}

/*
**************************************************
* 1: campaign_inner                        *
**************************************************
*/

.campaign_inner{
	background-color:#fff;
}
	
.campaign_inner .title{
	margin:40px 0;
	text-align:center;
}	
.social {
  margin: 0px 15px 10px 0;
  height: 20px;
  zoom: 1;
}
 .social li{
  float: right;
  margin-right: 5px;
}
.bt_area,
.tokutyou,
.tokuten{
	text-align:center;
	margin:40px 0;
}


/*table*/

table.tokuten{
	width:760px;
	text-align:center;
	margin:0 auto;
	border-bottom: 2px #087fd2 solid;
}

table.tokuten tr{
	display:block;
}
td.tokuten_ic{
	width:60px;
	padding-right:20px;
	padding-bottom:25px;
}
/*
td.tokuten_tx{
	height:60px;
	vertical-align:middle;
	line-height:1.4;
}
*/
td.tokuten_tx{
	height:60px;
	line-height:1.4;
	padding-top: 6px;
}

td.img002{
	padding-bottom:20px;
}
td.tokuten_txlast{
	text-align:right;
	display:block;
	width:760px;
	padding-bottom:25px;
}
td.tokuten_txlast a:link,
td.tokuten_txlast a:visited,
td.tokuten_txlast a:active{
	color:#000;
	text-decoration:none;
}
td.tokuten_txlast a:hover{
	color:#de043a;
	text-decoration:underline;
}
	

td.tokuten_tx span{
	color:rgba(255,0,4,1.00);
	font-weight:bold;
}

table.otoku{
	width:760;
	margin:0 auto;
}
table.otoku .otoku_tx{
	line-height:1.7;
	width:550px;
	background:url(../img/img010.jpg) no-repeat 34px 0;
	padding:20px 0px 30px 55px;
	
}
	
table.hyo {
    border: 1px solid #aeaeae;
    border-collapse: collapse;
    margin-bottom: 8px;
    width: 900px;
}

table.hyo th {
    background: #087dc0;
    border: 1px solid #087dc0;
    font-weight: bold;
    padding: 12px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
	width:1%;
	color:#FFF;
	font-size:12px;
	letter-spacing:0.1em;
}

table.hyo td {
    border: 1px solid #087dc0;
    padding: 12px;
    vertical-align: top;
	font-size:12px !important;
	letter-spacing:0.1em;
	color:#484848;
}	

ul.disc li{
	list-style:none !important;
	margin-left:20px ;
	margin-bottom:5px ;
}
ul.disc li:last-child, ul.num li:last-child {
	margin-bottom:0;
	} 
/*
**************************************************
* 2: tokuten123                               *
**************************************************
*/
.tokuten123-inner{
	padding-top:40px;
	width:700px;
	margin:0 auto;
	color:#05243f;
}
.tokuten123-box dt{
	float:left;
	margin-right: 20px;
}
.tokuten123-box dd{
	margin:0 0 15px;
	padding:0 5px 10px 8em;
	border-bottom:1px solid #05243f;
	font-weight:bold;
}
.tokuten123-text{
	line-height:1.4;
	font-weight:bold;
}
.tokuten123-inner span{
	color:rgba(255,0,4,1.00);
	font-weight:bold;
}
/*
**************************************************
* 4: MasterCardCp                               *
**************************************************
*/
.MasterCardCp_bn{
	width:700px;
	margin:0 auto;
}
 .gold_platinum_card_bn{
	width:700px;
	margin:20px auto 0;
}
	
/*
**************************************************
* 4: OTHER SETTING                               *
**************************************************
*/

/* -- Width ----------------------------------- */
.w1000 { width: 1000px; }
.w395 { width: 395px; }
.w265 { width: 265px; }

/* -- Font Color ------------------------------ */
.fc_red { color: #ff0000; }

/*
**************************************************
* 4: button hover                           *
**************************************************
*/
.bt_area a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

.button_text{
	color: #f9512a;
	font-weight: bold;
	margin-bottom: 10px;
}