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


header{
	background-image:url("../img/risumu/back02.gif");
}

.k-head{
	height:50vh;
	background-image:url("../img/risumu/back02.gif");
	padding-top: 80px;
	
}

.k-head .container{
	display: flex;
	justify-content: center;
	align-items: center;
}


.k-head h2{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 20px;
}

@media print, screen and (min-width: 768px){
	
.k-head{
	height:250px;
	
}
	
.k-head h2{
	font-size: 36px;
}
}







.post .container{
	max-width: 1000px;
	margin: 0 auto;
}

.post table{
	width: 96%;
	max-width: 780px;
	margin: 0 auto;
	border-collapse: collapse;
}



.post th, .post td{
	padding: 0.5em;
	box-sizing: border-box;
	border: 1px solid #2D2C2C;
}


@media print, screen and (min-width: 768px){
	


.post th, .post td{
	padding: 0.5em 1em;
}
	
	.post th{
		width: 25%;
	}
	.post td{
		width: auto;
	}
}


