/* CSS Document */
/* =================================================================

	.tips-area.manner

================================================================= */
/*
	h3
================================ */
.tips-area.manner h3{
    font-weight: 700;
    padding: 0 0 0 5px;
    border-left: 2px solid #1D448C;
    font-size: 1.6rem;
    margin: 30px auto 10px;
}
/*
	p.line
================================ */
.tips-box .line{
    font-size: 1.4rem;
}
/* -------------------------
	PC
------------------------- */
.isOtherDevice .tips-box .line{
    font-size: 1.6rem;
}
/*
	p.sample_tx
================================ */
.tips-box .sample_tx{
    padding: 5px;
    font-size: 1.4rem;
    border: 1px #ccc solid;
}