@charset "utf-8";


#head2{
	padding:10px 0;
	text-align:center;
	width:100%;	
}
#menu{
	margin-top:0 !important;
}

.detail{
	background:#FFF;
	margin-bottom:50px;
	padding:20px;
	box-shadow:rgba(240, 240, 240, 0.629412) 0px 0px 4px 3px;
	-webkit-box-shadow:rgba(240, 240, 240, 0.629412) 0px 0px 4px 3px;
	-moz-box-shadow:rgba(240, 240, 240, 0.629412) 0px 0px 4px 3px;
}
.detail h2{
	margin:10px 0 10px 0;
	padding-left:0px;
	font-size:24px;
	color:#555;
}
.detail .sub{
	margin-left:44px;
	margin-bottom:20px;	
}
.detail span.day{
	padding-left:0px;
	font-size:14px;
	color:#888;
	display:block;
	border-bottom:1px dotted #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}
.detail a.cate{
	border-radius:6px;
	background:#1bb2d2;
	color:#FFF;
	font-size:11px;
	padding:3px 8px;
	margin-left:12px;
}
.detail .thumb{
	text-align:center;
	margin:0 0px 22px 0px;
}
.detail img{
	width:100%;
	height:auto;
}
.detail .sns01{
	margin-bottom:20px;	
}
.detail .sns01 img{
	width:33.333%;
	height:auto;	
}
.detail img{
	margin-bottom:20px;
}
.detail h3{
	position: relative;
	background: #f5f5f5;
	color: #555;
	font-weight:normal;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top:30px;
	padding:10px;
}
.detail h4{
	color: #F37B2A;
	font-size:15px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
}
.detail p{
	font-size:14px;
	margin:10px 0px 30px 0px;
	color:#555555;
	line-height:180%;
}
.detail ul{
	margin:10px 0px 20px 22px;
	color:#F37B2A;
	font-size:17px;
}
.detail ul li{
	line-height:160% !important;
	color:#F37B2A;
	font-weight:bold;
	font-size:15px;
}
.detail ol{
	margin:10px 22px 20px 28px;
}
.detail ol li{
	font-size:15px;
	font-weight:bold;
	color:#555555;
	line-height:180% !important;
}
.detail strong{
	background:#fffaad;
}
.detail blockquote{
	background:#f6f6f6 url(https://sakefesta.com/wp-content/themes/satozake/images/blockquote.gif) 10px 10px no-repeat;
	margin:0px 0px 20px 0px;
	padding:40px 40px 10px 40px;
	font-size:14px;
	color:#555;
	line-height:170%;
}


@media (max-width: 480px) {
	#head2 img{
		width:auto;
		height:44px;
		margin-bottom:44px;
	}
	.detail{
		margin-top:-30px;
	}
	.detail h2{
		font-size:18px;
		margin-top:5px !important;
	}
	.detail h3{
		font-size: 16px;
	}
	.detail h4{
		font-size:14px;
	}
	.detail p{
		font-size:13px;
	}
	.detail ul{
		font-size:14px;
	}
	.detail ul li{
		font-size:14px;
	}
	.detail ol li{
		font-size:14px;
	}
	.detail blockquote{
		font-size:13px;
	}
}
@media (max-width: 320px) {


}