@charset "utf-8";
body{
    word-wrap : break-word;
    overflow-wrap : break-word;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table.kyujin{
	table-layout:fixed;
	width:100%;
	margin: 20px 0 25px;
	border:2px solid #ccc;
	border-spacing: 0;
	border-collapse: collapse;
}

.kyujin td, .kyujin th{
	border:1px solid #ccc;
	padding:5px;
	line-height:1.4;
}

.center{
    text-align:center;
}
.flex{
	display:flex;
}
.kyujin_head td{
	background:#eaeaea;
}
.m13{
	font-size:150%;
}
@media(max-width:650px){
	.m13{
		font-size:115%;
		font-weight:bold;
	}
}

.m05 td{
	border:0;
}
.fb{
    font-size:90%;
    font-weight:bold;
    color:#669
}
.left-side{
	width:100%;
}
.left-side table{
	table-layout:fixed;
	width: 100%;
}
.left-side td:first-child{
	width:25%;
}
.left-side td{
	border:0;
    border-top:1px solid #ccc;
	overflow-x:hidden;
}
.left-side tr:first-child td{
    border-top:0;
}	
.left-side tr:nth-child(2),.left-side tr:nth-child(12){
    display:none;
}
.jus_end .button{
	background:#479ad5;
	padding:7px 20px;
	margin: 7px 7px 7px 0;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	font-size: 108%;
	letter-spacing:2px;
	box-shadow:2px 2px 2px #cdcdcd;
}
.q_data{
	margin-top:-15px;
	width:100%;
	/* padding-right:10px; */
	/* padding-left:10px; */
}