div#shindan_title{
	width:966px;
	margin: 10px auto;
}

div#shindan{
	width:677px;
	margin: 10px auto;
}
	div#shindan div.q_t{
		text-align: center;
		font-size: 28px;
		font-weight: bold;
		color:#6BC33C;
	}
	div#shindan div.q_title{
		text-align: center;
		font-size: 28px;
		font-weight: bold;
		color:#57372A;
	}
	div#shindan div.q_btn{
		width: 100%;
		margin: 0 auto;
	}
	div#shindan div.q_btn a{
		display: block;
		width:46%;
		margin:10px 2%;
		float: left;
		padding: 22px 0 20px 0;
		color: white;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
		border-radius: 10px;
	}
	div#shindan div.q_btn a.btn_1{
		background-color: #ff7d15;
	}
	div#shindan div.q_btn a.btn_2{
		background-color: #101177;
	}
	div#shindan div.q_btn a.btn_3{
		background-color: #ffc60f;
	}
	div#shindan div.q_btn a.btn_4{
		background-color: #549ada;
	}
	div#shindan div.q_btn a.btn_5{
		background-color: #6db040;
	}
	div#shindan div.q_btn a.btn_6{
		background-color: #a6a6a6;
	}
	div#shindan div.q_btn a.btn_7{
		background-color: #ff76bd;
	}
	div#shindan div.q_btn a.btn_8{
		background-color: #0b4c04;
	}
	div#shindan div.q_btn a.btn_9{
		background-color: #68c84b;
	}
	div#shindan div.q_btn a.btn_10{
		background-color: #b83ed2;
	}
	div.b_btn a{
		display: block;
		border:1px solid #013686;
		padding:7px 0 4px 0;
		font-weight: bold;
		font-size:20px;
		width:100%;
		text-align: center;
		color: #013686;
		border-radius: 4px;
		margin:20px 0;
		text-decoration: none;
		box-sizing: border-box;
	}
	div.b_num{
		width: 100%;
		margin: 0 auto 20px auto;
		text-align: center;
		background-color: #fff;
		border-radius: 15px;
	}
		div.b_num div.text{
			font-size: 32px;
			padding:20px 0 20px 0;
		}
div#shindan_search div.search_list_text{
	display: none;
}
div#shindan_search div.f14{
	display: none;
}
div#shindan_search table#search_order{
	display: none;
}
@media screen and (max-width: 593px) {
	div#shindan_title{
		width:100%;
		margin:10px 0;
	}
	div#shindan{
		width:100%;
		margin:10px 0;
	}
	div#shindan div.q_title{
		font-size:18px;
	}
	div#shindan div.q_btn a{
		font-size: 24px;
		height: 80px;
		overflow: hidden;
		box-sizing: border-box;
	}
	div#shindan div#q4 a.btn_2{
		font-size: 18px;
	}
	
}
