@charset "UTF-8";

.more {
	width:350px;
	margin-left:auto;
	margin-right:auto;
}
.more a {
	display:block;
	text-align:center;
	border:1px solid #0880de;
	color:#0880de;
	line-height:40px;
}
.more a:hover {
	background-color:#dbf2fb;
}
.waku {
	padding:30px;
	border:2px solid #99eefe;
	background-color:#fff;
}
.tablep {
	width: 100%;
	border-collapse: collapse;
}
.tablep td {
	padding: 10px 15px;
	border: 1px solid #ccc;
}
.tablep th {
	padding: 10px 15px;
	border: 1px solid #ccc;
	font-weight: normal;
	background:#dbf2fb;
	white-space:nowrap;
	text-align:left;
}
.tbh td {
	background-color:#ffe;
	text-align:center;
	white-space:nowrap;
}
.promo {
	width:900px;
	margin:0 auto;
}
.spsub {
	color:#017dd3;
	font-size:1.24em;
	font-weight:bold;
}
.img_right {
	float:right;
}
.question {
	padding-left:40px;
	background-image:url(../img2/question.png);
	background-repeat:no-repeat;
	min-height:29px;
	height:auto !important;
	height:29px;
	padding-bottom:10px;
}
.answer {
	padding-left:40px;
	background-image:url(../img2/answer.png);
	background-repeat:no-repeat;
	min-height:29px;
	height:auto !important;
	height:29px;
	padding-bottom:30px;
}

@media screen and (min-width: 500px) {
	.spsub {
		display:none;
	}
	.prtx {
		font-size:1.16em;
	}
	.text26 {
		font-size:1.4em;
	}
}



@media screen and (max-width: 499px) {
.more {
	width:80%;
}
.waku {
	padding:20px;
}
.tablep {
	width: auto;
}
.tdwid {
	display:block;
	width:280px !important;
}
.tbc {
	overflow:auto;
}
.promo {
	width:auto;
	margin:0 auto;
}
.pmov iframe {
	width:340px;
	height:192px;
}
.text26 {
		font-size:1.16em;
	}
}
