@charset "utf-8";

/* SIDE MENU */
#sidebana1 .bana-tylo,
#sidebana1 .bana-firewood 		{ display:none;}

.section .floatL			{ margin:7px 10px 0 7px; float:left;}
.section .txtBlock			{ width:435px; padding:3px 0 0 0; float:right;}


.section_short .floatL			{ margin:7px 10px 0 7px; float:left;}
.section_short .txtBlock			{ width:435px; padding:3px 0 0 0; float:right;}


/* 挿入画像の枠線・影 */
img.photo_shadow {
	width: 250px;
	height: auto;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
	        box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

/* ########## スマホ版 ########## */

@media screen and (max-width:640px) {
	

	.section .floatL			{ margin:7px 0 12px 0; float:none;}
	.section .txtBlock			{ width:100%; padding:3px 0 0 0; float:none;}
	
	
	.section_short .floatL			{ margin:7px 0 12px 0; float:none;}
	.section_short .txtBlock			{ width:100%; padding:3px 0 0 0; float:none;}

	
	body.tylo-index .section > p, body.tylo-index .section_short > p {
		text-align: center;
	}
	
	/* 挿入画像の枠線・影 */
	img.photo_shadow {
		width: 90%;
		height: auto;
		border: 5px solid #fff;
		-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
		   -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
		        box-shadow: 0 0 6px rgba(0,0,0,0.5);
	}


}