@charset "utf-8";

span.braun{color:#3f351a;}


.tabekata{
	background: url(../images/common/bg2.png);
}
.tabekata_block{

	background:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:1em 1em 0.1em 1em;
	/* box-shadow */
	box-shadow:0px 0px 6px 0px #d9ba96;
	-moz-box-shadow:0px 0px 6px 0px #d9ba96;
	-webkit-box-shadow:0px 0px 6px 0px #d9ba96;
	font-size:90%;
	color:#3f351a;
	margin-bottom:1.5em;

}
.tabekata_block ul{
	margin-bottom:1em;
	font-weight:bold;
}
.tabekata_block ul li{
	margin-bottom:1em;
}
.tabekata{
	padding:5%;
}
.tabekata h4{
	margin-bottom:1em;
}

@media print, screen and ( min-width : 768px ) {
	/* ----　PC　---- */
	.tabekata h4{

		line-height:160%;
		font-size:150%;
	}
}
@media only screen and  ( max-width : 768px ) {
	/* ----　SMP　---- */
	.tabekata h4{
		line-height:160%;
		font-size:90%;
	}
	.tabekata_block{
		font-size:70%;
		line-height:180%;
	}

}

