﻿@charset "UTF-8";


.tbl1 {
table-layout: fixed;
border: none;
border-collapse: collapse;
background-color: transparent;
}

.tbl1 th, .tbl1 td, tbl1 p {
border: none;
padding: 0px;
margin: 0;
letter-spacing: 0;
}

.Question
{
Color: red;
margin-left: 3rem;
text-indent: -3rem;
}

.Answer,
.Answer1
{
margin-left: 3rem;
text-indent: -3rem;
}


.infoTBL {
	margin:30px 0 30px;
	background-color: transparent;
	border:0 !important;
}

.infoTBL td {
	border:0 !important;
}

.infoTBL ul {
	border:1px dotted #666;
	background-color: #fff;
	border-radius: 6px;
	padding:20px;
	list-style-type: none;
}

.infoTBL ul li {
	font-size: 15px;
	margin:10px 30px 10px 20px;
	padding-left: 40px;
	/* white-space: nowrap; */
	background-image: url(http://www.antenna.co.jp/img/common_img/common-icon-list-onlineman.png);
	background-repeat: no-repeat;
	background-position: 3px 40%;
	background-size: 30px;
	max-width: 100%;
}

.infoTBL ul li img {
	margin:0 5px;
}



.infoTBL-Hint,
.infoTBL-Caution,
.infoTBL-Important {
	margin:60px 0 60px;
	background-color: #fff;
	width:100%;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 10px;
	border: 3px solid rgb(111, 131, 168) ;
}





.infoTBL-Hint thead,
.infoTBL-Caution thead,
.infoTBL-Important {
	background-color: transparent;
	border:0;
}

.infoTBL-Hint td,
.infoTBL-Caution td,
.infoTBL-Important td {
	margin:0;
	padding:0 2.0em;
	background-color: transparent;
	border:0;
}

.infoTBL-Hint thead td,
.infoTBL-Caution thead td,
.infoTBL-Important thead td {
	font-weight: 700;
	margin:0;
	padding:0 2.0em 0 60px;
	background-color: transparent;
	border:0;
	background-image: url(https://www.antenna.co.jp/img/common_img/common-icon-hint.png);
	background-repeat: no-repeat;
	background-position: 23px 80%;
	background-size: 30px;
}

.infoTBL-caution thead td {
	background-image: url(https://www.antenna.co.jp/img/common_img/common-icon-notice.png);
}
	
.infoTBLHhint thead td p,
.infoTBL-Caution thead td p,
.infoTBL-Important thead td p
 {
	padding:0;
	margin:0;
	margin-top:10px;
}




