@charset "utf-8";



/*=================================



	/customer/bcinfo/



=================================*/



/* bold */

.bold {

	font-weight: bold;

}



/* table-block01 */

.table-block01 {

	clear: both;

	margin-top: 20px;

}

.table-block01 table {

	width: 100%;

	margin-top: 5px;

	border-collapse: collapse;

	border-spacing: 0;

}

.table-block01 table th,

.table-block01 table td {

	padding: 10px;

	border: 1px solid #cccccc;

}

.table-block01 table .lv01 {

	background: #abdefb;

}

.table-block01 table th.dashed,

.table-block01 table td.dashed {

	border-top: 1px dashed #cccccc;

}

.table-block01 table th.b-line,

.table-block01 table td.b-line {

	border-bottom: none;

}

.vaT {

	vertical-align: top;

}



/* sample-area */

.sample-area {

	margin: 0 auto;

	width: 629px;

}



/* bc-contactBox */

.bc-contactBox {

	margin-top: 4.5em;

}



/* question */

.bc-sb-linkList .question {

	padding-left: 0;

	background: none;

}

.bc-sb-linkList .question .qlist {

	padding-left: 5px;

	margin-right: 5px;

	font-weight: bold;

}



@media screen and (max-width: 999px) {

.sample-area {

	width: 629px;

}

.sample-img {

	text-align: center;

}

.sample-img img {

	width: 629px;

}

}



@media screen and (max-width: 630px) {

.sample-area {

	width: 100%;

}

.sample-img {

	width: 100%;

}

}