@charset "utf-8";
/* CSS Document */

.gaiyo-title {
	width: 790px;
	height: 28px;
	padding-left: 10px;
	border-left: 10px solid #02025b;
	background-color: #E7F6EE;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 17px;
	letter-spacing: 1em;
}

.gaiyo_area{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.gaiyoTB{
	width: 100%;
	border-collapse: collapse;
	border-top: 5px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 13px;
}
.gaiyoTB th{
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	background-color: #eee;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
	line-height: 26px;
	letter-spacing: 0.5em;
	background-image: -webkit-linear-gradient(90deg,rgba(235,244,248,1.00) 0%,rgba(245,245,245,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(235,244,248,1.00) 0%,rgba(245,245,245,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(235,244,248,1.00) 0%,rgba(245,245,245,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(235,244,248,1.00) 0%,rgba(245,245,245,1.00) 100%);
}
.gaiyoTB td{
	width: 75%;
	padding: 6px;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
	line-height: 26px;
	letter-spacing: 0.2em;
}
