@charset "utf-8";
/*-------------------------------------*/

article.sectionPin{}



article.sectionPin div.post{
	width: 640px;
	position: relative;
	left: 13px;
	letter-spacing: 1px;	
}

article.sectionPin div.post p{
	line-height: 2;
	font-size: 15px;
	letter-spacing: 1px;
}

article.sectionPin div.post p a{
	text-decoration: underline;
	color: #76AB5D;
}

article.sectionPin div.post img{
	line-height: 1;
/*
	position: relative;
	left: -20px;
*/
	text-align: left;
	display: block;
	margin-bottom: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

p.bnrKyushokuSingle{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

p.bnrKyushokuSingle img{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	vertical-align: bottom;
}

p.bnrKyushoku{
	position: relative;
	top: -30px;
}

/* 給食のリスト */
.kyushokuList{
	padding: 70px 0 10px;
	clear: both;
}

.kyushokuList strong{
	display: block;
	margin-bottom: 25px;
	font-size: 13px;
	letter-spacing: 1px;
}

.kyushokuList strong span{
	background: url(../img/share/bg_yellow.gif) repeat-x left bottom;
	padding: 0 4px 1px 2px;
	color: #DE8885;	
	font-weight: bold;	
}

.kyushokuList span.listTxt{
	line-height: 1.7;
	font-size: 13px;
	letter-spacing: 1px;
	display: block;
	padding-left: 4px;
}

/*-------------------------------------*/

div#mainL{}
div#mainL section{
	margin-bottom: 60px;
}
div#mainL section h1{
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 40px 0 20px;
	font-family: 'Roboto', sans-serif;
}

div#mainL section h1 span{
	background: url(../img/share/bg_yellow.gif) repeat-x left bottom;
	padding: 0 4px 1px 2px;
	color: #DE8885;	
}

/*-------------------------------------*/
/* div#mainL section dl */

div#mainL section dl{
	background: url(../img/share/bg_dotted.gif) repeat-x left bottom;
	padding-bottom: 8px;	
}

div#mainL section dl dt,
div#mainL section dl dd{
	padding-left: 2px;
	padding-right: 2px;
}

div#mainL section dl dt{
	font-size: 10px;
	font-family: 'Roboto', sans-serif;	
	letter-spacing: 2px;
	margin-bottom: 9px;
	background: url(../img/share/bg_dotted.gif) repeat-x left top;
	padding-top: 20px;
	color: #76AB5D;
}


div#mainL section dl dd{
	font-family: 'Roboto', sans-serif;	
	font-size: 13px;
	letter-spacing: 1px;	
	margin-bottom: 15px;
	line-height: 1.6;

}

div#mainL section ul#categoryList,
div#mainL section ul#archiveList{
	background: url(../img/share/bg_dotted.gif) repeat-x left top;
	padding-top: 20px;	
}

div#mainL section ul#categoryList li,
div#mainL section ul#archiveList li{
	font-size: 13px;
	letter-spacing: 1px;
	display: block;
	padding-bottom: 16px;
	margin-bottom: 16px;
	background: url(../img/share/bg_dotted.gif) repeat-x left bottom;
	line-height: 1.8;	
	padding-left: 2px;
	padding-right: 2px;
}

/*-------------------------------------*/

div#pageNaviWrap{
	clear: both;
	position: relative;
	margin-bottom: 35px;
}

div.wp-pagenavi{
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	width: 640px;
	padding-top: 80px;
}

div.wp-pagenavi a,
div.wp-pagenavi .current{
	padding: 0 8px;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;	
}


/*-------------------------------------*/

div.post{}
div.post h1,
div.post h2,
div.post h3,
div.post h4,
div.post h5,
div.post h6{
	color: #444;
	line-height: 1.9em;
	margin: 0 0 20px 0;
}


div.post h1{ font-size: 160%;}
div.post h2{ font-size: 150%;}
div.post h3{ font-size: 140%; color: #121212!important; font-weight: normal; letter-spacing: normal;}
div.post h4{ font-size: 130%;}
div.post h5{ font-size: 120%;}
div.post h6{ font-size: 110%;}
div.post ul{
	list-style: disc inside;
}
div.post ol{ list-style: decimal inside;}

div.post strong{ font-weight: bold!important;} 
div.post em{ font-style: italic!important;}

div.post img.size-auto,
div.post img.size-full,
div.post img.size-large,
div.post img.size-medium,
div.post .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
div.post .alignleft,
div.post img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
div.post .alignright,
div.post img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
div.post .aligncenter,
div.post img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote { quotes: none;}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

.entry blockquote {
	font-style: italic;
	padding: 2.2em 3em;
	margin: 1em 0;
	background: #efefef;
}
.entry blockquote cite,
.entry blockquote em,
.entry blockquote i {
	font-style: normal;
}


.entry blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


.entry ol,
.entry ol li{
	list-style: upper-latin!important;
}

.entry ul{
	list-style: circle!important;
}

/*-------------------------*/


#nav-below{
	width: 100%;
	margin-top: 80px;
	font-size: 15px;
	
}

#nav-below div.nav-previous{
	float: left;
	width: 47%;
}

#nav-below div.nav-next{
	float: right;
	text-align: right;
	width: 47%;
}

#nav-below a{
	color: #76AB5D;
	text-decoration: underline;
	line-height: 1.7;
}

/*-------------------------*/

.lunchPDF{
	position: relative;
	left: -3px;
	margin-top: 30px;
}

.lunchPDF a{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	background: url(../img/share/bg_yellow.gif) repeat-x left bottom;
	padding: 0 4px 1px;
	color: #DE8885;
	display: inline;	
}

/*-------------------------*/

.wp-smiley{
	display: inline!important;
	padding: 0!important;
	margin-bottom: 0!important;
}
