/*----------------------------------------------------------------------------------*/
/*                                                                                  */
/*  PWEB_OTHERS                                                                   */
/*                                                                                  */
/*----------------------------------------------------------------------------------*/

/* れいあうとまわり をちょっと変更*/
#container{
	min-height: auto;
}
header{
	height: auto;
	position: static;
	border-bottom: none;
	margin-bottom: 20px;
}

main{
	padding-top: 0;
	padding-bottom: 0;
}

.main--contents{
	width:100%;
	float: none;
}

footer {
	height: auto;
	margin:50px auto 0px auto;
}



.tbl--journal th, .tbl--journal td{
	border:solid 1px #d2d5da;	
}

@media screen and (max-width: 640px) {
	.tbl--journal{
		width:94%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.tbl--journal{
		width:100%;
	}
	
	.tbl--journal th{
		display:none;
	}
	
	.tbl--journal tr th:first-child{
		display:block;
		width:100%;
		text-align:left !important;
	}
	
	.tbl--journal td{
		display:block;		
		width:100%;
		border-bottom:none;
		border-top:none;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	.tbl--journal tr td:nth-child(1){
		display:none;
	}
	
	.tbl--journal tr td:nth-child(2){
		position:relative;
		font-weight:bold;
		font-size:16px;
		font-size:1.6rem;
		padding-top:15px;
	}
	
	.tbl--journal tr td:nth-child(2) span{
		display: block;
		width:80px;
		font-size:1.4rem;
		text-align:center;
		background-color:#edeef2;	
		margin-bottom: 8px;	
	}
	
	.tbl--journal tr td:last-child{
		border-bottom:solid 1px #d2d5da;
		padding-bottom:15px;
	}
}