/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 1000px) {

	/* pagewrap */
	#pagewrap {
		width: 95%;
	}

	/* content */
	#content { width: 60%; margin-top: 50px; padding: 3% 4%; }

	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
	
	/* ↓ 2014.12.19 aizawa tested.*/
	#header { position: relative; height: 360px; }
	/* ↑ */	

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	#header {
		
	}



	/* main nav */
	#main-nav {  }

	/* site logo */
	#site-logo { width: 100%; }

	/* site description */
	#site-description {  }

	/* content */
	#content { width: auto; float: none; margin-top: 0; }

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}


	/* ↓ 2014.12.19 aizawa tested.*/
	#header { position: relative; height: 320px; }
	/* ↑ */


}



.disc_photo{ width: 50%; float: right; margin-bottom: 5px; margin-left: 20px; }

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	#main-nav { width: 99.5%; }
	#main-nav a { font-size: 70%; }

	/* content */
	#content { width: auto; float: none; margin-top: -85px; }
	
	
	#site-description { font-size: 70%; }




.td_1a{ font-size: 6pt; padding: 1px; }
.td_1b{ font-size: 6pt; padding: 1px; }

.td_2a{ font-size: 6pt; line-height: 10pt; padding: 1px; }
.td_2b{ font-size: 6pt; line-height: 10pt; padding: 1px; }


div.iframeWrap {
    position: relative;
    width: 100%;
}
div.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.left{ text-align: left; width: 265px; float: none; margin: 0 0 20px; padding: 0; }
.right2{ text-align: left; width: 265px; float: none; margin: 30px 0 0; padding: 0; }


.small{ width: 90%; height: 90%; }

.ev_list{ font-size: 80%; height: 20px; padding: 5px 2px; }

.main_tit{ color: #900; font-size: 14pt; font-weight: 500; line-height: 20pt; text-align: left; text-indent: 0; width: 90%; height: 20px; padding: 7px 20px 20px; }


/* ↓ 2014.12.19 aizawa tested.*/
#header { position: relative; height: 320px; }
/* ↑ */

}


