@charset "UTF-8";
/* CSS Document */
.supprt-box {
	width: 590px;
	height: auto;
}
.supprt-title {
	width: 590px;
	height: 30px;
	border-left: 10px solid #80CCD2;
	border-bottom: 1px solid #80CCD2;
}
	
.supprt-title h2 {
	height: 30px;
	line-height: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	text-align: left;
	letter-spacing: 3px;
	color: #80CCD2;
	text-shadow: 1px 1px rgba(128,204,210,0.09);
	margin-left: 10px;
}
.supprt-inner {
	width: 590px;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.supprt-inner dl {
	text-align: center;
}
.supprt-inner dl dt {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

.supprt-inner dd {
	width: 450px;
	height: auto;
	/* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(218,239,241,1.00) 0%,rgba(101,193,199,1.00) 100%); */
	/* [disabled]background-image: -moz-linear-gradient(270deg,rgba(218,239,241,1.00) 0%,rgba(101,193,199,1.00) 100%); */
	/* [disabled]background-image: -o-linear-gradient(270deg,rgba(218,239,241,1.00) 0%,rgba(101,193,199,1.00) 100%); */
	/* [disabled]background-image: linear-gradient(180deg,rgba(218,239,241,1.00) 0%,rgba(101,193,199,1.00) 100%); */
	margin: auto;
	border: 3px solid rgba(179,224,228,1.00);
	border-radius: 5px;
	padding: 2%;
	color: rgba(128,204,210,1.00);
	}

.supprt-inner dd span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 38px;
	/* [disabled]line-height: 80px; */
	letter-spacing: 3px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(128,204,210,0.60);
}
