@charset "utf-8";

/* CSS Document */


.thumb3BOX{
	display:table;
	    table-layout: fixed;
	    width:100%;
}

.thumb3BL,.thumb3BC,.thumb3BR{
	display:table-cell;
	padding:5px;
}


.thumb2BOX{
	display:table;
	    table-layout: fixed;
	    width:100%;
}

.thumb2BL,.thumb2BR{
	display:table-cell;
	padding:5px;
}








/* 幅320px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width:644px){
	
.thumb3BOX{
	display:block;
	margin:auto;
}


.thumb3BL,.thumb3BC,.thumb3BR{
	display:block;
	margin:auto;
	padding:5px;
}

.thumb2BOX{
	display:block;
	margin:auto;
}


.thumb2BL,.thumb2BR{
	display:block;
	margin:auto;
	padding:5px;
}



.imgIL{
	float:none;
	margin-right:0px;
	padding-bottom:15px;
	display:block;
	margin:auto;
}

.imgIR{
	float:none;
	margin-left:0px;
	padding-bottom:15px;
	display:block;
	margin:auto;
}

	
}

