@charset "utf-8";


/*** Print Styles ***/

@media print{


	/* Common
	------------------------------------------------------------- */

	html {
		font-size: 50%;
	}

	.table-responsive {
		overflow-x: hidden;
		overflow-y: hidden;
	}

	#contents_box {
		width: 100%;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0 !important;
	}

	.btn_pagetop {
		display: none !important;
	}

	footer {
		width: 100% ;
		margin-left: 0;
	}


	/* Scroll Fadein Fadeout
	------------------------------------------------------------- */

	.fadein, .fadein.scrollin {
		opacity: 1;
		transform: translate(0, 0);
	}


	/* Anchor Menu
	------------------------------------------------------------- */
	
	.anchor_menu_box {
		margin-bottom: 60px;
		padding-left: 30px;
	}
	
	.anchor_menu_btn {
		display: none;
	}
	
	.anchor_menu {
		margin: 0;
		padding: 10px 0 0 0;
		list-style-type: none;
		list-style-position: outside;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.anchor_menu li {
		margin: 0 30px 10px 0;
		padding: 0;
		line-height: 1;
		font-size: 1.3rem;
	}
	
	.anchor_menu li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 5px 0;
		margin: 0;
		color: #000;
		position: relative;
	}


	/* Footer Fix
	------------------------------------------------------------- */

	#contents_box {
		padding-bottom: 30px;
	}

	footer {
		position: relative;
		bottom: auto;
		left: auto;
	}




}



/* for IE 
------------------------------------------------------------- */

@media all and (-ms-high-contrast: none){


}
