@charset "UTF-8";
/* CSS Document */

.faq-tag {
	width: 650px;
	height: 75px;
	margin: 30px auto;
	background: url("../images/Q_icon.png") center left no-repeat #284586;
}
.faq-tag .faq-title {
	width: 600px;
	height: 75px;
	padding-left: 80px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
}

.answer-container {
	width: 650px;
	height: auto;
	margin: 2em auto 0;
	background-color: #cddef8;
}

.answer-tag {
	width: 650px;
	height: 75px;
	margin: 0 auto;
	background: url("../images/Q_icon.png") center left no-repeat #284586;
}
.answer-tag .answer-title {
	width: 600px;
	height: 75px;
	padding-left: 20px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
}
.answer-text {
	padding: 15px;
	text-align: left;
	line-height: 1.3;
	font-size: 20px;
}
.answer-text-pagetop {
	text-align: right;
	color: #00347f;
}

.app-button {
	margin: 20px auto 50px;
}

.google-button {
	margin: 20px auto 0;
}

.faq-menu {
	width: 650px;
	height: auto;
	margin: auto;
	padding-top: 30px;
}
.faq-menu li {
	display: inline-block;
	width: 45%;
	height: auto;
}
.faq-menu li img {
	width: 100%;
	height: auto;
}
.category-tag {
	width: 650px;
	height: auto;
	margin: 1em auto;
	text-align: left;
	font-size: 24px;
	color: white;
}