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

h2{
}
h2 img{
	max-width:100%;
	height:auto;
}
ul.list {
}

ul.list li {
	font-size: 14px;
	background-image: url(../useful/question_list/images/q_2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 70px;
	margin-bottom: 10px;
}

ul.list li a {
	display: block;
	box-sizing: border-box;
	border: 1px dashed #999;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 80px;
	height: 70px;
	padding-bottom: 10px;
}

.questionBox {
	background-image: url(../useful/question_list/images/q.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	padding-left: 80px;
	min-height: 100px;
	height: auto;
}

.questionBox h3 {
	font-size: 16px;
	color: #4E80E9;
	padding-right: 15px;
}

.answerBox {
	background-image: url(../useful/question_list/images/a.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-left: 80px;
	min-height: 100px;
	height: auto;
	padding-right: 15px;
}

.prev a {
	display: block;
	background-image: url(../useful/question_list/images/prev.png);
	background-position: left bottom;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	padding-left: 25px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.next a {
	display: block;
	background-image: url(../useful/question_list/images/next.png);
	background-position: right bottom;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	padding-right: 25px;
	box-sizing: border-box;
	text-align: right;
}
.search_school {
	margin-bottom: 40px;
}
/* 学校を探すボタン
-------------------------------------*/

.search_school {
	font-size: 22px;
	line-height: 60px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 30px;
	border-radius: 5px;
	vertical-align: middle;
}

.search_school span {
	font-size: 14px;
}

.search_school a {
	color: #FFF;
	background-color: #ec565f;
	display: block;
	border-radius: 5px;
}
