@charset "utf-8";
/*
Theme Name: Takenaka Dougukan
Theme URI: http://www.example.com/
Author: carrie5715
Author URI: http://office-tc.com/
Description: 竹中大工道具館
Version: 1.0
*/
html {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	min-width: 960px;
	height: 100%;
}

div#page{
    width: 100%;
    background: white;
	position: relative;
	min-height: 100%;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	position: relative;
}
div#contentsBody{
    width: 960px;
    margin: 0 auto;
	padding-bottom: 128px;
}

/* crear-fix micro */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

.sp-th-none {
	display: none!important;
}

@media print, screen and (max-width: 767px) {
	body{
		min-width: 100%;
	}
	#fancybox-overlay {
		opacity: 1!important;
	}
	#fancybox-close {
		/*  top: -48px!important;*/
		width: 24px!important;
		height: 24px!important;
		-webkit-background-size: 24px!important;
		        background-size: 24px!important;
	}
	.single #fancybox-close {
		top: -24px!important;
	}
	#fancybox-title {
		width: 100%!important;
		padding: 0 10px!important;
		margin: 10px 0 0!important;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}