/* ※デスクトップファースト※
-------------------------------------------*/
main table {
/*    margin-bottom: 2.5em;*/
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

main th {
    background: #FFEF03 none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-weight: 700;
    line-height: 1.5;
    padding: 1em;
    text-align: left;
	width: 25%;
	vertical-align: top;
}
main td {
    border: 1px solid #ccc;
    padding: 1em;
	background: #fff;
	line-height: 1.5;
}
main th p:last-child {
    margin: 0;
}
main td figure {
    margin: 0;
}
main td p:last-child {
    margin-bottom: 0;
}
main td ul {
    margin: 0 0 0 0.6em;
    padding: 0 0 0 0.6em;
}
main td ul li {
    margin-bottom: 0.2em;
}
main td ol {
    margin: 0 0 0 1em;
    padding: 0;
}
main td ol li {
    margin-bottom: 0.2em;
}
main table table {
    margin-bottom: 0;
}
main .table_margin_b_none {
	margin-bottom:0;
	}

/* td内見出し */
td h3 {
	font-size:1.4rem !important;
	background-image:none !important;
	border-left: solid #ffdd3e 3px;
	padding-left:1rem !important;
	}
td h4 {
	font-size:1.1rem !important;
	background-image:none !important;
	margin:0 !important;
	padding:0 !important;
	}

/*thの色変更*/
.gray_th th {
    background: #F4F5F7 none repeat scroll 0 0;
}
/*ボーダー・余白なし*/
.table_nobor_nopad {
	
	}
.table_nobor_nopad th,
.table_nobor_nopad td {
	background:none;
	border:none;
	padding:0.2rem 0;
	}
.table_nobor_nopad th {
	text-align:right;
	font-weight:400;
	padding-right:0.5rem;
	width:17%;
	vertical-align:middle;
	}
	
/* プラスアップキャンペーン */
#info.plusup td:nth-child(even) {
	font-weight: bold;
}
#info.plusup tr:last-child {
	font-weight: bold;
	font-size: 110%;
	color: #D80400;
}
#info.plusup th {
	background: #00A0E8;
	color: #fff;
}
#info.plusup th:first-child,
#info.plusup td:first-child {
	border-right: none;
}
#info.plusup th,#info.plusup td {
	display: table-cell;
	text-align: center;	
}
#info.plusup tr:nth-child(odd) td {
	background: #D9F1FF;
}
#info.plusup th,#info.plusup td{ width: 40%!important;}
#info.plusup th:last-child,#info.plusup td:last-child { width: 60%!important;}

/* TOP - 他社サービスとの比較 */
#top_comparison td,#top_comparison th { border: 2px solid #F5AA01;}
#top_comparison th { text-align: center;}

#top_comparison .pc th { font-size: 120%;}
#top_comparison .pc td { background: none;}
#top_comparison .pc .tbk_gray_comp {
	background: #666;
	color: #fff;
	border-top: #fff 2px solid;
}
#top_comparison .pc tr:first-child td:nth-child(2) {
	border-left: none;
	border-right: #fff 2px solid;
}
#top_comparison .pc tr:first-child td:first-child {
	border-top: none;
	border-left: none;
	border-right: none;
}
#top_comparison .pc tr:nth-child(even) td:last-child { background:#F9F5BA!important;}

/* 枠線強調 */
.border_red th,
.border_red td {
	border-left: solid #d62424 3px;
	border-right: solid #d62424 3px;
	}
.border_red {
	border-top: solid #d62424 3px;
	}
.border_red td {
	border-bottom: solid #d62424 3px !important;
	}
.border_red_pc {
	border-left: solid #d62424 3px!important;
	border-right: solid #d62424 3px!important;
	}
.border_red_pc_top {
	border-top: solid #d62424 3px!important;
	}
.border_red_pc_bottom {
	border-bottom: solid #d62424 3px!important;
	}
#top_comparison .sp .border_red th {
	border-left: solid #d62424 3px;
	border-bottom: solid #d62424 3px;
}
#top_comparison .sp .border_red td {
	border-right: solid #d62424 3px;
}

/* 背景色 */
.tbk_yellow01 {
	background:#FFEF03 !important;
	}
.tbk_yellow02 {
	background:#FFF891 !important;
	}
.tbk_gray {
	background:#f4f5f7 !important;
	}

@media screen and (max-width: 767px) {
main th,main td {
	width: 100%;
	display: block;
	border-bottom: none;
	padding:0.5rem;
}
main tr:last-child td {
	border-bottom: 1px solid #ccc;
}
/* ご住所欄のtd */
main td.td_ddress th {
	text-align:left;
	width:100%;
}
main td.td_ddress td {
	padding-bottom:0.8rem;
	width:100%;
}
main td.td_ddress tr:last-child td {
	border:none;
	}	
}