@charset "utf-8";
/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/*テーブル(横ver.)-------------------------*/
#contents-box table.table-w{
	border:1px solid #78840f;
	margin-bottom:10px;
}
#contents-box table.table-w th{
	background:#78840f;
	color:#fff;
	border-right:1px solid #fff;
	padding:15px 10px;
	text-align: center;
	vertical-align: middle;
}
#contents-box table.table-w th:last-child{
	border-right:1px solid #78840f;
}
#contents-box table.table-w td{
	padding:10px 10px;
	border-right:1px solid #78840f;
	border-bottom:1px solid #78840f;
	vertical-align: middle;
}
/*テーブル(縦ver.)-------------------------*/
#contents-box table.table-h{
	border:1px solid #78840f;
	margin-bottom:10px;
}
#contents-box table.table-h th{
	background:#78840f;
	color:#fff;
	border-bottom:1px solid #fff;
	padding:15px;
	text-align: center;
	vertical-align: middle;
	border-right:none;
}
#contents-box table.table-h tr:last-child th{
	border-bottom:1px solid #78840f;
}
#contents-box table.table-h td{
	padding:10px 20px;
	border-right:1px solid #78840f;
	border-bottom:1px solid #78840f;
	vertical-align: middle;
}
/*/////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
}

/*/////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width:1100px) {
}
/* ////////////////////////////////////////
タブレット
//////////////////////////////////////// */
/*タブレット以下*/
@media screen and (max-width: 1100px){

}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
	/* スマホ用テーブルスクロール */
	.table_box{
    	overflow-x:scroll;
		width:100%;
		height:auto;
	}
	.table_box:before{
		content:"→横スクロールしてご覧ください。";
		color:#7A7A7A;
	}
	.table_box>table{
		width:600px!important;	
	}
	/*テーブル(縦ver.)-------------------------*/
	#contents-box table.table-h{
		border:none!important;
	}
	#contents-box table.table-h th{
		display: block!important;
		width:100%!important;
	}
	#contents-box table.table-h td{
		display: block!important;	
		width:100%!important;
		border-right:none;
		border-bottom:none;
	}
	#contents-box table.table-h th{
		display: table-cell;	
		width:auto!important;
		height:auto!important;
		border-bottom:none;
	}
	#contents-box table.table-h td{
		display: table-cell;	
		width:auto!important;
		height:auto!important;
		border-left:1px solid #78840f;
		border-right:1px solid #78840f;
		border-bottom:1px solid #78840f;
	}
}
@media screen and (min-width: 500px) and (max-width: 767px){
}
@media screen and (min-width: 568px) and (max-width: 600px){
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
}
