/*=========================================================

	Site Name   SONY battery
	File Name   /battery/QC2_0/css/c5-QC2_0.css

	Create Date 2015/6/22
	
==========================================================*/

/* PC --------------------------------------------------- */
.s5-table2 th, .s5-table2 td {
    vertical-align: middle;
}
.s5-table2 th.s5-table--gray,.s5-table2 td.s5-table--gray {
    background: #FBFBFD none repeat scroll 0% 0%;
}

th.c5-cell-docomo, td.c5-cell-docomo {background:#fee8e8;}
th.c5-cell-au, td.c5-cell-au {background:#ffecd6;}
th.c5-cell-softbank, td.c5-cell-softbank {background:#e8f4f9;}
th.c5-cell-ymoba, td.c5-cell-ymoba {background:#f2f1fe;}
th.c5-cell-free, td.c5-cell-free {background:#effbeb;}
.c5-sp{	display:none;}


/* SP --------------------------------------------------- */
@media screen and (max-width: 639px) {
.s5-general--mb50 {
    margin-bottom: 50px !important;
}
.s5-table2:not(.s5-table2--notBreak) th {
    border-top: 1px solid #e4e7ec;
    margin-top: -1px;
    background:none;
}
.s5-table2:not(.s5-table2--notBreak) td {
    background-color: #ffffff;
}

th.c5-cell-docomo {background:#fee8e8 !important;}
th.c5-cell-au {background:#ffecd6 !important;}
th.c5-cell-softbank {background:#e8f4f9 !important;}
th.c5-cell-ymoba {background:#f2f1fe !important;}
th.c5-cell-free {background:#effbeb !important;}
.c5-pc{	display:none !important;}
.c5-sp{	display:block;}
}